aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/parse.c
AgeCommit message (Expand)AuthorFilesLines
2008-08-25gfortran.h (gfc_find_component): Add new arguments.Daniel Kraft1-1/+12
2008-08-24gfortran.h (gfc_typebound_proc): New struct.Daniel Kraft1-49/+143
2008-08-23gfortran.h (gfc_component): Add field "symbol_attribute attr"...Janus Weil1-3/+3
2008-08-22re PR fortran/32095 (Accepts invalid character(len(a)),dimension(1) :: a)Daniel Kraft1-9/+80
2008-07-29gfortran.h (try): Remove macro.Kaveh R. Ghazi1-3/+3
2008-07-21fmt_g0_3.f08: Fix typo in expected error message.Ralf Wildenhues1-3/+3
2008-07-02re PR fortran/32580 (iso_c_binding c_f_procpointer / procedure pointers)Janus Weil1-0/+5
2008-06-06c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805.Jakub Jelinek1-3/+20
2008-06-02re PR fortran/36361 (attribute declaration outside of INTERFACE body)Janus Weil1-12/+7
2008-06-02gfortran.h: New statement-type ST_FINAL for FINAL declarations.Daniel Kraft1-1/+61
2008-05-28re PR fortran/36325 (specific or generic INTERFACE implies the EXTERNAL attri...Janus Weil1-0/+16
2008-05-06openmp.c (gfc_match_omp_eos): Use gfc_next_ascii_char and gfc_peek_ascii_char.Francois-Xavier Coudert1-20/+23
2008-04-06* parse.c (gfc_parse_file): Use gfc_dump_parse_tree.Francois-Xavier Coudert1-2/+2
2008-04-05PR fortran/25829 28655Jerry DeLisle1-2/+6
2008-03-03re PR fortran/33197 (Fortran 2008: math functions)François-Xavier Coudert1-2/+1
2008-02-24arith.c: Update copyright years.Tobias Schlüter1-1/+1
2008-01-30re PR fortran/34975 (Bogus error with USEing modules)Paul Thomas1-1/+1
2008-01-24re PR fortran/34872 (Spurious error in snapshot of 01/18/08: Statement at (1)...Paul Thomas1-1/+10
2008-01-22re PR fortran/34907 (valgrind error indication from testsuite trans-types.c: ...Tobias Burnus1-1/+1
2008-01-17re PR fortran/34429 (Fails: character(len=use_associated_const) function foo())Paul Thomas1-28/+202
2007-12-05re PR debug/33739 (Failure of gfortran.dg/literal_character_constant_1_*.F wi...Jakub Jelinek1-7/+2
2007-11-03gfortran.h: Shorten comment.Francois-Xavier Coudert1-5/+5
2007-10-31re PR fortran/33897 (Incorrect host association in module)Paul Thomas1-5/+20
2007-10-05gfortran.h (gfc_get_data_variable, [...]): Move to decl.c.Francois-Xavier Coudert1-5/+5
2007-10-04re PR fortran/33502 (gfortran with .F suffix and -g3 option chokes on preproc...Francois-Xavier Coudert1-0/+12
2007-10-02re PR fortran/31154 (IMPORT fails for "<imported symbol> FUNCTION (...)" kin...Paul Thomas1-0/+51
2007-09-24re PR fortran/33538 (bootstrap break in fortran on *-apple-darwin r128671)Francois-Xavier Coudert1-12/+0
2007-09-22re PR fortran/33502 (gfortran with .F suffix and -g3 option chokes on preproc...Francois-Xavier Coudert1-0/+12
2007-09-20re PR fortran/33221 (Cannot declare variables of TYPE without components)Francois-Xavier Coudert1-0/+3
2007-09-04decl.c (match_procedure_decl,match_procedure_in_interface, [...]): Handle PRO...Janus Weil1-1/+8
2007-09-03system.h (CONST_CAST2, [...]): New macros for type-specific casts.Kaveh R. Ghazi1-1/+1
2007-08-26re PR fortran/33188 (Fortran 2003: Type declarations without componends)Tobias Burnus1-5/+5
2007-08-19[multiple changes]Tobias Burnus1-8/+6
2007-08-18[multiple changes]Tobias Burnus1-0/+13
2007-08-10system.h (CONST_CAST): New.Kaveh R. Ghazi1-1/+1
2007-08-01arith.c: Change copyright header to refer to version 3 of the GNU General Pub...Nick Clifton1-4/+3
2007-07-28re PR fortran/31818 (Wrongly accepts namelists with assumed-shape arrays)Daniel Franke1-2/+19
2007-07-22re PR fortran/32710 (ICE: namelist and subroutine with the same name)Daniel Franke1-1/+2
2007-07-14re PR fortran/32724 (ICE on statement function in specification part of module)Daniel Franke1-0/+7
2007-07-02[multiple changes]Christopher D. Rickett1-0/+7
2007-06-07decl.c: Miscellaneous whitespace fixes.Steven G. Kargl1-1/+1
2007-06-05re PR fortran/18923 (segfault after subroutine name confusion)Jerry DeLisle1-4/+12
2007-05-27re PR fortran/31812 (Better message than "syntax error" when truncating long ...Jerry DeLisle1-1/+1
2007-04-07re PR fortran/31293 (Implicit character and array returning functions)Paul Thomas1-0/+3
2007-03-11re PR fortran/30883 ([4.1/4.2 only] procedure with dummy procedure f1 reject...Paul Thomas1-0/+14
2007-02-21[multiple changes]Jakub Jelinek1-0/+1
2007-01-20openmp.c, [...]: Next installment in the massive whitespace patch.Steven G. Kargl1-163/+146
2006-12-10re PR fortran/23994 (PROTECTED attribute (F2003) is not implemented)Tobias Burnus1-0/+1
2006-12-03re PR fortran/29642 (Fortran 2003: VALUE Attribute (call by value not call by...Paul Thomas1-0/+1
2006-11-24re PR fortran/20880 (USE association of procedure's own interface)Paul Thomas1-1/+10