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] Fix attribute handling


On Thu, 2002-09-26 at 18:22, Richard Henderson wrote:
> On Thu, Sep 26, 2002 at 04:54:02PM -0700, Eric Christopher wrote:
> > 	* testsuite/gcc.c-torture/compile/20020926-1.c: New testcase.
> 
> This test case isn't going to work on any 64-bit target that does not
> define POINTERS_EXTEND_UNSIGNED.  You're going to need to make it a
> gcc.dg test for some specific target.
> 

OK. The planned target isn't released yet - however, it will also test
correctly for mips.

> Actually, even better would be to make sure that the user gets a proper
> error message when mode is something that we can't handle.
> 

[echristo@ghostwheel gcc]$ ./cc1 ~/s390/packed_int_ptr.c -mlong64
/home/echristo/s390/packed_int_ptr.c:1: error: no data type for mode
`PSI'

is the current message, do you have something more in mind?

-eric

-- 
Yuppies wear socks.


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