gcc/gcc/fortran
Tobias Burnus ddc05d1165 error.c (gfc_fatal_error_1): Renamed from gfc_fatal_error.
2014-11-15  Tobias Burnus  <burnus@net-b.de>

gcc/fortran/
        * error.c (gfc_fatal_error_1): Renamed from gfc_fatal_error.
        (gfc_fatal_error): Add; uses common diagnostics.
        * array.c (gfc_match_array_ref, gfc_match_array_spec): Use
        %< %>.
        * check.c (check_co_collective, gfc_check_lcobound,
        gfc_check_image_index, gfc_check_num_images,
        gfc_check_this_image, gfc_check_ucobound): Ditto.
        * cpp.c (gfc_cpp_post_options): Ditto.
        (gfc_cpp_init_0, gfc_cpp_done): Change %s to %qs.
        * gfc-diagnostic.def (DK_FATAL): Capitalize first letter.
        * gfortran.h (gfc_fatal_error_1): Add.
        * match.c (gfc_match_name, gfc_match_critical,
        lock_unlock_statement, sync_statement): Add %< %>.
        * module.c (bad_module, gfc_dump_module, gfc_use_module): Change
        %s to %qs.
        * options.c (gfc_handle_module_path_options,
        * gfc_handle_fpe_option,
        gfc_handle_coarray_option, gfc_handle_runtime_check_option,
        gfc_handle_option): Add %< %>.
        * simplify.c (gfc_simplify_num_images): Ditto.
        * trans-stmt.c (gfc_trans_sync): Use gfc_fatal_error_1.
        * trans-array.c (gfc_conv_array_initializer): Ditto.
        * trans-types.c (gfc_init_kinds): Use gfc_fatal_error instead
        of fatal_error; add %< %> quotations.

gcc/testsuite/
        * gfortran.dg/binding_label_tests_4.f03: Add dg-excess-errors.
        * gfortran.dg/coarray_9.f90: Ditto.
        * gfortran.dg/empty_label.f: Ditto.
        * gfortran.dg/empty_label.f90: Ditto.

