summaryrefslogtreecommitdiff
path: root/gcc/fortran/symbol.c
Commit message (Expand)AuthorAgeFilesLines
* re PR fortran/56674 (ICE in check_sym_interfaces)Mikael Morin2015-04-101-4/+4
* Always pass 0 or option number to gfc_warning*.Joseph Myers2015-02-011-1/+1
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* re PR fortran/54687 (Use gcc option machinery for gfortran)Tobias Burnus2014-12-161-2/+2
* error.c (gfc_error): Add variant which takes a va_list.Tobias Burnus2014-12-131-17/+17
* re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez2014-12-111-15/+15
* re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez2014-12-031-4/+6
* error.c (gfc_internal_error): Convert to common diagnostics.Tobias Burnus2014-11-251-4/+4
* gfortran.h (gfc_option_t): Remove flags moved as Var to .opt.Tobias Burnus2014-11-251-12/+13
* gfortran.h (gfc_set_implicit_none): Update prototype.Tobias Burnus2014-10-101-10/+3
* libgfortran.h (GFC_STD_F2015): Add.Tobias Burnus2014-10-061-7/+22
* trans-expr.c (gfc_reset_vptr): Fix comment whitespace.Joost VandeVondele2014-09-201-1/+1
* symbol.c (check_conflict): Add codimension conflict with pointer; fix cray-po...Tobias Burnus2014-07-151-2/+3
* gimplify.c (omp_notice_variable): If n is non-NULL and no flags change in ORT...Jakub Jelinek2014-06-181-0/+27
* gfortran.h (gfc_copy_formal_args_intr): Update prototype.Tobias Burnus2014-06-121-2/+18
* dump-parse-tree.c (show_omp_namelist): Dump reduction id in each list item.Jakub Jelinek2014-06-061-3/+30
* tree.h (OMP_CLAUSE_LINEAR_STMT): Define.Jakub Jelinek2014-05-111-0/+1
* re PR fortran/60543 (Function with side effect removed by the optimizer.)Tobias Burnus2014-03-191-2/+2
* re PR fortran/60234 ([OOP] ICE in generate_finalization_wrapper at fortran/cl...Janus Weil2014-02-211-1/+1
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* re PR fortran/54949 ([F03] abstract procedure pointers not rejected)Janus Weil2013-12-161-1/+5
* re PR fortran/57530 ([OOP] Wrongly rejects type_pointer => class_target (whi...Tobias Burnus2013-07-301-0/+3
* Replace enum gfc_try with bool type.Janne Blomqvist2013-04-111-267/+256
* re PR fortran/56500 ([OOP] "IMPLICIT CLASS(...)" wrongly rejected)Janus Weil2013-04-011-0/+4
* re PR fortran/38536 (ICE with C_LOC in resolve.c due to not properly going th...Tobias Burnus2013-03-251-524/+97
* re PR fortran/54730 (ICE in gfc_typenode_for_spec, at fortran/trans-types.c:1...Mikael Morin2013-03-031-9/+159
* symbol.c (restore_old_symbol): Fix thinko.Mikael Morin2013-03-031-1/+2
* symbol.c (gfc_undo_symbols): Move code...Mikael Morin2013-03-031-51/+60
* Make-lang.in (F95_PARSER_OBJS): Add dependency to vec.h.Mikael Morin2013-03-031-64/+27
* iresolve.c (resolve_bound): Use gfc_get_string instead of xstrdup.Tobias Burnus2013-03-011-0/+1
* re PR fortran/54107 ([F03] Memory hog with abstract interface)Janus Weil2013-01-291-120/+17
* re PR fortran/53537 (Explicit IMPORT of renamed USE-associated symbol fails)Tobias Burnus2013-01-281-10/+12
* Update copyright years in gcc/Richard Sandiford2013-01-101-3/+1
* array.c (resolve_array_list): Apply C4106.Paul Thomas2012-12-201-0/+8
* symbol.c (gfc_undo_symbols): Correctly undo namelists.Mikael Morin2012-09-161-1/+1
* match.c (lock_unlock_statement, [...]): Fix potential double freeing.Tobias Burnus2012-09-151-2/+4
* re PR fortran/54462 (Another "segmentation fault" after an error in COMMON st...Tobias Burnus2012-09-051-4/+6
* re PR fortran/54426 (FAIL: gfortran.dg/common_6.f90 -O (internal compiler e...Tobias Burnus2012-09-021-0/+35
* re PR fortran/54384 (gfortran memory leaks)Tobias Burnus2012-08-281-0/+1
* re PR fortran/41093 (memory leaks with gfc_namespace)Tobias Burnus2012-08-271-2/+11
* re PR fortran/40881 ([F03] warn for obsolescent features)Tobias Burnus2012-08-141-5/+20
* re PR fortran/51081 ([F03] Proc-pointer assignment: Rejects valid internal proc)Janus Weil2012-07-171-6/+6
* re PR fortran/53956 ([F03] PROCEDURE w/ interface: Bogus "EXTERNAL attribute ...Janus Weil2012-07-161-8/+9
* gfortran.h: Do not include coretypes.h here.Steven Bosscher2012-07-081-0/+1
* re PR fortran/41600 ([OOP] SELECT TYPE with associate-name => exp: Arrays not...Paul Thomas2012-05-051-0/+3
* lang.opt (Wc-binding-type): New flag.Tobias Burnus2012-03-031-4/+6
* PR 51808 Constify binding_label.Janne Blomqvist2012-01-291-1/+1
* PR 51808 Support arbitrarily long bind(C) binding labels.Janne Blomqvist2012-01-291-8/+7
* [multiple changes]Steven G. Kargl2012-01-211-2/+5
* re PR fortran/51378 ([OOP] Structure constructor wrongly rejects parent compo...Tobias Burnus2011-12-081-15/+15