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 target/60925] [4.9/4.10 Regression] hppa: can't find a register in class 'R1_REGS' while reloading 'asm'


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60925

--- Comment #6 from Aaro Koskinen <aaro.koskinen at iki dot fi> ---
Created attachment 32852
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=32852&action=edit
Simplified reproducer.

I tried to make a simpler reproducer.

$ hppa-linux-gnu-gcc pr60925.c -c -O2 -Wall -g -fPIC
pr60925.c: In function 'foo':
pr60925.c:6:9: error: can't find a register in class 'R1_REGS' while reloading
'asm'
         asm volatile(
         ^
pr60925.c:6:9: error: can't find a register in class 'R1_REGS' while reloading
'asm'
         asm volatile(
         ^
pr60925.c:6:9: error: 'asm' operand has impossible constraints
         asm volatile(
         ^
pr60925.c:6:9: error: 'asm' operand has impossible constraints
         asm volatile(
         ^


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