bug in gcc version 2.95.2 19991024 (release): member initialization with new

Martin v. Loewis martin@loewis.home.cs.tu-berlin.de
Thu Jul 6 00:36:00 GMT 2000


Thanks for your bug report. The mainline compiler (2.96 20000607
(experimental)) generates (with -O2)

	movl	12(%ebp), %eax
	sall	$2, %eax
	pushl	%eax
.LCFI4:
	call	__builtin_vec_new

for this code, so the bug appears to be fixed.

Regards,
Martin


More information about the Gcc-bugs mailing list