Comment 0 for bug 1296942

Revision history for this message
Arnd Bergmann (arnd-arndb) wrote :

~/cross/bin/arm-linux-gnueabihf-gcc-4.9.0 -march=armv7-a -O2 -c -x c - <<< 'int g(void) { unsigned i, j; asm("// %0 %1" : "=r" (i), "=r"(j)); return i; }'
<stdin>: In function 'g':
<stdin>:1:30: error: invalid 'asm': operand number out of range

~/cross/bin/arm-linux-gnueabihf-gcc-4.9.0 --version
arm-linux-gnueabihf-gcc-4.9.0 (GCC) 4.9.0 20140324 (experimental)