Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bug in as from Dec2002gccUpdater.pkg



On Monday, Jun 30, 2003, at 19:14 US/Eastern, Martin Costabel wrote:

Andrew Pinski wrote:

The as error is right here, the problem is gcc is producing wrong asm, I will look into it.

OK, I hunted it down. It is really too silly: The code produced by a fortran STOP statement (without optional stop-code) is treated as an error by the new assembler. Definitely a bug in as.

No because gcc should produce something at that symbol but it is not, so the bug still is in gcc, not as.

The following program shows the error

PROGRAM DUMB
STOP
END

This program gives no error:

PROGRAM SILLY
STOP 'silly'
END

Which means the bug is in gcc, not as.



--
Martin
_______________________________________________
darwin-development mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/darwin-development
Do not post admin requests to the list. They will be ignored.



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.