This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/46932] Inefficient code sequence to access local variable
- From: "ro at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sat, 29 Jul 2017 21:02:05 +0000
- Subject: [Bug middle-end/46932] Inefficient code sequence to access local variable
- Auto-submitted: auto-generated
- References: <bug-46932-4@http.gcc.gnu.org/bugzilla/>
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