On 16/09/11 09:28, Terry Guo wrote: >> This is a compile-only test, and -fno-short-enums is a global option >> that all targets support, so I'd suggest just adding -fno-short-enums >> to >> the standard list of options. It won't hurt those platforms where that >> is already the default and it will fix the testcase problem for all >> those platforms where it isn't. >> >> R. > > Agree. Here is the updated one. > > BR, > Terry > > 2011-09-16 Terry Guo <terry....@arm.com> > > * gcc.dg/tree-ssa/foldconst-3.c: Don't use short enums. > >
OK. R.