[Bug bootstrap/50709] [4.7 Regression] stage3 bootstrap comparison failure with --disable-checking config option

2011-10-17 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50709

Andrew Pinski  changed:

   What|Removed |Added

   Target Milestone|--- |4.7.0
Summary|stage3 bootstrap comparison |[4.7 Regression] stage3
   |failure with|bootstrap comparison
   |--disable-checking config   |failure with
   |option  |--disable-checking config
   ||option


[Bug bootstrap/50709] [4.7 Regression] stage3 bootstrap comparison failure with --disable-checking config option

2011-10-17 Thread nenad at intrepid dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50709

--- Comment #4 from Nenad Vukicevic  2011-10-17 
18:36:40 UTC ---
Richard's suggestion worked. I was able to build trunk R180072 with this
command:

.../configure --disable-checking --enable-languages=all


and this change:

Index: gcc/ipa-inline.c
===
--- gcc/ipa-inline.c(revision 180072)
+++ gcc/ipa-inline.c(working copy)
@@ -1393,10 +1393,8 @@
continue;

   /* Be sure that caches are maintained consistent.  */
-#ifdef ENABLE_CHECKING
   reset_edge_growth_cache (edge);
   reset_node_growth_cache (edge->callee);
-#endif


[Bug bootstrap/50709] [4.7 Regression] stage3 bootstrap comparison failure with --disable-checking config option

2011-10-20 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50709

--- Comment #5 from Jan Hubicka  2011-10-20 
11:46:11 UTC ---
Author: hubicka
Date: Thu Oct 20 11:46:08 2011
New Revision: 180247

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=180247
Log:

PR bootstrap/50709
* ipa-inline.c (inline_small_functions): Fix checking code to not make
effect on fibheap stability.

Modified:
trunk/gcc/ChangeLog
trunk/gcc/ipa-inline.c


[Bug bootstrap/50709] [4.7 Regression] stage3 bootstrap comparison failure with --disable-checking config option

2011-10-20 Thread gfunck at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50709

--- Comment #6 from gfunck at gcc dot gnu.org 2011-10-21 02:23:30 UTC ---
Author: gfunck
Date: Fri Oct 21 02:23:26 2011
New Revision: 180285

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=180285
Log:
Merge trunk version 180276 into gupc branch.
Incorporate fix for PR bootstrap/50709.

Added:
branches/gupc/gcc/testsuite/g++.dg/eh/partial1.C
  - copied unchanged from r180276, trunk/gcc/testsuite/g++.dg/eh/partial1.C
branches/gupc/gcc/testsuite/gcc.target/i386/pr50766.c
  - copied unchanged from r180276,
trunk/gcc/testsuite/gcc.target/i386/pr50766.c
branches/gupc/gcc/testsuite/gfortran.dg/format_string.f
  - copied unchanged from r180276,
trunk/gcc/testsuite/gfortran.dg/format_string.f
branches/gupc/gcc/testsuite/gfortran.dg/substring_integer_index.f90
  - copied unchanged from r180276,
trunk/gcc/testsuite/gfortran.dg/substring_integer_index.f90
Modified:
branches/gupc/   (props changed)
branches/gupc/gcc/ChangeLog
branches/gupc/gcc/ChangeLog.upc
branches/gupc/gcc/config/i386/i386.c
branches/gupc/gcc/config/i386/i386.h
branches/gupc/gcc/config/i386/i386.md
branches/gupc/gcc/config/i386/i386.opt
branches/gupc/gcc/config/rs6000/rs6000.c
branches/gupc/gcc/config/spu/spu.c
branches/gupc/gcc/cp/ChangeLog
branches/gupc/gcc/cp/typeck2.c
branches/gupc/gcc/doc/cppopts.texi
branches/gupc/gcc/doc/invoke.texi
branches/gupc/gcc/doc/tm.texi
branches/gupc/gcc/doc/tm.texi.in
branches/gupc/gcc/fortran/ChangeLog
branches/gupc/gcc/fortran/check.c
branches/gupc/gcc/fortran/io.c
branches/gupc/gcc/fortran/resolve.c
branches/gupc/gcc/ggc-zone.c
branches/gupc/gcc/ipa-inline.c
branches/gupc/gcc/lto/ChangeLog
branches/gupc/gcc/lto/lto.c
branches/gupc/gcc/optabs.c
branches/gupc/gcc/target.def
branches/gupc/gcc/testsuite/ChangeLog
branches/gupc/gcc/testsuite/gcc.dg/ipa/ipa-sra-2.c
branches/gupc/gcc/testsuite/gcc.dg/ipa/ipa-sra-6.c
branches/gupc/gcc/testsuite/gcc.dg/lto/pr46940_0.c
branches/gupc/gcc/testsuite/gcc.dg/tree-prof/val-prof-7.c
branches/gupc/gcc/testsuite/gcc.target/i386/pr40906-1.c
branches/gupc/gcc/testsuite/gcc.target/i386/pr40906-2.c
branches/gupc/gcc/testsuite/gcc.target/i386/pr46226.c
branches/gupc/gcc/testsuite/gcc.target/i386/vperm-v2df.c
branches/gupc/gcc/testsuite/gcc.target/i386/vperm-v2di.c
branches/gupc/gcc/testsuite/gcc.target/i386/vperm-v4sf-1.c
branches/gupc/gcc/testsuite/gcc.target/i386/vperm-v4sf-2.c
branches/gupc/gcc/testsuite/gcc.target/i386/vperm-v4si-1.c
branches/gupc/gcc/testsuite/gcc.target/i386/vperm-v4si-2.c
branches/gupc/gcc/testsuite/gfortran.dg/ishft_3.f90
branches/gupc/gcc/testsuite/lib/lto.exp
branches/gupc/libjava/ChangeLog
branches/gupc/libjava/exception.cc
branches/gupc/libobjc/ChangeLog
branches/gupc/libobjc/exception.c

Propchange: branches/gupc/
('svn:mergeinfo' modified)


[Bug bootstrap/50709] [4.7 Regression] stage3 bootstrap comparison failure with --disable-checking config option

2011-10-20 Thread belyshev at depni dot sinp.msu.ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50709

Serge Belyshev  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #7 from Serge Belyshev  
2011-10-21 02:44:00 UTC ---
Fixed.


[Bug bootstrap/50709] [4.7 Regression] stage3 bootstrap comparison failure with --disable-checking config option

2011-11-24 Thread dnovillo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50709

--- Comment #8 from Diego Novillo  2011-11-24 
14:51:02 UTC ---
Author: dnovillo
Date: Thu Nov 24 14:50:56 2011
New Revision: 181692

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181692
Log:
Revert

PR bootstrap/50709
* ipa-inline.c (inline_small_functions):
Fix checking code to not make effect on fibheap stability.

Modified:
branches/pph/gcc/ChangeLog
branches/pph/gcc/ChangeLog.pph
branches/pph/gcc/ipa-inline.c