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-15
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-15
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
2006-01-16
trans-expr.c (gfc_conv_function_call): Use fold_build2.
Richard Guenther
1
-1
/
+2
2006-01-09
Add 2006 copyright year.
Feng Wang
1
-1
/
+1
2006-01-09
fortran ChangeLog entry:
Feng Wang
1
-12
/
+71
2005-12-16
trans.h (tree): Remove declaration of gfc_build_function_call.
Richard Guenther
1
-6
/
+6
2005-12-16
trans.h (gfc_build_indirect_ref): Remove declaration.
Richard Guenther
1
-12
/
+12
2005-12-16
(gfc_conv_descriptor_data_addr): Use build_fold_addr_expr where appropriate.
Richard Guenther
1
-9
/
+9
2005-12-13
trans-expr.c (gfc_conv_substring): Use fold_build2 and build_int_cst.
Richard Guenther
1
-6
/
+5
2005-12-13
Make-lang.in (fortran/trans-resolve.o): Depend on fortran/dependency.h.
Richard Sandiford
1
-1
/
+3
2005-11-02
re PR fortran/18157 (ice-on-valid code, pointer to user-defined type, fold-st...
Andrew Pinski
1
-1
/
+1
2005-10-30
re PR fortran/18883 (ICE in gfc_finish_var_decl)
Erik Edelmann
1
-1
/
+6
2005-10-25
trans.h (gfc_conv_cray_pointee): Remove.
Jakub Jelinek
1
-5
/
+1
2005-10-24
Commit for Asher Langton
Asher Langton
1
-1
/
+5
2005-10-23
re PR fortran/18022 (problem with structure and calling a function)
Paul Thomas
1
-0
/
+16
2005-10-03
re PR libfortran/19308 (I/O library should support more real and integer kinds)
François-Xavier Coudert
1
-0
/
+24
2005-09-13
re PR fortran/17740 (ICE in gfc_trans_arrayfunc_assign, at fortran/trans-expr...
Erik Edelmann
1
-1
/
+2
2005-09-09
re PR fortran/19239 ([4.0 only] gfortran ICE on vector subscript expressions)
Richard Sandiford
1
-0
/
+5
2005-09-09
re PR fortran/21104 (Segmentation fault on correct code)
Richard Sandiford
1
-73
/
+16
2005-09-09
re PR fortran/12840 ([4.0 only] Unable to find scalarization loop specifier)
Richard Sandiford
1
-1
/
+1
2005-09-08
re PR fortran/15326 ([4.0 only] ICE with assumed length character strings)
Richard Sandiford
1
-107
/
+552
2005-09-08
re PR fortran/19928 (Reference of constant derived type component causes fail...
Richard Sandiford
1
-3
/
+3
2005-09-08
re PR fortran/23373 ([4.0 only] Functions returning pointers with pointer arg...
Richard Sandiford
1
-6
/
+25
2005-08-16
[multiple changes]
Feng Wang
1
-0
/
+1
2005-08-06
decl.c, [...]: Fix comment/doc typos.
Kazu Hirata
1
-1
/
+1
2005-08-04
trans-expr.c (gfc_conv_expr, [...]): Update comments.
Paul Brook
1
-3
/
+13
2005-07-20
Make CONSTRUCTOR use VEC to store initializers.
Giovanni Bajo
1
-17
/
+4
2005-06-25
Update FSF address.
Kelley Cook
1
-2
/
+2
2005-06-13
trans-expr.c (gfc_conv_function_call): Return int instead of void.
Jakub Jelinek
1
-6
/
+18
2005-06-12
trans-array.c (gfc_conv_descriptor_data_get): Rename from gfc_conv_descriptor...
Richard Henderson
1
-12
/
+3
2005-06-12
trans-expr.c (gfc_conv_variable): POINTER results don't need f2c calling conv...
Tobias Schlüter
1
-4
/
+1
2005-06-01
trans-expr.c (gfc_conv_variable): Clean up bracketting.
Paul Thomas
1
-13
/
+14
2005-05-31
re PR fortran/18109 (ICE with explicit array of strings)
Paul Thomas
1
-1
/
+4
2005-05-30
* trans-expr.c: Fix comment typos.
Kazu Hirata
1
-2
/
+2
2005-05-30
* trans-expr.c: Remove trailing ^M.
Kazu Hirata
1
-51
/
+51
2005-05-29
re PR fortran/16939 (Pointers not passed as subroutine arguments)
Paul Thomas
1
-38
/
+106
2005-05-11
resolve.c (resolve_symbol): Copy 'pointer' and 'dimension' attribute from res...
Tobias Schlüter
1
-1
/
+1
2005-05-11
re PR fortran/20178 (COMPLEX function returns incompatible with g77)
Tobias Schlüter
1
-4
/
+31
2005-04-29
[multiple changes]
Jakub Jelinek
1
-10
/
+34
2005-04-29
trans-expr.c (gfc_conv_expr_present): Fix broken assert.
Paul Brook
1
-2
/
+3
2005-03-23
convert.c (convert): Replace fold (buildN (...)) with fold_buildN.
Steven Bosscher
1
-8
/
+7
2005-03-04
re PR fortran/19673 (pointer function with RESULT specified returns pointer t...
Tobias Schlüter
1
-1
/
+2
2005-02-23
gfortran.h (gfc_expr): Move 'operator'...
Tobias Schlüter
1
-20
/
+20
2005-01-23
data.c, [...]: Fix comment typos.
Kazu Hirata
1
-1
/
+1
2005-01-22
* trans-expr.c (gfc_conv_function_call): Remove bogus TODO.
Paul Brook
1
-1
/
+1
2005-01-18
arith.c, [...]: Update copyright.
Kazu Hirata
1
-1
/
+1
2005-01-03
arith.c: Add system.h; remove string.h
Steven G. Kargl
1
-2
/
+0
2004-12-27
trans-expr.c (gfc_conv_cst_int_power): Only check for flag_unsafe_math_optimi...
Andrew Pinski
1
-1
/
+2
2004-11-10
re PR fortran/18375 (ICE when compiling spec benchmark fma3d)
Paul Brook
1
-2
/
+2
2004-11-08
arith.c, [...]: Fix comment formatting.
Kazu Hirata
1
-1
/
+1
2004-10-04
trans-array.c (gfc_conv_expr_descriptor): Check for substriungs.
Tobias Schlüter
1
-0
/
+47
2004-09-24
re PR fortran/17615 (Internal compiler error using interface procedures)
Tobias Schlüter
1
-2
/
+2
[next]