public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/66178] New: Another label as values ICE
@ 2015-05-16 18:03 SztfG at yandex dot ru
  2015-05-16 18:20 ` [Bug tree-optimization/66178] " SztfG at yandex dot ru
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: SztfG at yandex dot ru @ 2015-05-16 18:03 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66178

            Bug ID: 66178
           Summary: Another label as values ICE
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
          Assignee: unassigned at gcc dot gnu.org
          Reporter: SztfG at yandex dot ru
  Target Milestone: ---

c and c++ compiler crashes. Testcase:

void bar(int);

int test(void) {
    static int test =  ((char *)&&l2-(char *)&&l3)+((char *)&&l1-(char *)&&l2);
l1:
l2:
l3:
    bar(test);
    return 0;
}


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

end of thread, other threads:[~2015-06-30 10:36 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-16 18:03 [Bug tree-optimization/66178] New: Another label as values ICE SztfG at yandex dot ru
2015-05-16 18:20 ` [Bug tree-optimization/66178] " SztfG at yandex dot ru
2015-05-16 18:39 ` SztfG at yandex dot ru
2015-05-18  7:41 ` [Bug middle-end/66178] [4.8/4.9/5/6 Regression] Another label as values ICE in gen_reg_rtx, at emit-rtl.c:1059 rguenth at gcc dot gnu.org
2015-05-18 20:31 ` miyuki at gcc dot gnu.org
2015-06-23  8:13 ` rguenth at gcc dot gnu.org
2015-06-26 20:39 ` [Bug middle-end/66178] [4.9/5/6 " jakub at gcc dot gnu.org
2015-06-30 10:36 ` rguenth 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).