public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/22314] New: ICE in make profiledbootstrap: corrupted profile info for gcc/dominance.c
@ 2005-07-05 19:52 greenrd at greenrd dot org
  2005-07-05 19:54 ` [Bug bootstrap/22314] " greenrd at greenrd dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: greenrd at greenrd dot org @ 2005-07-05 19:52 UTC (permalink / raw)
  To: gcc-bugs

Tried to build the gentoo ebuild for gcc head pulled from CVS on 20050702. Got
this error:

stage1/xgcc -Bstage1/ -B/usr/i686-pc-linux-gnu/bin/ -c   -save-temps
-march=athlon-xp -O2 -pipe -fprofile-use -freorder-blocks-and-partitio
n -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition    
-DHAVE_CONFIG_H    -I. -I.
-I/var/tmp/portage/gcc-4.1.0_beta20050702/work/gcc-4.1-20050702/gcc
-I/var/tmp/portage/gcc-4.1.0_beta20050702/work/gcc-4.1-20050702/gcc/.
-I/var/tmp/portage/gcc-4.1.0_beta20050702/work/gcc-4.1-20050702/gcc/../include
-I/var/tmp/portage/gcc-4.1.0_beta20050702/work/gcc-4.1-20050702/gcc/../libcpp/include
 /var/tmp/portage/gcc-4.1.0_beta20050702/work/gcc-4.1-20050702/gcc/dominance.c
-o dominance.o                                                                 
                                                      xgcc: warning: -pipe
ignored because -save-temps specified                                          
                                     
/var/tmp/portage/gcc-4.1.0_beta20050702/work/gcc-4.1-20050702/gcc/dominance.c:
In function 'calculate_dominance_info':                    
/var/tmp/portage/gcc-4.1.0_beta20050702/work/gcc-4.1-20050702/gcc/dominance.c:649:
error: corrupted profile info: number of executions for edge 40-98 thought to be
-9801                                                                          
                                 
/var/tmp/portage/gcc-4.1.0_beta20050702/work/gcc-4.1-20050702/gcc/dominance.c:649:
error: corrupted profile info: number of executions for edge 40-41 thought to be
14798                                                                          
                                 
/var/tmp/portage/gcc-4.1.0_beta20050702/work/gcc-4.1-20050702/gcc/dominance.c:649:
error: corrupted profile info: number of iterations for basic block 98 thought
to be -4804                                                                    
                                   
/var/tmp/portage/gcc-4.1.0_beta20050702/work/gcc-4.1-20050702/gcc/dominance.c:649:
error: corrupted profile info: number of executions for edge 98-103 thought to
be -9801                                                                       
                                   
/var/tmp/portage/gcc-4.1.0_beta20050702/work/gcc-4.1-20050702/gcc/dominance.c:649:
error: corrupted profile info: number of executions for edge 98-99 thought to be
4997                                                                           
                                 
/var/tmp/portage/gcc-4.1.0_beta20050702/work/gcc-4.1-20050702/gcc/dominance.c:649:
error: corrupted profile info: number of iterations for basic block 103 thought
to be -4804                                                                    
                                  
/var/tmp/portage/gcc-4.1.0_beta20050702/work/gcc-4.1-20050702/gcc/dominance.c:649:
error: corrupted profile info: number of executions for edge 103-110 thought to
be -9801                                                                       
                                  
/var/tmp/portage/gcc-4.1.0_beta20050702/work/gcc-4.1-20050702/gcc/dominance.c:649:
error: corrupted profile info: number of executions for edge 103-104 thought to
be 4997                                                                        
                                  
/var/tmp/portage/gcc-4.1.0_beta20050702/work/gcc-4.1-20050702/gcc/dominance.c:649:
error: corrupted profile info: number of iterations for basic block 110 thought
to be -4804                                                                    
                                   make[2]: *** [dominance.o] Error 1          
                                                                               
              make[2]: Leaving directory
`/var/tmp/portage/gcc-4.1.0_beta20050702/work/build/gcc'                       
                                make[1]: *** [stagefeedback_build] Error 2     
                                                                               
           make[1]: Leaving directory
