public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/51354] New: [4.7 Regression] ICE in maybe_record_trace_start
@ 2011-11-30 12:45 jakub at gcc dot gnu.org
  2011-11-30 12:50 ` [Bug target/51354] " jakub at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: jakub at gcc dot gnu.org @ 2011-11-30 12:45 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 51354
           Summary: [4.7 Regression] ICE in maybe_record_trace_start
    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
                CC: rth@gcc.gnu.org
            Target: x86_64-linux


extern void abort (void);

typedef int __attribute__((aligned (32))) ai;

void foo (int *x, ai *y);

int
bar (int x)
{
  if (x == 12346)
    return 24;
  ai i;
  foo (__builtin_alloca (x), &i);
  return 128;
}

ICEs in maybe_record_trace_start, at dwarf2cfi.c:2244
at -O2 on x86_64-linux.


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

end of thread, other threads:[~2011-12-07 17:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-30 12:45 [Bug target/51354] New: [4.7 Regression] ICE in maybe_record_trace_start jakub at gcc dot gnu.org
2011-11-30 12:50 ` [Bug target/51354] " jakub at gcc dot gnu.org
2011-12-06 10:02 ` jakub at gcc dot gnu.org
2011-12-06 14:24 ` rguenth at gcc dot gnu.org
2011-12-06 17:15 ` jakub at gcc dot gnu.org
2011-12-07 17:47 ` 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).