public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/43767]  New: [4.6 regression] Failed to bootstrap
@ 2010-04-16 13:58 hjl dot tools at gmail dot com
  2010-04-16 14:10 ` [Bug bootstrap/43767] " rguenth at gcc dot gnu dot org
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: hjl dot tools at gmail dot com @ 2010-04-16 13:58 UTC (permalink / raw)
  To: gcc-bugs

On Linux/ia64, revision 158417 gave:

/../src-trunk/libdecnumber -I.  -c
../../src-trunk/libdecnumber/dpd/decimal128.c../../src-trunk/libdecnumber/dpd/decimal128.c:
In function 'decimal128ToString':
../../src-trunk/libdecnumber/dpd/decimal128.c:441:3: internal compiler error:
Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
make[6]: *** [decimal128.o] Error 1
make[6]: Leaving directory `/export/gnu/import/svn/gcc-test/bld/libdecnumber'
make[5]: *** [all-stage2-libdecnumber] Error 2

Revision 158397 is OK.


-- 
           Summary: [4.6 regression] Failed to bootstrap
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hjl dot tools at gmail dot com


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


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

* [Bug bootstrap/43767] [4.6 regression] Failed to bootstrap
  2010-04-16 13:58 [Bug bootstrap/43767] New: [4.6 regression] Failed to bootstrap hjl dot tools at gmail dot com
@ 2010-04-16 14:10 ` rguenth at gcc dot gnu dot org
  2010-04-16 14:37 ` [Bug bootstrap/43767] [4.6 regression] Revision 158401 failed " hjl dot tools at gmail dot com
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-04-16 14:10 UTC (permalink / raw)
  To: gcc-bugs



-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.6.0


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


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

* [Bug bootstrap/43767] [4.6 regression] Revision 158401 failed to bootstrap
  2010-04-16 13:58 [Bug bootstrap/43767] New: [4.6 regression] Failed to bootstrap hjl dot tools at gmail dot com
  2010-04-16 14:10 ` [Bug bootstrap/43767] " rguenth at gcc dot gnu dot org
@ 2010-04-16 14:37 ` hjl dot tools at gmail dot com
  2010-04-16 15:14 ` jakub at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: hjl dot tools at gmail dot com @ 2010-04-16 14:37 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from hjl dot tools at gmail dot com  2010-04-16 14:37 -------
Revision 158401:

http://gcc.gnu.org/ml/gcc-cvs/2010-04/msg00507.html

is the cause.


-- 

hjl dot tools at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at redhat dot com
            Summary|[4.6 regression] Failed to  |[4.6 regression] Revision
                   |bootstrap                   |158401 failed to bootstrap


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


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

* [Bug bootstrap/43767] [4.6 regression] Revision 158401 failed to bootstrap
  2010-04-16 13:58 [Bug bootstrap/43767] New: [4.6 regression] Failed to bootstrap hjl dot tools at gmail dot com
  2010-04-16 14:10 ` [Bug bootstrap/43767] " rguenth at gcc dot gnu dot org
  2010-04-16 14:37 ` [Bug bootstrap/43767] [4.6 regression] Revision 158401 failed " hjl dot tools at gmail dot com
@ 2010-04-16 15:14 ` jakub at gcc dot gnu dot org
  2010-04-16 15:32 ` hjl dot tools at gmail dot com
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: jakub at gcc dot gnu dot org @ 2010-04-16 15:14 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from jakub at gcc dot gnu dot org  2010-04-16 15:13 -------
What stage is that?  stage1 or something later?


-- 


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


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

* [Bug bootstrap/43767] [4.6 regression] Revision 158401 failed to bootstrap
  2010-04-16 13:58 [Bug bootstrap/43767] New: [4.6 regression] Failed to bootstrap hjl dot tools at gmail dot com
                   ` (2 preceding siblings ...)
  2010-04-16 15:14 ` jakub at gcc dot gnu dot org
@ 2010-04-16 15:32 ` hjl dot tools at gmail dot com
  2010-04-16 17:42 ` jakub at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: hjl dot tools at gmail dot com @ 2010-04-16 15:32 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from hjl dot tools at gmail dot com  2010-04-16 15:32 -------
(In reply to comment #2)
> What stage is that?  stage1 or something later?
> 

It failed at the end of stage 2:

make[4]: *** [decimal128.o] Error 1
make[3]: *** [all-stage2-libdecnumber] Error 2
make[2]: *** [stage2-bubble] Error 2
make[1]: *** [bootstrap] Error 2
make: *** [bootstrap] Error 2


-- 


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


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

* [Bug bootstrap/43767] [4.6 regression] Revision 158401 failed to bootstrap
  2010-04-16 13:58 [Bug bootstrap/43767] New: [4.6 regression] Failed to bootstrap hjl dot tools at gmail dot com
                   ` (3 preceding siblings ...)
  2010-04-16 15:32 ` hjl dot tools at gmail dot com
@ 2010-04-16 17:42 ` jakub at gcc dot gnu dot org
  2010-04-16 17:42 ` jakub at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: jakub at gcc dot gnu dot org @ 2010-04-16 17:42 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from jakub at gcc dot gnu dot org  2010-04-16 17:42 -------
Created an attachment (id=20401)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20401&action=view)
gcc46-pr43767.patch

And here is untested fix.


-- 

jakub at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |jakub at gcc dot gnu dot org
                   |dot org                     |
             Status|UNCONFIRMED                 |ASSIGNED


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


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

* [Bug bootstrap/43767] [4.6 regression] Revision 158401 failed to bootstrap
  2010-04-16 13:58 [Bug bootstrap/43767] New: [4.6 regression] Failed to bootstrap hjl dot tools at gmail dot com
                   ` (4 preceding siblings ...)
  2010-04-16 17:42 ` jakub at gcc dot gnu dot org
@ 2010-04-16 17:42 ` jakub at gcc dot gnu dot org
  2010-04-16 18:08 ` hjl dot tools at gmail dot com
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: jakub at gcc dot gnu dot org @ 2010-04-16 17:42 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from jakub at gcc dot gnu dot org  2010-04-16 17:41 -------
That's actually the very beginning of stage2 (i.e. what crashes is stage1 gcc,
not stage2 gcc).


-- 


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


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

* [Bug bootstrap/43767] [4.6 regression] Revision 158401 failed to bootstrap
  2010-04-16 13:58 [Bug bootstrap/43767] New: [4.6 regression] Failed to bootstrap hjl dot tools at gmail dot com
                   ` (5 preceding siblings ...)
  2010-04-16 17:42 ` jakub at gcc dot gnu dot org
@ 2010-04-16 18:08 ` hjl dot tools at gmail dot com
  2010-04-16 21:44 ` jakub at gcc dot gnu dot org
  2010-06-24 11:33 ` jakub at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: hjl dot tools at gmail dot com @ 2010-04-16 18:08 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from hjl dot tools at gmail dot com  2010-04-16 18:08 -------