`/var/tmp/portage/gcc-4.1.0_beta20050702/work/build/gcc'                       
                                make: *** [profiledbootstrap] Error 2          
                                                              

# gcc/stage1/xgcc -v
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with:
/var/tmp/portage/gcc-4.1.0_beta20050702/work/gcc-4.1-20050702/configure
--enable-version-specific-runtime-libs --prefix=/usr
--bindir=/usr/i686-pc-linux-gnu/gcc-bin/4.1.0-beta20050702
--includedir=/usr/lib/gcc/i686-pc-linux-gnu/4.1.0-beta20050702/include
--datadir=/usr/share/gcc-data/i686-pc-linux-gnu/4.1.0-beta20050702
--mandir=/usr/share/gcc-data/i686-pc-linux-gnu/4.1.0-beta20050702/man
--infodir=/usr/share/gcc-data/i686-pc-linux-gnu/4.1.0-beta20050702/info
--with-gxx-include-dir=/usr/lib/gcc/i686-pc-linux-gnu/4.1.0-beta20050702/include/g++-v4
--host=i686-pc-linux-gnu --build=i686-pc-linux-gnu --disable-altivec
--enable-nls --without-included-gettext --with-system-zlib --disable-checking
--disable-werror --disable-libunwind-exceptions --disable-multilib
--enable-java-awt=gtk --enable-languages=c,c++,java,f95 --enable-shared
--enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu
Thread model: posix
gcc version 4.1.0 20050702 (experimental)

gzipped dominance.i attached.

-- 
           Summary: ICE in make profiledbootstrap: corrupted profile info
                    for gcc/dominance.c
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: greenrd at greenrd dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


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


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

* [Bug bootstrap/22314] ICE in make profiledbootstrap: corrupted profile info for gcc/dominance.c
  2005-07-05 19:52 [Bug bootstrap/22314] New: ICE in make profiledbootstrap: corrupted profile info for gcc/dominance.c greenrd at greenrd dot org
@ 2005-07-05 19:54 ` greenrd at greenrd dot org
  2005-07-05 19:59 ` [Bug bootstrap/22314] [4.1 regression] " pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: greenrd at greenrd dot org @ 2005-07-05 19:54 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From greenrd at greenrd dot org  2005-07-05 19:54 -------
Created an attachment (id=9210)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9210&action=view)
gzipped testcase


-- 


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


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

* [Bug bootstrap/22314] [4.1 regression] ICE in make profiledbootstrap: corrupted profile info for gcc/dominance.c
  2005-07-05 19:52 [Bug bootstrap/22314] New: ICE in make profiledbootstrap: corrupted profile info for gcc/dominance.c greenrd at greenrd dot org
  2005-07-05 19:54 ` [Bug bootstrap/22314] " greenrd at greenrd dot org
@ 2005-07-05 19:59 ` pinskia at gcc dot gnu dot org
  2005-07-08  8:39 ` rguenth at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-05 19:59 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |normal
           Keywords|                            |build, ice-on-valid-code
            Summary|ICE in make                 |[4.1 regression] ICE in make
                   |profiledbootstrap: corrupted|profiledbootstrap: corrupted
                   |profile info for            |profile info for
                   |gcc/dominance.c             |gcc/dominance.c
   Target Milestone|---                         |4.1.0


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


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

* [Bug bootstrap/22314] [4.1 regression] ICE in make profiledbootstrap: corrupted profile info for gcc/dominance.c
  2005-07-05 19:52 [Bug bootstrap/22314] New: ICE in make profiledbootstrap: corrupted profile info for gcc/dominance.c greenrd at greenrd dot org
  2005-07-05 19:54 ` [Bug bootstrap/22314] " greenrd at greenrd dot org
  2005-07-05 19:59 ` [Bug bootstrap/22314] [4.1 regression] " pinskia at gcc dot gnu dot org
