[Bug inline-asm/26975] reload_cse_simplify_operands during extended asm with -O2

2006-04-01 Thread konrad at egipt-medytacje dot pl
--- Comment #1 from konrad at egipt-medytacje dot pl 2006-04-01 10:01 --- Created an attachment (id=11180) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11180action=view) That's the function triggering the bug. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26975

[Bug inline-asm/26975] reload_cse_simplify_operands during extended asm with -O2

2006-04-01 Thread konrad at egipt-medytacje dot pl
--- Comment #2 from konrad at egipt-medytacje dot pl 2006-04-01 10:02 --- Created an attachment (id=11181) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11181action=view) The full source. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26975

[Bug inline-asm/26975] reload_cse_simplify_operands during extended asm with -O2

2006-04-01 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-04-02 06:03 --- =ebp (ret) : ecx (multiplier) You are doing that all wrong. those are constaints and not registers names like you have. -- pinskia at gcc dot gnu dot org changed: What|Removed