This is the mail archive of the gcc-regression@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: GCC build failed for native with your patch on 2003-06-04T18:31:13Z.


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.


Patch:

Attachment: temp.diff
Description: Binary data




Thanks, Andrew Pinski

PS How long does it usually take to get at least the copywrite assignment to sign?


On Wednesday, Jun 4, 2003, at 14:46 US/Eastern, GCC regression checker wrote:


With your recent patch, GCC does not compile on:
 native
Attached is build output for those targets.

The build failures are new.

For more information, see http://gcc.gnu.org/regtest/.
<ChangeLog.diff><native-log.txt>--
Geoffrey Keating <geoffk@apple.com>
(via an automated GCC regression-testing script.)

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