This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/49907] [4.5/4.6 Regression] lto-plugin -Wall in stage1
- From: "rguenth at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 03 Jan 2012 13:15:25 +0000
- Subject: [Bug bootstrap/49907] [4.5/4.6 Regression] lto-plugin -Wall in stage1
- Auto-submitted: auto-generated
- References: <bug-49907-4@http.gcc.gnu.org/bugzilla/>
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