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] Fix cpp ICE (regression from 2.95.x or 3.0.4)


On Fri, May 03, 2002 at 11:36:56AM +0100, Neil Booth wrote:
> Please apply to 3.0.5 as well if you've not already.

Will do.

> >   		case 'M':
> >  		  CPP_OPTION (pfile, dump_macros) = dump_only;
> > -		  CPP_OPTION (pfile, no_output) = 1;
> >  		  break;
> 
> Shouldn't you be handling the -MM case too?

No, this is -dM case, not -M.
Both -M and -MM are still setting no_output to 1.

	Jakub


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