summaryrefslogtreecommitdiff
path: root/gcc/fortran/primary.c
Commit message (Expand)AuthorAgeFilesLines
* re PR fortran/47359 (Recursive functions of intrinsic names generates invalid...Thomas Koenig2015-06-061-0/+52
* re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez2015-05-231-7/+6
* re PR fortran/56852 (ICE on invalid: "Bad array reference" for an undeclared ...Paul Thomas2015-04-091-18/+36
* Always pass 0 or option number to gfc_warning*.Joseph Myers2015-02-011-1/+1
* re PR fortran/55901 ([OOP] type is (character(len=*)) misinterpreted as array)Paul Thomas2015-01-181-1/+4
* re PR fortran/60357 ([F08] structure constructor with unspecified values for ...Andre Vehreschild2015-01-171-5/+7
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* re PR fortran/60357 ([F08] structure constructor with unspecified values for ...Janus Weil2014-12-291-0/+7
* re PR fortran/54687 (Use gcc option machinery for gfortran)Tobias Burnus2014-12-161-2/+2
* 2014-12-15 Tobias Burnus <burnus@net-b.de>Tobias Burnus2014-12-161-13/+13
* error.c (gfc_error): Add variant which takes a va_list.Tobias Burnus2014-12-131-20/+20
* re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez2014-12-111-7/+8
* re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez2014-12-031-4/+5
* gfortran.h (gfc_option_t): Remove warn_aliasing,Tobias Burnus2014-11-301-6/+6
* trans-expr.c (gfc_reset_vptr): Fix comment whitespace.Joost VandeVondele2014-09-201-1/+1
* re PR fortran/51976 ([F2003] Support deferred-length character components of ...Paul Thomas2014-03-061-3/+3
* re PR fortran/57033 (ICE on extended derived type and default initialization)Mikael Morin2014-02-021-1/+2
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* re PR fortran/59502 ([OOP] ICE on invalid on pointer assignment to non-pointe...Janus Weil2013-12-141-3/+2
* re PR fortran/58471 (ICE on invalid with missing type constructor and -Wall)Janus Weil2013-11-071-1/+1
* re PR fortran/43366 ([OOP][F08] Intrinsic assign to polymorphic variable)Tobias Burnus2013-09-181-1/+6
* re PR fortran/56266 ([OOP] ICE on invalid in gfc_match_varspec)Janus Weil2013-04-121-4/+6
* Replace enum gfc_try with bool type.Janne Blomqvist2013-04-111-63/+52
* re PR fortran/40881 ([F03] warn for obsolescent features)Janus Weil2013-04-041-0/+4
* Update copyright years in gcc/Richard Sandiford2013-01-101-3/+1
* re PR fortran/55199 ([OOP] Equivalenced variable has wrong type when used wit...Janus Weil2012-11-041-0/+2
* expr.c (scalarize_intrinsic_call): Plug memory leak.Tobias Burnus2012-10-041-2/+4
* re PR fortran/54285 ([F03] Calling a PPC with proc-ptr result)Janus Weil2012-09-171-3/+2
* gfortran.h (gfc_get_proc_ptr_comp): New prototype.Mikael Morin2012-08-141-1/+1
* re PR fortran/51081 ([F03] Proc-pointer assignment: Rejects valid internal proc)Janus Weil2012-07-301-3/+8
* re PR fortran/51081 ([F03] Proc-pointer assignment: Rejects valid internal proc)Janus Weil2012-07-171-9/+9
* gfortran.h: Do not include coretypes.h here.Steven Bosscher2012-07-081-0/+1
* re PR fortran/52325 (unclear error: Unclassifiable statement)Tobias Burnus2012-03-021-1/+1
* re PR fortran/52325 (unclear error: Unclassifiable statement)Tobias Burnus2012-03-021-0/+13
* re PR fortran/51970 ([OOP] gimplification failed for polymorphic MOVE_ALLOC)Tobias Burnus2012-01-271-9/+18
* re PR fortran/48426 ([patch] Quad precision promotion)Zydrunas Gimbutas2012-01-161-1/+45
* re PR fortran/51605 (internal compiler error gfc_trans_block_construct, at fo...Tobias Burnus2011-12-191-1/+1
* primary.c (gfc_match_varspec): Match array spec for polymorphic coarrays.Tobias Burnus2011-12-151-4/+7
* re PR fortran/41539 ([OOP] Calling function which takes CLASS: Rank compariso...Paul Thomas2011-12-111-3/+23
* re PR fortran/39427 (F2003: Procedures with same name as types/type construct...Tobias Burnus2011-11-161-145/+194
* re PR fortran/47023 (C_Sizeof: Rejects valid code)Janus Weil2011-10-171-2/+2
* re PR fortran/47023 (C_Sizeof: Rejects valid code)Janus Weil2011-10-161-13/+26
* re PR fortran/48095 ([OOP] Invalid assignment to procedure pointer component ...Janus Weil2011-09-081-0/+3
* re PR fortran/48720 (quad precision literals do not work)Steven G. Kargl2011-05-031-0/+35
* convert each use of gfc_free (p) to free (p)Jim Meyering2011-04-181-2/+2
* re PR fortran/48095 ([OOP] Invalid assignment to procedure pointer component ...Janus Weil2011-03-291-7/+1
* re PR fortran/47789 ([F03] Structure constructor of type extending DT with no...Janus Weil2011-02-181-0/+6
* re PR fortran/47745 ([OOP] Segfault with CLASS(*) and derived type dummy argu...Janus Weil2011-02-161-1/+1
* re PR fortran/47728 ([OOP] ICE on invalid CLASS declaration)Janus Weil2011-02-141-2/+2
* re PR fortran/47399 ([OOP] ICE with TBP of a PARAMETER)Tobias Burnus2011-01-221-1/+4