r202554 - in /trunk/gcc/cp: ChangeLog lambda.c
abutcher@gcc.gnu.org
abutcher@gcc.gnu.org
Fri Sep 13 06:37:00 GMT 2013
Author: abutcher
Date: Fri Sep 13 06:37:25 2013
New Revision: 202554
URL: http://gcc.gnu.org/viewcvs?rev=202554&root=gcc&view=rev
Log:
Fix uninitialized variables causing breakage with -Werror.
* lambda.c (maybe_add_lambda_conv_op): Initialize direct_argvec and call
to nullptr to avoid breakage with -Werror.
Modified:
trunk/gcc/cp/ChangeLog
trunk/gcc/cp/lambda.c
More information about the Gcc-cvs
mailing list