(In reply to comment #5)
> Created an attachment (id=20401)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20401&action=view) [edit]
> gcc46-pr43767.patch
> 
> And here is untested fix.
> 

It passed the failed part. I will do a full boostrap. Thanks.


-- 


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


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

* [Bug bootstrap/43767] [4.6 regression] Revision 158401 failed to bootstrap
  2010-04-16 13:58 [Bug bootstrap/43767] New: [4.6 regression] Failed to bootstrap hjl dot tools at gmail dot com
                   ` (6 preceding siblings ...)
  2010-04-16 18:08 ` hjl dot tools at gmail dot com
@ 2010-04-16 21:44 ` jakub at gcc dot gnu dot org
  2010-06-24 11:33 ` jakub at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: jakub at gcc dot gnu dot org @ 2010-04-16 21:44 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from jakub at gcc dot gnu dot org  2010-04-16 21:43 -------
Subject: Bug 43767

Author: jakub
Date: Fri Apr 16 21:43:36 2010
New Revision: 158450

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=158450
Log:
        PR bootstrap/43767
        * alias.c (memrefs_conflict_p): Don't crash if CSELIB_VAL_PTR is NULL.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/alias.c


-- 


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


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

* [Bug bootstrap/43767] [4.6 regression] Revision 158401 failed to bootstrap
  2010-04-16 13:58 [Bug bootstrap/43767] New: [4.6 regression] Failed to bootstrap hjl dot tools at gmail dot com
                   ` (7 preceding siblings ...)
  2010-04-16 21:44 ` jakub at gcc dot gnu dot org
@ 2010-06-24 11:33 ` jakub at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: jakub at gcc dot gnu dot org @ 2010-06-24 11:33 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from jakub at gcc dot gnu dot org  2010-06-24 11:33 -------
Fixed.


-- 

jakub at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2010-06-24 11:33 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-04-16 13:58 [Bug bootstrap/43767] New: [4.6 regression] Failed to bootstrap hjl dot tools at gmail dot com
2010-04-16 14:10 ` [Bug bootstrap/43767] " rguenth at gcc dot gnu dot org
2010-04-16 14:37 ` [Bug bootstrap/43767] [4.6 regression] Revision 158401 failed " hjl dot tools at gmail dot com
2010-04-16 15:14 ` jakub at gcc dot gnu dot org
2010-04-16 15:32 ` hjl dot tools at gmail dot com
2010-04-16 17:42 ` jakub at gcc dot gnu dot org
2010-04-16 17:42 ` jakub at gcc dot gnu dot org
2010-04-16 18:08 ` hjl dot tools at gmail dot com
2010-04-16 21:44 ` jakub at gcc dot gnu dot org
2010-06-24 11:33 ` jakub 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).