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 PR middle-end/22127


> Well, I'm still thinking about cygwin.

Will that result in wrong code for Cygwin?  What if someone writes a SUS 
emulation layer on Cygwin?

> I see from the PR that this works with the Sun compiler because of
> #pragma unknown_control_flow.  That is, the information is not built
> into the Sun compiler, it is in a header file.  So I don't see why a
> fixincludes approach is insufficient.

Fixinclude silently breaks every now and while with new revisions of header 
files.  And we would need a super-generic fix for a bunch of platforms or a 
bunch of fixes.

Moreover that would be inconsistent with what we currently have.

-- 
Eric Botcazou


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