This is the mail archive of the gcc-bugs@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]

[Bug fortran/11387] using stop without any argument


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


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