This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libgomp/38436] New: libgomp does not respect --disable-werror
- From: "vapier at gentoo dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 7 Dec 2008 19:26:19 -0000
- Subject: [Bug libgomp/38436] New: libgomp does not respect --disable-werror
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
the --disable-werror flag is very useful for distributions and dealing with a
myriad of build systems / versions / etc... unfortunately, libgomp doesnt
respect this flag.
from libgomp/configure.ac:
# Add -Wall -Werror if we are using GCC.
if test "x$GCC" = "xyes"; then
XCFLAGS="$XCFLAGS -Wall -Werror"
fi
--
Summary: libgomp does not respect --disable-werror
Product: gcc
Version: 4.3.2
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: libgomp
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: vapier at gentoo dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38436