This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Fix attribute handling
- From: Richard Henderson <rth at redhat dot com>
- To: Eric Christopher <echristo at redhat dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Thu, 26 Sep 2002 18:22:49 -0700
- Subject: Re: [PATCH] Fix attribute handling
- References: <1033084442.1433.90.camel@ghostwheel>
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~