@ 2005-07-08  8:39 ` rguenth at gcc dot gnu dot org
  2005-07-11 19:48 ` bh at techhouse dot brown dot edu
  2005-08-02 15:21 ` doerfler at ieee dot org
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2005-07-08  8:39 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-07-08 08:39:17
               date|                            |


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


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

* [Bug bootstrap/22314] [4.1 regression] ICE in make profiledbootstrap: corrupted profile info for gcc/dominance.c
  2005-07-05 19:52 [Bug bootstrap/22314] New: ICE in make profiledbootstrap: corrupted profile info for gcc/dominance.c greenrd at greenrd dot org
                   ` (2 preceding siblings ...)
  2005-07-08  8:39 ` rguenth at gcc dot gnu dot org
@ 2005-07-11 19:48 ` bh at techhouse dot brown dot edu
  2005-08-02 15:21 ` doerfler at ieee dot org
  4 siblings, 0 replies; 6+ messages in thread
From: bh at techhouse dot brown dot edu @ 2005-07-11 19:48 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bh at techhouse dot brown dot edu  2005-07-11 19:42 -------
I get a similar error on my pentium-3 box, configuring with just:
    /afs/cs/usr/bhudson/gcc/gcc-cvs-head/configure --enable-languages=c,c++
and 
    gmake CFLAGS=-O2 BOOT_CFLAGS=-O2 profiledbootstrap
with CVS of Sun Jul 10 06:06:01 EDT 2005

stage1/xgcc -Bstage1/ -B/usr/local/i686-pc-linux-gnu/bin/ -c   -O2 -fprofile-use
 -freorder-blocks-and-partition -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-pro
totypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold
-style-definition -Werror -fno-common   -DHAVE_CONFIG_H    -I. -I. -I/afs/cs/usr
/bhudson/gcc/gcc-cvs-head/gcc -I/afs/cs/usr/bhudson/gcc/gcc-cvs-head/gcc/. -I/af
s/cs/usr/bhudson/gcc/gcc-cvs-head/gcc/../include -I/afs/cs/usr/bhudson/gcc/gcc-c
vs-head/gcc/../libcpp/include  /afs/cs/usr/bhudson/gcc/gcc-cvs-head/gcc/builtins
.c -o builtins.o
/afs/cs/usr/bhudson/gcc/gcc-cvs-head/gcc/builtins.c: In function 'expand_builtin
':
/afs/cs/usr/bhudson/gcc/gcc-cvs-head/gcc/builtins.c:6283: error: corrupted profi
le info: number of executions for edge 49-676 thought to be -148
/afs/cs/usr/bhudson/gcc/gcc-cvs-head/gcc/builtins.c:6283: error: corrupted profi
le info: number of executions for edge 49-50 thought to be 148
gmake[2]: *** [builtins.o] Error 1


-- 


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


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

* [Bug bootstrap/22314] [4.1 regression] ICE in make profiledbootstrap: corrupted profile info for gcc/dominance.c
  2005-07-05 19:52 [Bug bootstrap/22314] New: ICE in make profiledbootstrap: corrupted profile info for gcc/dominance.c greenrd at greenrd dot org
                   ` (3 preceding siblings ...)
  2005-07-11 19:48 ` bh at techhouse dot brown dot edu
@ 2005-08-02 15:21 ` doerfler at ieee dot org
  4 siblings, 0 replies; 6+ messages in thread
From: doerfler at ieee dot org @ 2005-08-02 15:21 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From doerfler at ieee dot org  2005-08-02 15:21 -------
Has this PR been fixed by  
http://gcc.gnu.org/ml/gcc-patches/2005-07/msg01881.html  
? 
  
The latest snapshot  
gcc (GCC) 4.1.0 20050730 (experimental) (gentoo x86)  
succeeded with profiledbootstrap 
  
Is PR 22471 related - possibly also fixed? 

-- 


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


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

end of thread, other threads:[~2005-08-02 15:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-07-05 19:52 [Bug bootstrap/22314] New: ICE in make profiledbootstrap: corrupted profile info for gcc/dominance.c greenrd at greenrd dot org
2005-07-05 19:54 ` [Bug bootstrap/22314] " greenrd at greenrd dot org
2005-07-05 19:59 ` [Bug bootstrap/22314] [4.1 regression] " pinskia at gcc dot gnu dot org
2005-07-08  8:39 ` rguenth at gcc dot gnu dot org
2005-07-11 19:48 ` bh at techhouse dot brown dot edu
2005-08-02 15:21 ` doerfler at ieee dot 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).