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
2009-09-01
re PR fortran/39229 (No warning of truncated lines if a continuation line fol...
Jerry DeLisle
1
-8
/
+4
2009-08-13
re PR fortran/40941 (gfc_typespec: put derived and cl into union)
Janus Weil
1
-8
/
+8
2009-08-01
re PR fortran/40011 (Problems with -fwhole-file)
Paul Thomas
1
-22
/
+91
2009-06-28
re PR fortran/34112 (Add $!DEC ATTRIBUTE support for 32bit Windows' STDCALL)
Tobias Burnus
1
-9
/
+65
2009-05-13
gfortran.h (gfc_code): Rename struct member expr to expr1.
Steven G. Kargl
1
-7
/
+7
2009-05-13
gfortran.h (gfc_code): Rename struct member label to label1.
Steven G. Kargl
1
-1
/
+1
2009-05-13
re PR fortran/34153 (Debugging: Cannot set breakpoint in comment lines or "EN...
Tobias Burnus
1
-0
/
+5
2009-05-11
basic-block.h (enum profile_status): Break out of struct control_flow_graph.
Ian Lance Taylor
1
-5
/
+12
2009-05-06
re PR fortran/39630 ([F03] Procedure Pointer Components)
Janus Weil
1
-5
/
+7
2009-04-28
re PR fortran/39930 (Bogus error: ambiguous reference)
Janus Weil
1
-1
/
+1
2009-04-09
re PR fortran/36704 (Procedure pointer as function result)
Janus Weil
1
-8
/
+4
2009-03-30
re PR fortran/22571 (Reject derived types for dummy arguments declared in the...
Paul Thomas
1
-1
/
+66
2009-03-29
re PR fortran/38507 (Bogus Warning: Deleted feature: GOTO jumps to END of con...
Tobias Schlüter
1
-5
/
+11
2009-03-28
re PR fortran/38765 (ICE in check_host_association)
Paul Thomas
1
-13
/
+5
2008-12-01
re PR fortran/38252 (Empty function with CONTAINS triggers Internal Error)
Mikael Morin
1
-1
/
+1
2008-11-25
re PR fortran/37319 (gfortran.dg/function_kinds_5.f90 fails)
Eric Botcazou
1
-2
/
+3
2008-11-16
re PR fortran/37992 (ICE while resolving charlen for rejected statements)
Mikael Morin
1
-0
/
+5
2008-11-04
re PR fortran/37597 (internal procedure fails to access host-associated modul...
Paul Thomas
1
-1
/
+2
2008-09-02
gfortran.h (struct gfc_namespace): New member `implicit_loc'.
Daniel Kraft
1
-1
/
+1
2008-08-31
gfortran.h (enum gfc_statement): New entry `ST_GENERIC'.
Daniel Kraft
1
-19
/
+18
2008-08-29
see.c (see_merge_one_def_extension): Silence used uninitialized warning.
Jan Hubicka
1
-1
/
+1
2008-08-25
gfortran.h (gfc_find_component): Add new arguments.
Daniel Kraft
1
-1
/
+12
2008-08-24
gfortran.h (gfc_typebound_proc): New struct.
Daniel Kraft
1
-49
/
+143
2008-08-23
gfortran.h (gfc_component): Add field "symbol_attribute attr"...
Janus Weil
1
-3
/
+3
2008-08-22
re PR fortran/32095 (Accepts invalid character(len(a)),dimension(1) :: a)
Daniel Kraft
1
-9
/
+80
2008-07-29
gfortran.h (try): Remove macro.
Kaveh R. Ghazi
1
-3
/
+3
2008-07-21
fmt_g0_3.f08: Fix typo in expected error message.
Ralf Wildenhues
1
-3
/
+3
2008-07-02
re PR fortran/32580 (iso_c_binding c_f_procpointer / procedure pointers)
Janus Weil
1
-0
/
+5
2008-06-06
c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805.
Jakub Jelinek
1
-3
/
+20
2008-06-02
re PR fortran/36361 (attribute declaration outside of INTERFACE body)
Janus Weil
1
-12
/
+7
2008-06-02
gfortran.h: New statement-type ST_FINAL for FINAL declarations.
Daniel Kraft
1
-1
/
+61
2008-05-28
re PR fortran/36325 (specific or generic INTERFACE implies the EXTERNAL attri...
Janus Weil
1
-0
/
+16
2008-05-06
openmp.c (gfc_match_omp_eos): Use gfc_next_ascii_char and gfc_peek_ascii_char.
Francois-Xavier Coudert
1
-20
/
+23
2008-04-06
* parse.c (gfc_parse_file): Use gfc_dump_parse_tree.
Francois-Xavier Coudert
1
-2
/
+2
2008-04-05
PR fortran/25829 28655
Jerry DeLisle
1
-2
/
+6
2008-03-03
re PR fortran/33197 (Fortran 2008: math functions)
François-Xavier Coudert
1
-2
/
+1
2008-02-24
arith.c: Update copyright years.
Tobias Schlüter
1
-1
/
+1
2008-01-30
re PR fortran/34975 (Bogus error with USEing modules)
Paul Thomas
1
-1
/
+1
2008-01-24
re PR fortran/34872 (Spurious error in snapshot of 01/18/08: Statement at (1)...
Paul Thomas
1
-1
/
+10
2008-01-22
re PR fortran/34907 (valgrind error indication from testsuite trans-types.c: ...
Tobias Burnus
1
-1
/
+1
2008-01-17
re PR fortran/34429 (Fails: character(len=use_associated_const) function foo())
Paul Thomas
1
-28
/
+202
2007-12-05
re PR debug/33739 (Failure of gfortran.dg/literal_character_constant_1_*.F wi...
Jakub Jelinek
1
-7
/
+2
2007-11-03
gfortran.h: Shorten comment.
Francois-Xavier Coudert
1
-5
/
+5
2007-10-31
re PR fortran/33897 (Incorrect host association in module)
Paul Thomas
1
-5
/
+20
2007-10-05
gfortran.h (gfc_get_data_variable, [...]): Move to decl.c.
Francois-Xavier Coudert
1
-5
/
+5
2007-10-04
re PR fortran/33502 (gfortran with .F suffix and -g3 option chokes on preproc...
Francois-Xavier Coudert
1
-0
/
+12
2007-10-02
re PR fortran/31154 (IMPORT fails for "<imported symbol> FUNCTION (...)" kin...
Paul Thomas
1
-0
/
+51
2007-09-24
re PR fortran/33538 (bootstrap break in fortran on *-apple-darwin r128671)
Francois-Xavier Coudert
1
-12
/
+0
2007-09-22
re PR fortran/33502 (gfortran with .F suffix and -g3 option chokes on preproc...
Francois-Xavier Coudert
1
-0
/
+12
2007-09-20
re PR fortran/33221 (Cannot declare variables of TYPE without components)
Francois-Xavier Coudert
1
-0
/
+3
[prev]
[next]