This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug inline-asm/57299] Inline assembly memory dependencies produce spurious loads, register pressure, compilation failures
- From: "pinskia at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 15 May 2013 21:59:22 +0000
- Subject: [Bug inline-asm/57299] Inline assembly memory dependencies produce spurious loads, register pressure, compilation failures
- Auto-submitted: auto-generated
- References: <bug-57299-4 at http dot gcc dot gnu dot org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57299
--- Comment #9 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Oh without optimization 6 registers will be used rather than the 4 that GCC can
do with optimizations turned on.