Commit 82e5a12a by Kaveh R. Ghazi Committed by Kaveh Ghazi

genautomata.c (decl_mode_check_failed, [...]): Add noreturn attribute.

	* genautomata.c (decl_mode_check_failed,
	regexp_mode_check_failed): Add noreturn attribute.

cp:
	* cp-tree.h (lang_check_failed): Add noreturn attribute.

From-SVN: r101340
parent 8b41d4bf
2005-06-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* genautomata.c (decl_mode_check_failed,
regexp_mode_check_failed): Add noreturn attribute.
2005-06-26 Kazu Hirata <kazu@codesourcery.com>
* cfg.c, tree-vect-transform.c, tree.def: Fix comment typos.
......
2005-06-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* cp-tree.h (lang_check_failed): Add noreturn attribute.
2005-06-25 Kelley Cook <kcook@gcc.gnu.org>
* all files: Update FSF address in copyright headers.
......
......@@ -4175,7 +4175,7 @@ extern void note_decl_for_pch (tree);
/* in tree.c */
extern void lang_check_failed (const char *, int,
const char *);
const char *) ATTRIBUTE_NORETURN;
extern tree stabilize_expr (tree, tree *);
extern void stabilize_call (tree, tree *);
extern bool stabilize_init (tree, tree *);
......
......@@ -1357,7 +1357,8 @@ struct state_ainsn_table
static const char *decl_name (enum decl_mode);
static void decl_mode_check_failed (enum decl_mode, const char *,
const char *, int, const char *);
const char *, int, const char *)
ATTRIBUTE_NORETURN;
/* Return string representation of declaration mode MODE. */
static const char *
......@@ -1445,7 +1446,7 @@ decl_mode_check_failed (enum decl_mode mode, const char *expected_mode_str,
static const char *regexp_name (enum regexp_mode);
static void regexp_mode_check_failed (enum regexp_mode, const char *,
const char *, int,
const char *);
const char *) ATTRIBUTE_NORETURN;
/* Return string representation of regexp mode MODE. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment