[Bug fortran/11387] using stop without any argument

pinskia at physics dot uc dot edu gcc-bugzilla@gcc.gnu.org
Sat Jul 5 19:59:00 GMT 2003


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11387



------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-05 19:59 -------
.data
.const
        .align 2
LC0:				<--- no is nothing below this!!!
.text
        .align 2
        .globl _MAIN__
_MAIN__:
        mflr r2
        bcl 20,31,"L00000000001$pb"
"L00000000001$pb":
        stw r31,-4(r1)
        li r4,0
        mflr r31
        stw r2,8(r1)
        stwu r1,-80(r1)
        addis r2,r31,ha16(LC0-"L00000000001$pb")   <---errors here
        la r3,lo16(LC0-"L00000000001$pb")(r2)   <---and here
        bl L_s_stop$stub



More information about the Gcc-bugs mailing list