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/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-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-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
/
dump-parse-tree.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-04
C prototypes for external arguments; add warning for mismatch.
Thomas Koenig
1
-37
/
+77
2025-02-16
Remove double output of attr->save.
Thomas Koenig
1
-4
/
+0
2025-01-30
OpenMP: Fortran support for metadirectives and dynamic selectors
Sandra Loosemore
1
-0
/
+20
2025-01-16
Allow CFI_cdesc_t in argument lists with -fc-prototypes.
Thomas Koenig
1
-20
/
+134
2025-01-13
Fortran: Add LOCALITY support for DO_CONCURRENT
Anuj Mohite
1
-3
/
+110
2025-01-13
Fix typos in show_attr.
Thomas Koenig
1
-1
/
+1
2025-01-12
Dump all symbol attributes in show_attr.
Thomas Koenig
1
-1
/
+107
2025-01-02
OpenMP: Fortran front-end support for dispatch + adjust_args
Paul-Antoine Arras
1
-0
/
+17
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
-45
/
+24
2024-10-24
Use unique_ptr in more places in pretty_printer/diagnostics [PR116613]
David Malcolm
1
-0
/
+1
2024-10-12
Unsigned constants for ISO_FORTRAN_ENV and ISO_C_BINDING.
Thomas Koenig
1
-2
/
+12
2024-09-13
Fortran: Fixes to OpenMP 'interop' directive parsing support
Tobias Burnus
1
-24
/
+60
2024-09-07
Implement first part of unsigned integers for Fortran.
Thomas Koenig
1
-0
/
+8
2024-09-06
Fortran: Add OpenMP 'interop' directive parsing support
Tobias Burnus
1
-15
/
+46
2024-06-05
openmp: OpenMP loop transformation support
Jakub Jelinek
1
-0
/
+26
2024-03-15
Fortran: Fix class/derived/complex function associate selectors [PR87477]
Paul Thomas
1
-4
/
+13
2024-03-14
Minor fixes for OpenACC/Fortran 'self' clause for compute constructs
Thomas Schwinge
1
-0
/
+6
2024-03-14
OpenACC 2.7: front-end support for readonly modifier
Chung-Lin Tang
1
-1
/
+4
2024-02-15
openmp, fortran: Add Fortran support for indirect clause on the declare targe...
Kwok Cheung Yeung
1
-0
/
+2
2024-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2023-12-08
OpenMP/Fortran: Implement omp allocators/allocate for ptr/allocatables
Tobias Burnus
1
-0
/
+2
2023-10-25
OpenMP/Fortran: Group handling of 'if' clause without and with modifier
Thomas Schwinge
1
-21
/
+21
2023-07-17
OpenMP/Fortran: Parsing support for 'uses_allocators'
Tobias Burnus
1
-0
/
+24
2023-06-20
Fortran: Fix parse-dump-tree for OpenMP ALLOCATE clause
Tobias Burnus
1
-3
/
+6
2023-06-06
openmp: Add support for the 'present' modifier
Tobias Burnus
1
-0
/
+14
2023-05-26
Fortran/OpenMP: Add parsing support for allocators/allocate directives
Tobias Burnus
1
-2
/
+6
2023-05-10
Fortran: dump-parse-tree: Mark debug functions with DEBUG_FUNCTION
Bernhard Reutner-Fischer
1
-16
/
+22
2023-05-10
Fortran: dump-parse-tree attribs: fix unbalanced braces [PR109624]
Bernhard Reutner-Fischer
1
-3
/
+13
2023-04-01
Change "long_double" into "long double" for C prototypes from Fortran.
Thomas Koenig
1
-0
/
+2
2023-03-29
Fix fc-prototypes usage with C_INT64_T and non LP64 Targets.
Andrew Pinski
1
-0
/
+3
2023-03-18
Fortran: Fix bugs and missing features in finalization [PR37336]
Paul Thomas
1
-1
/
+1
2023-01-16
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2022-12-23
Fortran: Typo/unicode-o fixes
Julian Brown
1
-1
/
+1
2022-12-09
Fortran/OpenMP: align/allocator modifiers to the allocate clause
Tobias Burnus
1
-0
/
+23
2022-10-05
Fortran: Add OpenMP's assume(s) directives
Tobias Burnus
1
-0
/
+41
2022-09-05
Fortran/openmp: Partial OpenMP 5.2 doacross and omp_cur_iteration support
Tobias Burnus
1
-7
/
+31
2022-07-04
OpenMP/Fortran: Add support for OpenMP 5.2 linear clause syntax
Tobias Burnus
1
-3
/
+3
2022-07-01
OpenMP: Handle tofrom with target enter/exit data
Tobias Burnus
1
-0
/
+5
2022-05-28
OpenMP/Fortran: Add support for enter clause on declare target
Tobias Burnus
1
-0
/
+1
2022-05-18
OpenMP: Add Fortran support for inoutset depend-kind
Tobias Burnus
1
-0
/
+2
2022-05-17
OpenMP: Add omp_all_memory support to Fortran
Tobias Burnus
1
-1
/
+1
2022-03-07
Fortran: Fix typos
Tobias Burnus
1
-1
/
+1
2022-02-24
Fortran: frontend code for F2018 QUIET specifier to STOP and ERROR STOP
Harald Anlauf
1
-0
/
+5
2022-02-09
C, C++, Fortran, OpenMP: Add 'has_device_addr' clause to 'target' construct.
Marcel Vollweiler
1
-0
/
+1
2022-01-20
Fortran: Fix scope for OMP AFFINITY clause iterator variables [PR103695]
Sandra Loosemore
1
-2
/
+2
2022-01-17
Rename .c files to .cc files.
Martin Liska
1
-0
/
+3924