aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/symbol.c
AgeCommit message (Expand)AuthorFilesLines
2007-01-05symbol.c (check_conflict): Fix error message.Tobias Burnus1-1/+1
2007-01-05re PR fortran/29624 (Fortran 2003: Support intent for pointers)Tobias Burnus1-4/+5
2006-12-10re PR fortran/23994 (PROTECTED attribute (F2003) is not implemented)Tobias Burnus1-1/+27
2006-12-09re PR other/29975 ([meta-bugs] ICEs with CP2K)Paul Thomas1-3/+7
2006-12-09re PR fortran/29464 ([4.1 only] problem with duplicate USE, ONLY of procedure...Paul Thomas1-1/+2
2006-12-03re PR fortran/29642 (Fortran 2003: VALUE Attribute (call by value not call by...Paul Thomas1-1/+41
2006-11-20symbol.c (check_conflict): Add conflict between VOLATILE attribute and progra...Tobias Burnus1-0/+1
2006-11-15data.c: Remove trailing periods from error messages.Brooks Moses1-1/+1
2006-11-14re PR fortran/29657 (Don't allow SAVE for functions)Tobias Burnus1-1/+5
2006-11-09re PR fortran/29699 (ICE in trans-decl.c)Paul Thomas1-46/+17
2006-11-07re PR fortran/29601 (VOLATILE attribute and statement)Tobias Burnus1-3/+37
2006-10-08[multiple changes]Paul Thomas1-0/+2
2006-09-05re PR fortran/28908 (fold_convert fails for Fortran operator)Paul Thomas1-132/+23
2006-08-29re PR fortran/28788 (ICE on valid code)Paul Thomas1-12/+14
2006-08-24re PR fortran/28788 (ICE on valid code)Paul Thomas1-4/+53
2006-08-20re PR fortran/28601 (ICE on reexport of renamed type)Paul Thomas1-21/+79
2006-06-05re PR fortran/14067 (no warning when character data statement overflows decla...Paul Thomas1-3/+13
2006-05-30symbol.c (check_conflict): Allow external, function, and subroutine attribute...Asher Langton1-3/+0
2006-03-10symbol.c (check_conflict): Allow allocatable function results, except for ele...Erik Edelmann1-2/+3
2006-03-05re PR fortran/16136 (Conflicting attributes ALLOCATABLE, DUMMY (F2003))Erik Edelmann1-1/+24
2006-03-01re PR fortran/26393 (ICE with function returning variable lenght array)Paul Thomas1-0/+26
2006-02-18gfortran.h (gfc_add_attribute): Change uint to unsigned int.Danny Smith1-1/+2
2006-02-14re PR fortran/25162 (Issue with OpenMP COPYIN and gfortran)Jakub Jelinek1-0/+28
2006-01-27symbol.c (free_old_symbol): Fix confusing comment, and add code to free old_s...Erik Edelmann1-2/+8
2006-01-25re PR fortran/25716 (FAIL: gfortran.dg/char_result_11.f90 -O (test for exce...Erik Edelmann1-16/+51
2006-01-23re PR fortran/25901 (overloaded function is rejected)Paul Thomas1-2/+4
2006-01-18re PR fortran/18540 (Jumping into blocks gives error rather than warning)Tobias Schlüter1-32/+39
2006-01-18re PR fortran/20869 (EXTERNAL and INTRINSIC cannot be used together)Paul Thomas1-0/+19
2006-01-13[multiple changes]Steven G. Kargl1-9/+13
2005-12-22re PR fortran/20889 (type in a structure-constructor differs from type in der...Paul Thomas1-0/+17
2005-11-06re PR fortran/24534 (PUBLIC derived types with private components)Paul Thomas1-1/+7
2005-11-01re PR fortran/21565 (namelist in block data is illegal)Paul Thomas1-0/+2
2005-10-25trans.h (gfc_conv_cray_pointee): Remove.Jakub Jelinek1-0/+2
2005-10-24Commit for Asher LangtonAsher Langton1-1/+63
2005-10-24Commit for Asher Langton <langton2@llnl.gov>Asher Langton1-2/+5
2005-10-12re PR fortran/20847 (common block object may not have save attribute)Paul Thomas1-0/+3
2005-10-01re PR fortran/16404 (should reject invalid code with -pedantic -std=f95 ? (x8))Paul Thomas1-1/+26
2005-09-26re PR fortran/23677 (-fno-automatic does not accept legal save statements)Jakub Jelinek1-1/+1
2005-09-17re PR fortran/15586 (gfortran should support i18n in its compiler messages)Francois-Xavier Coudert1-2/+1
2005-09-07re PR fortran/20848 (PARAMETER and SAVE attribute conflict)Thomas Koenig1-0/+1
2005-07-03gfortran.texi, [...]: Fix typo.Kazu Hirata1-1/+1
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-22re PR fortran/21034 ([4.0 only] internal compiler error: in gfc_trans_auto_ar...Paul Brook1-1/+22
2005-04-29gfortran.h (gfc_namespace): Add seen_implicit_none field.Tobias Schlüter1-0/+14
2005-04-28gfortran.h (gfc_gsymbol): Make name a const char *.Tobias Schlüter1-1/+1
2005-03-14re PR fortran/20467 (Bad fortran code causes ICE)Tobias Schlüter1-0/+1
2005-02-24Unrevert previously reversed patch, adding this patch:Tobias Schlüter1-8/+8
2005-02-24Revert yesterday's patch:Tobias Schlüter1-8/+8
2005-02-23gfortran.h (gfc_component, [...]): Make 'name' a 'const char *'.Tobias Schlüter1-8/+8
2005-02-23gfortran.h (symbol_attribute): New 'untyped' field, fix comment formatting.Tobias Schlüter1-3/+6