public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/49907] New: lto-plugin -Wall in stage1
@ 2011-07-29 21:38 marc.glisse at normalesup dot org
  2011-07-30  9:33 ` [Bug bootstrap/49907] [4.5/4.6/4.7 Regression] " rguenth at gcc dot gnu.org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: marc.glisse at normalesup dot org @ 2011-07-29 21:38 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: lto-plugin -Wall in stage1
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: marc.glisse@normalesup.org


Hello,

lto-plugin/Makefile.am has -Wall -Werror. It is built in stage1, meaning with a
compiler that is not gcc, which causes it to fail.


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

* [Bug bootstrap/49907] [4.5/4.6/4.7 Regression] lto-plugin -Wall in stage1
  2011-07-29 21:38 [Bug bootstrap/49907] New: lto-plugin -Wall in stage1 marc.glisse at normalesup dot org
@ 2011-07-30  9:33 ` rguenth at gcc dot gnu.org
  2011-08-01 14:22 ` rguenth at gcc dot gnu.org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-07-30  9:33 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
           Keywords|                            |build
   Last reconfirmed|                            |2011.07.30 09:33:06
     Ever Confirmed|0                           |1
            Summary|lto-plugin -Wall in stage1  |[4.5/4.6/4.7 Regression]
                   |                            |lto-plugin -Wall in stage1
   Target Milestone|---                         |4.5.4

--- Comment #1 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-07-30 09:33:06 UTC ---
Confirmed.


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

* [Bug bootstrap/49907] [4.5/4.6/4.7 Regression] lto-plugin -Wall in stage1
  2011-07-29 21:38 [Bug bootstrap/49907] New: lto-plugin -Wall in stage1 marc.glisse at normalesup dot org
  2011-07-30  9:33 ` [Bug bootstrap/49907] [4.5/4.6/4.7 Regression] " rguenth at gcc dot gnu.org
@ 2011-08-01 14:22 ` rguenth at gcc dot gnu.org
  2011-08-10  8:49 ` rguenth at gcc dot gnu.org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-08-01 14:22 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P2
             Status|NEW                         |ASSIGNED
         AssignedTo|unassigned at gcc dot       |rguenth at gcc dot gnu.org
                   |gnu.org                     |

--- Comment #2 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-08-01 14:21:29 UTC ---
I posted a patch.


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

* [Bug bootstrap/49907] [4.5/4.6/4.7 Regression] lto-plugin -Wall in stage1
  2011-07-29 21:38 [Bug bootstrap/49907] New: lto-plugin -Wall in stage1 marc.glisse at normalesup dot org
  2011-07-30  9:33 ` [Bug bootstrap/49907] [4.5/4.6/4.7 Regression] " rguenth at gcc dot gnu.org
  2011-08-01 14:22 ` rguenth at gcc dot gnu.org
