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
/
parse.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-06-20
re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])
Tobias Burnus
1
-0
/
+7
2011-06-16
re PR fortran/49417 ([OOP] ICE on invalid CLASS component declaration)
Janus Weil
1
-2
/
+4
2011-06-08
re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])
Tobias Burnus
1
-1
/
+13
2011-06-02
re PR fortran/49265 (Double colon in procedure-stmt (generic interface))
Steven G. Kargl
1
-1
/
+1
2011-05-07
re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])
Tobias Burnus
1
-2
/
+8
2011-04-26
decl.c (gfc_match_end): Check that the block name starts with "block@".
Thomas Koenig
1
-1
/
+4
2011-04-19
re PR fortran/48588 (ICE (segfault) in gfc_get_nodesc_array_type)
Tobias Burnus
1
-10
/
+47
2011-04-18
convert each use of gfc_free (p) to free (p)
Jim Meyering
1
-2
/
+2
2011-02-14
re PR fortran/47730 ([OOP] ICE on invalid source in connection with SELECT TYPE)
Janus Weil
1
-0
/
+1
2011-01-13
re PR fortran/45848 ([OOP] ICE on invalid code in fortran/symbol.c:2410)
Tobias Burnus
1
-1
/
+2
2011-01-08
re PR fortran/46896 (Wrong code with transpose(a) passed to subroutine)
Paul Thomas
1
-1
/
+10
2011-01-06
re PR fortran/33117 (Improve error message for generic interface with subrout...
Daniel Franke
1
-24
/
+8
2010-12-11
re PR fortran/46705 (Spurious "Missing '&' in continued character constant" w...
Jerry DeLisle
1
-6
/
+6
2010-10-30
gfortran.h (gfc_option_t): Replace dump_parse_tree by dump_fortran_original a...
Thomas Koenig
1
-2
/
+2
2010-10-12
re PR fortran/38936 ([F03] ASSOCIATE construct / improved SELECT TYPE (a=>expr))
Daniel Kraft
1
-0
/
+7
2010-09-29
optc-gen.awk: Generate global_options initializer instead of individual varia...
Joseph Myers
1
-2
/
+2
2010-09-03
re PR fortran/44602 ([F2008] EXIT: Jump to end of construct)
Daniel Kraft
1
-0
/
+7
2010-08-17
re PR fortran/38936 ([F03] ASSOCIATE construct / improved SELECT TYPE (a=>expr))
Daniel Kraft
1
-10
/
+8
2010-08-15
re PR fortran/38936 ([F03] ASSOCIATE construct / improved SELECT TYPE (a=>expr))
Daniel Kraft
1
-40
/
+17
2010-08-04
re PR fortran/42051 ([OOP] ICE on array-valued function with CLASS formal arg...
Mikael Morin
1
-12
/
+4
2010-08-02
re PR fortran/42051 ([OOP] ICE on array-valued function with CLASS formal arg...
Mikael Morin
1
-16
/
+24
2010-07-31
re PR fortran/42051 ([OOP] ICE on array-valued function with CLASS formal arg...
Mikael Morin
1
-0
/
+4
2010-07-30
gfortran.h (gfc_release_symbol): New prototype.
Mikael Morin
1
-4
/
+1
2010-07-25
re PR fortran/44660 (ICE in resolve_equivalence())
Mikael Morin
1
-0
/
+4
2010-07-24
re PR fortran/40011 (Problems with -fwhole-file)
Tobias Burnus
1
-1
/
+5
2010-07-11
re PR fortran/44869 ([OOP] generic TBPs not initialized properly)
Janus Weil
1
-1
/
+1
2010-06-25
parse.c (next_free, next_fixed): Allow ";" as first character.
Tobias Burnus
1
-2
/
+8
2010-06-21
re PR fortran/40632 (Support F2008's contiguous attribute)
Tobias Burnus
1
-0
/
+2
2010-06-10
re PR fortran/38936 ([F03] ASSOCIATE construct / improved SELECT TYPE (a=>expr))
Daniel Kraft
1
-6
/
+102
2010-06-02
re PR fortran/44360 (wrong-code: host-associated procedure wrongly favoured t...
Tobias Burnus
1
-0
/
+1
2010-05-30
gfortran.h (CLASS_DATA): New macro for accessing the $data component of a cla...
Janus Weil
1
-4
/
+2
2010-05-22
re PR fortran/44212 ([OOP] ICE when defining a pointer component before defin...
Janus Weil
1
-16
/
+0
2010-05-03
re PR fortran/43592 (Unexpected INTERFACE statement in INTERFACE block at (1))
Steven G. Kargl
1
-2
/
+2
2010-04-29
[multiple changes]
Paul Thomas
1
-0
/
+16
2010-04-07
tree-ssa-pre.c (my_rev_post_order_compute): Remove set but not used count var...
Jakub Jelinek
1
-30
/
+10
2010-04-06
re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])
Tobias Burnus
1
-1
/
+2
2010-04-06
re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])
Tobias Burnus
1
-0
/
+6
2010-04-06
re PR fortran/39997 (Procedure(), pointer & implicit typing: rejects-valid /...
Tobias Burnus
1
-6
/
+94
2010-04-01
ioparm.def: Update copyright.
Paul Thomas
1
-1
/
+1
2010-02-02
re PR fortran/42650 (F90: DT function with in-line DT definition and RESULT i...
Tobias Burnus
1
-1
/
+1
2010-01-08
re PR fortran/25829 ([F03] Asynchronous IO support)
Tobias Burnus
1
-0
/
+3
2009-12-10
re PR fortran/41369 (Empty derived-type wrongly rejected as function return t...
Daniel Franke
1
-1
/
+1
2009-11-28
trans-common.c (create_common): Remove unused offset variable.
Jakub Jelinek
1
-3
/
+0
2009-10-19
re PR fortran/41586 ([OOP] Allocatable _scalars_ are never auto-deallocated)
Janus Weil
1
-0
/
+4
2009-10-17
re PR fortran/41608 ([OOP] ICE with CLASS and invalid code)
Janus Weil
1
-1
/
+3
2009-10-09
re PR fortran/41579 ([OOP] Nesting of SELECT TYPE)
Janus Weil
1
-0
/
+12
2009-10-07
expr.c (gfc_check_pointer_assign): Do the correct type checking when CLASS va...
Janus Weil
1
-15
/
+24
2009-09-30
re PR fortran/40996 ([F03] ALLOCATABLE scalars)
Tobias Burnus
1
-1
/
+95
2009-09-29
re PR fortran/39626 (Correctly implement details of Fortran 2008 BLOCK constr...
Daniel Kraft
1
-11
/
+98
2009-09-24
re PR fortran/41459 (Error not printed with -Werror and -fmax-errors=1)
Steven G. Kargl
1
-2
/
+3
[next]