public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/30136]  New: bootstrap fail for 4.3-20061209
@ 2006-12-10 12:09 dcb314 at hotmail dot com
  2006-12-13  7:27 ` [Bug bootstrap/30136] " pinskia at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: dcb314 at hotmail dot com @ 2006-12-10 12:09 UTC (permalink / raw)
  To: gcc-bugs

I just tried to bootstrap gcc-4.3-20061209.

The compiler said

../../src/gcc-4.3-20061209/gcc/config/i386/sync.md:94: unknown mode
`<DCASHMODE>'
../../src/gcc-4.3-20061209/gcc/config/i386/sync.md:94: following context is `3
"register_operand" "b")'
make[3]: *** [s-mddeps] Error 1

This is on a x86_64 machine.

I have a memory that 4.3-20061202 also failed to bootstrap.

I know 4.3-20061225 was ok, so my best guess is that the problem
arrived between 20061225 and 20061202


-- 
           Summary: bootstrap fail for 4.3-20061209
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: dcb314 at hotmail dot com
  GCC host triplet: x86_64-pc-linux-gnu


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


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

* [Bug bootstrap/30136] bootstrap fail for 4.3-20061209
  2006-12-10 12:09 [Bug bootstrap/30136] New: bootstrap fail for 4.3-20061209 dcb314 at hotmail dot com
@ 2006-12-13  7:27 ` pinskia at gcc dot gnu dot org
  2006-12-13 13:25 ` dcb314 at hotmail dot com
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-12-13  7:27 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2006-12-13 07:26 -------
Does this work now on the mainline?


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


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


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

* [Bug bootstrap/30136] bootstrap fail for 4.3-20061209
  2006-12-10 12:09 [Bug bootstrap/30136] New: bootstrap fail for 4.3-20061209 dcb314 at hotmail dot com
  2006-12-13  7:27 ` [Bug bootstrap/30136] " pinskia at gcc dot gnu dot org
