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
This commit is contained in:
Kaveh R. Ghazi 2005-06-26 21:50:32 +00:00 committed by Kaveh Ghazi
parent 8b41d4bf17
commit 82e5a12a58
4 changed files with 13 additions and 3 deletions

View File

@ -1,3 +1,8 @@
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.

View File

@ -1,3 +1,7 @@
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.

View File

@ -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 *);

View File

@ -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. */