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/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
2013-04-20
re PR fortran/56907 (C_LOC shall not call internal-PACK when an array argumen...
Tobias Burnus
1
-1
/
+6
2013-04-11
Replace enum gfc_try with bool type.
Janne Blomqvist
1
-5
/
+5
2013-03-25
re PR fortran/38536 (ICE with C_LOC in resolve.c due to not properly going th...
Tobias Burnus
1
-0
/
+214
2013-03-15
re PR fortran/56615 (Wrong code with TRANSFER of arrays of character with str...
Tobias Burnus
1
-3
/
+2
2013-01-10
Update copyright years in gcc/
Richard Sandiford
1
-3
/
+1
2013-01-04
intrinsic.c (add_functions): New internal intrinsic function GFC_PREFIX ("str...
Tobias Burnus
1
-0
/
+33
2012-12-28
re PR fortran/55763 (Issues with some simpler CLASS(*) programs)
Tobias Burnus
1
-12
/
+42
2012-12-20
re PR fortran/54818 (error: type mismatch in binary expression)
Tobias Burnus
1
-1
/
+1
2012-12-20
array.c (resolve_array_list): Apply C4106.
Paul Thomas
1
-2
/
+27
2012-12-16
trans-intrinsic.c (conv_intrinsic_move_alloc): Set dynamic type of the FROM v...
Tobias Burnus
1
-10
/
+31
2012-12-03
re PR fortran/37336 ([F03] Finish derived-type finalization)
Tobias Burnus
1
-1
/
+1
2012-11-26
re PR fortran/54881 ([OOP] ICE in fold_convert_loc, at fold-const.c:2016)
Janus Weil
1
-3
/
+6
2012-11-17
This patch rewrites the old VEC macro-based interface into a new one based on...
Diego Novillo
1
-18
/
+18
2012-11-17
re PR fortran/55341 (address-sanitizer and Fortran)
Jakub Jelinek
1
-10
/
+12
2012-11-06
re PR fortran/54917 ([OOP] TRANSFER on polymorphic variable causes ICE)
Janus Weil
1
-17
/
+60
2012-09-06
2012-09-06 Tobias Burnus
Tobias Burnus
1
-4
/
+3
2012-08-27
re PR fortran/54384 (gfortran memory leaks)
Tobias Burnus
1
-1
/
+1
2012-08-24
re PR fortran/54350 (FAIL: gfortran.dg/realloc_on_assign_*.f90 -O (internal...
Tobias Burnus
1
-116
/
+41
2012-08-22
trans-expr.c (gfc_copy_class_to_class, [...]): Free loop and ss data.
Tobias Burnus
1
-0
/
+1
2012-08-02
trans-array.h (gfc_conv_descriptor_rank): New prototype.
Mikael Morin
1
-17
/
+3
2012-07-21
re PR fortran/48820 (TR 29113: Implement parts needed for MPI 3)
Tobias Burnus
1
-8
/
+38
2012-07-20
re PR fortran/48820 (TR 29113: Implement parts needed for MPI 3)
Tobias Burnus
1
-11
/
+26
2012-07-11
expr.h (can_move_by_pieces): Move prototype from here ...
Steven Bosscher
1
-1
/
+0
2012-06-18
intrinsic.h (gfc_resolve_rank): New prototype.
Tobias Burnus
1
-0
/
+30
2012-06-18
re PR fortran/53526 ([Coarray] (lib) Properly handle MOVE_ALLOC for coarrays)
Tobias Burnus
1
-7
/
+44
2012-05-30
decl.c: Fix comment typos.
Tobias Burnus
1
-2
/
+2
2012-05-05
PR 49010,24518 MOD/MODULO fixes.
Janne Blomqvist
1
-63
/
+65
2012-03-17
re PR fortran/52585 (Wrong result for ASSOCIATED with dummy procedure pointer)
Tobias Burnus
1
-10
/
+23
2012-03-16
Don't use BUILT_IN_IROUND for __float128.
Janne Blomqvist
1
-4
/
+5
2012-03-15
Enable BUILT_IN_IROUND.
Janne Blomqvist
1
-14
/
+13
2012-01-27
re PR fortran/51970 ([OOP] gimplification failed for polymorphic MOVE_ALLOC)
Tobias Burnus
1
-2
/
+3
2012-01-06
2012-01-06 Tobias Burnus <burnus@net-b.de>
Tobias Burnus
1
-2
/
+4
2012-01-04
re PR fortran/50981 ([OOP] Wrong-code for scalarizing ELEMENTAL call with abs...
Mikael Morin
1
-1
/
+1
2012-01-02
re PR fortran/51682 (Coarray ICEs when compiling with -fdefault-integer-8)
Tobias Burnus
1
-6
/
+10
2011-12-15
primary.c (gfc_match_varspec): Match array spec for polymorphic coarrays.
Tobias Burnus
1
-3
/
+22
2011-12-11
re PR fortran/41539 ([OOP] Calling function which takes CLASS: Rank compariso...
Paul Thomas
1
-2
/
+18
2011-12-10
trans-decl.c (add_argument_checking): Check ts.deferred earlier.
Tobias Burnus
1
-1
/
+1
2011-12-03
check.c (gfc_check_move_alloc): Allow nonpolymorphic FROM with polymorphic TO.
Tobias Burnus
1
-26
/
+55
2011-11-29
re PR fortran/51306 (MOVE_ALLOC: Make more middle end friendlier)
Tobias Burnus
1
-35
/
+108
2011-11-04
re PR fortran/43829 (Scalarization of reductions)
Mikael Morin
1
-33
/
+202
2011-11-04
trans-intrinsic.c (gfc_conv_intrinsic_arith): Introduce parent expression var...
Mikael Morin
1
-2
/
+5
2011-11-04
trans-intrinsic.c (gfc_conv_intrinsic.c): Introduce current loop pointer.
Mikael Morin
1
-10
/
+12
2011-11-04
trans-intrinsic.c (gfc_conv_intrinsic_arith): Small argument handling cleanup.
Mikael Morin
1
-6
/
+7
2011-11-04
trans-intrinsic.c (gfc_conv_intrinsic_arith): Update conditions.
Mikael Morin
1
-6
/
+6
2011-11-04
trans-intrinsic.c (gfc_conv_intrinsic_minmaxval): Set loop's temporary rank t...
Mikael Morin
1
-5
/
+19
2011-11-04
trans-intrinsic.c (gfc_conv_intrinsic_minmaxloc): Set loop's temporary rank t...
Mikael Morin
1
-4
/
+20
2011-11-04
trans-intrinsic.c (gfc_conv_intrinsic_minmaxloc): Don't calculate offset twic...
Mikael Morin
1
-20
/
+8
2011-11-03
trans-array.h (gfc_trans_create_temp_array): Remove loop argument.
Mikael Morin
1
-3
/
+2
2011-11-03
trans.h (struct gfc_ss, [...]): Move field gfc_ss::useflags into gfc_ss_info.
Mikael Morin
1
-1
/
+1
2011-11-03
trans.h (struct gfc_ss, [...]): Move field gfc_ss::data::info into gfc_ss_inf...
Mikael Morin
1
-1
/
+1
[next]