| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
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.
The following program shows the error
PROGRAM DUMB
STOP
END
This program gives no error:
PROGRAM SILLY
STOP 'silly'
END
_______________________________________________
--
Martin
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
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.