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-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-decl.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-24
Use unique_ptr in more places in pretty_printer/diagnostics [PR116613]
David Malcolm
1
-0
/
+1
2024-10-19
Fortran: Add range-based diagnostic
Tobias Burnus
1
-51
/
+51
2024-10-17
Fix ICE with coarrays and submodules [PR80235]
Andre Vehreschild
1
-2
/
+5
2024-10-13
Fortran: Use OpenACC's acc_on_device builtin, fix OpenMP' __builtin_is_initia...
Tobias Burnus
1
-9
/
+0
2024-10-07
OpenMP: Allocate directive for static vars, clean up
Tobias Burnus
1
-65
/
+66
2024-09-07
Implement first part of unsigned integers for Fortran.
Thomas Koenig
1
-0
/
+4
2024-09-05
Fortran: fix ICE in gfc_create_module_variable [PR100273]
Harald Anlauf
1
-1
/
+2
2024-08-12
Fortran: Fix coarray in associate not linking [PR85510]
Andre Vehreschild
1
-1
/
+1
2024-08-07
OpenMP: Constructors and destructors for "declare target" static aggregates
Tobias Burnus
1
-0
/
+9
2024-07-29
OpenMP/Fortran: Fix handling of 'declare target' with 'link' clause [PR115559]
Tobias Burnus
1
-26
/
+55
2024-07-21
Fortran: Fix regression caused by r14-10477 [PR59104]
Paul Thomas
1
-1
/
+1
2024-07-18
Fortran: Fix Explicit cobounds of a procedures parameter not respected [PR78466]
Andre Vehreschild
1
-9
/
+11
2024-07-11
Fortran: Fix rejecting class arrays of different ranks as storage association...
Andre Vehreschild
1
-2
/
+14
2024-06-28
Use gfc_reset_vptr more consistently.
Andre Vehreschild
1
-17
/
+2
2024-06-20
Fortran: Auto array allocation with function dependencies [PR59104]
Paul Thomas
1
-7
/
+44
2024-06-19
Fortran: fix for CHARACTER(len=*) dummies with bind(C) [PR115390]
Harald Anlauf
1
-2
/
+2
2024-06-19
Fortran: Set the vptr of a class typed result.
Andre Vehreschild
1
-5
/
+6
2024-04-29
Fortran: add SELECTED_LOGICAL_KIND
Francois-Xavier Coudert
1
-0
/
+7
2024-04-21
Fortran: Detect 'no implicit type' error in right place [PR103471]
Paul Thomas
1
-3
/
+4
2024-03-20
Use integer_{zero,one}_node some more
Jakub Jelinek
1
-1
/
+1
2024-03-14
OpenACC 2.7: front-end support for readonly modifier
Chung-Lin Tang
1
-3
/
+3
2024-02-15
openmp, fortran: Add Fortran support for indirect clause on the declare targe...
Kwok Cheung Yeung
1
-0
/
+4
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
-1
/
+1
2023-11-06
Fortran: Fix generate_error library function fnspec
Martin Jambor
1
-1
/
+1
2023-10-14
Fortran: Support OpenMP's 'allocate' directive for stack vars
Tobias Burnus
1
-0
/
+126
2023-06-28
Fortran: Enable class expressions in structure constructors [PR49213]
Paul Thomas
1
-1
/
+0
2023-06-21
Fortran: Fix some bugs in associate [PR87477]
Paul Thomas
1
-0
/
+33
2023-05-18
fortran: use _P() defines from tree.h
Bernhard Reutner-Fischer
1
-2
/
+2
2023-05-18
Fortran: Narrow return types [PR78798]
Bernhard Reutner-Fischer
1
-1
/
+1
2023-05-17
Fortran/OpenMP: Fix mapping of array descriptors and deferred-length strings
Tobias Burnus
1
-0
/
+2
2023-04-28
Fortran: Fix (mostly) comment typos
Tobias Burnus
1
-1
/
+1
2023-04-08
Fortran: Fix some of the bugs in associate [PR87477]
Paul Thomas
1
-0
/
+4
2023-03-25
Fortran: remove dead code [PR104321]
Harald Anlauf
1
-3
/
+0
2023-03-18
Fortran: Fix bugs and missing features in finalization [PR37336]
Paul Thomas
1
-16
/
+26
2023-02-24
Fortran: Add support for WEAK attribute for variables
Rimvydas Jasinskas
1
-0
/
+14
2023-02-13
Fortran: Add !GCC$ attributes NOINLINE,NORETURN,WEAK
Rimvydas Jasinskas
1
-1
/
+12
2023-02-07
Fortran: ASSOCIATE variables should not be TREE_STATIC [PR95107]
Harald Anlauf
1
-0
/
+1
2023-02-03
fortran: Fix up hash table usage in gfc_trans_use_stmts [PR108451]
Jakub Jelinek
1
-1
/
+5
2023-01-16
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2022-11-12
Fortran: fix treatment of character, value, optional dummy arguments [PR107444]
Harald Anlauf
1
-5
/
+5
2022-11-09
Fortran: ordering of hidden procedure arguments [PR107441]
Harald Anlauf
1
-4
/
+19
2022-10-21
Fortran: Add missing TKR initialization to class variables [PR100097, PR100098]
José Rui Faustino de Sousa
1
-1
/
+5
2022-10-17
Fortran: Fixes for kind=4 characters strings [PR107266]
Tobias Burnus
1
-5
/
+5
2022-09-22
Fortran: fix ICE in generate_coarray_sym_init [PR82868]
Harald Anlauf
1
-0
/
+1
2022-07-15
Fortran: do not generate conflicting results under -ff2c [PR104313]
Steve Kargl
1
-1
/
+1
2022-01-20
Fortran: Fix scope for OMP AFFINITY clause iterator variables [PR103695]
Sandra Loosemore
1
-0
/
+3
2022-01-17
Change references of .c files to .cc files
Martin Liska
1
-6
/
+6
2022-01-17
Rename .c files to .cc files.
Martin Liska
1
-0
/
+7956