[Bug inline-asm/10396] Constraint alternatives cause error " `asm' operand requires impossible reload"

2015-12-15 Thread bernd.edlinger at hotmail dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=10396 Bernd Edlinger changed: What|Removed |Added CC||bernd.edlinger at hotmail dot de --- C

[Bug inline-asm/10396] Constraint alternatives cause error " `asm' operand requires impossible reload"

2015-11-06 Thread gccbugzilla at limegreensocks dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=10396 David changed: What|Removed |Added CC||gccbugzilla@limegreensocks. |

[Bug inline-asm/10396] Constraint alternatives cause error " `asm' operand requires impossible reload"

2008-12-31 Thread pinskia at gcc dot gnu dot org
--- Comment #21 from pinskia at gcc dot gnu dot org 2008-12-31 16:36 --- (In reply to comment #20) > Perhaps this bug could then be "fixed" by simply removing or appropriately > modifying section 5.38.2 ("Multiple Alternative Constraints") of the GCC > manual. Part of the problem is t

[Bug inline-asm/10396] Constraint alternatives cause error " `asm' operand requires impossible reload"

2008-12-31 Thread someone42 at gmail dot com
--- Comment #20 from someone42 at gmail dot com 2008-12-31 16:29 --- (In reply to comment #19) > Note commas in inline-asm are ignored. > Perhaps this bug could then be "fixed" by simply removing or appropriately modifying section 5.38.2 ("Multiple Alternative Constraints") of the GCC

[Bug inline-asm/10396] Constraint alternatives cause error " `asm' operand requires impossible reload"

2008-12-31 Thread pinskia at gcc dot gnu dot org
--- Comment #19 from pinskia at gcc dot gnu dot org 2008-12-31 16:09 --- Note commas in inline-asm are ignored. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10396

[Bug inline-asm/10396] Constraint alternatives cause error " `asm' operand requires impossible reload"

2008-12-31 Thread someone42 at gmail dot com
--- Comment #18 from someone42 at gmail dot com 2008-12-31 16:05 --- I was going to submit a new bug report but this bug sounds very similar. Here is my test case: Code (actual assembly code removed for brevity): int thing(unsigned int a,unsigned int b) { asm("":"=mr,r"(b):"%0,0"(a /