aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/match.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-30backport: re PR fortran/42053 ([OOP] SELECT TYPE: reject duplicate CLASS IS b...Janus Weil1-3/+16
2009-11-28trans-common.c (create_common): Remove unused offset variable.Jakub Jelinek1-4/+1
2009-11-26re PR fortran/42048 ([F03] Erroneous syntax error message on TBP call)Janus Weil1-1/+2
2009-11-15re PR fortran/42048 ([F03] Erroneous syntax error message on TBP call)Janus Weil1-1/+1
2009-10-23re PR fortran/41758 ([Cleanup] Don't resolve expr in gfc_match_allocate)Janus Weil1-75/+1
2009-10-21re PR fortran/41706 ([OOP] Calling one TBP as an actual argument of another TBP)Janus Weil1-3/+4
2009-10-19re PR fortran/41755 (Segfault on invalid code)Tobias Burnus1-1/+4
2009-10-17re PR fortran/41608 ([OOP] ICE with CLASS and invalid code)Janus Weil1-0/+1
2009-10-09re PR fortran/41579 ([OOP] Nesting of SELECT TYPE)Janus Weil1-10/+36
2009-10-07expr.c (gfc_check_pointer_assign): Do the correct type checking when CLASS va...Janus Weil1-15/+27
2009-09-30re PR fortran/40996 ([F03] ALLOCATABLE scalars)Tobias Burnus1-61/+272
2009-09-29re PR fortran/39626 (Correctly implement details of Fortran 2008 BLOCK constr...Daniel Kraft1-0/+24
2009-08-31re PR fortran/40940 ([F03] CLASS statement)Janus Weil1-15/+52
2009-08-23allocate_alloc_opt_4.f90: New test.Steven G. Kargl1-13/+268
2009-08-13re PR fortran/40941 (gfc_typespec: put derived and cl into union)Janus Weil1-2/+2
2009-08-02re PR fortran/40881 ([F03] warn for obsolescent features)Janus Weil1-3/+15
2009-07-09re PR fortran/40646 ([F03] array-valued procedure pointer components)Janus Weil1-1/+1
2009-06-28re PR fortran/34112 (Add $!DEC ATTRIBUTE support for 32bit Windows' STDCALL)Tobias Burnus1-2/+2
2009-05-26re PR fortran/40246 (ICE on invalid SOURCE= using NULLIFY)Tobias Burnus1-0/+5
2009-05-13gfortran.h (gfc_code): Rename struct member expr to expr1.Steven G. Kargl1-30/+30
2009-05-13gfortran.h (gfc_code): Rename struct member label to label1.Steven G. Kargl1-8/+8
2009-05-06re PR fortran/39630 ([F03] Procedure Pointer Components)Janus Weil1-6/+10
2009-03-31alloc_alloc_expr_1.f90: Adjust for new error message.Steven G. Kargl1-21/+140
2008-09-25re PR fortran/37504 (Wrongly rejects: unprotected_pointer => protected_pointer)Tobias Burnus1-17/+0
2008-09-18re PR fortran/35945 (Complex module-based overloading fails)Paul Thomas1-2/+5
2008-08-31gfortran.h (enum gfc_statement): New entry `ST_GENERIC'.Daniel Kraft1-0/+1
2008-08-28gfortran.h (enum expr_t): New value `EXPR_COMPCALL'.Daniel Kraft1-0/+47
2008-08-22gfortran.h (in_prefix): Removed from this header.Daniel Kraft1-0/+1
2008-07-24match.c (gfc_match): Add assertion to catch wrong calls trying to match upper...Daniel Kraft1-0/+5
2008-07-19gfortran.h (new): Remove macro.Kaveh R. Ghazi1-6/+6
2008-07-19gfortran.h (protected): Remove macro.Kaveh R. Ghazi1-2/+2
2008-07-02re PR fortran/32580 (iso_c_binding c_f_procpointer / procedure pointers)Janus Weil1-0/+6
2008-06-20arith.c (hollerith2representation): Fix for -Wc++-compat.Kaveh R. Ghazi1-2/+2
2008-05-16re PR fortran/34325 (Wrong error message for syntax error)Jerry DeLisle1-3/+7
2008-05-06openmp.c (gfc_match_omp_eos): Use gfc_next_ascii_char and gfc_peek_ascii_char.Francois-Xavier Coudert1-68/+97
2008-04-05PR fortran/25829 28655Jerry DeLisle1-0/+1
2008-02-24arith.c: Update copyright years.Tobias Schlüter1-1/+1
2008-02-20re PR fortran/34997 (Mention -fdollar-ok option in error message for symbol n...Tobias Burnus1-0/+7
2008-02-03re PR fortran/32760 (Error defining subroutine named PRINT)Paul Thomas1-79/+2
2008-01-24re PR fortran/33375 (ICE (segfault) gfortran.dg/common_6.f90)Daniel Franke1-2/+0
2008-01-17re PR fortran/33375 (ICE (segfault) gfortran.dg/common_6.f90)H.J. Lu1-0/+2
2008-01-12re PR fortran/34722 (ICE: left-over "@iostat" variable polutes namespace)Jerry DeLisle1-1/+1
2008-01-06re PR fortran/34658 (save / common)Tobias Burnus1-5/+0
2007-12-19re PR fortran/34325 (Wrong error message for syntax error)Jerry DeLisle1-2/+72
2007-11-28re PR fortran/34227 (initialized symbol in COMMON: Missing checks)Jerry DeLisle1-0/+10
2007-11-27re PR fortran/29389 (Statement functions are not recognized as pure when they...Paul Thomas1-44/+9
2007-11-25re PR fortran/33152 (Initialization/declaration problems in block data)Jerry DeLisle1-15/+0
2007-09-02decl.c (match_string_p): New helper function to explicitly match a string of ...Roger Sayle1-84/+0
2007-08-26re PR fortran/32985 (COMMON checking: TYPE with(out) SEQUENCE/bind(C), ALLOCA...Tobias Burnus1-8/+0
2007-08-23match.c (intrinsic_operators): Delete.Roger Sayle1-39/+215