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]

r159937 - in /branches/gcc-3_2-branch: gcc/Chan...


Author: jason
Date: Thu May 27 18:21:31 2010
New Revision: 159937

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=159937
Log:
	Allow compilation with GCC 4.4.
include/
	* obstack.h: Update to GCC 3.3 version.
gcc/
	* system.h: Don't poison malloc.
gcc/cp/
	* decl.c (current_binding_level): Add *&.
	* parse.y (constructor_declarator): Fix for bison pedantry.

Modified:
    branches/gcc-3_2-branch/gcc/ChangeLog
    branches/gcc-3_2-branch/gcc/cp/ChangeLog
    branches/gcc-3_2-branch/gcc/cp/decl.c
    branches/gcc-3_2-branch/gcc/cp/parse.y
    branches/gcc-3_2-branch/gcc/system.h
    branches/gcc-3_2-branch/include/ChangeLog
    branches/gcc-3_2-branch/include/obstack.h


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