public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/51692] New: [4.7 Regression] ICE on several valgrind tests
@ 2011-12-28 10:34 jakub at gcc dot gnu.org
  2011-12-28 10:52 ` [Bug tree-optimization/51692] " jakub at gcc dot gnu.org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: jakub at gcc dot gnu.org @ 2011-12-28 10:34 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 51692
           Summary: [4.7 Regression] ICE on several valgrind tests
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P3
         Component: tree-optimization
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: jakub@gcc.gnu.org
            Target: x86_64-linux


int
main ()
{
  volatile double d = 0.0;
  double *p = __builtin_calloc (1, sizeof (double));
  d += 1.0;
  *p += 2.0;
  __builtin_free (p);
  return 0;
}

ICEs at -O2, the free argument becomes a freed SSA_NAME for some reason.
Started with http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=182009


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

end of thread, other threads:[~2012-01-03 11:56 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-28 10:34 [Bug tree-optimization/51692] New: [4.7 Regression] ICE on several valgrind tests jakub at gcc dot gnu.org
2011-12-28 10:52 ` [Bug tree-optimization/51692] " jakub at gcc dot gnu.org
2011-12-30 22:57 ` pinskia at gcc dot gnu.org
2011-12-30 23:05 ` jakub at gcc dot gnu.org
2012-01-02 10:27 ` rguenth at gcc dot gnu.org
2012-01-03 11:55 ` rguenth at gcc dot gnu.org
2012-01-03 11:56 ` 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).