aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/resolve.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-12Add OpenACC 2.6 `serial' construct supportMaciej W. Rozycki1-0/+6
2019-11-08Allow CHARACTER literals in assignments and data statements.Mark Eggleston1-0/+12
2019-10-27re PR fortran/86248 (LEN_TRIM in specification expression causes link failure)Paul Thomas1-2/+2
2019-10-24Fix another UBSAN in Fortran coarray.Martin Liska1-0/+3
2019-10-13re PR fortran/91513 (Non-standard terminology in error message for pointer co...Damian Rouson1-3/+6
2019-10-13re PR fortran/90297 (gcc/fortran/resolve.c: 2 * possibly redundant code ?)Steven G. Kargl1-15/+0
2019-10-11re PR fortran/92018 (ICE in gfc_conv_constant_to_tree, at fortran/trans-const...Steven G. Kargl1-13/+8
2019-10-03Character typenames in errors and warningsMark Eggleston1-16/+16
2019-10-02re PR fortran/91943 (ICE in gfc_conv_constant_to_tree, at fortran/trans-const...Steven G. Kargl1-0/+15
2019-09-29re PR fortran/91726 (ICE in gfc_conv_array_ref, at fortran/trans-array.c:3612)Paul Thomas1-0/+4
2019-09-15re PR fortran/91727 (ICE in conformable_arrays, at fortran/resolve.c:7490)Steven G. Kargl1-1/+1
2019-09-15re PR fortran/91550 (ICE in do_subscript, at fortran/frontend-passes.c:2652)Thomas Koenig1-13/+13
2019-09-14re PR fortran/91557 (Bogus warning about unused dummy argument _formal_*)Thomas Koenig1-4/+2
2019-09-01array.c (spec_dimen_size): Check for the presence of expressions for the bounds.Paul Thomas1-12/+198
2019-08-15re PR fortran/91443 (-Wargument-mismatch does not catch mismatch for global p...Thomas Koenig1-13/+3
2019-08-14re PR fortran/87991 (ICE in gfc_constructor_append_expr, at fortran/construct...Steven G. Kargl1-10/+19
2019-08-13re PR fortran/89647 (Host associated procedure unable to be used as binding t...Steven G. Kargl1-2/+22
2019-08-10decl.c (match_old_style_init): Use a clearer error message.Steven G. Kargl1-0/+49
2019-07-23arith.c (gfc_convert_integer, [...]): Move to ...Steven G. Kargl1-31/+19
2019-07-03Remove another bunch of dead assignment.Martin Liska1-1/+0
2019-06-21re PR fortran/67884 (Missing error message on required allocatable attribute)Steven G. Kargl1-0/+8
2019-06-19re PR fortran/87907 (ICE in resolve_contained_fntype, at fortran/resolve.c:587)Steven G. Kargl1-0/+3
2019-06-13re PR fortran/68544 (ICE trying to pass derived type constructor as a function)Steven G. Kargl1-0/+26
2019-04-22re PR fortran/57284 ([OOP] ICE with find_array_spec for polymorphic arrays)Paul Thomas1-2/+6
2019-04-06re PR fortran/89981 (gfortran -pedantic rejects code in 8.3.1 that is accepte...Thomas Koenig1-1/+1
2019-03-24re PR fortran/78865 (ICE in create_tmp_var, at gimple-expr.c:473)Thomas Koenig1-40/+42
2019-03-21[PR89773] Fortran OpenACC 'routine' directive refuses procedures with implici...Thomas Schwinge1-0/+1
2019-03-18re PR fortran/88008 (ICE in check_typebound_baseobject, at fortran/resolve.c:...Thomas Koenig1-1/+12
2019-03-13[multiple changes]Thomas Koenig1-4/+5
2019-03-12Replace can't in error messages for Fortran.Martin Liska1-9/+9
2019-03-08re PR other/80058 (fix double spaces in string literals everywhere)Jakub Jelinek1-1/+1
2019-03-03re PR fortran/72714 ([Coarray] ICE in gfc_array_init_size, at fortran/trans-a...Thomas Koenig1-6/+47
2019-02-23re PR fortran/88117 (ICE in gimplify_var_or_parm_decl, at gimplify.c:2697)Paul Thomas1-0/+3
2019-02-17re PR fortran/88299 ([F18] COMMON in a legacy module produces bogus warnings ...Harald Anlauf1-5/+5
2019-02-13Fix -fdec simplification (PR fortran/88649).Martin Liska1-5/+5
2019-02-09re PR fortran/89077 (ICE using * as len specifier for character parameter)Harald Anlauf1-5/+20
2019-02-04Do not dereference NULL pointer in resolve_ref (PR fortran/89185).Martin Liska1-5/+2
2019-01-31re PR fortran/88669 (Contiguous attribute wrongly rejected)Thomas Koenig1-1/+18
2019-01-19[multiple changes]Dominique d'Humieres1-1/+1
2019-01-19re PR fortran/88871 (ICE segmentation fault in f951)Thomas Koenig1-5/+9
2019-01-15re PR fortran/43072 (unneeded temporary (s=s+f(a)))Thomas Koenig1-4/+24
2019-01-15re PR fortran/81849 (Size of automatic array argument specified by host-assoc...Steven G. Kargl1-1/+1
2019-01-13re PR fortran/61765 ([F03] Rejects valid BIND(C) ENTRY)Steven G. Kargl1-11/+14
2019-01-10re PR fortran/88376 (ICE in is_illegal_recursion, at fortran/resolve.c:1689)Steven G. Kargl1-2/+0
2019-01-09PR other/16615 [1/5]Sandra Loosemore1-4/+4
2019-01-05re PR fortran/88009 (ICE in find_intrinsic_vtab, at fortran/class.c:2761)Janus Weil1-10/+7
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-12-23re PR fortran/77703 (ICE on assignment to pointer function)Paul Thomas1-0/+5
2018-12-19re PR fortran/87992 (ICE in resolve_fl_variable, at fortran/resolve.c:12314)Steven G. Kargl1-1/+5
2018-12-17re PR fortran/85314 (gcc/fortran/resolve.c:9222: unreachable code ?)Steven G. Kargl1-4/+1