public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug rtl-optimization/32747]  New: [4.3 Regression] ICE segmentation fault or abort in combine on alpha
@ 2007-07-12 23:10 belyshev at depni dot sinp dot msu dot ru
  2007-07-13  8:26 ` [Bug rtl-optimization/32747] " belyshev at depni dot sinp dot msu dot ru
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: belyshev at depni dot sinp dot msu dot ru @ 2007-07-12 23:10 UTC (permalink / raw)
  To: gcc-bugs

Testcase is as simple as this, compile with -O2 (can be triggered in a cross
compiler):

void foo (unsigned u)
{
  if (u != 0x34303365)
    bar ();
}

Result may vary, either segfault in get_last_value_validate(), or ICE in
copy_rtx, at rtl.c:314, or abort() in libc after free, depending on how
compiler is invoked (from gdb or not), amount of enabled checking and host
machine.


-- 
           Summary: [4.3 Regression] ICE segmentation fault or abort in
                    combine on alpha
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code, build
          Severity: normal
          Priority: P3
         Component: rtl-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: belyshev at depni dot sinp dot msu dot ru
GCC target triplet: alpha-unknown-linux-gnu


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


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

end of thread, other threads:[~2007-07-26  9:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-07-12 23:10 [Bug rtl-optimization/32747] New: [4.3 Regression] ICE segmentation fault or abort in combine on alpha belyshev at depni dot sinp dot msu dot ru
2007-07-13  8:26 ` [Bug rtl-optimization/32747] " belyshev at depni dot sinp dot msu dot ru
2007-07-15 21:02 ` pinskia at gcc dot gnu dot org
2007-07-16 15:53 ` ian at airs dot com
2007-07-26  9:23 ` belyshev at depni dot sinp dot msu dot ru

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).