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-expr.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-23
Fortran: Generic processing of assumed rank objects (f202y) [PR116733]
Paul Thomas
1
-13
/
+52
2024-10-19
Fortran: Add range-based diagnostic
Tobias Burnus
1
-4
/
+5
2024-10-15
Fortran: Use OpenACC's acc_on_device builtin, fix OpenMP' __builtin_is_initia...
Thomas Schwinge
1
-1
/
+1
2024-10-14
Allow for class type coarray parameters. [PR77871]
Andre Vehreschild
1
-12
/
+24
2024-10-13
Fortran: Use OpenACC's acc_on_device builtin, fix OpenMP' __builtin_is_initia...
Tobias Burnus
1
-6
/
+52
2024-09-30
Ensure coarrays in calls use a descriptor [PR81265]
Andre Vehreschild
1
-1
/
+7
2024-09-24
Add random numbers and fix some bugs.
Thomas Koenig
1
-2
/
+2
2024-09-24
Fortran: Allow to nullify caf token when not in ultimate component. [PR101100]
Andre Vehreschild
1
-1
/
+7
2024-09-19
Fix deep copy allocatable components in coarrays. [PR85002]
Andre Vehreschild
1
-1
/
+1
2024-09-15
fortran: Remove useless nested end of scalarization chain handling
Mikael Morin
1
-10
/
+1
2024-09-07
Implement first part of unsigned integers for Fortran.
Thomas Koenig
1
-0
/
+4
2024-08-23
Revert "Fortran: Fix class transformational intrinsic calls [PR102689]"
Paul Thomas
1
-51
/
+6
2024-08-20
Fortran: Fix [Coarray] ICE in conv_caf_send, at fortran/trans-intrinsic.c:195...
Andre Vehreschild
1
-23
/
+0
2024-08-15
Fix Coarray in associate not a coarray. [PR110033]
Andre Vehreschild
1
-15
/
+72
2024-08-15
Add corank to gfc_expr.
Andre Vehreschild
1
-1
/
+6
2024-08-06
Fortran: Fix class transformational intrinsic calls [PR102689]
Paul Thomas
1
-6
/
+51
2024-07-22
Fix Rejects allocatable coarray passed as a dummy argument [88624]
Andre Vehreschild
1
-10
/
+25
2024-07-18
Fortran: Fix Explicit cobounds of a procedures parameter not respected [PR78466]
Andre Vehreschild
1
-10
/
+24
2024-07-16
Fortran: Simplify len_trim with array ref and fix mapping bug[PR84868].
Paul Thomas
1
-6
/
+12
2024-07-16
Lower zeroing array assignment to memset for allocatable arrays.
Prathamesh Kulkarni
1
-10
/
+21
2024-07-11
Fortran: Fix rejecting class arrays of different ranks as storage association...
Andre Vehreschild
1
-129
/
+113
2024-06-28
Add gfc_class_set_vptr.
Andre Vehreschild
1
-0
/
+48
2024-06-28
Use gfc_reset_vptr more consistently.
Andre Vehreschild
1
-28
/
+29
2024-06-19
Fortran: Set the vptr of a class typed result.
Andre Vehreschild
1
-4
/
+6
2024-06-07
Fix returned type to be allocatable for user-functions.
Andre Vehreschild
1
-17
/
+18
2024-05-29
Fix memory leak.
Andre Vehreschild
1
-3
/
+26
2024-05-24
Fortran: fix bounds check for assignment, class component [PR86100]
Harald Anlauf
1
-18
/
+22
2024-05-13
Fortran: Fix wrong code in unlimited polymorphic assignment [PR113363]
Paul Thomas
1
-14
/
+20
2024-05-12
Fortran: Unlimited polymorphic intrinsic function arguments [PR84006]
Paul Thomas
1
-2
/
+13
2024-05-05
Fortran: fix issues with class(*) assignment [PR114827]
Harald Anlauf
1
-0
/
+13
2024-04-29
Fortran: Fix regression caused by r14-9752 [PR114959]
Paul Thomas
1
-10
/
+18
2024-04-25
Fortran: Fix ICE in gfc_trans_create_temp_array from bad type [PR93678]
Paul Thomas
1
-2
/
+8
2024-04-09
Fortran: Fix ICE in gfc_trans_pointer_assignment [PR113956]
Paul Thomas
1
-6
/
+3
2024-04-02
Fortran: Fix wrong recursive errors and class initialization [PR112407]
Paul Thomas
1
-0
/
+16
2024-03-29
Fortran: fix NULL pointer dereference on overlapping initialization [PR50410]
Harald Anlauf
1
-1
/
+1
2024-03-29
Fortran: Fix a gimplifier ICE/wrong result with finalization [PR36337]
Paul Thomas
1
-3
/
+6
2024-03-20
Use integer_{zero,one}_node some more
Jakub Jelinek
1
-2
/
+2
2024-03-15
Fortran: Fix class/derived/complex function associate selectors [PR87477]
Paul Thomas
1
-0
/
+4
2024-02-26
Fortran: do not evaluate polymorphic functions twice in assignment [PR114012]
Harald Anlauf
1
-0
/
+4
2024-02-20
Fortran: fix passing array component ref to polymorphic procedures
Peter Hill
1
-0
/
+8
2024-02-17
fortran: gfc_trans_subcomponent_assign fixes [PR113503]
Jakub Jelinek
1
-10
/
+8
2024-02-13
Fortran: fix passing of optional dummies to bind(c) procedures [PR113866]
Harald Anlauf
1
-2
/
+4
2024-01-28
Fortran: NULL actual to optional dummy with VALUE attribute [PR113377]
Harald Anlauf
1
-2
/
+9
2024-01-24
Fortran: passing of optional dummies to elemental procedures [PR113377]
Harald Anlauf
1
-84
/
+111
2024-01-21
Fortran: passing of optional scalar arguments with VALUE attribute [PR113377]
Harald Anlauf
1
-0
/
+1
2024-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2023-12-17
Fortran: fix argument passing to CONTIGUOUS,TARGET dummy [PR97592]
Harald Anlauf
1
-1
/
+3
2023-12-16
Fortran: Prevent unwanted finalization with -w option [PR112459]
Paul Thomas
1
-1
/
+3
2023-12-08
OpenMP/Fortran: Implement omp allocators/allocate for ptr/allocatables
Tobias Burnus
1
-2
/
+22
2023-12-02
Fortran: deferred-length character optional dummy arguments [PR93762,PR100651]
Harald Anlauf
1
-4
/
+18
[next]