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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-06-12
2011-06-12 Tobias Burnus
Tobias Burnus
1
-2
/
+2
2011-06-05
re PR fortran/49255 (-fcheck=pointer diagnoses too much: Passing NULL pointer...
Tobias Burnus
1
-0
/
+6
2011-05-26
[multiple changes]
Paul Thomas
1
-2
/
+2
2011-04-30
re PR fortran/48746 (Matmul with allocate on assignment)
Paul Thomas
1
-6
/
+39
2011-04-29
re PR fortran/48462 (realloc on assignment: matmul Segmentation Fault with Al...
Paul Thomas
1
-6
/
+8
2011-04-19
Replace gfc_getmem with XCNEW, XCNEWVEC or xcalloc
Janne Blomqvist
1
-2
/
+2
2011-04-18
convert each use of gfc_free (p) to free (p)
Jim Meyering
1
-8
/
+8
2011-04-18
re PR fortran/48462 (realloc on assignment: matmul Segmentation Fault with Al...
Paul Thomas
1
-40
/
+23
2011-04-10
Remove doubled up words.
Mike Stump
1
-1
/
+1
2011-03-30
re PR fortran/47516 (testsuite failure: realloc_on_assign_2.f03 (with --disab...
Michael Matz
1
-11
/
+12
2011-03-12
re PR fortran/48059 ([OOP] ICE in in gfc_conv_component_ref: character functi...
Janus Weil
1
-0
/
+4
2011-02-18
2011-02-18 Tobias Burnus
Tobias Burnus
1
-3
/
+7
2011-02-18
re PR fortran/45586 (ICE non-trivial conversion at assignment)
Michael Matz
1
-0
/
+20
2011-02-12
re PR fortran/45586 (ICE non-trivial conversion at assignment)
Michael Matz
1
-17
/
+10
2011-02-02
re PR fortran/47082 ([OOP] ICE in gfc_conv_component_ref)
Janus Weil
1
-0
/
+5
2011-02-01
re PR fortran/47565 ([OOP] Segfault with TBP)
Janus Weil
1
-1
/
+1
2011-01-31
re PR fortran/47455 ([OOP] internal compiler error: in fold_convert_loc, at f...
Janus Weil
1
-4
/
+3
2011-01-30
re PR fortran/47523 (Concatenation with deferred length character with lhs va...
Paul Thomas
1
-2
/
+7
2011-01-28
re PR fortran/45170 ([F2003] allocatable character lengths)
Paul Thomas
1
-13
/
+186
2011-01-18
re PR fortran/47240 ([F03] segfault with procedure pointer component)
Janus Weil
1
-2
/
+3
2011-01-08
re PR fortran/46896 (Wrong code with transpose(a) passed to subroutine)
Paul Thomas
1
-5
/
+42
2011-01-05
re PR fortran/47180 ([OOP] EXTENDS_TYPE_OF returns the wrong result for disas...
Janus Weil
1
-1
/
+1
2011-01-05
re PR fortran/47180 ([OOP] EXTENDS_TYPE_OF returns the wrong result for disas...
Janus Weil
1
-14
/
+13
2010-12-18
re PR fortran/46974 (ICE with TRANSFER using a C_PTR entity)
Tobias Burnus
1
-16
/
+22
2010-12-13
re PR fortran/46201 ([F03] ICE on procedure pointer component call)
Janus Weil
1
-1
/
+1
2010-12-13
re PR fortran/46841 ([F03] ICE on allocating array of procedure pointers)
Janus Weil
1
-1
/
+1
2010-12-07
re PR fortran/44352 (ICE in string_to_single_character)
Tobias Burnus
1
-20
/
+27
2010-12-04
re PR fortran/46794 (ICE on valid code involving power of small integer kinds)
Daniel Kraft
1
-1
/
+22
2010-11-28
re PR fortran/35810 ([TR 15581 / F2003] Automatic reallocation on assignment ...
Paul Thomas
1
-3
/
+166
2010-11-27
re PR fortran/46301 (Missing diagnosis for "len=:")
Jerry DeLisle
1
-0
/
+7
2010-11-12
re PR fortran/45794 (ICE: Segmentation fault in gfc_conv_procedure_call)
Jerry DeLisle
1
-2
/
+4
2010-11-09
re PR fortran/46313 ([OOP] class container naming collisions)
Janus Weil
1
-12
/
+12
2010-11-06
re PR fortran/46330 ([OOP] ICE after revision 166368)
Janus Weil
1
-1
/
+1
2010-11-03
builtins.c (fold_builtin_signbit): Use build_zero_cst instead of fold_convert.
Nathan Froyd
1
-2
/
+2
2010-10-06
trans-expr.c (get_proc_ptr_comp): Restore initial expression type before call...
Mikael Morin
1
-0
/
+7
2010-10-06
trans-array.c (gfc_conv_tmp_array_ref): Add factorized call to gfc_advance_se...
Mikael Morin
1
-5
/
+0
2010-09-21
re PR fortran/45648 (Unnecessary temporary for transpose calls as actual argu...
Mikael Morin
1
-3
/
+23
2010-09-20
re PR fortran/45438 ([OOP] ICE with -fcheck=pointer)
Janus Weil
1
-21
/
+10
2010-09-10
trans-expr.c (expr_is_variable): New function taking non-copying intrinsic fu...
Mikael Morin
1
-3
/
+24
2010-09-10
re PR fortran/45186 (Gfortran 4.5.0 emits wrong linenumbers)
Tobias Burnus
1
-9
/
+9
2010-09-07
* trans-expr.c (gfc_conv_initializer): Set STATIC flags for initializers.
Jan Hubicka
1
-4
/
+16
2010-09-06
re PR fortran/34145 (single_char_string.f90 fails with -fdefault-integer-8)
Thomas Koenig
1
-6
/
+14
2010-09-03
re PR fortran/45186 (Gfortran 4.5.0 emits wrong linenumbers)
Tobias Burnus
1
-184
/
+232
2010-09-01
re PR fortran/44541 ([OOP] wrong code for polymorphic variable with INTENT(OU...
Janus Weil
1
-12
/
+24
2010-09-01
trans-expr.c (gfc_conv_power_op): Handle floating-point types other than long...
Francois-Xavier Coudert
1
-33
/
+14
2010-08-21
re PR fortran/45271 ([OOP] Polymorphic code breaks when changing order of USE...
Janus Weil
1
-65
/
+7
2010-08-21
re PR fortran/36158 (Transformational function BESSEL_YN(n1,n2,x) and BESSEL_...
Tobias Burnus
1
-1
/
+1
2010-08-19
re PR fortran/29785 (Fortran 2003: POINTER Rank Remapping)
Daniel Kraft
1
-13
/
+179
2010-08-19
re PR fortran/45290 ([F08] pointer initialization)
Janus Weil
1
-3
/
+14
2010-08-17
re PR fortran/38936 ([F03] ASSOCIATE construct / improved SELECT TYPE (a=>expr))
Daniel Kraft
1
-2
/
+3
[next]