[Bug bootstrap/19223] New: --disable-checking doesn't fully disable checking

gschafer at zip dot com dot au gcc-bugzilla@gcc.gnu.org
Sun Jan 2 02:11:00 GMT 2005


During a `make bootstrap', I still get:

  gcc -c   -pipe -DENABLE_CHECKING -DENABLE_ASSERT_CHECKING

during stage1 even though I configured with --disable-checking. This is because
gcc/Makefile.in unconditionally does this:

  STAGE1_CHECKING = -DENABLE_CHECKING -DENABLE_ASSERT_CHECKING

Sure, because it's a Makefile variable, it can be overriden on the command line
but I think it wrong for it do this uncondionally. Maybe it'll be switched off
once the 4.0 branch is cut? Dunno.

Thanks

-- 
           Summary: --disable-checking doesn't fully disable checking
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: minor
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: gschafer at zip dot com dot au
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: i686-pc-linux-gnu


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



More information about the Gcc-bugs mailing list