This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Problem with `fatal' changes
- To: mark at codesourcery dot com
- Subject: Re: Problem with `fatal' changes
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- Date: Sun, 4 Feb 01 22:55:27 EST
- Cc: gcc at gcc dot gnu dot org
I believe you probably didn't spot the use of `fatal' in
`RETURN_ADDRESS_OFFSET' in rs6000.h. Would you mind taking a look at
this, and also doing a grep on the rest of the config directory to
make sure that there are no other stray uses of fatal around?
I did *.c, but not *.h. Will fix.
Note that we are still in slush, and that the constraints in:
Right, as I said, this might have been a bit marginal, but the improper
use of fatal *was* a bug.