public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/47312] New: [4.6 Regression] ICE: in expand_ternary_op, at optabs.c:656 with -flto -mno-sse -mxop and __builtin_fmaf()
@ 2011-01-16  3:14 zsojka at seznam dot cz
  2011-01-17 13:52 ` [Bug target/47312] " rguenth at gcc dot gnu.org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: zsojka at seznam dot cz @ 2011-01-16  3:14 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47312

           Summary: [4.6 Regression] ICE: in expand_ternary_op, at
                    optabs.c:656 with -flto -mno-sse -mxop and
                    __builtin_fmaf()
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: zsojka@seznam.cz
              Host: x86_64-pc-linux-gnu
            Target: x86_64-pc-linux-gnu


------ testcase.c -------
int main ()
{
  return __builtin_fmaf(1e+38F, 1e+38F, 0);
}
-------------------------

Compiler output:
$ gcc -O -flto -mno-sse -mxop testcase.c 
In file included from testcase.c:1:0,
                 from :0:
testcase.c: In function 'main':
testcase.c:3:24: internal compiler error: in expand_ternary_op, at optabs.c:656
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
lto-wrapper:
/mnt/svn/gcc-trunk/binary-168843-lto-fortran-checking-yes-rtl-df/bin/gcc
returned 1 exit status
collect2: lto-wrapper returned 1 exit status

Tested revisions:
r168843 - crash
4.5 r168785 - OK


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2011-02-03 11:00 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-16  3:14 [Bug target/47312] New: [4.6 Regression] ICE: in expand_ternary_op, at optabs.c:656 with -flto -mno-sse -mxop and __builtin_fmaf() zsojka at seznam dot cz
2011-01-17 13:52 ` [Bug target/47312] " rguenth at gcc dot gnu.org
2011-01-17 15:54 ` jakub at gcc dot gnu.org
2011-01-19 21:29 ` jakub at gcc dot gnu.org
2011-02-02 15:24 ` jakub at gcc dot gnu.org
2011-02-02 15:31 ` rguenth at gcc dot gnu.org
2011-02-02 15:39 ` jakub at gcc dot gnu.org
2011-02-03 10:53 ` jakub at gcc dot gnu.org
2011-02-03 11:00 ` jakub at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).