public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/39022]  New: lto-plugin is built unconditionally
@ 2009-01-29 16:44 ro at gcc dot gnu dot org
  2009-07-08  4:53 ` [Bug bootstrap/39022] " bje at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: ro at gcc dot gnu dot org @ 2009-01-29 16:44 UTC (permalink / raw)
  To: gcc-bugs

I just noticed that lto-plugin is only used with gold, but is built
unconditionally.  This may unnecessarily break builds and should be avoided.


-- 
           Summary: lto-plugin is built unconditionally
           Product: gcc
           Version: lto
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: dnovillo at gcc dot gnu dot org
        ReportedBy: ro at gcc dot gnu dot org


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


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

* [Bug bootstrap/39022] lto-plugin is built unconditionally
  2009-01-29 16:44 [Bug bootstrap/39022] New: lto-plugin is built unconditionally ro at gcc dot gnu dot org
@ 2009-07-08  4:53 ` bje at gcc dot gnu dot org
  2009-07-08  6:09 ` bje at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bje at gcc dot gnu dot org @ 2009-07-08  4:53 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from bje at gcc dot gnu dot org  2009-07-08 04:53 -------
Confirmed in r149354.


-- 


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


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

* [Bug bootstrap/39022] lto-plugin is built unconditionally
  2009-01-29 16:44 [Bug bootstrap/39022] New: lto-plugin is built unconditionally ro at gcc dot gnu dot org
  2009-07-08  4:53 ` [Bug bootstrap/39022] " bje at gcc dot gnu dot org
@ 2009-07-08  6:09 ` bje at gcc dot gnu dot org
  2009-07-09 19:50 ` ro at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bje at gcc dot gnu dot org @ 2009-07-08  6:09 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from bje at gcc dot gnu dot org  2009-07-08 06:09 -------
Whoops, confirmed.


-- 

bje at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2009-07-08 06:09:15
               date|                            |


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


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

* [Bug bootstrap/39022] lto-plugin is built unconditionally
  2009-01-29 16:44 [Bug bootstrap/39022] New: lto-plugin is built unconditionally ro at gcc dot gnu dot org
  2009-07-08  4:53 ` [Bug bootstrap/39022] " bje at gcc dot gnu dot org
  2009-07-08  6:09 ` bje at gcc dot gnu dot org
@ 2009-07-09 19:50 ` ro at gcc dot gnu dot org
  2009-07-14  4:39 ` bje at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ro at gcc dot gnu dot org @ 2009-07-09 19:50 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from ro at gcc dot gnu dot org  2009-07-09 19:49 -------
Subject: Bug 39022

Author: ro
Date: Thu Jul  9 19:49:41 2009
New Revision: 149434

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=149434
Log:
        PR bootstrap/39022
        * configure.ac: Don't unconditionally add lto-plugin to configdirs.
        * configure: Regenerate.

Modified:
    branches/lto/ChangeLog
    branches/lto/configure
    branches/lto/configure.ac


-- 


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


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

* [Bug bootstrap/39022] lto-plugin is built unconditionally
  2009-01-29 16:44 [Bug bootstrap/39022] New: lto-plugin is built unconditionally ro at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2009-07-09 19:50 ` ro at gcc dot gnu dot org
@ 2009-07-14  4:39 ` bje at gcc dot gnu dot org
  2009-07-14 17:27 ` ro at techfak dot uni-bielefeld dot de
  2009-07-15  0:37 ` bje at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: bje at gcc dot gnu dot org @ 2009-07-14  4:39 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from bje at gcc dot gnu dot org  2009-07-14 04:39 -------
Can this PR be closed now, Rainer?


-- 


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


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

* [Bug bootstrap/39022] lto-plugin is built unconditionally
  2009-01-29 16:44 [Bug bootstrap/39022] New: lto-plugin is built unconditionally ro at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2009-07-14  4:39 ` bje at gcc dot gnu dot org
@ 2009-07-14 17:27 ` ro at techfak dot uni-bielefeld dot de
  2009-07-15  0:37 ` bje at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: ro at techfak dot uni-bielefeld dot de @ 2009-07-14 17:27 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from ro at techfak dot uni-bielefeld dot de  2009-07-14 17:26 -------
Subject: Re:  lto-plugin is built unconditionally

> ------- Comment #4 from bje at gcc dot gnu dot org  2009-07-14 04:39 -------
> Can this PR be closed now, Rainer?

Yes, this works now.

        Rainer


-- 


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


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

* [Bug bootstrap/39022] lto-plugin is built unconditionally
  2009-01-29 16:44 [Bug bootstrap/39022] New: lto-plugin is built unconditionally ro at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2009-07-14 17:27 ` ro at techfak dot uni-bielefeld dot de
@ 2009-07-15  0:37 ` bje at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: bje at gcc dot gnu dot org @ 2009-07-15  0:37 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from bje at gcc dot gnu dot org  2009-07-15 00:37 -------
Fixed in r149434.


-- 

bje at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2009-07-15  0:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-01-29 16:44 [Bug bootstrap/39022] New: lto-plugin is built unconditionally ro at gcc dot gnu dot org
2009-07-08  4:53 ` [Bug bootstrap/39022] " bje at gcc dot gnu dot org
2009-07-08  6:09 ` bje at gcc dot gnu dot org
2009-07-09 19:50 ` ro at gcc dot gnu dot org
2009-07-14  4:39 ` bje at gcc dot gnu dot org
2009-07-14 17:27 ` ro at techfak dot uni-bielefeld dot de
2009-07-15  0:37 ` bje 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).