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
2014-02-01
re PR fortran/59906 (error: size of variable '<anonymous>' is too large)
Paul Thomas
1
-1
/
+7
2014-01-02
Update copyright years in gcc/
Richard Sandiford
1
-1
/
+1
2013-12-18
re PR fortran/59493 ([OOP] ICE: Segfault on Class(*) pointer association)
Janus Weil
1
-6
/
+4
2013-11-22
gimple.h: Remove all includes.
Andrew MacLeod
1
-1
/
+0
2013-11-19
Factor unrelated declarations out of tree.h.
Diego Novillo
1
-0
/
+1
2013-11-14
gimplify-be.h: New file.
Andrew MacLeod
1
-0
/
+1
2013-11-12
gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.
Andrew MacLeod
1
-0
/
+1
2013-11-04
re PR fortran/57445 ([OOP] ICE in gfc_conv_class_to_class - for OPTIONAL poly...
Paul Thomas
1
-2
/
+1
2013-10-02
re PR fortran/58593 (internal compiler error: in gfc_conv_string_tmp, at fort...
Tobias Burnus
1
-2
/
+3
2013-10-01
re PR fortran/58579 (Memory allocation fails when calling character-valued fu...
Tobias Burnus
1
-5
/
+8
2013-08-29
re PR fortran/52243 (Avoid reallocation for: array1 = array1 / scalar for p...
Thomas Koenig
1
-1
/
+101
2013-08-09
gfortran.h (gfc_get_code): Modified prototype.
Janus Weil
1
-2
/
+1
2013-08-06
re PR fortran/57306 ([OOP] [F08] ICE on valid with class pointer initialization)
Janus Weil
1
-3
/
+11
2013-07-30
re PR fortran/57530 ([OOP] Wrongly rejects type_pointer => class_target (whi...
Tobias Burnus
1
-7
/
+96
2013-07-21
trans-decl.c: Fix comment typos.
Ondřej Bílka
1
-2
/
+2
2013-07-16
re PR fortran/57912 (gfortran/coarray/alloc_comp_2.f90 ICE)
Tobias Burnus
1
-2
/
+1
2013-07-15
trans-array.h (gfc_deallocate_alloc_comp_no_caf, [...]): New prototype.
Tobias Burnus
1
-5
/
+16
2013-06-26
re PR fortran/29800 (-fbounds-check: For derived types, write not also compou...
Tobias Burnus
1
-1
/
+1
2013-06-21
trans-array.c (gfc_alloc_allocatable_for_assignment): Allocate at least one b...
Tobias Burnus
1
-0
/
+3
2013-06-13
re PR fortran/49074 ([OOP] Defined assignment w/ CLASS arrays: Incomplete err...
Mikael Morin
1
-20
/
+11
2013-06-04
re PR fortran/37336 ([F03] Finish derived-type finalization)
Tobias Burnus
1
-7
/
+5
2013-05-28
trans-expr.c (gfc_conv_procedure_call): Deallocate polymorphic arrays for all...
Tobias Burnus
1
-0
/
+92
2013-04-12
re PR fortran/56845 ([OOP] _vptr not set to declared type for CLASS + SAVE)
Tobias Burnus
1
-0
/
+18
2013-03-30
trans-expr.c (build_memcmp_call): New function.
Thomas Koenig
1
-0
/
+46
2013-03-29
re PR fortran/35203 (OPTIONAL, VALUE actual argument cannot be an INTEGER 0)
Tobias Burnus
1
-7
/
+76
2013-03-28
re PR fortran/45159 (Unnecessary temporaries)
Thomas Koenig
1
-3
/
+13
2013-03-25
re PR fortran/38536 (ICE with C_LOC in resolve.c due to not properly going th...
Tobias Burnus
1
-233
/
+5
2013-01-29
re PR fortran/54107 ([F03] Memory hog with abstract interface)
Janus Weil
1
-8
/
+11
2013-01-13
re PR fortran/55935 ([OOP] Fortran fronted has ADDR_EXPRs of FUNCTION_DECLs w...
Jakub Jelinek
1
-0
/
+2
2013-01-10
Update copyright years in gcc/
Richard Sandiford
1
-3
/
+1
2013-01-08
re PR fortran/55618 (Failures with ISO_Varying_String test suite)
Paul Thomas
1
-1
/
+7
2013-01-06
PR fortran/PR53876 PR fortran/PR54990 PR fortran/PR54992
Paul Thomas
1
-7
/
+23
2013-01-05
re PR fortran/55827 (ICE with multiple fortran modules and character lenght d...
Steven G. Kargl
1
-7
/
+7
2013-01-04
trans.c (gfc_build_final_call): New function.
Tobias Burnus
1
-5
/
+5
2012-12-22
re PR fortran/55763 (Issues with some simpler CLASS(*) programs)
Tobias Burnus
1
-1
/
+8
2012-12-20
array.c (resolve_array_list): Apply C4106.
Paul Thomas
1
-66
/
+165
2012-12-03
re PR fortran/37336 ([F03] Finish derived-type finalization)
Tobias Burnus
1
-1
/
+13
2012-11-17
This patch rewrites the old VEC macro-based interface into a new one based on...
Diego Novillo
1
-35
/
+36
2012-10-24
re PR fortran/55037 ([OOP] ICE with local allocatable variable of abstract type)
Janus Weil
1
-8
/
+7
2012-10-19
re PR fortran/54224 (Warn for unused internal procedures)
Janus Weil
1
-0
/
+2
2012-10-16
re PR fortran/50981 ([OOP] Wrong-code for scalarizing ELEMENTAL call with abs...
Tobias Burnus
1
-38
/
+318
2012-09-24
re PR fortran/54618 ([OOP] wrong-code with CLASS(...), INTENT(OUT) -- and OPT...
Tobias Burnus
1
-1
/
+1
2012-09-24
Finish conversion of uses of double_int to the new API.
Lawrence Crowl
1
-2
/
+2
2012-09-23
re PR fortran/54599 (Issues found in gfortran by the Coverity Scan)
Tobias Burnus
1
-4
/
+34
2012-09-17
re PR fortran/54603 ([F03] Wrong code with structure constructor for proc-poi...
Tobias Burnus
1
-2
/
+7
2012-08-27
re PR fortran/54384 (gfortran memory leaks)
Tobias Burnus
1
-0
/
+1
2012-08-27
re PR fortran/54384 (gfortran memory leaks)
Tobias Burnus
1
-0
/
+5
2012-08-24
re PR fortran/54350 (FAIL: gfortran.dg/realloc_on_assign_*.f90 -O (internal...
Tobias Burnus
1
-45
/
+44
2012-08-22
trans-expr.c (gfc_copy_class_to_class, [...]): Free loop and ss data.
Tobias Burnus
1
-0
/
+3
2012-08-14
re PR fortran/47586 ([F03] allocatable components: deep copy missing)
Mikael Morin
1
-0
/
+45
[next]