https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46932
Rainer Orth <ro at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ro at gcc dot gnu.org
--- Comment #7 from Rainer Orth <ro at gcc dot gnu.org> ---
The testcase comes up as UNSUPPORTED on many targets (Linux/x86_64,
Solaris/SPARC,
Solaris/x86, ...):
UNRESOLVED: gcc.dg/pr46932.c scan-rtl-dump-not auto_inc_dec "success"
The log file has
gcc.dg/pr46932.c: dump file does not exist
and indeed no log file is created at all.
Rainer