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 17:47: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 #11 from aph at gcc dot gnu dot org 2009-04-22 17:47 -------
I suspect the reason the limit is 30 is that when that code was written the
largest register set was 32 registers, 2 of which were reserved to the
implementation. Inline asm hasn't kept up with the hardware.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39847