Backport from mainline:
2003-11-05 Eric Botcazou <ebotcazou@libertysurf.fr>
* gcc.dg/uninit-C.c: XFAIL on non 64-bit Solaris versions.
From-SVN: r74498
+2003-12-10 Eric Botcazou <ebotcazou@libertysurf.fr>
+
+ Backport from mainline:
+
+ 2003-11-05 Eric Botcazou <ebotcazou@libertysurf.fr>
+
+ * gcc.dg/uninit-C.c: XFAIL on non 64-bit Solaris versions.
+
2003-12-06 Mark Mitchell <mark@codesourcery.com>
PR c++/13323
/* Not all platforms support TImode integers. */
#if defined(__LP64__) || defined(__sparc__)
-typedef int TItype __attribute__ ((mode (TI)));
+typedef int TItype __attribute__ ((mode (TI))); /* { dg-error "no data type for mode" "TI" { target sparc-sun-solaris2.[0-6]* } } */
#else
typedef long TItype;
#endif