public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/37285]  New: [4.4 Regression] ICE while building binutils on ppc
@ 2008-08-30  1:30 pinskia at gcc dot gnu dot org
  2008-08-30  1:30 ` [Bug middle-end/37285] " pinskia at gcc dot gnu dot org
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-08-30  1:30 UTC (permalink / raw)
  To: gcc-bugs

Hi, it looks like some of the VRP enhancements for switch statements is causing
an ICE on some code in binutils.
Testcase:
_bfd_xcoff_canonicalize_dynamic_reloc (unsigned long long l_symndx)
{
  if (l_symndx < 3)
    {
      switch (l_symndx)
      {
        case 0:
        case 1:
         break;
        case 2:
         _bfd_abort ("HI");
    }
  }
}
--- CUT ---
With VRP turned on we get:
  switch (l_symndx) <case 0 ... 1: <L4>, case 2: <L3>>

But without it turned on we get:
  switch (l_symndx) <default: <L4>, case 2: <L3>>

Most likely caused by the patch to fix PR 14495.


-- 
           Summary: [4.4 Regression] ICE while building binutils on ppc
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pinskia at gcc dot gnu dot org
GCC target triplet: powerpc-unknown-linux-gnu


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


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

end of thread, other threads:[~2008-10-02  9:14 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-08-30  1:30 [Bug middle-end/37285] New: [4.4 Regression] ICE while building binutils on ppc pinskia at gcc dot gnu dot org
2008-08-30  1:30 ` [Bug middle-end/37285] " pinskia at gcc dot gnu dot org
2008-08-30 14:12 ` rguenth at gcc dot gnu dot org
2008-08-30 22:18 ` pinskia at gcc dot gnu dot org
2008-08-30 22:28 ` pinskia at gcc dot gnu dot org
2008-08-31 12:00 ` rguenth at gcc dot gnu dot org
2008-09-09 20:32 ` jsm28 at gcc dot gnu dot org
2008-10-01 13:22 ` rguenth at gcc dot gnu dot org
2008-10-01 13:28 ` rguenth at gcc dot gnu dot org
2008-10-01 15:11 ` rguenth at gcc dot gnu dot org
2008-10-01 15:12 ` rguenth at gcc dot gnu dot org
2008-10-02  9:13 ` jakub at gcc dot gnu dot org
2008-10-02  9:14 ` jakub at gcc dot gnu dot 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).