@ 2006-12-13 13:25 ` dcb314 at hotmail dot com
  2006-12-17  9:05 ` dcb314 at hotmail dot com
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: dcb314 at hotmail dot com @ 2006-12-13 13:25 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from dcb314 at hotmail dot com  2006-12-13 13:25 -------
(In reply to comment #1)
> Does this work now on the mainline?

The only access to mainline I have is
by the weekly snapshots.

I expect to try out 4.3-20061216.

Thus, answer expected Monday 18 Dec 2006.


-- 


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


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

* [Bug bootstrap/30136] bootstrap fail for 4.3-20061209
  2006-12-10 12:09 [Bug bootstrap/30136] New: bootstrap fail for 4.3-20061209 dcb314 at hotmail dot com
  2006-12-13  7:27 ` [Bug bootstrap/30136] " pinskia at gcc dot gnu dot org
  2006-12-13 13:25 ` dcb314 at hotmail dot com
@ 2006-12-17  9:05 ` dcb314 at hotmail dot com
  2006-12-18  9:28 ` dcb314 at hotmail dot com
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: dcb314 at hotmail dot com @ 2006-12-17  9:05 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from dcb314 at hotmail dot com  2006-12-17 09:05 -------
(In reply to comment #2)
> I expect to try out 4.3-20061216.

I tried it out and it is still broken.

Is that three snapshots in a row
that fail on x86_64 ?


-- 

dcb314 at hotmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |UNCONFIRMED


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


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

* [Bug bootstrap/30136] bootstrap fail for 4.3-20061209
  2006-12-10 12:09 [Bug bootstrap/30136] New: bootstrap fail for 4.3-20061209 dcb314 at hotmail dot com
                   ` (2 preceding siblings ...)
  2006-12-17  9:05 ` dcb314 at hotmail dot com
@ 2006-12-18  9:28 ` dcb314 at hotmail dot com
  2007-01-15 16:10 ` as7cf at yahoo dot com
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: dcb314 at hotmail dot com @ 2006-12-18  9:28 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from dcb314 at hotmail dot com  2006-12-18 09:28 -------
(In reply to comment #3)
> I tried it out and it is still broken.

I have more detail.

I finally managed to get a working compiler
by removing all of the following flags from the
configure line

--disable-multilib
--with-cpu=opteron
--with-mpfr=/home/dcb/somewhere_else

I am not certain which one causes the problem,
but since the original crash occurs in the machine
description, I suspect that the --with-cpu=opteron
is causing the problem.


-- 


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


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

* [Bug bootstrap/30136] bootstrap fail for 4.3-20061209
  2006-12-10 12:09 [Bug bootstrap/30136] New: bootstrap fail for 4.3-20061209 dcb314 at hotmail dot com
                   ` (3 preceding siblings ...)
  2006-12-18  9:28 ` dcb314 at hotmail dot com
@ 2007-01-15 16:10 ` as7cf at yahoo dot com
  2007-01-17 12:14 ` dcb314 at hotmail dot com
  2007-01-18 19:53 ` rkrylov at mail dot ru
  6 siblings, 0 replies; 8+ messages in thread
From: as7cf at yahoo dot com @ 2007-01-15 16:10 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from as7cf at yahoo dot com  2007-01-15 16:10 -------
I can confirm this problem on recent snapshots as well (20070105 and 20070112).
I'm also on x86_64. Bootstrap fails with that same message.

Configuring GCC with:           
        --prefix=/usr           
        --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.3.98-alpha20070112          
       
--includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.98-alpha20070112/include      
        --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.3.98-alpha20070112  
       
--mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.3.98-alpha20070112/man       
       
--infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.3.98-alpha20070112/info     
       
--with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.98-alpha20070112/include/g++-v4 
        --host=x86_64-pc-linux-gnu 
        --build=x86_64-pc-linux-gnu 
        --disable-altivec 
        --disable-nls           
        --with-system-zlib              
        --disable-checking              
        --disable-werror                
        --enable-secureplt              
        --disable-libunwind-exceptions 
        --enable-multilib 
        --disable-libmudflap 
        --disable-libssp 
        --disable-libgcj 
        --enable-languages=c,c++ 
        --enable-shared 
        --enable-threads=posix 
        --enable-bootstrap 
        --enable-__cxa_atexit 
        --enable-clocale=gnu  


-- 


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


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

* [Bug bootstrap/30136] bootstrap fail for 4.3-20061209
  2006-12-10 12:09 [Bug bootstrap/30136] New: bootstrap fail for 4.3-20061209 dcb314 at hotmail dot com
                   ` (4 preceding siblings ...)
  2007-01-15 16:10 ` as7cf at yahoo dot com
@ 2007-01-17 12:14 ` dcb314 at hotmail dot com
  2007-01-18 19:53 ` rkrylov at mail dot ru
  6 siblings, 0 replies; 8+ messages in thread
From: dcb314 at hotmail dot com @ 2007-01-17 12:14 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from dcb314 at hotmail dot com  2007-01-17 12:14 -------
(In reply to comment #5)
> I can confirm this problem on recent snapshots as well (20070105 and 20070112).

Agreed.

Snapshot 20010112 goes wrong and it's definately the flag
--with-cpu=opteron that causes the trouble.

Looks like a broken machine description to me, but I could
be wrong.


-- 


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


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

* [Bug bootstrap/30136] bootstrap fail for 4.3-20061209
  2006-12-10 12:09 [Bug bootstrap/30136] New: bootstrap fail for 4.3-20061209 dcb314 at hotmail dot com
                   ` (5 preceding siblings ...)
  2007-01-17 12:14 ` dcb314 at hotmail dot com
@ 2007-01-18 19:53 ` rkrylov at mail dot ru
  6 siblings, 0 replies; 8+ messages in thread
From: rkrylov at mail dot ru @ 2007-01-18 19:53 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from rkrylov at mail dot ru  2007-01-18 19:53 -------
I got same result with --with-cpu=athlon64 on gcc-4.3-20070112 snapshot.


-- 


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


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

end of thread, other threads:[~2007-01-18 19:53 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-12-10 12:09 [Bug bootstrap/30136] New: bootstrap fail for 4.3-20061209 dcb314 at hotmail dot com
2006-12-13  7:27 ` [Bug bootstrap/30136] " pinskia at gcc dot gnu dot org
2006-12-13 13:25 ` dcb314 at hotmail dot com
2006-12-17  9:05 ` dcb314 at hotmail dot com
2006-12-18  9:28 ` dcb314 at hotmail dot com
2007-01-15 16:10 ` as7cf at yahoo dot com
2007-01-17 12:14 ` dcb314 at hotmail dot com
2007-01-18 19:53 ` rkrylov at mail dot ru

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).