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: "wilco at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 07 Aug 2017 13:56:34 +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
--- Comment #8 from Wilco <wilco at gcc dot gnu.org> ---
Author: wilco
Date: Mon Aug 7 13:56:02 2017
New Revision: 250918
URL: https://gcc.gnu.org/viewcvs?rev=250918&root=gcc&view=rev
Log:
Fix unresolved in gcc.dg/pr46932.c
Build only if pre-increment is supported. Given there is no config test,
add a list of targets which have HAVE_PRE_INCREMENT set.
testsuite/
PR middle-end/46932
* gcc.dg/pr46932.c: Compile on targets with pre-increment.
Modified:
trunk/gcc/testsuite/ChangeLog
trunk/gcc/testsuite/gcc.dg/pr46932.c