This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: GCC build failed for native with your patch on 2003-06-04T18:31:13Z.
- From: Jakub Jelinek <jakub at redhat dot com>
- To: Andrew Pinski <pinskia at physics dot uc dot edu>
- Cc: gcc-regression at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org, aldyh at redhat dot com, drow at mvista dot com, edelsohn at gnu dot org, ghazi at caip dot rutgers dot edu, jh at suse dot cz, joern dot rennecke at superh dot com, mark at codesourcery dot com, rth at redhat dot com
- Date: Wed, 4 Jun 2003 15:03:16 -0400
- Subject: Re: GCC build failed for native with your patch on 2003-06-04T18:31:13Z.
- References: <200306041846.h54IkItf006319@gcc-regress.apple.com> <637D8F08-96BE-11D7-93DC-000393A6D2F2@physics.uc.edu>
- Reply-to: Jakub Jelinek <jakub at redhat dot com>
On Wed, Jun 04, 2003 at 02:57:28PM -0400, Andrew Pinski wrote:
> This is latency bug in gcc/config/rs6000/darwin.h for the marco
> RS6000_OUTPUT_BASENAME all the way back to the initial checkin of it.
> The problem is that RS6000_OUTPUT_BASENAME has a semi-colon at the end
> so it cause bootstrap to fail.
>
> ChangeLog:
> 2003-06-04 Andrew Pinski <pinskia@physics.uc.edu>
>
> * config/rs6000/darwin.h (RS6000_OUTPUT_BASENAME):
> Remove semi-colon at the end of the expression.
I've commited your patch under the obvious bug rule.
Jakub