This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: 2nd draft: PRs fixed in 3.1.1
- From: Neil Booth <neil at daikokuya dot co dot uk>
- To: Joe Buck <Joe dot Buck at synopsys dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Tue, 16 Jul 2002 20:24:44 +0100
- Subject: Re: 2nd draft: PRs fixed in 3.1.1
- References: <200207161814.LAA00869@atrus.synopsys.com>
Joe Buck wrote:-
> 6844: ICE when preprocessing file with lots of #defines
Hi Joe,
This is misleading. There was no problem with boatloads
of #defines. The problem was an off-by-one bug with
-dD that could lead to a segfault; it should be reworded
as such.
Neil.