[Bug testsuite/51128] [4.7 Regression] New LTO failures

2012-11-05 Thread uros at gcc dot gnu.org


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



--- Comment #5 from uros at gcc dot gnu.org 2012-11-05 10:59:55 UTC ---

Author: uros

Date: Mon Nov  5 10:59:49 2012

New Revision: 193156



URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=193156

Log:

PR testsuite/51128

* gcc.dg/torture/pr55018.c: Skip if -fno-fat-lto-objects was passed.





Modified:

trunk/gcc/testsuite/ChangeLog

trunk/gcc/testsuite/gcc.dg/torture/pr55018.c


[Bug testsuite/51128] [4.7 Regression] New LTO failures

2011-12-18 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51128

Hans-Peter Nilsson hp at gcc dot gnu.org changed:

   What|Removed |Added

 CC||hp at gcc dot gnu.org

--- Comment #4 from Hans-Peter Nilsson hp at gcc dot gnu.org 2011-12-19 
03:47:00 UTC ---
(In reply to comment #3)
 Fixed.

A better fix is outlined in my comment to the original post of this patch at
http://gcc.gnu.org/ml/gcc-patches/2011-10/msg01998.html, with my patch
referring to http://gcc.gnu.org/ml/gcc-patches/2011-10/msg01917.html (since
long committed).


[Bug testsuite/51128] [4.7 Regression] New LTO failures

2011-12-05 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51128

Richard Guenther rguenth at gcc dot gnu.org changed:

   What|Removed |Added

   Target Milestone|--- |4.7.0


[Bug testsuite/51128] [4.7 Regression] New LTO failures

2011-12-05 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51128

--- Comment #1 from Uros Bizjak ubizjak at gmail dot com 2011-12-05 14:35:03 
UTC ---
/* { dg-skip-if  { *-*-* } { -fno-fat-lto-objects } {  } } */


[Bug testsuite/51128] [4.7 Regression] New LTO failures

2011-12-05 Thread uros at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51128

--- Comment #2 from uros at gcc dot gnu.org 2011-12-05 17:59:44 UTC ---
Author: uros
Date: Mon Dec  5 17:59:32 2011
New Revision: 182016

URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=182016
Log:
PR testsuite/51128
* gcc.dg/torture/pr23821.c: Skip if -fno-fat-lto-objects was passed.
* gcc.dg/torture/pr39074.c: Ditto.
* gcc.dg/torture/pr39074-2.c: Ditto.
* gcc.dg/torture/pr42898.c: Ditto.
* gcc.dg/torture/pr42898-2.c: Ditto.
* gcc.dg/torture/pr45704.c: Ditto.
* gcc.dg/torture/pr50472.c: Ditto.
* gcc.dg/torture/pta-callused-1.c: Ditto.
* gcc.dg/torture/pta-ptrarith-1.c: Ditto.
* gcc.dg/torture/pta-ptrarith-2.c: Ditto.
* gcc.dg/torture/pta-ptrarith-3.c: Ditto.
* gcc.dg/torture/pta-escape-1.c: Ditto.
* gcc.dg/torture/ipa-pta-1.c: Ditto.
* gcc.dg/torture/ssa-pta-fn-1.c: Ditto.


Modified:
trunk/gcc/testsuite/ChangeLog
trunk/gcc/testsuite/gcc.dg/torture/ipa-pta-1.c
trunk/gcc/testsuite/gcc.dg/torture/pr23821.c
trunk/gcc/testsuite/gcc.dg/torture/pr39074-2.c
trunk/gcc/testsuite/gcc.dg/torture/pr39074.c
trunk/gcc/testsuite/gcc.dg/torture/pr42898-2.c
trunk/gcc/testsuite/gcc.dg/torture/pr42898.c
trunk/gcc/testsuite/gcc.dg/torture/pr45704.c
trunk/gcc/testsuite/gcc.dg/torture/pr50472.c
trunk/gcc/testsuite/gcc.dg/torture/pta-callused-1.c
trunk/gcc/testsuite/gcc.dg/torture/pta-escape-1.c
trunk/gcc/testsuite/gcc.dg/torture/pta-ptrarith-1.c
trunk/gcc/testsuite/gcc.dg/torture/pta-ptrarith-2.c
trunk/gcc/testsuite/gcc.dg/torture/pta-ptrarith-3.c
trunk/gcc/testsuite/gcc.dg/torture/ssa-pta-fn-1.c


[Bug testsuite/51128] [4.7 Regression] New LTO failures

2011-12-05 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51128

Uros Bizjak ubizjak at gmail dot com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
URL||http://gcc.gnu.org/ml/gcc-p
   ||atches/2011-12/msg00363.htm
   ||l
 Resolution||FIXED

--- Comment #3 from Uros Bizjak ubizjak at gmail dot com 2011-12-05 18:03:31 
UTC ---
Fixed.