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
/
trans-decl.cc
Age
Commit message (
Expand
)
Author
Files
Lines
10 days
Fortran: Store OpenMP's 'declare variant' in module file [PR115271]
Tobias Burnus
1
-2
/
+2
2025-02-20
Fortran: Remove deprecated coarray routines [PR107635]
Andre Vehreschild
1
-49
/
+0
2025-02-20
Fortran: Add transfer_between_remotes [PR107635]
Andre Vehreschild
1
-2
/
+13
2025-02-20
Fortran: Add send_to_remote [PR107635]
Andre Vehreschild
1
-0
/
+10
2025-02-20
Fortran: Add caf_is_present_on_remote. [PR107635]
Andre Vehreschild
1
-5
/
+6
2025-02-20
Fortran: Prepare for more caf-rework. [PR107635]
Andre Vehreschild
1
-16
/
+9
2025-02-17
OpenMP/Fortran: extend 'adjust_args' clause, fixes for it and declare variant...
Tobias Burnus
1
-0
/
+23
2025-02-15
Fortran: passing of derived type to VALUE,OPTIONAL dummy argument [PR118080]
Harald Anlauf
1
-5
/
+3
2025-02-07
Fortran: Fix default init of finalizable derived argus [PR116829]
Paul Thomas
1
-15
/
+6
2025-02-04
Add modular exponentiation for UNSIGNED.
Thomas Koenig
1
-2
/
+26
2025-01-30
OpenMP: Fortran support for metadirectives and dynamic selectors
Sandra Loosemore
1
-1
/
+4
2025-01-25
Fortran: fix issues with variables in BLOCK DATA [PR58857]
Harald Anlauf
1
-0
/
+23
2025-01-23
Fortran: Regression- fix ICE at fortran/trans-decl.c:1575 [PR96087]
Paul Thomas
1
-0
/
+15
2025-01-11
Fortran: Fix location_t in gfc_get_extern_function_decl; support 'omp dispatc...
Tobias Burnus
1
-1
/
+1
2025-01-02
OpenMP: Fortran front-end support for dispatch + adjust_args
Paul-Antoine Arras
1
-1
/
+8
2025-01-02
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2024-12-22
Fortran: Replace getting of coarray data with accessor-based version. [PR107635]
Andre Vehreschild
1
-11
/
+91
2024-12-03
OpenMP: 'allocate' directive - fixes for 'alignof' and [[omp::decl]]
Tobias Burnus
1
-3
/
+0
2024-11-22
build: Remove INCLUDE_MEMORY [PR117737]
Andrew Pinski
1
-1
/
+0
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
[next]