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/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
/
parse.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-17
Rename .c files to .cc files.
Martin Liska
1
-6987
/
+0
2022-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2021-12-04
Fortran/OpenMP: Support most of 5.1 atomic extensions
Tobias Burnus
1
-3
/
+16
2021-11-12
Fortran/openmp: Fix '!$omp end'
Tobias Burnus
1
-11
/
+20
2021-10-30
Fix memory leak of gsymbol
Bernhard Reutner-Fischer
1
-7
/
+11
2021-10-21
openmp: Fortran strictly-structured blocks support
Chung-Lin Tang
1
-12
/
+57
2021-10-14
openmp, fortran: Add support for OpenMP declare variant directive in Fortran
Kwok Cheung Yeung
1
-0
/
+26
2021-09-14
Fortran: Add missing ST_OMP_END_SCOPE handling [PR102313]
Tobias Burnus
1
-0
/
+3
2021-08-20
Fortran: Add OpenMP's error directive
Tobias Burnus
1
-2
/
+8
2021-08-18
Fortran: Add OpenMP's nothing directive support
Tobias Burnus
1
-0
/
+3
2021-08-17
Fortran: Implement OpenMP 5.1 scope construct
Tobias Burnus
1
-2
/
+11
2021-08-16
Fortran/OpenMP: Add support for OpenMP 5.1 masked construct
Tobias Burnus
1
-2
/
+89
2021-06-16
Fortran - ICE in gfc_check_do_variable, at fortran/parse.c:4446
Harald Anlauf
1
-0
/
+3
2021-06-16
Revert "Fortran - ICE in gfc_check_do_variable, at fortran/parse.c:4446"
Harald Anlauf
1
-3
/
+0
2021-06-16
Fortran - ICE in gfc_check_do_variable, at fortran/parse.c:4446
Harald Anlauf
1
-0
/
+3
2021-06-04
Fortran/OpenMP: Add omp loop [PR99928]
Tobias Burnus
1
-42
/
+62
2021-06-01
Fortran/OpenMP: Support (parallel) master taskloop (simd) [PR99928]
Tobias Burnus
1
-1
/
+72
2021-05-14
Fortran/OpenMP: Support 'omp parallel master'
Tobias Burnus
1
-1
/
+16
2021-04-21
Fortran/OpenMP: Add 'omp depobj' and 'depend(mutexinoutset:'
Tobias Burnus
1
-1
/
+5
2021-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2020-12-08
Fortran: Add 'omp scan' support of OpenMP 5.0
Tobias Burnus
1
-1
/
+5
2020-11-09
Fortran: Fix OpenACC in specification-part checks [PR90111]
Tobias Burnus
1
-5
/
+6
2020-10-30
Fortran: Update omp atomic for OpenMP 5
Tobias Burnus
1
-5
/
+4
2020-07-29
OpenMP: Add 'omp requires' to Fortran (mostly parsing)
Tobias Burnus
1
-3
/
+50
2020-07-22
OpenMP: Fixes for omp critical + hint
Tobias Burnus
1
-1
/
+2
2020-07-19
Fix handling of implicit_pure by checking if non-pure procedures are called.
Thomas Koenig
1
-0
/
+22
2020-06-16
OpenACC/Fortran: permit 'routine' inside PURE
Tobias Burnus
1
-13
/
+15
2020-06-16
OpenMP/Fortran: Permit impure ELEMENTAL in omp directives
Tobias Burnus
1
-2
/
+1
2020-06-16
OpenMP/Fortran: Permit impure ELEMENTAL in omp directives
Tobias Burnus
1
-2
/
+2
2020-01-28
Allow concatenated module+submodule names.
Andrew Benson
1
-2
/
+3
2020-01-22
openmp: Fix up !$omp target parallel handling
Jakub Jelinek
1
-0
/
+3
2020-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2019-11-12
Add OpenACC 2.6 `serial' construct support
Maciej W. Rozycki
1
-2
/
+30
2019-10-08
Fortran - fix OpenMP 'target simd'
Tobias Burnus
1
-0
/
+1
2019-10-08
Fortran - Improve OpenMP/OpenACC diagnostic
Tobias Burnus
1
-47
/
+56
2019-10-02
Improve OMP/ACC error diagnostic in Fortran
Tobias Burnus
1
-2
/
+14
2019-09-05
re PR fortran/91496 (!GCC$ directives error if mistyped or unknown)
Harald Anlauf
1
-4
/
+5
2019-09-01
array.c (spec_dimen_size): Check for the presence of expressions for the bounds.
Paul Thomas
1
-4
/
+91
2019-08-27
re PR fortran/91496 (!GCC$ directives error if mistyped or unknown)
Harald Anlauf
1
-1
/
+33
2019-08-15
re PR fortran/91443 (-Wargument-mismatch does not catch mismatch for global p...
Thomas Koenig
1
-0
/
+6
2019-07-29
re PR fortran/90813 (gfortran.dg/proc_ptr_51.f90 fails (SIGSEGV) after 272084)
Thomas Koenig
1
-0
/
+7
2019-05-15
Remove translation string markers
Janne Blomqvist
1
-14
/
+13
2019-05-12
fortran: C++ support for generating C prototypes
Janne Blomqvist
1
-0
/
+22
2019-05-08
re PR fortran/90351 (-fc-prototypes does not dump prototypes for external pro...
Thomas Koenig
1
-3
/
+12
2019-03-13
[multiple changes]
Thomas Koenig
1
-5
/
+5
2019-01-09
PR other/16615 [1/5]
Sandra Loosemore
1
-2
/
+2
2019-01-02
parse.c (decode_statement): Suppress "Unclassifiable statement" error if prev...
Steven G. Kargl
1
-3
/
+9
2019-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2018-12-08
re PR fortran/88357 (ICE in parse_associate, at fortran/parse.c:4568)
Steven G. Kargl
1
-1
/
+1
2018-11-27
Support simd function declarations via a pre-include.
Martin Liska
1
-0
/
+3
[next]