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: Possible patch for tree-optimization/13000


On Thu, Jan 20, 2005 at 09:50:57PM -0500, Ian Lance Taylor wrote:
> I hacked around this by discarding
> break statements which are being appended to blocks which do not fall
> through.

Unfortunately, this will interact badly with -Wunreachable-code,
unless you go ahead and honor that switch immediately, which is
starting to seem pretty ugly to me.

It might just be better to live with that false-positive and fix
our code to avoid triggering it.

Otherwise this looks good.


r~


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