From-SVN: r217600
2014-11-15 12:06:07 +01:00
..
ChangeLog error.c (gfc_fatal_error_1): Renamed from gfc_fatal_error. 2014-11-15 12:06:07 +01:00
ChangeLog-2002
ChangeLog-2003
ChangeLog-2004
ChangeLog-2005
ChangeLog-2006
ChangeLog-2007
ChangeLog-2008
ChangeLog-2009
ChangeLog-2010
ChangeLog-2011
ChangeLog-2012
ChangeLog-2013
ChangeLog.ptr
Make-lang.in [PATCH 1/7] OpenMP 4.0 offloading infrastructure: configure and make 2014-11-13 13:28:56 +00:00
arith.c
arith.h
array.c error.c (gfc_fatal_error_1): Renamed from gfc_fatal_error. 2014-11-15 12:06:07 +01:00
bbt.c
check.c error.c (gfc_fatal_error_1): Renamed from gfc_fatal_error. 2014-11-15 12:06:07 +01:00
class.c
config-lang.in
constructor.c
constructor.h
convert.c
cpp.c error.c (gfc_fatal_error_1): Renamed from gfc_fatal_error. 2014-11-15 12:06:07 +01:00
cpp.h
data.c
data.h
decl.c gfortran.h (gfc_set_implicit_none): Update prototype. 2014-10-10 08:00:26 +02:00
dependency.c
dependency.h
dump-parse-tree.c
error.c error.c (gfc_fatal_error_1): Renamed from gfc_fatal_error. 2014-11-15 12:06:07 +01:00
expr.c
f95-lang.c re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GCC$ diagnostic (pragmas) and color) 2014-11-11 22:50:48 +00:00
frontend-passes.c
gfc-diagnostic.def error.c (gfc_fatal_error_1): Renamed from gfc_fatal_error. 2014-11-15 12:06:07 +01:00
gfc-internals.texi
gfortran.h error.c (gfc_fatal_error_1): Renamed from gfc_fatal_error. 2014-11-15 12:06:07 +01:00
gfortran.texi PR 47007 and 61847 Locale failures in libgfortran. 2014-11-10 02:17:16 +02:00
gfortranspec.c
interface.c libgfortran.h (GFC_STD_F2015): Add. 2014-10-06 07:57:57 +02:00
intrinsic.c check.c (check_co_collective): Renamed from 2014-09-25 08:07:15 +02:00
intrinsic.h check.c (check_co_collective): Renamed from 2014-09-25 08:07:15 +02:00
intrinsic.texi check.c (check_co_collective): Reject coindexed A args. 2014-10-24 22:52:41 +02:00
invoke.texi
io.c
ioparm.def
iresolve.c
iso-c-binding.def
iso-fortran-env.def
lang-specs.h
lang.opt re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GCC$ diagnostic (pragmas) and color) 2014-11-11 22:50:48 +00:00
libgfortran.h check.c (check_co_collective): Reject coindexed A args. 2014-10-24 22:52:41 +02:00
match.c error.c (gfc_fatal_error_1): Renamed from gfc_fatal_error. 2014-11-15 12:06:07 +01:00
match.h
matchexp.c
mathbuiltins.def Fix type mismatches in intrinsic functions. 2014-11-04 15:25:28 +00:00
misc.c
module.c error.c (gfc_fatal_error_1): Renamed from gfc_fatal_error. 2014-11-15 12:06:07 +01:00
openmp.c tree-ssa-ccp.c (prop_value_d): Rename to ... 2014-09-22 19:41:02 +00:00
options.c error.c (gfc_fatal_error_1): Renamed from gfc_fatal_error. 2014-11-15 12:06:07 +01:00
parse.c re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GCC$ diagnostic (pragmas) and color) 2014-11-11 22:50:48 +00:00
parse.h
primary.c
resolve.c re PR fortran/63553 ([OOP] Wrong code when assigning a CLASS to a TYPE) 2014-10-18 14:35:51 +00:00
scanner.c re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GCC$ diagnostic (pragmas) and color) 2014-10-28 21:56:24 +00:00
scanner.h
simplify.c error.c (gfc_fatal_error_1): Renamed from gfc_fatal_error. 2014-11-15 12:06:07 +01:00
st.c
symbol.c gfortran.h (gfc_set_implicit_none): Update prototype. 2014-10-10 08:00:26 +02:00
target-memory.c
target-memory.h
trans-array.c error.c (gfc_fatal_error_1): Renamed from gfc_fatal_error. 2014-11-15 12:06:07 +01:00
trans-array.h
trans-common.c
trans-const.c re PR fortran/48979 (FRACTION und EXPONENT return invalid results for infinity/NaN) 2014-10-19 20:49:27 +00:00
trans-const.h re PR fortran/48979 (FRACTION und EXPONENT return invalid results for infinity/NaN) 2014-10-19 20:49:27 +00:00
trans-decl.c cgraph.h: Flatten. 2014-10-28 16:17:19 +00:00
trans-expr.c [Fortran] PR 63701 Make sure variable is always used initialised 2014-11-11 11:52:36 +00:00
trans-intrinsic.c check.c (check_co_collective): Reject coindexed A args. 2014-10-24 22:52:41 +02:00
trans-io.c
trans-openmp.c re PR fortran/59488 ([OpenMP] named constant in parallel construct leads to "not specified in enclosing parallel" error.) 2014-10-10 13:08:37 +02:00
trans-stmt.c error.c (gfc_fatal_error_1): Renamed from gfc_fatal_error. 2014-11-15 12:06:07 +01:00
trans-stmt.h
trans-types.c error.c (gfc_fatal_error_1): Renamed from gfc_fatal_error. 2014-11-15 12:06:07 +01:00
trans-types.h decl.c, [...]: Remove redundant enum from machine_mode. 2014-10-29 12:02:45 +00:00
trans.c move many gc hashtab to hash_table 2014-10-12 22:22:53 +00:00
trans.h check.c (check_co_collective): Reject coindexed A args. 2014-10-24 22:52:41 +02:00
types.def