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
/
module.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-17
Rename .c files to .cc files.
Martin Liska
1
-7581
/
+0
2022-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2021-10-09
Fortran: accept both old and new-style relational operators in USE, ONLY
Harald Anlauf
1
-4
/
+62
2021-07-21
OpenACC 'nohost' clause
Thomas Schwinge
1
-0
/
+7
2021-05-10
Come up with startswith function.
Martin Liska
1
-5
/
+5
2021-04-16
PR fortran/63797 - Bogus ambiguous reference to 'sqrt'
Harald Anlauf
1
-0
/
+11
2021-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2020-11-06
Fortran: Fix type-decl for PDT / wrong-code pdt_14.f03 issue [PR97652]
Tobias Burnus
1
-0
/
+3
2020-08-30
2020-8-20 José Rui Faustino de Sousa <jrfsousa@gmail.com>
José Rui Faustino de Sousa
1
-1
/
+41
2020-08-26
Fortran: Add 'device_type' clause to OpenMP's declare target
Tobias Burnus
1
-1
/
+32
2020-07-29
gcc/fortran/module.c: Fix indentation
Tobias Burnus
1
-4
/
+4
2020-07-29
OpenMP: Add 'omp requires' to Fortran (mostly parsing)
Tobias Burnus
1
-2
/
+71
2020-04-14
[Fortran] Fix name conflict check for use-assoc (PR 92736)
Tobias Burnus
1
-12
/
+14
2020-03-17
Fix up duplicated duplicated words mostly in comments
Jakub Jelinek
1
-2
/
+2
2020-03-02
Ensure sufficient size of variables used for module+submodule names.
Andrew Benson
1
-2
/
+6
2020-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2019-11-20
PR 92463 MPFR modernization in GFortran
Janne Blomqvist
1
-1
/
+1
2019-11-12
re PR fortran/81651 (Enhancement request: have f951 print out fully qualified...
Harald Anlauf
1
-7
/
+23
2019-10-02
module.c (load_commons): Initialize flags to 0 to silecne -Wmaybe-uninitializ...
Jan Hubicka
1
-3
/
+3
2019-08-19
re PR fortran/91485 (Erroneous conflict between variable x and operator(.x.))
Steven G. Kargl
1
-1
/
+1
2019-08-17
re PR fortran/82992 (ICE in create_int_parameter_array, at fortran/module.c:6...
Steven G. Kargl
1
-0
/
+16
2019-05-01
module.c (write_module): Initialize module_column before writing module to en...
Andrew Benson
1
-0
/
+3
2019-04-13
re PR fortran/79842 (i18n: subword translation in "Can't use the same %smodule")
Dominique d'Humieres
1
-2
/
+6
2019-03-21
[PR72741] Encode OpenACC 'routine' directive's level of parallelism inside Fo...
Thomas Schwinge
1
-1
/
+56
2019-03-18
re PR fortran/88008 (ICE in check_typebound_baseobject, at fortran/resolve.c:...
Thomas Koenig
1
-0
/
+1
2019-03-12
Replace can't in error messages for Fortran.
Martin Liska
1
-7
/
+7
2019-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2018-12-26
re PR fortran/85407 (Replace gcc_assert in module.c:read_module by more helpf...
Harald Anlauf
1
-1
/
+7
2018-12-22
re PR fortran/88169 (Rejects USE rename of namelist group)
Steven G. Kargl
1
-12
/
+0
2018-11-01
re PR fortran/40196 ([F03] [F08] Type parameter inquiry (str%len, a%kind) and...
Paul Thomas
1
-0
/
+14
2018-09-20
gfortran.h (gfc_str_startswith): New macro.
Janus Weil
1
-5
/
+5
2018-08-22
module.c (load_generic_interfaces): Move call to find_symbol() so that only o...
Andrew Benson
1
-3
/
+3
2018-07-16
re PR fortran/86417 (FAIL: libgomp.fortran/alloc-comp-3.f90 -O0 (test for ...
Fritz Reese
1
-0
/
+2
2018-07-10
re PR fortran/86421 (OpenMP declare simd linear ref in module causes gfortran...
Jakub Jelinek
1
-1
/
+16
2018-02-13
Make module files reproducible
Alastair McKinstry
1
-1
/
+3
2018-01-05
PR 78534 Change character length from int to size_t
Janne Blomqvist
1
-22
/
+38
2018-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2017-10-08
re PR fortran/82375 (PDT components in PDT declarations fail to compile)
Paul Thomas
1
-2
/
+8
2017-10-07
re PR fortran/82375 (PDT components in PDT declarations fail to compile)
Paul Thomas
1
-7
/
+13
2017-09-23
re PR fortran/82143 (add a -fdefault-real-16 flag)
Janus Weil
1
-2
/
+2
2017-09-09
decl.c: Add decl_type_param_list...
Paul Thomas
1
-1
/
+58
2017-05-19
fortran: remove trailing exclamation mark from various diagnostics (PR fortra...
David Malcolm
1
-1
/
+1
2017-04-23
re PR fortran/80484 (Three syntax errors involving derived-type I/O)
Jerry DeLisle
1
-0
/
+1
2017-04-17
re PR fortran/80440 (Slow compile when USEing modules)
Paul Thomas
1
-35
/
+0
2017-04-10
re PR fortran/69498 (ICE on disjunct cases with displaced or incomplete embed...
Nicolas Koenig
1
-0
/
+7
2017-03-22
re PR fortran/79602 (translation: globally replace '%s' with %qs)
Dominique d'Humieres
1
-1
/
+1
2017-03-18
re PR fortran/79676 ([submodules] Compilation/linking error when module proce...
Paul Thomas
1
-7
/
+14
2017-01-21
gfortran.h (gfc_extract_int): Change return type to bool.
Jakub Jelinek
1
-27
/
+29
2017-01-13
Revert r244448
Janne Blomqvist
1
-29
/
+14
2017-01-13
PR 78534 Change character length from int to size_t
Janne Blomqvist
1
-14
/
+29
[next]