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
/
expr.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-12
Fortran: implement F2018 intrinsic OUT_OF_RANGE [PR115788]
Harald Anlauf
1
-0
/
+1
2025-01-07
Fortran: Extend cylic type detection for deallocate [PR116669]
Andre Vehreschild
1
-11
/
+27
2025-01-02
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2024-12-22
Fortran: fix front-end GMP memleaks
Harald Anlauf
1
-3
/
+11
2024-12-09
Fortran: fix two minor front-end GMP memleaks
Harald Anlauf
1
-2
/
+2
2024-11-26
Fortran: fix minor front-end memleaks
Harald Anlauf
1
-1
/
+5
2024-11-22
build: Remove INCLUDE_MEMORY [PR117737]
Andrew Pinski
1
-1
/
+0
2024-11-20
Fortran: fix checking of protected variables in submodules [PR83135]
Harald Anlauf
1
-5
/
+35
2024-10-24
Use unique_ptr in more places in pretty_printer/diagnostics [PR116613]
David Malcolm
1
-0
/
+1
2024-10-23
Fortran: Generic processing of assumed rank objects (f202y) [PR116733]
Paul Thomas
1
-1
/
+25
2024-10-19
Fortran: Add range-based diagnostic
Tobias Burnus
1
-1
/
+2
2024-09-24
Implement MATMUL and DOT_PRODUCT for unsigned.
Thomas Koenig
1
-0
/
+13
2024-09-07
Implement first part of unsigned integers for Fortran.
Thomas Koenig
1
-2
/
+4
2024-08-19
Allow coarrays in select type. [PR46371, PR56496]
Andre Vehreschild
1
-0
/
+4
2024-08-15
Add corank to gfc_expr.
Andre Vehreschild
1
-33
/
+18
2024-06-07
Fix returned type to be allocatable for user-functions.
Andre Vehreschild
1
-5
/
+8
2024-05-23
Fortran: Fix ICEs due to comp calls in initialization exprs [PR103312]
Paul Thomas
1
-0
/
+5
2024-05-11
Fortran: fix dependency checks for inquiry refs [PR115039]
Harald Anlauf
1
-1
/
+1
2024-04-29
Fortran: add SELECTED_LOGICAL_KIND
Francois-Xavier Coudert
1
-1
/
+10
2024-03-28
fortran: Fix specification expression check in submodules [PR114475]
Mikael Morin
1
-0
/
+1
2024-03-22
fortran: Fix specification expression error with dummy procedures [PR111781]
Mikael Morin
1
-7
/
+1
2024-03-15
Fortran: Fix class/derived/complex function associate selectors [PR87477]
Paul Thomas
1
-0
/
+5
2024-03-13
Fortran: fix IS_CONTIGUOUS for polymorphic dummy arguments [PR114001]
Harald Anlauf
1
-9
/
+10
2024-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2023-12-10
Fortran: allow NULL() for POINTER, OPTIONAL, CONTIGUOUS dummy [PR111503]
Harald Anlauf
1
-0
/
+14
2023-10-27
Fortran: Fix some problems with SELECT TYPE selectors [PR104625].
Paul Thomas
1
-1
/
+2
2023-07-12
gfortran: Allow ref'ing PDT's len() in parameter-initializer.
Andre Vehreschild
1
-3
/
+28
2023-06-28
Fortran: Enable class expressions in structure constructors [PR49213]
Paul Thomas
1
-3
/
+1
2023-06-21
Fortran: Fix some bugs in associate [PR87477]
Paul Thomas
1
-0
/
+26
2023-05-19
fortran: Use CLASS_DATA from gfortran.h
Bernhard Reutner-Fischer
1
-3
/
+3
2023-05-18
Fortran: Narrow return types [PR78798]
Bernhard Reutner-Fischer
1
-3
/
+3
2023-05-15
Fortran: CLASS pointer function result in variable definition context [PR109846]
Harald Anlauf
1
-1
/
+1
2023-05-08
Fortran: Fix mpz and mpfr memory leaks [PR fortran/68800]
Bernhard Reutner-Fischer
1
-4
/
+4
2023-04-28
Fortran: Fix (mostly) comment typos
Tobias Burnus
1
-1
/
+1
2023-04-04
Fortran: reject module variable as character length in PARAMETER [PR104349]
Harald Anlauf
1
-2
/
+0
2023-03-24
Fortran: fix FE memleak with BOZ expressions.
Harald Anlauf
1
-0
/
+4
2023-02-24
fortran: Plug leak of associated_dummy memory. [PR108923]
Mikael Morin
1
-0
/
+7
2023-02-01
Fortran: error recovery on invalid array section [PR108609]
Harald Anlauf
1
-1
/
+5
2023-01-19
Fortran: error recovery for invalid CLASS component [PR108434]
Harald Anlauf
1
-2
/
+2
2023-01-16
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2022-10-20
Fortran: error recovery with references of bad array constructors [PR105633]
Harald Anlauf
1
-3
/
+7
2022-09-20
Fortran: NULL pointer dereference in invalid simplification [PR106985]
Harald Anlauf
1
-1
/
+2
2022-05-11
Fortran: fix error recovery on invalid array section
Harald Anlauf
1
-2
/
+2
2022-03-09
Fortran: improve error recovery on invalid array section
Harald Anlauf
1
-1
/
+3
2022-02-14
Fortran: improve error recovery on bad array section
Harald Anlauf
1
-1
/
+7
2022-01-27
Fortran: fix issues with internal conversion between default and wide char
Harald Anlauf
1
-1
/
+2
2022-01-17
Change references of .c files to .cc files
Martin Liska
1
-4
/
+4
2022-01-17
Rename .c files to .cc files.
Martin Liska
1
-0
/
+6507