Commit 26a97184 by Steve Ellcey Committed by Steve Ellcey

* gcc.c-torture/execute/align-3.c: Remove function addr check.

From-SVN: r126597
parent c83c4879
2007-07-12 Steve Ellcey <sje@cup.hp.com>
* gcc.c-torture/execute/align-3.c: Remove function addr check.
2007-07-12 Dorit Nuzman <dorit@il.ibm.com> 2007-07-12 Dorit Nuzman <dorit@il.ibm.com>
Devang Patel <dpatel@apple.com> Devang Patel <dpatel@apple.com>
...@@ -6,8 +6,6 @@ void func(void) ...@@ -6,8 +6,6 @@ void func(void)
int main() int main()
{ {
if (((long)func & 0xFF) != 0)
abort ();
if (__alignof__(func) != 256) if (__alignof__(func) != 256)
abort (); abort ();
return 0; return 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment