X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-alignof.c;h=a8b6d18996f0c2d1ad573ea4cbe2a11bad7e315f;hb=8e20755cd51476b841e55faf7c21a57d8884d130;hp=93d5dedc21b58aa7fcf37b3979053163524260e4;hpb=c7cf9c5005c207ccc24581f0bddb48a5864d443c;p=gnulib.git diff --git a/tests/test-alignof.c b/tests/test-alignof.c index 93d5dedc2..a8b6d1899 100644 --- a/tests/test-alignof.c +++ b/tests/test-alignof.c @@ -1,5 +1,5 @@ /* Test of . - Copyright (C) 2009 Free Software Foundation, Inc. + Copyright (C) 2009, 2010 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -43,8 +43,10 @@ CHECK (int) CHECK (long) CHECK (float) CHECK (double) -CHECK (long double) +CHECK (longdouble) +#ifdef INT64_MAX CHECK (int64_t) +#endif CHECK (struct1) CHECK (struct2) CHECK (struct3)