This is the mail archive of the
gcc-regression@gcc.gnu.org
mailing list for the GCC project.
Re: Results for 4.2.0 20060104 (experimental) testsuite on powerpc-apple-darwin8.3.0
- From: Richard Henderson <rth at redhat dot com>
- To: Andrew Pinski <pinskia at physics dot uc dot edu>
- Cc: regress <regress at apple dot com>, gcc-regression at gcc dot gnu dot org, gcc-testresults at gcc dot gnu dot org
- Date: Thu, 5 Jan 2006 09:41:50 -0800
- Subject: Re: Results for 4.2.0 20060104 (experimental) testsuite on powerpc-apple-darwin8.3.0
- References: <20060105034611.BD72C3838C57@calm.apple.com> <b2901cbfd9b5b4c2b7b74749e89dd5e1@physics.uc.edu>
On Wed, Jan 04, 2006 at 11:36:01PM -0500, Andrew Pinski wrote:
> Reduced testcase for that failure:
> @interface a {}
> #pragma mark --- Output ---
> @end
The fix is easy enough -- adding another check for pragma
in the objc grammar. I'll look for it myself, but it would
be nice if and objc literate someone wrote a test case that
excercised all legal pragma placements.
r~