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: fix Objective-C options when -E is used



On 14 Jan 2005, at 15.39, Mike Stump wrote:


We were talking about the below patch around here, and we notice we've managed to fix it twice now... Time to really fix it.

The problem is that -E can't use cc1 to do preprocessing, as it doesn't accept Objective-C only flags. This change switches over to using cc1obj to do preprocessing as we already do when -save-temps is used.

Oked by Zem.

Indeed. If anyone knows how to concoct a test case for this, we'd be eternally grateful.


--Zem


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