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/4.7 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: Wed, 10 Aug 2011 08:48:41 +0000
- Subject: [Bug bootstrap/49907] [4.5/4.6/4.7 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 #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