public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/51036] New: [4.7 Regression] LTO bootstrap failed with bootstrap-profiled
@ 2011-11-08 18:13 hjl.tools at gmail dot com
  2011-11-08 19:48 ` [Bug bootstrap/51036] " hjl.tools at gmail dot com
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: hjl.tools at gmail dot com @ 2011-11-08 18:13 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 51036
           Summary: [4.7 Regression] LTO bootstrap failed with
                    bootstrap-profiled
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: hjl.tools@gmail.com


On Linux/x86-64, revision 181119 failed to bootstrap with
--with-build-config=bootstrap-lto and "make profiledbootstrap":

../../src/gcc/c-parser.c: In function ‘c_parser_binary_expression(c_parser*,
c_expr*, c_parser_prec)’:
../../src/gcc/c-parser.c:5729:1: 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[4]: *** [c-parser.o] Error 1

Revision 181107 is OK.


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

* [Bug bootstrap/51036] [4.7 Regression] LTO bootstrap failed with bootstrap-profiled
  2011-11-08 18:13 [Bug bootstrap/51036] New: [4.7 Regression] LTO bootstrap failed with bootstrap-profiled hjl.tools at gmail dot com
@ 2011-11-08 19:48 ` hjl.tools at gmail dot com
  2011-11-14 14:34 ` dodji at gcc dot gnu.org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: hjl.tools at gmail dot com @ 2011-11-08 19:48 UTC (permalink / raw)
  To: gcc-bugs

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

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dodji at gcc dot gnu.org
   Target Milestone|---                         |4.7.0

--- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> 2011-11-08 19:46:28 UTC ---
It is caused by revision 181118:

http://gcc.gnu.org/ml/gcc-cvs/2011-11/msg00406.html


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

* [Bug bootstrap/51036] [4.7 Regression] LTO bootstrap failed with bootstrap-profiled
  2011-11-08 18:13 [Bug bootstrap/51036] New: [4.7 Regression] LTO bootstrap failed with bootstrap-profiled hjl.tools at gmail dot com
  2011-11-08 19:48 ` [Bug bootstrap/51036] " hjl.tools at gmail dot com
@ 2011-11-14 14:34 ` dodji at gcc dot gnu.org
  2011-11-14 14:35 ` ubizjak at gmail dot com
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: dodji at gcc dot gnu.org @ 2011-11-14 14:34 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Dodji Seketeli <dodji at gcc dot gnu.org> 2011-11-14 14:21:17 UTC ---
Hmm, it looks like I can't reproduce this anymore with r181280 on trunk.

Are you still seeing it?


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

* [Bug bootstrap/51036] [4.7 Regression] LTO bootstrap failed with bootstrap-profiled
  2011-11-08 18:13 [Bug bootstrap/51036] New: [4.7 Regression] LTO bootstrap failed with bootstrap-profiled hjl.tools at gmail dot com
  2011-11-08 19:48 ` [Bug bootstrap/51036] " hjl.tools at gmail dot com
  2011-11-14 14:34 ` dodji at gcc dot gnu.org
@ 2011-11-14 14:35 ` ubizjak at gmail dot com
  2011-11-14 16:07 ` dodji at seketeli dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ubizjak at gmail dot com @ 2011-11-14 14:35 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Uros Bizjak <ubizjak at gmail dot com> 2011-11-14 14:32:00 UTC ---
