gfortran.h (gfc_typebound_proc): New struct.
[gcc.git] / gcc / fortran / parse.c
2008-08-24 Daniel Kraftgfortran.h (gfc_typebound_proc): New struct.
2008-08-23 Janus Weilgfortran.h (gfc_component): Add field "symbol_attribute...
2008-08-22 Daniel Kraftre PR fortran/32095 (Accepts invalid character(len...
2008-07-29 Kaveh R. Ghazigfortran.h (try): Remove macro.
2008-07-21 Ralf Wildenhuesfmt_g0_3.f08: Fix typo in expected error message.
2008-07-02 Janus Weilre PR fortran/32580 (iso_c_binding c_f_procpointer...
2008-06-06 Jakub Jelinekc-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value...
2008-06-02 Janus Weilre PR fortran/36361 (attribute declaration outside...
2008-06-02 Daniel Kraftgfortran.h: New statement-type ST_FINAL for FINAL decla...
2008-05-28 Janus Weilre PR fortran/36325 (specific or generic INTERFACE...
2008-05-06 Francois-Xavier... openmp.c (gfc_match_omp_eos): Use gfc_next_ascii_char...
2008-04-06 Francois-Xavier... * parse.c (gfc_parse_file): Use gfc_dump_parse_tree.
2008-04-05 Jerry DeLislePR fortran/25829 28655
2008-03-03 François-Xavier... re PR fortran/33197 (Fortran 2008: math functions)
2008-02-24 Tobias Schlüterarith.c: Update copyright years.
2008-01-30 Paul Thomasre PR fortran/34975 (Bogus error with USEing modules)
2008-01-24 Paul Thomasre PR fortran/34872 (Spurious error in snapshot of...
2008-01-22 Tobias Burnusre PR fortran/34907 (valgrind error indication from...
2008-01-17 Paul Thomasre PR fortran/34429 (Fails: character(len=use_associate...
2007-12-05 Jakub Jelinekre PR debug/33739 (Failure of gfortran.dg/literal_chara...
2007-11-03 Francois-Xavier... gfortran.h: Shorten comment.
2007-10-31 Paul Thomasre PR fortran/33897 (Incorrect host association in...
2007-10-05 Francois-Xavier... gfortran.h (gfc_get_data_variable, [...]): Move to...
2007-10-04 Francois-Xavier... re PR fortran/33502 (gfortran with .F suffix and -g3...
2007-10-02 Paul Thomasre PR fortran/31154 (IMPORT fails for "<imported symbo...
2007-09-24 Francois-Xavier... re PR fortran/33538 (bootstrap break in fortran on...
2007-09-22 Francois-Xavier... re PR fortran/33502 (gfortran with .F suffix and -g3...
2007-09-20 Francois-Xavier... re PR fortran/33221 (Cannot declare variables of TYPE...
2007-09-04 Janus Weildecl.c (match_procedure_decl,match_procedure_in_interfa...
2007-09-03 Kaveh R. Ghazisystem.h (CONST_CAST2, [...]): New macros for type...
2007-08-26 Tobias Burnusre PR fortran/33188 (Fortran 2003: Type declarations...
2007-08-19 Tobias Burnus[multiple changes]
2007-08-18 Tobias Burnus[multiple changes]
2007-08-10 Kaveh R. Ghazisystem.h (CONST_CAST): New.
2007-08-01 Nick Cliftonarith.c: Change copyright header to refer to version...
2007-07-28 Daniel Frankere PR fortran/31818 (Wrongly accepts namelists with...
2007-07-22 Daniel Frankere PR fortran/32710 (ICE: namelist and subroutine with...
2007-07-14 Daniel Frankere PR fortran/32724 (ICE on statement function in speci...
2007-07-02 Christopher D. Rickett[multiple changes]
2007-06-07 Steven G. Kargldecl.c: Miscellaneous whitespace fixes.
2007-06-05 Jerry DeLislere PR fortran/18923 (segfault after subroutine name...
2007-05-27 Jerry DeLislere PR fortran/31812 (Better message than "syntax error...
2007-04-07 Paul Thomasre PR fortran/31293 (Implicit character and array retur...
2007-03-11 Paul Thomasre PR fortran/30883 ([4.1/4.2 only] procedure with...
2007-02-21 Jakub Jelinek[multiple changes]
2007-01-20 Steven G. Karglopenmp.c, [...]: Next installment in the massive whites...
2006-12-10 Tobias Burnusre PR fortran/23994 (PROTECTED attribute (F2003) is...
2006-12-03 Paul Thomasre PR fortran/29642 (Fortran 2003: VALUE Attribute...
2006-11-24 Paul Thomasre PR fortran/20880 (USE association of procedure's...
2006-11-17 Francois-Xavier... gfortran.h (gfc_add_intrinsic_modules_path, [...])...
2006-11-15 Tobias Burnusparse.c (parse_contained): Fix indention of one line.
2006-11-15 Tobias Burnusre PR fortran/27546 (IMPORT is broken)
2006-11-15 Tobias Burnusre PR fortran/29806 (Error if CONTAINS is present witho...
2006-11-15 Brooks Moseslang.opt: Remove -fno-backend option.
2006-11-07 Tobias Burnusre PR fortran/29601 (VOLATILE attribute and statement)
2006-10-08 Paul Thomas[multiple changes]
2006-08-30 Paul Thomasre PR fortran/28885 (ICE passing components of array...
2006-08-06 Paul Thomasre PR fortran/28590 (A SEQUENCEd defined type which...
2006-07-01 Tobias Schlüterre PR fortran/19259 (";" as first nonblank character...
2006-06-05 Paul Thomasre PR fortran/14067 (no warning when character data...
2006-05-11 Francois-Xavier... re PR fortran/27553 ([4.1 only] Testsuite ICE with...
2006-05-10 Francois-Xavier... re PR fortran/24549 ([4.1 only] ICE with invalid pseudo...
2006-05-07 Steven Bosscherre PR fortran/27378 ([4.1 only] ICE on unexpected ELSE...
2006-04-18 Bernhard Fischerparse.c (next_free): Use consistent error string betwee...
2006-02-16 Jakub Jelinekre PR fortran/26224 (ICE in C$OMP SINGLE / END SINGLE...
2006-02-14 Jakub Jelinekre PR fortran/25162 (Issue with OpenMP COPYIN and gfortran)
2006-01-21 Paul ThomasPR25024, PR20881, PR23308, PR25538 and PR25710 - Proced...
2006-01-11 Tobias Schlüter* parse.c (next_fixed): Remove superfluous string conca...
2006-01-02 Steven G. Karglre PR fortran/24640 ([4.1] ice with invalid label)
2005-12-21 Erik Edelmannre PR fortran/25423 (Error with nested where statements)
2005-12-16 Steven G. Karglre PR fortran/25106 ([4.0/4.1] statement label is zero)
2005-12-03 Francois-Xavier... re PR fortran/25106 ([4.0/4.1] statement label is zero)
2005-11-01 Erik Edelmannre PR fortran/24245 (-fdump-parse-tree gives ICE for...
2005-10-30 Tobias Schlüterarith.c (gfc_enum_initializer): New function.
2005-10-24 Francois-Xavier... re PR fortran/15586 (gfortran should support i18n in...
2005-10-05 Richard Guentherre PR fortran/24176 (gfortran segfaults on empty source)
2005-09-17 Francois-Xavier... re PR fortran/15586 (gfortran should support i18n in...
2005-08-14 Tobias Schlüterparse.c (match): Enclosed macro in do...while(0) and...
2005-08-07 Janne Blomqvist[multiple changes]
2005-06-25 Kelley CookUpdate FSF address.
2005-05-26 Kazu Hiratadata.c, [...]: Fix comment typos.
2005-04-15 Richard Guentherre PR fortran/14569 ([4.0 only] should not warn about...
2005-02-23 Tobias Schlütergfortran.h (gfc_get_namespace): Add second argument...
2005-02-07 Tobias Schlütergfortran.h (gfc_add_dimension, [...]): Add argument.
2005-01-18 Kazu Hirataarith.c, [...]: Update copyright.
2005-01-03 Steven G. Karglarith.c: Add system.h; remove string.h
2004-11-08 Kazu Hirataarith.c, [...]: Fix comment formatting.
2004-10-04 Tobias Schlüterre PR fortran/17708 (gfortran problem with goto inside...
2004-09-15 Aaron W. LaFramboiseparse.c (eof_buf): Rename eof to eof_buf.
2004-08-30 Tobias Schlütergfortran.h (gfc_namespace): Add new field is_block_data.
2004-08-17 Paul Brookre PR fortran/13082 (Function entries and entries with...
2004-08-13 Tobias Schlütergfortran.h: Add comments.
2004-07-16 Tobias Schlüterre PR fortran/16404 (should reject invalid code with...
2004-07-16 Tobias Schlüterre PR fortran/16404 (should reject invalid code with...
2004-07-11 Paul Brookre PR fortran/15986 (Forward referenced procedure not...
2004-07-10 Tobias Schlüter* parse.c (decode_statement): Fix matching of BLOCK...
2004-07-03 Paul Brookdecl.c (gfc_match_implicit_range): Don't use typespec.
2004-06-29 Tobias SchlüterAndrew Vaught <andyv@firstinter.net>
2004-06-29 Tobias SchlüterAndrew Vaught <andyv@firstinter.net>
2004-06-26 Tobias SchlüterAndrew Vaught <andyv@firstinter.net>
next