Re: testsuite: Use explicit -ftree-cselim in tests using -fdump-tree-cselim-details

2021-09-07 Thread Richard Biener via Gcc-patches
On Wed, Sep 8, 2021 at 12:05 AM Joseph Myers wrote: > > When testing for Nios II (gcc-testresults shows this for various other > targets as well), tests scanning cselim dumps produce an UNRESOLVED > result because those dumps do not exist. > > cselim is enabled conditionally by code in toplev.c: >

testsuite: Use explicit -ftree-cselim in tests using -fdump-tree-cselim-details

2021-09-07 Thread Joseph Myers
When testing for Nios II (gcc-testresults shows this for various other targets as well), tests scanning cselim dumps produce an UNRESOLVED result because those dumps do not exist. cselim is enabled conditionally by code in toplev.c: if (flag_tree_cselim == AUTODETECT_VALUE) { if (HAVE