This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug rtl-optimization/16194] [3.3/3.4/4.0 Regression] In case of H8/300 target, internal compiler error (ICE): asm clobber conflict with output operand
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 8 Nov 2004 18:26:30 -0000
- Subject: [Bug rtl-optimization/16194] [3.3/3.4/4.0 Regression] In case of H8/300 target, internal compiler error (ICE): asm clobber conflict with output operand
- References: <20040625091107.16194.prafullat@kpitcummins.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-08 18:26 -------
And here is the x86 example:
void bug(char* dst)
{
register char* _dst __asm ("eax");
__asm__ ("%0":"=g"(*_dst): :"eax");
}
: Search converges between 2002-09-22-trunk (#90) and 2002-09-29-trunk (#91).
--
What |Removed |Added
----------------------------------------------------------------------------
Known to fail| |3.3.5 3.4.3 4.0.0
Known to work| |3.2.3
Summary|[3.4/4.0 Regression] In case|[3.3/3.4/4.0 Regression] In
|of H8/300 target, internal |case of H8/300 target,
|compiler error (ICE): asm |internal compiler error
|clobber conflict with output|(ICE): asm clobber conflict
|operand |with output operand
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16194