aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/parse.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-29re PR fortran/44350 (accepts illegal fortran in BLOCK DATA)Tobias Burnus1-0/+27
2013-08-09gfortran.h (gfc_get_code): Modified prototype.Janus Weil1-2/+2
2013-07-15trans-array.h (gfc_deallocate_alloc_comp_no_caf, [...]): New prototype.Tobias Burnus1-3/+3
2013-06-01decl.c (add_global_entry): Take locus.Tobias Burnus1-10/+10
2013-05-20re PR fortran/48858 (Incorrect error for same binding label on two generic in...Tobias Burnus1-2/+12
2013-05-20re PR fortran/48858 (Incorrect error for same binding label on two generic in...Tobias Burnus1-15/+45
2013-04-15class.c (gfc_find_intrinsic_vtab): Removed unused var.Tobias Burnus1-0/+1
2013-04-14re PR fortran/56816 (ICE in delete_root)Mikael Morin1-0/+6
2013-04-11Replace enum gfc_try with bool type.Janne Blomqvist1-33/+29
2013-03-18gfortran.h (gfc_option_t): Remove flag_whole_file.Tobias Burnus1-31/+10
2013-02-02re PR fortran/50627 (Error recovery: ICE in gfc_free_namespace after diagnosi...Thomas Koenig1-1/+6
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2012-11-26re PR fortran/54997 (-Wunused-function gives false warnings)Janus Weil1-2/+0
2012-09-23re PR fortran/54599 (Issues found in gfortran by the Coverity Scan)Tobias Burnus1-1/+2
2012-08-27re PR fortran/41093 (memory leaks with gfc_namespace)Tobias Burnus1-3/+5
2012-08-21parse.c (parse_contained): Include EXEC_END_PROCEDURE in ns->code to make sur...Tobias Burnus1-0/+1
2012-08-14re PR fortran/40881 ([F03] warn for obsolescent features)Tobias Burnus1-2/+9
2012-07-25trans-types.c (gfc_real16_is_float128): Fix spelling in a comment.Tobias Burnus1-3/+3
2012-07-17re PR fortran/51081 ([F03] Proc-pointer assignment: Rejects valid internal proc)Janus Weil1-9/+9
2012-07-08gfortran.h: Do not include coretypes.h here.Steven Bosscher1-0/+1
2012-07-05re PR fortran/53449 (fortran fails to build with LTO bootstrap)Uros Bizjak1-0/+1
2012-03-28re PR fortran/52652 (call to gfc_match_asynchronous for allocatable at parse....Paul Thomas1-1/+1
2012-01-09re PR fortran/51578 (Import of same symbol via different modules and renaming)Tobias Burnus1-10/+54
2011-12-19re PR fortran/51605 (internal compiler error gfc_trans_block_construct, at fo...Tobias Burnus1-0/+1
2011-11-16re PR fortran/39427 (F2003: Procedures with same name as types/type construct...Tobias Burnus1-0/+6
2011-09-08re PR fortran/44646 ([F08] Implement DO CONCURRENT)Tobias Burnus1-3/+7
2011-08-19re PR fortran/50129 (ICE on where statement)Mikael Morin1-0/+1
2011-08-18re PR fortran/50071 (gfortran does not distinguish labels in different type s...Mikael Morin1-0/+14
2011-08-18re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-9/+79
2011-08-02backport: re PR fortran/46752 (OpenMP - Seg fault for unallocated allocatable...Jakub Jelinek1-12/+35
2011-06-20re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-0/+7
2011-06-16re PR fortran/49417 ([OOP] ICE on invalid CLASS component declaration)Janus Weil1-2/+4
2011-06-08re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-1/+13
2011-06-02re PR fortran/49265 (Double colon in procedure-stmt (generic interface))Steven G. Kargl1-1/+1
2011-05-07re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-2/+8
2011-04-26decl.c (gfc_match_end): Check that the block name starts with "block@".Thomas Koenig1-1/+4
2011-04-19re PR fortran/48588 (ICE (segfault) in gfc_get_nodesc_array_type)Tobias Burnus1-10/+47
2011-04-18convert each use of gfc_free (p) to free (p)Jim Meyering1-2/+2
2011-02-14re PR fortran/47730 ([OOP] ICE on invalid source in connection with SELECT TYPE)Janus Weil1-0/+1
2011-01-13re PR fortran/45848 ([OOP] ICE on invalid code in fortran/symbol.c:2410)Tobias Burnus1-1/+2
2011-01-08re PR fortran/46896 (Wrong code with transpose(a) passed to subroutine)Paul Thomas1-1/+10
2011-01-06re PR fortran/33117 (Improve error message for generic interface with subrout...Daniel Franke1-24/+8
2010-12-11re PR fortran/46705 (Spurious "Missing '&' in continued character constant" w...Jerry DeLisle1-6/+6
2010-10-30gfortran.h (gfc_option_t): Replace dump_parse_tree by dump_fortran_original a...Thomas Koenig1-2/+2
2010-10-12re PR fortran/38936 ([F03] ASSOCIATE construct / improved SELECT TYPE (a=>expr))Daniel Kraft1-0/+7
2010-09-29optc-gen.awk: Generate global_options initializer instead of individual varia...Joseph Myers1-2/+2
2010-09-03re PR fortran/44602 ([F2008] EXIT: Jump to end of construct)Daniel Kraft1-0/+7
2010-08-17re PR fortran/38936 ([F03] ASSOCIATE construct / improved SELECT TYPE (a=>expr))Daniel Kraft1-10/+8
2010-08-15re PR fortran/38936 ([F03] ASSOCIATE construct / improved SELECT TYPE (a=>expr))Daniel Kraft1-40/+17
2010-08-04re PR fortran/42051 ([OOP] ICE on array-valued function with CLASS formal arg...Mikael Morin1-12/+4