Commit 77cf4d55 by Alex Samuel Committed by Alex Samuel

* g++.old-deja/g++.abi/align.C (main): Fix typo.

From-SVN: r30791
parent 08230f26
1999-12-05 Alex Samuel <samuel@codesourcery.com>
* g++.old-deja/g++.abi/align.C (main): Fix typo.
1999-12-02 Alex Samuel <samuel@codesourcery.com> 1999-12-02 Alex Samuel <samuel@codesourcery.com>
* g++.old-deja/g++.abi/align.C: New test. * g++.old-deja/g++.abi/align.C: New test.
......
...@@ -95,7 +95,7 @@ main () ...@@ -95,7 +95,7 @@ main ()
#endif /* HAVE_IA64_TYPES */ #endif /* HAVE_IA64_TYPES */
if (sizeof (void *) != 4) if (sizeof (void *) != 4)
return 33; return 33;
if (alignof (pointer) != 4) if (alignof (void *) != 4)
return 34; return 34;
if (sizeof (void (*) ()) != 4) if (sizeof (void (*) ()) != 4)
return 35; return 35;
......
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