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, 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.

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.


r~


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