This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

internal compiler error in mark_jump_label at jump.c:3708


hi all,

i am compiling the following piece of code. i am getting the an error
saying
internal compiler error in mark_jump_label at jump.c:3708.


    ip = (unsigned long *)&&lab1;
    _prg = (unsigned long *)0x00300000;  // Should be a very safe
location to execute from
    for (i = 0;  i < (unsigned long)&&end1-(unsigned long)&&lab1;  i++)
    {
        *_prg++ = *ip++;
    }

lab1:
    asm volatile(
                 "tlbia;"
                 "mtctr 5;"
                 "01:;"
                 "lwz   0, 0(4);"
                 "stw   0, 0(8);"
                 "addi  8, 8, 4;"
                 "addi  4, 4, 4;"
                 "bdnz  01b;"
                 "mtlr  8;"
                 "blr" : :
                );

end1:



i am using powerpc-eabi-gcc version 2.95.2.

thanks
srinivas


------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com


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