(In reply to comment #2)
> Hmm, it looks like I can't reproduce this anymore with r181280 on trunk.
> 
> Are you still seeing it?

No, due to [1]. But - isn't this patch just papering over real problem?

[1] http://gcc.gnu.org/ml/gcc-patches/2011-11/msg01631.html


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

* [Bug bootstrap/51036] [4.7 Regression] LTO bootstrap failed with bootstrap-profiled
  2011-11-08 18:13 [Bug bootstrap/51036] New: [4.7 Regression] LTO bootstrap failed with bootstrap-profiled hjl.tools at gmail dot com
                   ` (2 preceding siblings ...)
  2011-11-14 14:35 ` ubizjak at gmail dot com
@ 2011-11-14 16:07 ` dodji at seketeli dot org
  2011-11-14 16:51 ` hjl.tools at gmail dot com
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: dodji at seketeli dot org @ 2011-11-14 16:07 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from dodji at seketeli dot org <dodji at seketeli dot org> 2011-11-14 15:21:50 UTC ---
Interesting.  In any case, I hardly find this issue related to my patch,
like what H.J.'s bissecting (thanks for that H.J. by the way!) is
suggesting.  So a memory management issue might very well explain it,
then.


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

* [Bug bootstrap/51036] [4.7 Regression] LTO bootstrap failed with bootstrap-profiled
  2011-11-08 18:13 [Bug bootstrap/51036] New: [4.7 Regression] LTO bootstrap failed with bootstrap-profiled hjl.tools at gmail dot com
                   ` (3 preceding siblings ...)
  2011-11-14 16:07 ` dodji at seketeli dot org
@ 2011-11-14 16:51 ` hjl.tools at gmail dot com
  2011-11-14 19:35 ` ubizjak at gmail dot com
  2011-11-14 20:37 ` dodji at gcc dot gnu.org
  6 siblings, 0 replies; 8+ messages in thread
From: hjl.tools at gmail dot com @ 2011-11-14 16:51 UTC (permalink / raw)
  To: gcc-bugs

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

H.J. Lu <hjl.tools at gmail dot com> changed:

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

--- Comment #5 from H.J. Lu <hjl.tools at gmail dot com> 2011-11-14 16:48:49 UTC ---
Revision 181347 bootstraps OK.


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

* [Bug bootstrap/51036] [4.7 Regression] LTO bootstrap failed with bootstrap-profiled
  2011-11-08 18:13 [Bug bootstrap/51036] New: [4.7 Regression] LTO bootstrap failed with bootstrap-profiled hjl.tools at gmail dot com
                   ` (4 preceding siblings ...)
  2011-11-14 16:51 ` hjl.tools at gmail dot com
@ 2011-11-14 19:35 ` ubizjak at gmail dot com
  2011-11-14 20:37 ` dodji at gcc dot gnu.org
  6 siblings, 0 replies; 8+ messages in thread
From: ubizjak at gmail dot com @ 2011-11-14 19:35 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #6 from Uros Bizjak <ubizjak at gmail dot com> 2011-11-14 18:55:06 UTC ---
(In reply to comment #3)
> (In reply to comment #2)
> > Hmm, it looks like I can't reproduce this anymore with r181280 on trunk.
> > 
> > Are you still seeing it?
> 
> No, due to [1]. But - isn't this patch just papering over real problem?
> 
> [1] http://gcc.gnu.org/ml/gcc-patches/2011-11/msg01631.html

Oh, this comment in fact belongs to PR 51112, also LTO bootstrap failure.

Sorry for the mess.


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

* [Bug bootstrap/51036] [4.7 Regression] LTO bootstrap failed with bootstrap-profiled
  2011-11-08 18:13 [Bug bootstrap/51036] New: [4.7 Regression] LTO bootstrap failed with bootstrap-profiled hjl.tools at gmail dot com
                   ` (5 preceding siblings ...)
  2011-11-14 19:35 ` ubizjak at gmail dot com
@ 2011-11-14 20:37 ` dodji at gcc dot gnu.org
  6 siblings, 0 replies; 8+ messages in thread
From: dodji at gcc dot gnu.org @ 2011-11-14 20:37 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #7 from Dodji Seketeli <dodji at gcc dot gnu.org> 2011-11-14 20:15:18 UTC ---
I am closing this then, as it appears fixed in trunk now.


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

end of thread, other threads:[~2011-11-14 20:16 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-08 18:13 [Bug bootstrap/51036] New: [4.7 Regression] LTO bootstrap failed with bootstrap-profiled hjl.tools at gmail dot com
2011-11-08 19:48 ` [Bug bootstrap/51036] " hjl.tools at gmail dot com
2011-11-14 14:34 ` dodji at gcc dot gnu.org
2011-11-14 14:35 ` ubizjak at gmail dot com
2011-11-14 16:07 ` dodji at seketeli dot org
2011-11-14 16:51 ` hjl.tools at gmail dot com
2011-11-14 19:35 ` ubizjak at gmail dot com
2011-11-14 20:37 ` dodji 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).