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
/
match.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-06-07
re PR fortran/57549 (Bogus error with array constructor with derived-type typ...
Tobias Burnus
1
-4
/
+4
2013-05-20
re PR fortran/48858 (Incorrect error for same binding label on two generic in...
Tobias Burnus
1
-18
/
+0
2013-04-18
expr.c (find_array_element): Don't copy expr.
Tobias Burnus
1
-2
/
+9
2013-04-14
re PR fortran/56816 (ICE in delete_root)
Mikael Morin
1
-7
/
+4
2013-04-11
Replace enum gfc_try with bool type.
Janne Blomqvist
1
-102
/
+79
2013-04-04
re PR fortran/40881 ([F03] warn for obsolescent features)
Janus Weil
1
-4
/
+0
2013-01-10
Update copyright years in gcc/
Richard Sandiford
1
-3
/
+1
2013-01-04
re PR fortran/55172 ([OOP] gfc_variable_attr(): Bad array reference in SELECT...
Paul Thomas
1
-4
/
+19
2012-12-21
re PR fortran/55763 (Issues with some simpler CLASS(*) programs)
Paul Thomas
1
-0
/
+3
2012-12-20
array.c (resolve_array_list): Apply C4106.
Paul Thomas
1
-54
/
+132
2012-11-26
re PR fortran/54881 ([OOP] ICE in fold_convert_loc, at fold-const.c:2016)
Janus Weil
1
-76
/
+29
2012-10-04
expr.c (scalarize_intrinsic_call): Plug memory leak.
Tobias Burnus
1
-1
/
+4
2012-09-15
match.c (lock_unlock_statement, [...]): Fix potential double freeing.
Tobias Burnus
1
-8
/
+12
2012-09-04
re PR fortran/54435 (ICE with SELECT TYPE on a non-CLASS object)
Janus Weil
1
-2
/
+2
2012-08-27
re PR fortran/41093 (memory leaks with gfc_namespace)
Tobias Burnus
1
-0
/
+1
2012-08-14
gfortran.h (gfc_get_proc_ptr_comp): New prototype.
Mikael Morin
1
-1
/
+1
2012-08-14
re PR fortran/40881 ([F03] warn for obsolescent features)
Tobias Burnus
1
-2
/
+2
2012-07-17
re PR fortran/51081 ([F03] Proc-pointer assignment: Rejects valid internal proc)
Janus Weil
1
-22
/
+22
2012-07-08
gfortran.h: Do not include coretypes.h here.
Steven Bosscher
1
-0
/
+1
2012-06-08
re PR fortran/52552 ([OOP] ICE when trying to allocate non-allocatable object...
Janus Weil
1
-22
/
+22
2012-05-30
decl.c: Fix comment typos.
Tobias Burnus
1
-2
/
+2
2012-05-23
re PR fortran/51055 (deferred length character allocation: allocate(character...
Tobias Burnus
1
-0
/
+3
2012-05-05
re PR fortran/41600 ([OOP] SELECT TYPE with associate-name => exp: Arrays not...
Paul Thomas
1
-40
/
+155
2012-03-28
re PR fortran/52652 (call to gfc_match_asynchronous for allocatable at parse....
Paul Thomas
1
-3
/
+3
2012-02-17
re PR translation/52232 (translatable string typos: "conindexed" (should be "...
Tobias Burnus
1
-2
/
+2
2012-01-29
PR 51808 Constify binding_label.
Janne Blomqvist
1
-1
/
+1
2012-01-29
PR 51808 Support arbitrarily long bind(C) binding labels.
Janne Blomqvist
1
-24
/
+23
2012-01-27
re PR fortran/51953 ([F2008] Allow multiple allocate-objects in ALLOCATE with...
Tobias Burnus
1
-6
/
+5
2011-12-19
re PR fortran/51605 (internal compiler error gfc_trans_block_construct, at fo...
Tobias Burnus
1
-5
/
+14
2011-12-11
re PR fortran/41539 ([OOP] Calling function which takes CLASS: Rank compariso...
Paul Thomas
1
-1
/
+39
2011-12-03
re PR fortran/48887 ([OOP] SELECT TYPE: Associate name shall not be a pointe...
Tobias Burnus
1
-6
/
+1
2011-11-16
re PR fortran/39427 (F2003: Procedures with same name as types/type construct...
Tobias Burnus
1
-0
/
+3
2011-09-08
re PR fortran/44646 ([F08] Implement DO CONCURRENT)
Tobias Burnus
1
-433
/
+552
2011-06-08
re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])
Tobias Burnus
1
-6
/
+196
2011-05-27
re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])
Tobias Burnus
1
-0
/
+7
2011-05-21
re PR fortran/48699 ([OOP] MOVE_ALLOC inside SELECT TYPE)
Janus Weil
1
-1
/
+5
2011-04-18
convert each use of gfc_free (p) to free (p)
Jim Meyering
1
-7
/
+7
2011-02-16
re PR fortran/47745 ([OOP] Segfault with CLASS(*) and derived type dummy argu...
Janus Weil
1
-5
/
+2
2011-01-28
re PR fortran/45170 ([F2003] allocatable character lengths)
Paul Thomas
1
-2
/
+3
2011-01-26
re PR fortran/47339 (Fortran 2003/2008: Valid NAMELIST rejected; Fortran 95: ...
Tobias Burnus
1
-7
/
+0
2011-01-13
re PR fortran/45848 ([OOP] ICE on invalid code in fortran/symbol.c:2410)
Tobias Burnus
1
-7
/
+7
2011-01-08
re PR fortran/46896 (Wrong code with transpose(a) passed to subroutine)
Paul Thomas
1
-2
/
+18
2010-12-30
re PR fortran/47085 ([OOP] Problem in allocate( SOURCE=) for polymorphic com...
Janus Weil
1
-1
/
+1
2010-12-11
re PR fortran/46705 (Spurious "Missing '&' in continued character constant" w...
Jerry DeLisle
1
-8
/
+9
2010-11-09
re PR fortran/46313 ([OOP] class container naming collisions)
Janus Weil
1
-2
/
+2
2010-11-02
2010-11-02 Steven G.
Steven G. Kargl
1
-4
/
+24
2010-11-01
re PR fortran/46152 ([F03] ALLOCATE with type-spec fails for intrinsic types)
Steven G. Kargl
1
-40
/
+37
2010-10-21
re PR fortran/46060 ([F03] procedure pointer component referenced without arg...
Janus Weil
1
-0
/
+5
2010-09-23
re PR fortran/38936 ([F03] ASSOCIATE construct / improved SELECT TYPE (a=>expr))
Daniel Kraft
1
-16
/
+2
2010-09-03
re PR fortran/44602 ([F2008] EXIT: Jump to end of construct)
Daniel Kraft
1
-9
/
+44
[next]