Bug 38436

Summary: libgomp does not respect --disable-werror
Product: gcc Reporter: Mike Frysinger <vapier>
Component: libgompAssignee: Not yet assigned to anyone <unassigned>
Status: RESOLVED DUPLICATE    
Severity: normal CC: gcc-bugs, toolchain
Priority: P3    
Version: 4.3.2   
Target Milestone: ---   
Host: Target:
Build: Known to work:
Known to fail: 4.3.2, 4.4.0 Last reconfirmed:

Description Mike Frysinger 2008-12-07 19:26:19 UTC
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
Comment 1 Mike Frysinger 2012-09-27 05:22:27 UTC
dupe of bug 32193

*** This bug has been marked as a duplicate of bug 32193 ***