This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH, C++] Make Canonical ICE instead of just warn when mismatching


> That's not a bad solution... ICEing when we run into a problem and
> ENABLE_CHECKING is defined means that we'll catch more bugs earlier,
> which is probably a good thing, and release compilers
> (--disable-checking) will still have the graceful degradation behavior
> with the warning.

Released compilers are configured with --enable-checking=release nowadays.

-- 
Eric Botcazou


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]