[stack]: PATCH; Remove gcc.target/i386/stackalign/local-1.c

H.J. Lu hongjiu.lu@intel.com
Fri Jun 27 14:11:00 GMT 2008


gcc.target/i386/stackalign/local-1.c is invalid after the fix for
PR middle-end/36584.  I checked in this patch to remove it.


H.J.
---
Index: gcc.target/i386/stackalign/local-1.c
===================================================================
--- gcc.target/i386/stackalign/local-1.c	(revision 137177)
+++ gcc.target/i386/stackalign/local-1.c	(working copy)
@@ -1,27 +0,0 @@
-/* { dg-do compile } */
-/* { dg-require-effective-target ilp32 && nonpic } */
-/* { dg-options "-O2 -funit-at-a-time -fomit-frame-pointer -mpreferred-stack-boundary=4" } */
-/* { dg-final { scan-assembler-not "sub\[^\\n\]*sp" } } */
-
-/* This compile only test is to detect an assertion failure in stack branch
-   development.  */
-
-static __attribute__ ((noinline)) q ();
-int a;
-
-/* This function should not require any stack manipulation
-   for preferred stack bounday.  */
-void
-e ()
-{
-  if (a)
-  {
-    e ();
-    a--;
-  }
-  q ();
-}
-
-static __attribute__ ((noinline)) q ()
-{
-}
Index: ChangeLog.stackalign
===================================================================
--- ChangeLog.stackalign	(revision 137177)
+++ ChangeLog.stackalign	(working copy)
@@ -1,3 +1,8 @@
+2008-06-27  H.J. Lu  <hongjiu.lu@intel.com>
+
+	PR middle-end/36584
+	* gcc.target/i386/stackalign/local-1.c: Remove invalid test.
+
 2008-06-06  Joey Ye  <joey.ye@intel.com>
 	    H.J. Lu  <hongjiu.lu@intel.com>
 



More information about the Gcc-patches mailing list