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:
parent
f93a40eaa3
commit
b6eb743861
@ -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.
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user