[GSoC] Weekly report - week 1

Project / Subsystem

gcc / gcc

Date

2026-05-29

Proposer

Sebastian Galindo <sebastian.galindo143@gmail.com>

Source type

public_inbox

Consensus

Proposed

Sentiment

/10

All attributes

project
gcc
subsystem
gcc
patch_id
discussion_id
DIUZBBSEKP8V.30IFWOGVFE6GI@gmail.com
source_type
public_inbox
title
[GSoC] Weekly report - week 1
headline
GSoC Student Reports on First Week Implementing OpenACC Directives
tldr
A GSoC student details their progress implementing OpenACC init/shutdown/set directives in GCC, focusing on parsing in the Fortran front-end and linking API ru…
proposer
Sebastian Galindo <sebastian.galindo143@gmail.com>
consensus
Proposed
outcome
proposed
sentiment_score
technical_tradeoffs
[]
series_id
series_role
standalone
series_parts
[]
tags
  • GSoC
  • OpenACC
  • Fortran
  • libgomp
bugzilla_url
date
2026-05-29T00:00:00.000Z

[GSoC] Weekly report - week 1

A Google Summer of Code (GSoC) student reports on their first week of implementing the init/shutdown/set directives from OpenACC in GCC. The work involves detailing the existing patch regarding API runtime functions, implementing the parsing of the directives in the Fortran front-end, and linking the existing API calls to the lowered function from the front and middle-end. The student has implemented parsing for the init directive in Fortran and included the corresponding built-in function in libgomp and is now working on clause parsing.