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)


Hi Jakub,

Jakub Jelinek wrote:-

> Ok to commit?

Please apply to 3.0.5 as well if you've not already.

>   		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?

Neil.


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