On 05/17/2017 02:20 PM, Richard Biener wrote: > On Fri, May 12, 2017 at 3:04 PM, Martin Liška <mli...@suse.cz> wrote: >> Third part removes TDF_* flags mentioned in the subject. These flags are used >> to enable all passes of specific type and Nathan has recently separated these >> by a new pair of macros. I hope moving these to a separate enum will help >> even more. >> >> Patch can bootstrap on ppc64le-redhat-linux and survives regression tests. >> >> Ready to be installed? > > Ok with the constexpr issue solved.
Thanks. I'll separate that into 2 patches, where first will extract CONSTEXPR macro to ansidecl.h. Currently running regression tests. Martin > > Thanks, > Richard. > >> Martin