[Bug c++/84724] [7/8 Regression] internal compiler error: in single_succ_edge, at basic-block.h:339 with a declaration of __builtin_trap
rguenth at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Mar 6 08:36:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84724
Richard Biener <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Priority|P3 |P2
Target Milestone|--- |7.4
--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
Yeah. Or rather the FEs shouldn't clobber the builtin decls (_not_ merge into
them) so that when the ME looks up decls for them they never pick up user
decls.
Similar issues for builtin folding if the folded-to builtin is misdeclared.
More information about the Gcc-bugs
mailing list