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


Eric Botcazou <ebotcazou@libertysurf.fr> writes:

> > > CONFORMING TO
> > >        SUSv2
> >
> > Which is neither ISO C nor POSIX.
> 
> So what? :-)  SUSv2 is not enough?

Well, I'm still thinking about 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.

Or I suppose we could simply add support for #pragma
unknown_control_flow.

Ian


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