[Bug target/13515] `asm' operand requires impossible reload

2021-09-13 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=13515 Andrew Pinski changed: What|Removed |Added Keywords||inline-asm -- You are receiving this

[Bug target/13515] `asm' operand requires impossible reload

2020-01-21 Thread glaubitz at physik dot fu-berlin.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=13515 --- Comment #4 from John Paul Adrian Glaubitz --- (In reply to Jason Duerstock from comment #3) > For giggles, I just tried the test case on ia64, and it compiled > successfully with GCC 7.2. On the other hand, the issues occurs when building

[Bug target/13515] `asm' operand requires impossible reload

2020-01-21 Thread glaubitz at physik dot fu-berlin.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=13515 John Paul Adrian Glaubitz changed: What|Removed |Added CC||glaubitz at physik dot

[Bug target/13515] `asm' operand requires impossible reload

2017-12-13 Thread jason.duerstock at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=13515 Jason Duerstock changed: What|Removed |Added CC||jason.duerstock at gmail dot com ---

[Bug target/13515] `asm' operand requires impossible reload

2004-01-08 Thread wilson at gcc dot gnu dot org
--- Additional Comments From wilson at gcc dot gnu dot org 2004-01-08 08:11 --- The situation here is a little obscure. reload_as_needed calls constrain_operands during reload, to check whether insns emitted for asm reloads are valid insns. Since this is during reload, we need to

[Bug target/13515] `asm' operand requires impossible reload

2003-12-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2003-12-30 18:11 --- Weird, it works on ipl32 mode and lp64 mode. Confirmed on the mainline. You do not need ia64 hardware to recheck this. -- What|Removed |Added