This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: bugs fixed in 3.0.3 -- draft, partial list
Joe Buck wrote:-
> Neil Booth writes:
>
> > I ported Per's mainline fix for $(prefix)/include not being in the
> > preprocessor's search path.
> >
> > I fixed a CPP bug where non-trivial macro redefinitions were only
> > warned about if -pedantic.
>
> Thanks. Were there PRs for either of these bugs? (I'd like the published
> list to show PR numbers, to encourage people to file PRs to get their bugs
> fixed).
PRs 3104 and 4902+4976.
I've just noticed something else I fixed that has no PR; using -dD and
-M together would segfault.
http://gcc.gnu.org/ml/gcc-patches/2001-11/msg01594.html
The submitter's suggested patch wasn't used.
Neil.