public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/53187] New: ICE in arm_select_dominance_cc_mode
@ 2012-05-02  8:13 jakub at gcc dot gnu.org
  2012-05-02  9:34 ` [Bug target/53187] " jakub at gcc dot gnu.org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: jakub at gcc dot gnu.org @ 2012-05-02  8:13 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 53187
           Summary: ICE in arm_select_dominance_cc_mode
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: jakub@gcc.gnu.org
            Target: armv7hl-linux-gnueabi


void bar (int);

void
foo (int x, double y, double z)
{
  _Bool t = z >= y;
  if (!t || x)
    bar (t ? 1 : 16);
}

ICEs onboth 4.7 branch and trunk at -O2 -mfloat-abi=hard with:
rh817086.i: In function 'foo':
rh817086.i:9:1: internal compiler error: in arm_select_dominance_cc_mode, at
config/arm/arm.c:11544
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.

This prevents mesa from building on arm hard float.


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

end of thread, other threads:[~2012-05-03 10:29 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-02  8:13 [Bug target/53187] New: ICE in arm_select_dominance_cc_mode jakub at gcc dot gnu.org
2012-05-02  9:34 ` [Bug target/53187] " jakub at gcc dot gnu.org
2012-05-02  9:50 ` jakub at gcc dot gnu.org
2012-05-03  7:44 ` nickc at redhat dot com
2012-05-03 10:16 ` jakub at gcc dot gnu.org
2012-05-03 10:17 ` jakub at gcc dot gnu.org
2012-05-03 10:29 ` 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).