[Bug inline-asm/20382] internal compiler error with bogus asm output constraint

2005-06-08 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-08 13:14 --- Fixed in 4.1.0 by: 2005-05-08 Roger Sayle [EMAIL PROTECTED] PR inline-asm/8788 * stmt.c (expand_asm_operands): Avoid calling force_reg on BLKmode operands. --

[Bug inline-asm/20382] internal compiler error with bogus asm output constraint

2005-03-09 Thread falk at debian dot org
--- Additional Comments From falk at debian dot org 2005-03-09 09:14 --- (In reply to comment #4) Where can I find some documentation on using this extended asm format? I have read all the GNU docs on it and can not understand how to use it. Well, those docs are all we have. If you

[Bug inline-asm/20382] internal compiler error with bogus asm output constraint

2005-03-09 Thread sailors3 at comcast dot net
: falk at debian dot org [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 09, 2005 1:15 AM To: [EMAIL PROTECTED] Subject: [Bug inline-asm/20382] internal compiler error with bogus asm output constraint --- Additional Comments From falk at debian dot org 2005-03-09 09:14 --- (In reply

[Bug inline-asm/20382] internal compiler error with bogus asm output constraint

2005-03-09 Thread falk at debian dot org
--- Additional Comments From falk at debian dot org 2005-03-09 12:30 --- (In reply to comment #6) I guess I'm not properly interpreting the documentation on how to use registers in the asm, is that correct? Yes, that's correct :-) I suggest you ask at [EMAIL PROTECTED], preferably

[Bug inline-asm/20382] internal compiler error with bogus asm output constraint

2005-03-09 Thread sailors3 at comcast dot net
: Wednesday, March 09, 2005 4:31 AM To: [EMAIL PROTECTED] Subject: [Bug inline-asm/20382] internal compiler error with bogus asm output constraint --- Additional Comments From falk at debian dot org 2005-03-09 12:30 --- (In reply to comment #6) I guess I'm not properly interpreting

[Bug inline-asm/20382] internal compiler error with bogus asm output constraint

2005-03-08 Thread falk at debian dot org
--- Additional Comments From falk at debian dot org 2005-03-08 14:25 --- Confirmed. This is triggered by a bogus argument for an output constraint. Not a regression. void f() { __asm__ ( : =r (r5), +r (r5)); } -- What|Removed |Added

[Bug inline-asm/20382] internal compiler error with bogus asm output constraint

2005-03-08 Thread sailors3 at comcast dot net
to use it. Thanks, Dave -Original Message- From: falk at debian dot org [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 08, 2005 6:25 AM To: [EMAIL PROTECTED] Subject: [Bug inline-asm/20382] internal compiler error with bogus asm output constraint --- Additional Comments From falk