public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/17461] New: Bootstrap gcc hangs at _cmpdi2.o
@ 2004-09-13 17:40 us15 at os dot inf dot tu-dresden dot de
  2004-09-13 17:43 ` [Bug tree-optimization/17461] [4.0 Regression] Bootstrap gcc hangs at _cmpdi2.o (with --disable-checking) pinskia at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: us15 at os dot inf dot tu-dresden dot de @ 2004-09-13 17:40 UTC (permalink / raw)
  To: gcc-bugs

mkdir gcc
tar -xjvpf gcc-4.0-20040912.tar.bz2
mkdir build
cd build
../gcc-4.0-20040912/configure --prefix=/usr --enable-shared --enable-
threads=posix --enable-__cxa_atexit --disable-checking --with-gnu-ld --verbose
make bootstrap

hangs at:

./xgcc -B./ -B/usr/i686-pc-linux-gnu/bin/ -isystem /usr/i686-pc-linux-
gnu/include -isystem /usr/i686-pc-linux-gnu/sys-include -
L/home/us15/gcc/build/gcc/../ld -O2  -DIN_GCC    -W -Wall -Wwrite-strings -
Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -
isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -
D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc-4.0-20040912/gcc -I../../gcc-4.0-
20040912/gcc/. -I../../gcc-4.0-20040912/gcc/../include -I../../gcc-4.0-
20040912/gcc/../libcpp/include  -DL_cmpdi2 -c ../../gcc-4.0-
20040912/gcc/libgcc2.c -o libgcc/./_cmpdi2.o

At this point CPU usage goes up to 100% and no further progress is made. I 
have reproduced this behaviour using both the 9/12 snapshot and CVS Head on 
Slackware and Debian Linux boxes.

-- 
           Summary: Bootstrap gcc hangs at _cmpdi2.o
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: us15 at os dot inf dot tu-dresden dot de
                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=17461


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

* [Bug tree-optimization/17461] [4.0 Regression] Bootstrap gcc hangs at _cmpdi2.o (with --disable-checking)
  2004-09-13 17:40 [Bug bootstrap/17461] New: Bootstrap gcc hangs at _cmpdi2.o us15 at os dot inf dot tu-dresden dot de
@ 2004-09-13 17:43 ` pinskia at gcc dot gnu dot org
  2004-09-14  1:41 ` us15 at os dot inf dot tu-dresden dot de
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-09-13 17:43 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |critical
          Component|bootstrap                   |tree-optimization
           Keywords|                            |build, wrong-code
            Summary|Bootstrap gcc hangs at      |[4.0 Regression] Bootstrap
                   |_cmpdi2.o                   |gcc hangs at _cmpdi2.o (with
                   |                            |--disable-checking)
   Target Milestone|---                         |4.0.0


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


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

* [Bug tree-optimization/17461] [4.0 Regression] Bootstrap gcc hangs at _cmpdi2.o (with --disable-checking)
  2004-09-13 17:40 [Bug bootstrap/17461] New: Bootstrap gcc hangs at _cmpdi2.o us15 at os dot inf dot tu-dresden dot de
  2004-09-13 17:43 ` [Bug tree-optimization/17461] [4.0 Regression] Bootstrap gcc hangs at _cmpdi2.o (with --disable-checking) pinskia at gcc dot gnu dot org
@ 2004-09-14  1:41 ` us15 at os dot inf dot tu-dresden dot de
  2004-09-14  1:50 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: us15 at os dot inf dot tu-dresden dot de @ 2004-09-14  1:41 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |17358


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


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

* [Bug tree-optimization/17461] [4.0 Regression] Bootstrap gcc hangs at _cmpdi2.o (with --disable-checking)
  2004-09-13 17:40 [Bug bootstrap/17461] New: Bootstrap gcc hangs at _cmpdi2.o us15 at os dot inf dot tu-dresden dot de
  2004-09-13 17:43 ` [Bug tree-optimization/17461] [4.0 Regression] Bootstrap gcc hangs at _cmpdi2.o (with --disable-checking) pinskia at gcc dot gnu dot org
  2004-09-14  1:41 ` us15 at os dot inf dot tu-dresden dot de
@ 2004-09-14  1:50 ` pinskia at gcc dot gnu dot org
  2004-09-14 11:41 ` giovannibajo at libero dot it
  2004-09-14 12:02 ` dnovillo at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-09-14  1:50 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-09-14 01:50 -------
This has nothing to do with 17358 at all, see <http://gcc.gnu.org/ml/gcc-patches/2004-09/
msg01336.html> for the patch which fixes the problem.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|17358                       |
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |patch
   Last reconfirmed|0000-00-00 00:00:00         |2004-09-14 01:50:04
               date|                            |


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


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

* [Bug tree-optimization/17461] [4.0 Regression] Bootstrap gcc hangs at _cmpdi2.o (with --disable-checking)
  2004-09-13 17:40 [Bug bootstrap/17461] New: Bootstrap gcc hangs at _cmpdi2.o us15 at os dot inf dot tu-dresden dot de
                   ` (2 preceding siblings ...)
  2004-09-14  1:50 ` pinskia at gcc dot gnu dot org
@ 2004-09-14 11:41 ` giovannibajo at libero dot it
  2004-09-14 12:02 ` dnovillo at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: giovannibajo at libero dot it @ 2004-09-14 11:41 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From giovannibajo at libero dot it  2004-09-14 11:41 -------
Diego, remember the PR number in the Changelog for this when you commit it, 
thanks.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |dnovillo at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED


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


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

* [Bug tree-optimization/17461] [4.0 Regression] Bootstrap gcc hangs at _cmpdi2.o (with --disable-checking)
  2004-09-13 17:40 [Bug bootstrap/17461] New: Bootstrap gcc hangs at _cmpdi2.o us15 at os dot inf dot tu-dresden dot de
                   ` (3 preceding siblings ...)
  2004-09-14 11:41 ` giovannibajo at libero dot it
@ 2004-09-14 12:02 ` dnovillo at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: dnovillo at gcc dot gnu dot org @ 2004-09-14 12:02 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dnovillo at gcc dot gnu dot org  2004-09-14 12:02 -------

This is another instance of PR15262.

*** This bug has been marked as a duplicate of 15262 ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |DUPLICATE


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


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

end of thread, other threads:[~2004-09-14 12:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-09-13 17:40 [Bug bootstrap/17461] New: Bootstrap gcc hangs at _cmpdi2.o us15 at os dot inf dot tu-dresden dot de
2004-09-13 17:43 ` [Bug tree-optimization/17461] [4.0 Regression] Bootstrap gcc hangs at _cmpdi2.o (with --disable-checking) pinskia at gcc dot gnu dot org
2004-09-14  1:41 ` us15 at os dot inf dot tu-dresden dot de
2004-09-14  1:50 ` pinskia at gcc dot gnu dot org
2004-09-14 11:41 ` giovannibajo at libero dot it
2004-09-14 12:02 ` dnovillo at gcc dot gnu 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).