public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/67622] [6 regression] Solaris/SPARC bootstrap fails compiling stage2 stdc++.h.gch/O2ggnu++0x.gch
       [not found] <bug-67622-4@http.gcc.gnu.org/bugzilla/>
@ 2015-09-18  9:11 ` ro at gcc dot gnu.org
  2015-09-19 21:56 ` ebotcazou at gcc dot gnu.org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: ro at gcc dot gnu.org @ 2015-09-18  9:11 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67622

Rainer Orth <ro at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |6.0


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

* [Bug bootstrap/67622] [6 regression] Solaris/SPARC bootstrap fails compiling stage2 stdc++.h.gch/O2ggnu++0x.gch
       [not found] <bug-67622-4@http.gcc.gnu.org/bugzilla/>
  2015-09-18  9:11 ` [Bug bootstrap/67622] [6 regression] Solaris/SPARC bootstrap fails compiling stage2 stdc++.h.gch/O2ggnu++0x.gch ro at gcc dot gnu.org
@ 2015-09-19 21:56 ` ebotcazou at gcc dot gnu.org
  2015-09-21 11:31 ` ro at CeBiTec dot Uni-Bielefeld.DE
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: ebotcazou at gcc dot gnu.org @ 2015-09-19 21:56 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67622

Eric Botcazou <ebotcazou at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2015-09-19
     Ever confirmed|0                           |1

--- Comment #1 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
I can reproduce.


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

* [Bug bootstrap/67622] [6 regression] Solaris/SPARC bootstrap fails compiling stage2 stdc++.h.gch/O2ggnu++0x.gch
       [not found] <bug-67622-4@http.gcc.gnu.org/bugzilla/>
  2015-09-18  9:11 ` [Bug bootstrap/67622] [6 regression] Solaris/SPARC bootstrap fails compiling stage2 stdc++.h.gch/O2ggnu++0x.gch ro at gcc dot gnu.org
  2015-09-19 21:56 ` ebotcazou at gcc dot gnu.org
@ 2015-09-21 11:31 ` ro at CeBiTec dot Uni-Bielefeld.DE
  2015-09-21 18:23 ` davem at gcc dot gnu.org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: ro at CeBiTec dot Uni-Bielefeld.DE @ 2015-09-21 11:31 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67622

--- Comment #2 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> ---
The reghunt revealed (not completely unexpected) the following patch as
the culprit:

The first bad revision is:
changeset:   25098:fa3edfa6a9a7
user:        davem@138bc75d-0d04-0410-961f-82ee72b054a4
date:        Sat Sep 12 00:13:23 2015 +0000
summary:     Convert SPARC backend over to LRA.

        Rainer


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

* [Bug bootstrap/67622] [6 regression] Solaris/SPARC bootstrap fails compiling stage2 stdc++.h.gch/O2ggnu++0x.gch
       [not found] <bug-67622-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2015-09-21 11:31 ` ro at CeBiTec dot Uni-Bielefeld.DE
@ 2015-09-21 18:23 ` davem at gcc dot gnu.org
  2015-09-22  3:54 ` davem at gcc dot gnu.org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: davem at gcc dot gnu.org @ 2015-09-21 18:23 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67622

--- Comment #3 from davem at gcc dot gnu.org ---
I can reproduce and am looking into this, thanks.


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

* [Bug bootstrap/67622] [6 regression] Solaris/SPARC bootstrap fails compiling stage2 stdc++.h.gch/O2ggnu++0x.gch
       [not found] <bug-67622-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2015-09-21 18:23 ` davem at gcc dot gnu.org
@ 2015-09-22  3:54 ` davem at gcc dot gnu.org
  2015-09-22  5:08 ` davem at gcc dot gnu.org
  2015-09-22  7:24 ` ebotcazou at gcc dot gnu.org
  6 siblings, 0 replies; 7+ messages in thread
From: davem at gcc dot gnu.org @ 2015-09-22  3:54 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67622

--- Comment #4 from davem at gcc dot gnu.org ---
I've decided the revert LRA support for now.  Debugging this failure is going
to be extremely time consuming, and in the meantime it's better to have the
build working properly.


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

* [Bug bootstrap/67622] [6 regression] Solaris/SPARC bootstrap fails compiling stage2 stdc++.h.gch/O2ggnu++0x.gch
       [not found] <bug-67622-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2015-09-22  3:54 ` davem at gcc dot gnu.org
@ 2015-09-22  5:08 ` davem at gcc dot gnu.org
  2015-09-22  7:24 ` ebotcazou at gcc dot gnu.org
  6 siblings, 0 replies; 7+ messages in thread
From: davem at gcc dot gnu.org @ 2015-09-22  5:08 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67622

davem at gcc dot gnu.org changed:

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

--- Comment #5 from davem at gcc dot gnu.org ---
Trunk should be bootstrapping properly again.


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

* [Bug bootstrap/67622] [6 regression] Solaris/SPARC bootstrap fails compiling stage2 stdc++.h.gch/O2ggnu++0x.gch
       [not found] <bug-67622-4@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2015-09-22  5:08 ` davem at gcc dot gnu.org
@ 2015-09-22  7:24 ` ebotcazou at gcc dot gnu.org
  6 siblings, 0 replies; 7+ messages in thread
From: ebotcazou at gcc dot gnu.org @ 2015-09-22  7:24 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67622

Eric Botcazou <ebotcazou at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mikpelinux at gmail dot com

--- Comment #6 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
*** Bug 67672 has been marked as a duplicate of this bug. ***


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

end of thread, other threads:[~2015-09-22  7:24 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-67622-4@http.gcc.gnu.org/bugzilla/>
2015-09-18  9:11 ` [Bug bootstrap/67622] [6 regression] Solaris/SPARC bootstrap fails compiling stage2 stdc++.h.gch/O2ggnu++0x.gch ro at gcc dot gnu.org
2015-09-19 21:56 ` ebotcazou at gcc dot gnu.org
2015-09-21 11:31 ` ro at CeBiTec dot Uni-Bielefeld.DE
2015-09-21 18:23 ` davem at gcc dot gnu.org
2015-09-22  3:54 ` davem at gcc dot gnu.org
2015-09-22  5:08 ` davem at gcc dot gnu.org
2015-09-22  7:24 ` ebotcazou at gcc dot gnu.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).