public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* Document PR79806 as a non-bug
@ 2017-03-15 20:29 Bernd Schmidt
  2017-03-21 14:45 ` Jeff Law
  0 siblings, 1 reply; 2+ messages in thread
From: Bernd Schmidt @ 2017-03-15 20:29 UTC (permalink / raw)
  To: GCC Patches

I suggest we apply the following and close the PR as INVALID (not a 
bug). Ok?


Bernd

Index: pr65693.c
===================================================================
--- pr65693.c	(revision 245685)
+++ pr65693.c	(working copy)
@@ -2,6 +2,11 @@
  /* { dg-do compile } */
  /* { dg-options "-O2" } */

+/* This test relies on -O2 to optimize away the division operation
+   that's expanded as part of the alloca.  With -O0, the explicit use
+   of edx causes a compilation failure, which is expected
+   behaviour.  */
+
  int a;

  void

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Document PR79806 as a non-bug
  2017-03-15 20:29 Document PR79806 as a non-bug Bernd Schmidt
@ 2017-03-21 14:45 ` Jeff Law
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Law @ 2017-03-21 14:45 UTC (permalink / raw)
  To: Bernd Schmidt, GCC Patches

On 03/15/2017 02:29 PM, Bernd Schmidt wrote:
> I suggest we apply the following and close the PR as INVALID (not a
> bug). Ok?
Agreed.  I've already taken care of BZ.  So just apply the patch to the 
trunk.

Jeff

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-03-21 14:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-15 20:29 Document PR79806 as a non-bug Bernd Schmidt
2017-03-21 14:45 ` Jeff Law

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).