This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

template/assembler bug in egcs1.0.3a on x86


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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]