index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gfortran-test
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-15
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-15
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
fortran
/
trans-openmp.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-26
OpenMP: give error when variant is the same as the base function [PR118839]
Sandra Loosemore
1
-0
/
+6
2025-07-15
openmp, fortran: Fix ICE when the procedure name cannot be found in declare v...
Kwok Cheung Yeung
1
-2
/
+3
2025-07-12
Fortran/OpenACC: Permit PARAMETER as 'var' in clauses (+ ignore)
Tobias Burnus
1
-3
/
+10
2025-06-23
OpenACC: Add 'if' clause to 'acc wait' directive
Tobias Burnus
1
-0
/
+4
2025-05-15
OpenMP/Fortran: Fix allocatable-component mapping of derived-type array comps
Tobias Burnus
1
-0
/
+20
2025-04-15
Fortran/OpenMP: Support automatic mapping allocatable components (deep mapping)
Tobias Burnus
1
-65
/
+942
2025-03-25
OpenMP: Create additional interop objects with append_args.
Sandra Loosemore
1
-2
/
+2
2025-03-21
OpenMP: 'interop' construct - add ME support + target-independent libgomp
Paul-Antoine Arras
1
-3
/
+17
2025-03-15
Fortran: Store OpenMP's 'declare variant' in module file [PR115271]
Tobias Burnus
1
-3
/
+14
2025-02-21
Fortran: Improve gfc_array_kind for assumed rank; gfc_tree_array_size on 'tree'
Tobias Burnus
1
-10
/
+23
2025-02-17
OpenMP/Fortran: extend 'adjust_args' clause, fixes for it and declare variant...
Tobias Burnus
1
-39
/
+175
2025-02-11
OpenMP: Pass a 3-way flag to omp_check_context_selector instead of a bool.
Sandra Loosemore
1
-2
/
+3
2025-02-05
Fortran/OpenMP: Add location data to 'sorry' [PR118740]
Tobias Burnus
1
-3
/
+5
2025-02-05
fortran/trans-openmp.cc: Use the correct member in gfc_omp_namelist [PR118745]
Tobias Burnus
1
-1
/
+1
2025-01-30
OpenMP: Fortran support for metadirectives and dynamic selectors
Sandra Loosemore
1
-84
/
+149
2025-01-30
OpenMP: append_args clause fixes + Fortran support
Tobias Burnus
1
-12
/
+147
2025-01-16
Fortran/OpenMP: Fix declare_variant's 'adjust_args' mishandling with return b...
Tobias Burnus
1
-3
/
+11
2025-01-14
OpenMP: Re-work and extend context selector resolution
Sandra Loosemore
1
-2
/
+3
2025-01-11
Fortran: Fix location_t in gfc_get_extern_function_decl; support 'omp dispatc...
Tobias Burnus
1
-0
/
+3
2025-01-02
OpenMP: Fortran front-end support for dispatch + adjust_args
Paul-Antoine Arras
1
-0
/
+197
2025-01-02
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2024-11-22
build: Remove INCLUDE_MEMORY [PR117737]
Andrew Pinski
1
-1
/
+0
2024-11-22
OpenMP: 'interop' construct - add C/C++ parser support, improve Fortran parsing
Tobias Burnus
1
-2
/
+57
2024-10-25
gcc: Remove trailing whitespace
Jakub Jelinek
1
-4
/
+4
2024-10-24
Use unique_ptr in more places in pretty_printer/diagnostics [PR116613]
David Malcolm
1
-0
/
+1
2024-10-19
Fortran: Fix translatability of diagnostic strings
Tobias Burnus
1
-2
/
+2
2024-10-19
Fortran: Add range-based diagnostic
Tobias Burnus
1
-1
/
+1
2024-10-18
gcc/: Rename array_type_nelts => array_type_nelts_minus_one
Alejandro Colomar
1
-2
/
+2
2024-10-12
Fortran/OpenMP: Warn when mapping polymorphic variables
Tobias Burnus
1
-0
/
+5
2024-09-06
Fortran: Add OpenMP 'interop' directive parsing support
Tobias Burnus
1
-0
/
+3
2024-06-05
openmp: OpenMP loop transformation support
Jakub Jelinek
1
-17
/
+68
2024-03-14
Minor fixes for OpenACC/Fortran 'self' clause for compute constructs
Thomas Schwinge
1
-2
/
+0
2024-03-14
OpenACC 2.7: front-end support for readonly modifier
Chung-Lin Tang
1
-21
/
+26
2024-03-13
OpenMP/Fortran: Fix defaultmap(none) issue with dummy procedures [PR114283]
Tobias Burnus
1
-0
/
+9
2024-02-13
OpenMP: Reject non-const 'condition' trait in Fortran
Tobias Burnus
1
-1
/
+2
2024-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2023-12-19
OpenMP: Use enumerators for names of trait-sets and traits
Sandra Loosemore
1
-14
/
+28
2023-12-19
OpenMP: Unify representation of name-list properties.
Sandra Loosemore
1
-2
/
+3
2023-12-19
OpenMP: Introduce accessor macros and constructors for context selectors.
Sandra Loosemore
1
-12
/
+15
2023-12-13
OpenMP: Pointers and member mappings
Julian Brown
1
-43
/
+220
2023-12-13
OpenMP/OpenACC: Rework clause expansion and nested struct handling
Julian Brown
1
-20
/
+14
2023-12-11
Resolve ICE in 'gcc/fortran/trans-openmp.cc:gfc_omp_call_is_alloc'
Thomas Schwinge
1
-1
/
+1
2023-12-11
OpenMP: Minor '!$omp allocators' cleanup
Tobias Burnus
1
-2
/
+6
2023-12-08
OpenMP/Fortran: Implement omp allocators/allocate for ptr/allocatables
Tobias Burnus
1
-3
/
+58
2023-10-25
OpenACC 2.7: Implement self clause for compute constructs
Chung-Lin Tang
1
-0
/
+18
2023-10-14
Fortran: Support OpenMP's 'allocate' directive for stack vars
Tobias Burnus
1
-30
/
+47
2023-08-22
OpenMP: Handle 'all' as category in defaultmap
Tobias Burnus
1
-0
/
+3
2023-07-19
OpenMP/Fortran: Non-rectangular loops with constant steps other than 1 or -1 ...
Tobias Burnus
1
-10
/
+8
2023-07-17
OpenMP/Fortran: Parsing support for 'uses_allocators'
Tobias Burnus
1
-0
/
+11
2023-06-06
openmp: Add support for the 'present' modifier
Tobias Burnus
1
-0
/
+29
[next]