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]

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


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

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