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-intrinsic.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-17
Rename .c files to .cc files.
Martin Liska
1
-12457
/
+0
2022-01-15
Fortran: fix ICE and wrong code with TRANSFER and CHARACTER(kind=4)
Harald Anlauf
1
-3
/
+14
2022-01-11
libgfortran: Make sure glibc < 2.32 built powerpc64le-linux libgfortran doesn...
Jakub Jelinek
1
-1
/
+3
2022-01-11
fortran, libgfortran: Add remaining missing *_r17 symbols
Jakub Jelinek
1
-1
/
+1
2022-01-06
Fortran: Fix handling of optional argument to SIZE intrinsic [PR103898]
Sandra Loosemore
1
-1
/
+5
2022-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2021-11-21
Fortran: fix lookup for gfortran builtin math intrinsics used by DEC extensions
Harald Anlauf
1
-31
/
+35
2021-11-16
fortran: simplify elemental arguments walking
Mikael Morin
1
-1
/
+1
2021-11-12
fortran: Ignore unused args in scalarization [PR97896]
Mikael Morin
1
-0
/
+1
2021-10-20
Fortran: Fixes and additional tests for shape/ubound/size [PR94070]
Sandra Loosemore
1
-170
/
+76
2021-09-30
Fortran: Fix same_type_as
Tobias Burnus
1
-14
/
+28
2021-09-27
Fortran: Fix assumed-size to assumed-rank passing [PR94070]
Tobias Burnus
1
-71
/
+48
2021-09-26
Fortran: Fix associated intrinsic with assumed rank [PR101334]
Tobias Burnus
1
-9
/
+21
2021-09-23
Fortran: Handle allocated() with coindexed scalars [PR93834]
Tobias Burnus
1
-21
/
+34
2021-09-17
Fortran: Use _Float128 rather than __float128 for c_float128 kind.
Sandra Loosemore
1
-3
/
+3
2021-06-23
fortran: Fix deref of optional in gen. code. [PR100337]
Andre Vehreschild
1
-2
/
+22
2021-06-18
Fortran - fix conversion to result type for the min/max intrinsic
Harald Anlauf
1
-4
/
+1
2021-06-05
Fortran: Fix some issues with pointers to character.
José Rui Faustino de Sousa
1
-0
/
+1
2021-05-27
Fortran: Fix erroneous "pointer argument is not associated" runtime error
Harald Anlauf
1
-1
/
+8
2021-05-22
Steve Kargl <kargl@gcc.gnu.org>
Andre Vehreschild
1
-15
/
+20
2021-05-10
Come up with startswith function.
Martin Liska
1
-11
/
+11
2021-04-21
Fix Fortran rounding issues, PR fortran/96983.
Michael Meissner
1
-18
/
+8
2021-03-14
PR fortran/99112 - ICE with runtime diagnostics for SIZE intrinsic function
Harald Anlauf
1
-8
/
+20
2021-03-10
Do not assume that __float128 exists
Eric Botcazou
1
-1
/
+1
2021-01-22
Fortran: Fix for class functions as associated target [PR98565].
Paul Thomas
1
-1
/
+7
2021-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2020-11-28
Generate correct fn specs for some Fortran library functions.
Thomas Koenig
1
-4
/
+75
2020-11-16
PR fortran/48958 - Add runtime diagnostics for SIZE intrinsic function
Harald Anlauf
1
-0
/
+29
2020-10-25
Correct decls for functions which do not pass actual arguments.
Thomas Koenig
1
-34
/
+89
2020-10-04
PR fortran/97272 - Wrong answer from MAXLOC with character arg
Harald Anlauf
1
-0
/
+19
2020-09-21
PR fortran/90903 [part2] - Add runtime checking for the MVBITS intrinsic
Harald Anlauf
1
-0
/
+167
2020-09-07
PR fortran/96711 - ICE with NINT() for integer(16) result
Harald Anlauf
1
-2
/
+15
2020-08-18
PR fortran/96613,96686 - Fix type/kind issues, temporaries evaluating MIN/MAX
Harald Anlauf
1
-8
/
+20
2020-04-07
Fix PR fortran/93871 and re-implement degree-valued trigonometric intrinsics.
Fritz Reese
1
-0
/
+196
2020-03-01
Patch for PR92959
Paul Thomas
1
-12
/
+9
2020-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2019-09-26
CO_BROADCAST for derived types with allocatable components
Alessandro Fanfarillo
1
-37
/
+55
2019-08-16
tree-ssa-forwprop.c (simplify_builtin_call): Do not remove stmt at gsi_p, ins...
Richard Biener
1
-1
/
+1
2019-08-10
decl.c (match_old_style_init): Use a clearer error message.
Steven G. Kargl
1
-2
/
+6
2019-07-16
re PR fortran/90903 (Implement runtime checks for bit manipulation intrinsics)
Harald Anlauf
1
-2
/
+165
2019-07-03
Remove another bunch of dead assignment.
Martin Liska
1
-1
/
+0
2019-06-14
re PR fortran/90577 (FAIL: gfortran.dg/lrshift_1.f90 with -O(2|3) and -flto)
Harald Anlauf
1
-1
/
+14
2019-05-29
re PR fortran/90539 (481.wrf slowdown by 25% on Intel Kaby with -Ofast -march...
Thomas Koenig
1
-4
/
+13
2019-04-22
re PR fortran/57284 ([OOP] ICE with find_array_spec for polymorphic arrays)
Paul Thomas
1
-2
/
+23
2019-03-12
re PR fortran/89363 (RANK incorrect for unallocated allocatable)
Paul Thomas
1
-2
/
+80
2019-01-09
PR other/16615 [1/5]
Sandra Loosemore
1
-1
/
+1
2019-01-07
re PR fortran/45424 ([F08] Add IS_CONTIGUOUS intrinsic)
Thomas Koenig
1
-0
/
+77
2019-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2018-12-31
re PR fortran/82995 (Segmentation fault passing optional argument to intrinsi...
Thomas Koenig
1
-30
/
+149
2018-11-27
Support simd function declarations via a pre-include.
Martin Liska
1
-0
/
+70
[next]