This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: module level flags
On Thu, Oct 03, 2002 at 04:50:40PM -0700, Zack Weinberg wrote:
> I believe that in other such cases, current practice is to issue a
> warning and replace just the offending operation with a call to
> abort(), which is nice and conservative. For instance, look at stmt.c
> (expand_nl_goto_receivers). I thought there was a case like this in
> the C++ front end but I can't find it just now.
There's one in the va_arg code.
r~