aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/primary.c
AgeCommit message (Expand)AuthorFilesLines
2015-05-23re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-7/+6
2015-04-09re PR fortran/56852 (ICE on invalid: "Bad array reference" for an undeclared ...Paul Thomas1-18/+36
2015-02-01Always pass 0 or option number to gfc_warning*.Joseph Myers1-1/+1
2015-01-18re PR fortran/55901 ([OOP] type is (character(len=*)) misinterpreted as array)Paul Thomas1-1/+4
2015-01-17re PR fortran/60357 ([F08] structure constructor with unspecified values for ...Andre Vehreschild1-5/+7
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-29re PR fortran/60357 ([F08] structure constructor with unspecified values for ...Janus Weil1-0/+7
2014-12-16re PR fortran/54687 (Use gcc option machinery for gfortran)Tobias Burnus1-2/+2
2014-12-162014-12-15 Tobias Burnus <burnus@net-b.de>Tobias Burnus1-13/+13
2014-12-13error.c (gfc_error): Add variant which takes a va_list.Tobias Burnus1-20/+20
2014-12-11re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-7/+8
2014-12-03re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-4/+5
2014-11-30gfortran.h (gfc_option_t): Remove warn_aliasing,Tobias Burnus1-6/+6
2014-09-20trans-expr.c (gfc_reset_vptr): Fix comment whitespace.Joost VandeVondele1-1/+1
2014-03-06re PR fortran/51976 ([F2003] Support deferred-length character components of ...Paul Thomas1-3/+3
2014-02-02re PR fortran/57033 (ICE on extended derived type and default initialization)Mikael Morin1-1/+2
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-14re PR fortran/59502 ([OOP] ICE on invalid on pointer assignment to non-pointe...Janus Weil1-3/+2
2013-11-07re PR fortran/58471 (ICE on invalid with missing type constructor and -Wall)Janus Weil1-1/+1
2013-09-18re PR fortran/43366 ([OOP][F08] Intrinsic assign to polymorphic variable)Tobias Burnus1-1/+6
2013-04-12re PR fortran/56266 ([OOP] ICE on invalid in gfc_match_varspec)Janus Weil1-4/+6
2013-04-11Replace enum gfc_try with bool type.Janne Blomqvist1-63/+52
2013-04-04re PR fortran/40881 ([F03] warn for obsolescent features)Janus Weil1-0/+4
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2012-11-04re PR fortran/55199 ([OOP] Equivalenced variable has wrong type when used wit...Janus Weil1-0/+2
2012-10-04expr.c (scalarize_intrinsic_call): Plug memory leak.Tobias Burnus1-2/+4
2012-09-17re PR fortran/54285 ([F03] Calling a PPC with proc-ptr result)Janus Weil1-3/+2
2012-08-14gfortran.h (gfc_get_proc_ptr_comp): New prototype.Mikael Morin1-1/+1
2012-07-30re PR fortran/51081 ([F03] Proc-pointer assignment: Rejects valid internal proc)Janus Weil1-3/+8
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-03-02re PR fortran/52325 (unclear error: Unclassifiable statement)Tobias Burnus1-1/+1
2012-03-02re PR fortran/52325 (unclear error: Unclassifiable statement)Tobias Burnus1-0/+13
2012-01-27re PR fortran/51970 ([OOP] gimplification failed for polymorphic MOVE_ALLOC)Tobias Burnus1-9/+18
2012-01-16re PR fortran/48426 ([patch] Quad precision promotion)Zydrunas Gimbutas1-1/+45
2011-12-19re PR fortran/51605 (internal compiler error gfc_trans_block_construct, at fo...Tobias Burnus1-1/+1
2011-12-15primary.c (gfc_match_varspec): Match array spec for polymorphic coarrays.Tobias Burnus1-4/+7
2011-12-11re PR fortran/41539 ([OOP] Calling function which takes CLASS: Rank compariso...Paul Thomas1-3/+23
2011-11-16re PR fortran/39427 (F2003: Procedures with same name as types/type construct...Tobias Burnus1-145/+194
2011-10-17re PR fortran/47023 (C_Sizeof: Rejects valid code)Janus Weil1-2/+2
2011-10-16re PR fortran/47023 (C_Sizeof: Rejects valid code)Janus Weil1-13/+26
2011-09-08re PR fortran/48095 ([OOP] Invalid assignment to procedure pointer component ...Janus Weil1-0/+3
2011-05-03re PR fortran/48720 (quad precision literals do not work)Steven G. Kargl1-0/+35
2011-04-18convert each use of gfc_free (p) to free (p)Jim Meyering1-2/+2
2011-03-29re PR fortran/48095 ([OOP] Invalid assignment to procedure pointer component ...Janus Weil1-7/+1
2011-02-18re PR fortran/47789 ([F03] Structure constructor of type extending DT with no...Janus Weil1-0/+6
2011-02-16re PR fortran/47745 ([OOP] Segfault with CLASS(*) and derived type dummy argu...Janus Weil1-1/+1
2011-02-14re PR fortran/47728 ([OOP] ICE on invalid CLASS declaration)Janus Weil1-2/+2
2011-01-22re PR fortran/47399 ([OOP] ICE with TBP of a PARAMETER)Tobias Burnus1-1/+4
2010-12-30re PR fortran/47085 ([OOP] Problem in allocate( SOURCE=) for polymorphic com...Janus Weil1-1/+2