[Bug target/35102] i386-*gcc: bad register name `%sil'

2019-06-10 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=35102 Andrew Pinski changed: What|Removed |Added CC||michaelrasmussen1337@gmail.

[Bug target/35102] i386-*gcc: bad register name `%sil'

2008-04-17 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2008-04-17 11:16 --- *** Bug 35963 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/35102] i386-*gcc: bad register name `%sil'

2008-04-17 Thread aldot at gcc dot gnu dot org
--- Comment #4 from aldot at gcc dot gnu dot org 2008-04-17 12:03 --- *** Bug 35963 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35102

[Bug target/35102] i386-*gcc: bad register name `%sil'

2008-02-06 Thread corsepiu at gcc dot gnu dot org
--- Comment #1 from corsepiu at gcc dot gnu dot org 2008-02-06 12:01 --- Created an attachment (id=15105) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15105action=view) preprocessed source of file producing breakdown -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35102

[Bug target/35102] i386-*gcc: bad register name `%sil'

2008-02-06 Thread ubizjak at gmail dot com
--- Comment #2 from ubizjak at gmail dot com 2008-02-06 12:09 --- Please find movb insn (or similar that operates on 8bit reg) in your source and change its constraint from r to q. -- ubizjak at gmail dot com changed: What|Removed |Added