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/18859


> IMVHO these empty ranges should not even make it to before gimplification.
> It should be up to the front ends to filter them out.  It is semantic
> checking after all, and that is not the task of the gimplifier.

The gimplifier already adds a 'default' case when there is none, I think it 
can perfectly filter out bogus cases.

-- 
Eric Botcazou


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