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
/
primary.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-18
re PR fortran/43366 ([OOP][F08] Intrinsic assign to polymorphic variable)
Tobias Burnus
1
-1
/
+6
2013-04-12
re PR fortran/56266 ([OOP] ICE on invalid in gfc_match_varspec)
Janus Weil
1
-4
/
+6
2013-04-11
Replace enum gfc_try with bool type.
Janne Blomqvist
1
-63
/
+52
2013-04-04
re PR fortran/40881 ([F03] warn for obsolescent features)
Janus Weil
1
-0
/
+4
2013-01-10
Update copyright years in gcc/
Richard Sandiford
1
-3
/
+1
2012-11-04
re PR fortran/55199 ([OOP] Equivalenced variable has wrong type when used wit...
Janus Weil
1
-0
/
+2
2012-10-04
expr.c (scalarize_intrinsic_call): Plug memory leak.
Tobias Burnus
1
-2
/
+4
2012-09-17
re PR fortran/54285 ([F03] Calling a PPC with proc-ptr result)
Janus Weil
1
-3
/
+2
2012-08-14
gfortran.h (gfc_get_proc_ptr_comp): New prototype.
Mikael Morin
1
-1
/
+1
2012-07-30
re PR fortran/51081 ([F03] Proc-pointer assignment: Rejects valid internal proc)
Janus Weil
1
-3
/
+8
2012-07-17
re PR fortran/51081 ([F03] Proc-pointer assignment: Rejects valid internal proc)
Janus Weil
1
-9
/
+9
2012-07-08
gfortran.h: Do not include coretypes.h here.
Steven Bosscher
1
-0
/
+1
2012-03-02
re PR fortran/52325 (unclear error: Unclassifiable statement)
Tobias Burnus
1
-1
/
+1
2012-03-02
re PR fortran/52325 (unclear error: Unclassifiable statement)
Tobias Burnus
1
-0
/
+13
2012-01-27
re PR fortran/51970 ([OOP] gimplification failed for polymorphic MOVE_ALLOC)
Tobias Burnus
1
-9
/
+18
2012-01-16
re PR fortran/48426 ([patch] Quad precision promotion)
Zydrunas Gimbutas
1
-1
/
+45
2011-12-19
re PR fortran/51605 (internal compiler error gfc_trans_block_construct, at fo...
Tobias Burnus
1
-1
/
+1
2011-12-15
primary.c (gfc_match_varspec): Match array spec for polymorphic coarrays.
Tobias Burnus
1
-4
/
+7
2011-12-11
re PR fortran/41539 ([OOP] Calling function which takes CLASS: Rank compariso...
Paul Thomas
1
-3
/
+23
2011-11-16
re PR fortran/39427 (F2003: Procedures with same name as types/type construct...
Tobias Burnus
1
-145
/
+194
2011-10-17
re PR fortran/47023 (C_Sizeof: Rejects valid code)
Janus Weil
1
-2
/
+2
2011-10-16
re PR fortran/47023 (C_Sizeof: Rejects valid code)
Janus Weil
1
-13
/
+26
2011-09-08
re PR fortran/48095 ([OOP] Invalid assignment to procedure pointer component ...
Janus Weil
1
-0
/
+3
2011-05-03
re PR fortran/48720 (quad precision literals do not work)
Steven G. Kargl
1
-0
/
+35
2011-04-18
convert each use of gfc_free (p) to free (p)
Jim Meyering
1
-2
/
+2
2011-03-29
re PR fortran/48095 ([OOP] Invalid assignment to procedure pointer component ...
Janus Weil
1
-7
/
+1
2011-02-18
re PR fortran/47789 ([F03] Structure constructor of type extending DT with no...
Janus Weil
1
-0
/
+6
2011-02-16
re PR fortran/47745 ([OOP] Segfault with CLASS(*) and derived type dummy argu...
Janus Weil
1
-1
/
+1
2011-02-14
re PR fortran/47728 ([OOP] ICE on invalid CLASS declaration)
Janus Weil
1
-2
/
+2
2011-01-22
re PR fortran/47399 ([OOP] ICE with TBP of a PARAMETER)
Tobias Burnus
1
-1
/
+4
2010-12-30
re PR fortran/47085 ([OOP] Problem in allocate( SOURCE=) for polymorphic com...
Janus Weil
1
-1
/
+2
2010-12-11
re PR fortran/46705 (Spurious "Missing '&' in continued character constant" w...
Jerry DeLisle
1
-3
/
+3
2010-12-11
re PR fortran/46370 ([Coarray] [OOP] ALLOCATE: Error allocating CLASS coarrays)
Tobias Burnus
1
-1
/
+5
2010-10-21
re PR fortran/46060 ([F03] procedure pointer component referenced without arg...
Janus Weil
1
-1
/
+16
2010-10-06
primary.c (gfc_match_structure_constructor): Invert the assert logic.
Mikael Morin
1
-3
/
+2
2010-10-06
primary.c (gfc_free_structure_ctor_component): Also free the component struct...
Mikael Morin
1
-0
/
+1
2010-09-23
re PR fortran/38936 ([F03] ASSOCIATE construct / improved SELECT TYPE (a=>expr))
Daniel Kraft
1
-20
/
+15
2010-08-27
re PR fortran/43217 (Output of Hollerith constants which are not a multiple o...
Jerry DeLisle
1
-4
/
+12
2010-08-19
re PR fortran/45290 ([F08] pointer initialization)
Janus Weil
1
-0
/
+1
2010-08-17
re PR fortran/38936 ([F03] ASSOCIATE construct / improved SELECT TYPE (a=>expr))
Daniel Kraft
1
-6
/
+2
2010-08-15
re PR fortran/38936 ([F03] ASSOCIATE construct / improved SELECT TYPE (a=>expr))
Daniel Kraft
1
-0
/
+7
2010-07-11
re PR fortran/44869 ([OOP] generic TBPs not initialized properly)
Janus Weil
1
-3
/
+3
2010-06-10
re PR fortran/38936 ([F03] ASSOCIATE construct / improved SELECT TYPE (a=>expr))
Daniel Kraft
1
-0
/
+6
2010-05-30
gfortran.h (CLASS_DATA): New macro for accessing the $data component of a cla...
Janus Weil
1
-14
/
+12
2010-05-23
gfortran.h: Do not include system.h.
Tobias Burnus
1
-1
/
+0
2010-05-19
re PR fortran/38404 (Warning message identifies incorrect line)
Daniel Franke
1
-4
/
+3
2010-04-13
[multiple changes]
Jerry DeLisle
1
-48
/
+18
2010-04-09
re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])
Tobias Burnus
1
-5
/
+43
2009-11-26
re PR fortran/42048 ([F03] Erroneous syntax error message on TBP call)
Janus Weil
1
-10
/
+22
2009-09-30
re PR fortran/40996 ([F03] ALLOCATABLE scalars)
Tobias Burnus
1
-14
/
+60
[next]