This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug inline-asm/39847] 16 symbolic register names generates error: more than 30 operands in 'asm'
- From: "aph at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 22 Apr 2009 16:53:39 -0000
- Subject: [Bug inline-asm/39847] 16 symbolic register names generates error: more than 30 operands in 'asm'
- References: <bug-39847-17610@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #8 from aph at gcc dot gnu dot org 2009-04-22 16:53 -------
I don't see why this is changed to WONTFIX. Fixing inline asm to allow the use
of all a machine's registers is trivial, and should not be refused for the sake
of a pedantic argument about whether someone should be using asm. gcc is a
professional tool whose users are capable of deciding for themselves if they
need to use asm. It makes no sense at all arbitrarily to restrict the number
of operands.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39847