@ 2011-08-10  8:49 ` rguenth at gcc dot gnu.org
  2011-08-10  8:50 ` [Bug bootstrap/49907] [4.5/4.6 " rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-08-10  8:49 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-08-10 08:48:41 UTC ---
Author: rguenth
Date: Wed Aug 10 08:48:37 2011
New Revision: 177614

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=177614
Log:
2011-08-10  Richard Guenther  <rguenther@suse.de>

    PR bootstrap/49907
    lto-plugin/
    * configure.ac: Use ACX_PROG_CC_WARNING_OPTS to detect -Wall presence.
    * Makefile.am (AM_CFLAGS): Adjust.  Do not build with -Werror.
    * configure: Regenerate.
    * Makefile.in: Likewise.
    * aclocal.m4: Likewise.

Modified:
    trunk/lto-plugin/ChangeLog
    trunk/lto-plugin/Makefile.am
    trunk/lto-plugin/Makefile.in
    trunk/lto-plugin/aclocal.m4
    trunk/lto-plugin/configure
    trunk/lto-plugin/configure.ac


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

* [Bug bootstrap/49907] [4.5/4.6 Regression] lto-plugin -Wall in stage1
  2011-07-29 21:38 [Bug bootstrap/49907] New: lto-plugin -Wall in stage1 marc.glisse at normalesup dot org
                   ` (2 preceding siblings ...)
  2011-08-10  8:49 ` rguenth at gcc dot gnu.org
@ 2011-08-10  8:50 ` rguenth at gcc dot gnu.org
  2012-01-03 13:15 ` rguenth at gcc dot gnu.org
  2012-01-03 13:16 ` rguenth at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-08-10  8:50 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to work|                            |4.7.0
            Summary|[4.5/4.6/4.7 Regression]    |[4.5/4.6 Regression]
                   |lto-plugin -Wall in stage1  |lto-plugin -Wall in stage1

--- Comment #4 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-08-10 08:49:20 UTC ---
Fixed on trunk sofar.


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

* [Bug bootstrap/49907] [4.5/4.6 Regression] lto-plugin -Wall in stage1
  2011-07-29 21:38 [Bug bootstrap/49907] New: lto-plugin -Wall in stage1 marc.glisse at normalesup dot org
                   ` (3 preceding siblings ...)
  2011-08-10  8:50 ` [Bug bootstrap/49907] [4.5/4.6 " rguenth at gcc dot gnu.org
@ 2012-01-03 13:15 ` rguenth at gcc dot gnu.org
  2012-01-03 13:16 ` rguenth at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-01-03 13:15 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-01-03 13:15:25 UTC ---
Author: rguenth
Date: Tue Jan  3 13:15:21 2012
New Revision: 182842

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=182842
Log:
2012-01-03  Richard Guenther  <rguenther@suse.de>

        Backport from mainline
        2011-08-10  Richard Guenther  <rguenther@suse.de>

        PR bootstrap/49907
        lto-plugin/
        * configure.ac: Use ACX_PROG_CC_WARNING_OPTS to detect -Wall presence.
        * Makefile.am (AM_CFLAGS): Adjust.  Do not build with -Werror.
        * configure: Regenerate.
        * Makefile.in: Likewise.
        * aclocal.m4: Likewise.

Modified:
    branches/gcc-4_6-branch/lto-plugin/ChangeLog
    branches/gcc-4_6-branch/lto-plugin/Makefile.am
    branches/gcc-4_6-branch/lto-plugin/Makefile.in
    branches/gcc-4_6-branch/lto-plugin/aclocal.m4
    branches/gcc-4_6-branch/lto-plugin/configure
    branches/gcc-4_6-branch/lto-plugin/configure.ac


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

* [Bug bootstrap/49907] [4.5/4.6 Regression] lto-plugin -Wall in stage1
  2011-07-29 21:38 [Bug bootstrap/49907] New: lto-plugin -Wall in stage1 marc.glisse at normalesup dot org
                   ` (4 preceding siblings ...)
  2012-01-03 13:15 ` rguenth at gcc dot gnu.org
@ 2012-01-03 13:16 ` rguenth at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-01-03 13:16 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
      Known to work|                            |4.6.3
         Resolution|                            |FIXED
   Target Milestone|4.5.4                       |4.6.3
      Known to fail|                            |4.5.4

--- Comment #6 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-01-03 13:16:06 UTC ---
Fixed for 4.6.3, I'm not going to worry about the 4.5 branch which has LTO
not enabled by default.


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

end of thread, other threads:[~2012-01-03 13:16 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-29 21:38 [Bug bootstrap/49907] New: lto-plugin -Wall in stage1 marc.glisse at normalesup dot org
2011-07-30  9:33 ` [Bug bootstrap/49907] [4.5/4.6/4.7 Regression] " rguenth at gcc dot gnu.org
2011-08-01 14:22 ` rguenth at gcc dot gnu.org
2011-08-10  8:49 ` rguenth at gcc dot gnu.org
2011-08-10  8:50 ` [Bug bootstrap/49907] [4.5/4.6 " rguenth at gcc dot gnu.org
2012-01-03 13:15 ` rguenth at gcc dot gnu.org
2012-01-03 13:16 ` rguenth 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).