aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/symbol.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-26re PR fortran/66056 (ICEs and endless compilation for lonely labels/numbers i...Louis Krupp1-1/+2
2015-10-18Fix common-related error recovery ICE.Mikael Morin1-11/+27
2015-09-28[multiple changes]Paul Thomas1-1/+11
2015-08-08When undoing symbols, also restore common block listsBud Davis1-34/+34
2015-07-09flags.h: Don't include flag-types.h or options.h.Andrew MacLeod1-1/+1
2015-07-02re PR fortran/52846 ([F2008] Support submodules)Paul Thomas1-3/+50
2015-05-23re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-10/+10
2015-05-18re PR fortran/64925 (ICE with same names for dummy arg and internal procedure)Steven G. Kargl1-0/+5
2015-04-28interface.c (gfc_compare_types): Check for unlimited polymorphism flag in the...Andre Vehreschild1-5/+16
2015-04-10re PR fortran/56674 (ICE in check_sym_interfaces)Mikael Morin1-4/+4
2015-02-01Always pass 0 or option number to gfc_warning*.Joseph Myers1-1/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-16re PR fortran/54687 (Use gcc option machinery for gfortran)Tobias Burnus1-2/+2
2014-12-13error.c (gfc_error): Add variant which takes a va_list.Tobias Burnus1-17/+17
2014-12-11re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-15/+15
2014-12-03re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-4/+6
2014-11-25error.c (gfc_internal_error): Convert to common diagnostics.Tobias Burnus1-4/+4
2014-11-25gfortran.h (gfc_option_t): Remove flags moved as Var to .opt.Tobias Burnus1-12/+13
2014-10-10gfortran.h (gfc_set_implicit_none): Update prototype.Tobias Burnus1-10/+3
2014-10-06libgfortran.h (GFC_STD_F2015): Add.Tobias Burnus1-7/+22
2014-09-20trans-expr.c (gfc_reset_vptr): Fix comment whitespace.Joost VandeVondele1-1/+1
2014-07-15symbol.c (check_conflict): Add codimension conflict with pointer; fix cray-po...Tobias Burnus1-2/+3
2014-06-18gimplify.c (omp_notice_variable): If n is non-NULL and no flags change in ORT...Jakub Jelinek1-0/+27
2014-06-12gfortran.h (gfc_copy_formal_args_intr): Update prototype.Tobias Burnus1-2/+18
2014-06-06dump-parse-tree.c (show_omp_namelist): Dump reduction id in each list item.Jakub Jelinek1-3/+30
2014-05-11tree.h (OMP_CLAUSE_LINEAR_STMT): Define.Jakub Jelinek1-0/+1
2014-03-19re PR fortran/60543 (Function with side effect removed by the optimizer.)Tobias Burnus1-2/+2
2014-02-21re PR fortran/60234 ([OOP] ICE in generate_finalization_wrapper at fortran/cl...Janus Weil1-1/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-16re PR fortran/54949 ([F03] abstract procedure pointers not rejected)Janus Weil1-1/+5
2013-07-30re PR fortran/57530 ([OOP] Wrongly rejects type_pointer => class_target (whi...Tobias Burnus1-0/+3
2013-04-11Replace enum gfc_try with bool type.Janne Blomqvist1-267/+256
2013-04-01re PR fortran/56500 ([OOP] "IMPLICIT CLASS(...)" wrongly rejected)Janus Weil1-0/+4
2013-03-25re PR fortran/38536 (ICE with C_LOC in resolve.c due to not properly going th...Tobias Burnus1-524/+97
2013-03-03re PR fortran/54730 (ICE in gfc_typenode_for_spec, at fortran/trans-types.c:1...Mikael Morin1-9/+159
2013-03-03symbol.c (restore_old_symbol): Fix thinko.Mikael Morin1-1/+2
2013-03-03symbol.c (gfc_undo_symbols): Move code...Mikael Morin1-51/+60
2013-03-03Make-lang.in (F95_PARSER_OBJS): Add dependency to vec.h.Mikael Morin1-64/+27
2013-03-01iresolve.c (resolve_bound): Use gfc_get_string instead of xstrdup.Tobias Burnus1-0/+1
2013-01-29re PR fortran/54107 ([F03] Memory hog with abstract interface)Janus Weil1-120/+17
2013-01-28re PR fortran/53537 (Explicit IMPORT of renamed USE-associated symbol fails)Tobias Burnus1-10/+12
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2012-12-20array.c (resolve_array_list): Apply C4106.Paul Thomas1-0/+8
2012-09-16symbol.c (gfc_undo_symbols): Correctly undo namelists.Mikael Morin1-1/+1
2012-09-15match.c (lock_unlock_statement, [...]): Fix potential double freeing.Tobias Burnus1-2/+4
2012-09-05re PR fortran/54462 (Another "segmentation fault" after an error in COMMON st...Tobias Burnus1-4/+6
2012-09-02re PR fortran/54426 (FAIL: gfortran.dg/common_6.f90 -O (internal compiler e...Tobias Burnus1-0/+35
2012-08-28re PR fortran/54384 (gfortran memory leaks)Tobias Burnus1-0/+1
2012-08-27re PR fortran/41093 (memory leaks with gfc_namespace)Tobias Burnus1-2/+11
2012-08-14re PR fortran/40881 ([F03] warn for obsolescent features)Tobias Burnus1-5/+20