This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
template/assembler bug in egcs1.0.3a on x86
- To: egcs-bugs at cygnus dot com
- Subject: template/assembler bug in egcs1.0.3a on x86
- From: Martin Dorey WVdevmt-WS <mdorey at dev dot madge dot com>
- Date: Thu, 11 Jun 1998 19:32:35 +0100
i686-pc-linux-gnulibc1, with binutils-2.8.1.0.23 on Debian.
This causes "internal compiler error":
template <class T>
class A
{
void monk ()
{ __asm__ ("nop" : : "d" (i)); }
};
--
Martin Dorey