lto-streamer-in.c (lto_get_builtin_tree): fclass can only be a BUILT_IN_NORMAL or BUILT_IN_MD.

* lto-streamer-in.c (lto_get_builtin_tree): fclass can only be a
	BUILT_IN_NORMAL or BUILT_IN_MD.

From-SVN: r155206
This commit is contained in:
Ben Elliston 2009-12-14 05:06:50 +00:00 committed by Ben Elliston
parent f93a40eaa3
commit b6eb743861
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2009-12-14 Ben Elliston <bje@au.ibm.com>
* lto-streamer-in.c (lto_get_builtin_tree): fclass can only be a
BUILT_IN_NORMAL or BUILT_IN_MD.
2009-12-13 Eric Botcazou <ebotcazou@adacore.com>
* doc/tm.texi (STACK_CHECK_PROBE_LOAD): Delete.

View File

@ -2591,6 +2591,8 @@ lto_get_builtin_tree (struct lto_input_block *ib, struct data_in *data_in)
if (!result || result == error_mark_node)
fatal_error ("target specific builtin not available");
}
else
gcc_unreachable ();
asmname = input_string (data_in, ib);
if (asmname)