[Bug inline-asm/48347] The wrong assembler code is emitted for my architecture

2011-03-30 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48347 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug inline-asm/48347] The wrong assembler code is emitted for my architecture

2011-03-30 Thread normvcr at telus dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48347 --- Comment #4 from Norman Goldstein 2011-03-30 19:35:48 UTC --- (In reply to comment #3) > I'm sure that sete doesn't work with any general operand. Use proper > constraints. You are right. sete must operate on an 8-bit register or an 8-bit m

[Bug inline-asm/48347] The wrong assembler code is emitted for my architecture

2011-03-30 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48347 --- Comment #3 from Richard Guenther 2011-03-30 09:19:42 UTC --- I'm sure that sete doesn't work with any general operand. Use proper constraints.

[Bug inline-asm/48347] The wrong assembler code is emitted for my architecture

2011-03-29 Thread normvcr at telus dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48347 --- Comment #2 from Norman Goldstein 2011-03-30 00:16:54 UTC --- I installed and built the source RPM mediatomb-0.12.1-5.fc14.src.rpm, using the default compile flags, -g -O2, and this is fine, except that debugging was difficult, so I rebuilt us

[Bug inline-asm/48347] The wrong assembler code is emitted for my architecture

2011-03-29 Thread normvcr at telus dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48347 --- Comment #1 from Norman Goldstein 2011-03-30 00:15:12 UTC --- Created attachment 23809 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23809 preporcessor output