This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Patch installed for PR7227 gcc.dg/uninit-C.c


 > From: "John David Anglin" <dave at hiauly1 dot hia dot nrc dot ca>
 > 
 > Hi Ghazi,
 > 
 > This test fails on all PA 32-bit ports with the error:
 > 
 > /home/dave/gcc-3.3/gcc/gcc/testsuite/gcc.dg/uninit-C.c:5: error: no data type for mode `TI'
 > 
 > These ports have no mode TImode, so the error message seems correct.  Do
 > you have any thoughts on how to fix the testcase?
 > Dave

Does this port have a 64-bit long long?  If not, you can wrap the test
in a check on __LONG_LONG_MAX__ and elide the code that doesn't work.
That's what some of the execute tests do.

What's the target triplet?  If __LONG_LONG_MAX__ doesn't help, you can
always XFAIL it.

		--Kaveh
--
Kaveh R. Ghazi			ghazi at caip dot rutgers dot edu


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]