* gcc.c-torture/execute/align-3.c: Remove function addr check.
From-SVN: r126597
This commit is contained in:
parent
c83c48792f
commit
26a9718401
2 changed files with 4 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
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>
|
||||
Devang Patel <dpatel@apple.com>
|
||||
|
||||
|
|
|
@ -6,8 +6,6 @@ void func(void)
|
|||
|
||||
int main()
|
||||
{
|
||||
if (((long)func & 0xFF) != 0)
|
||||
abort ();
|
||||
if (__alignof__(func) != 256)
|
||||
abort ();
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue