public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/46761] New: [4.6 Regression] -fgraphite-identity produces wrong code for array initialization arr[i] = i
@ 2010-12-02  2:20 zsojka at seznam dot cz
  2010-12-02  2:33 ` [Bug middle-end/46761] " zsojka at seznam dot cz
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: zsojka at seznam dot cz @ 2010-12-02  2:20 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: [4.6 Regression] -fgraphite-identity produces wrong
                    code for array initialization arr[i] = i
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: zsojka@seznam.cz
                CC: spop@gcc.gnu.org
              Host: x86_64-pc-linux-gnu
            Target: x86_64-pc-linux-gnu


Created attachment 22599
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22599
reduced testcase

This might be the common cause of several testsuite failures that appear with
-fgraphite-identity in testflags.

Output:
$ gcc -O -fgraphite-identity pr46761.c
$ valgrind -q ./a.out 
==20462== Conditional jump or move depends on uninitialised value(s)
==20462==    at 0x40053F: main (pr46761.c:12)
==20462== 
Aborted

Tested revisions:
r167356 - fail
r165699 - fail
r161659 - OK
4.5 r166509 - OK


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

end of thread, other threads:[~2010-12-17 12:57 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-02  2:20 [Bug middle-end/46761] New: [4.6 Regression] -fgraphite-identity produces wrong code for array initialization arr[i] = i zsojka at seznam dot cz
2010-12-02  2:33 ` [Bug middle-end/46761] " zsojka at seznam dot cz
2010-12-02  3:03 ` hjl.tools at gmail dot com
2010-12-03 16:54 ` amonakov at gcc dot gnu.org
2010-12-06 21:23 ` zsojka at seznam dot cz
2010-12-08 18:05 ` amonakov at gcc dot gnu.org
2010-12-17 12:55 ` amonakov at gcc dot gnu.org
2010-12-17 12:57 ` amonakov 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).