[Bug target/84827] [7/8 Regression] ICE in extract_insn, at recog.c:2311
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Mar 12 14:44:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84827
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2018-03-12
CC| |jakub at gcc dot gnu.org
Ever confirmed|0 |1
--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Reduced testcase:
/* PR 84827 */
/* { dg-do compile } */
/* { dg-options "-Ofast -fno-fp-int-builtin-inexact -ftrapping-math
-fno-associative-math" } */
long double
foo (long double a)
{
return __builtin_roundl (a);
}
More information about the Gcc-bugs
mailing list