This is the mail archive of the gcc-cvs@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]
Other format: [Raw text]

r142645 - in /branches/c-4_5-branch/gcc: Change...


Author: jsm28
Date: Wed Dec 10 13:52:50 2008
New Revision: 142645

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=142645
Log:
	* c-typeck.c (c_fully_fold, c_fully_fold_internal,
	decl_constant_value_for_optimization): Move to c-common.c.
	* c-common.c (c_fully_fold, c_fully_fold_internal,
	decl_constant_value_for_optimization): Move from c-typeck.c.  Call
	gcc_unreachable for C++.
	* c-common.h (decl_constant_value_for_optimization): Declare.

cp:
	* typeck.c (c_fully_fold): Remove.

Modified:
    branches/c-4_5-branch/gcc/ChangeLog.c45
    branches/c-4_5-branch/gcc/c-common.c
    branches/c-4_5-branch/gcc/c-common.h
    branches/c-4_5-branch/gcc/c-typeck.c
    branches/c-4_5-branch/gcc/cp/ChangeLog.c45
    branches/c-4_5-branch/gcc/cp/typeck.c


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