r148336 - in /trunk/gcc: ChangeLog optabs.c sys...

ian@gcc.gnu.org ian@gcc.gnu.org
Wed Jun 10 02:01:00 GMT 2009


Author: ian
Date: Wed Jun 10 02:01:06 2009
New Revision: 148336

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=148336
Log:
	* system.h (HAVE_DESIGNATED_INITIALIZERS): Don't define if
	compiling with C++.
	* optabs.c (optab_table): Only use designated initializers if
	HAVE_DESIGNATED_INITIALIZERS is defined.
	(convert_optab_table): Likewise.
	(init_optabs): Always call init_insn_codes if
	HAVE_DESIGNATED_INITIALIZERS is not defined.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/optabs.c
    trunk/gcc/system.h



More information about the Gcc-cvs mailing list