aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/dump-parse-tree.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-09-15arith.c (arith_power): Call gfc_free_expr in case of error.Tobias Burnus1-46/+42
2012-09-03[multiple changes]Tobias Burnus1-1/+3
2012-08-14gfortran.h (gfc_get_proc_ptr_comp): New prototype.Mikael Morin1-2/+2
2012-07-20re PR fortran/48820 (TR 29113: Implement parts needed for MPI 3)Tobias Burnus1-1/+2
2012-07-08gfortran.h: Do not include coretypes.h here.Steven Bosscher1-0/+1
2012-03-03re PR fortran/48820 (TR 29113: Implement parts needed for MPI 3)Tobias Burnus1-0/+6
2012-01-02re PR fortran/51529 ([OOP] gfortran.dg/class_to_type_1.f03 is miscompiled: Un...Paul Thomas1-0/+1
2011-09-08re PR fortran/44646 ([F08] Implement DO CONCURRENT)Tobias Burnus1-0/+22
2011-08-02backport: re PR fortran/46752 (OpenMP - Seg fault for unallocated allocatable...Jakub Jelinek1-0/+11
2011-06-08re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-0/+27
2011-06-05dump-parse-tree.c (show_symbol): Don't dump namespace for ENTRY to avoid infi...Andreas Schmidt1-1/+2
2011-04-30dump-prase-tree.c (show_code_node): Set the current namespace to the BLOCK be...Thomas Koenig1-0/+5
2011-01-31re PR fortran/47519 (Deferred-length string wrong results with character intr...Paul Thomas1-0/+9
2011-01-13re PR fortran/45848 ([OOP] ICE on invalid code in fortran/symbol.c:2410)Tobias Burnus1-1/+1
2010-12-29dump_parse_tree.c (show_components): Show ALLOCATABLE.Thomas Koenig1-0/+2
2010-12-27dump-parse-tree.c (show_typespec): Also show character kind.Thomas Koenig1-0/+1
2010-12-12dump-parse-tree.c (show_expr): Add space for parens.Thomas Koenig1-1/+1
2010-12-03re PR fortran/44352 (ICE in string_to_single_character)Thomas Koenig1-1/+2
2010-11-03dump-parse-tree.c (code_indent): Take label into acount when calculating indent.Thomas Koenig1-45/+87
2010-09-06re PR fortran/45560 (debugging: Add EXPR pretty printer (gfc_debug_expr))Tobias Burnus1-1/+1
2010-09-06re PR fortran/45560 (debugging: Add EXPR pretty printer (gfc_debug_expr))Tobias Burnus1-0/+14
2010-06-27dump-parse-tree.c (show_symbol): Dump target-expression for associate names.Daniel Kraft1-8/+24
2010-06-26re PR fortran/44678 (ICE with -fdump-parse-tree and select type)Thomas Koenig1-0/+10
2010-06-21re PR fortran/40632 (Support F2008's contiguous attribute)Tobias Burnus1-0/+2
2010-06-09re PR fortran/44430 (Infinite recursion with -fdump-parse-tree)Janus Weil1-1/+1
2010-05-23gfortran.h: Do not include system.h.Tobias Burnus1-0/+1
2010-04-13[multiple changes]Jerry DeLisle1-3/+5
2010-04-06re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-3/+5
2010-04-06re PR fortran/39997 (Procedure(), pointer & implicit typing: rejects-valid /...Tobias Burnus1-1/+58
2010-01-08re PR fortran/25829 ([F03] Asynchronous IO support)Tobias Burnus1-0/+2
2009-11-30backport: re PR fortran/42053 ([OOP] SELECT TYPE: reject duplicate CLASS IS b...Janus Weil1-2/+2
2009-09-30re PR fortran/40996 ([F03] ALLOCATABLE scalars)Tobias Burnus1-3/+8
2009-08-30re PR fortran/37425 (Fortran 2003: GENERIC bindings as operators)Daniel Kraft1-18/+38
2009-08-13re PR fortran/40941 (gfc_typespec: put derived and cl into union)Janus Weil1-3/+3
2009-07-09re PR fortran/40646 ([F03] array-valued procedure pointer components)Janus Weil1-2/+2
2009-06-19gfortran.h (gfc_expr): Use mpc_t to represent complex numbers.Kaveh R. Ghazi1-2/+4
2009-05-14dump-parse-tree.c (show_code_node): Add ERRMSG to the dumping of allocate and...Steven G. Kargl1-0/+12
2009-05-14passes.c (finish_optimization_passes): Change i to int.Ian Lance Taylor1-3/+3
2009-05-14re PR fortran/40045 (ICE with type extension and -fdump-parse-tree)Daniel Kraft1-5/+3
2009-05-13gfortran.h (gfc_code): Rename struct member expr to expr1.Steven G. Kargl1-28/+28
2009-05-13gfortran.h (gfc_code): Rename struct member label to label1.Steven G. Kargl1-8/+8
2009-05-13re PR fortran/34153 (Debugging: Cannot set breakpoint in comment lines or "EN...Tobias Burnus1-0/+3
2009-05-06re PR fortran/39630 ([F03] Procedure Pointer Components)Janus Weil1-2/+17
2009-04-24gfortran.h (gfc_get_typebound_proc): Removed as macro, now a function.Daniel Kraft1-10/+10
2008-09-02gfortran.h (struct gfc_namespace): New member `implicit_loc'.Daniel Kraft1-1/+1
2008-09-01gfc-internals.texi (F2003 OOP), [...]): New chapter and section to document t...Daniel Kraft1-0/+102
2008-08-23gfortran.h (gfc_component): Add field "symbol_attribute attr"...Janus Weil1-4/+4
2008-07-19gfortran.h (operator): Remove macro.Kaveh R. Ghazi1-3/+3