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]
Other format: [Raw text]

[Bug bootstrap/14348] [3.3 only] Cannot bootstrap GCC-3.3.x with GCC-3.5 (experimental)


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-03-02 02:18 -------
Subject: Bug 14348

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_3-branch
Changes by:	gdr@gcc.gnu.org	2004-03-02 02:18:17

Modified files:
	include        : ChangeLog obstack.h 
	libobjc        : ChangeLog 
	libobjc/objc   : hash.h 

Log message:
	include/
	PR bootstrap/14348
	Backport
	2003-10-22  Joseph S. Myers  <jsm@polyomino.org.uk>
	* obstack.h: Merge the following change from gnulib:
	2003-10-21  Paul Eggert  <eggert@twinsun.com>
	* obstack.h (obstack_1grow_fast): Properly parenthesize arg.
	(obstack_ptr_grow_fast, obstack_int_grow_fast):
	Don't use lvalue casts, as GCC plans to remove support for
	them
	in GCC 3.5.  Reported by Joseph S. Myers.  This bug
	was also present in the non-GCC version, indicating that this
	code had always been buggy and had never been widely used.
	(obstack_1grow, obstack_ptr_grow, obstack_int_grow,
	obstack_blank):
	Use the fast variant of each macro, rather than copying the
	definiens of the fast variant; that way, we'll be more likely
	to
	catch future bugs in the fast variants.
	libobjc/
	PR bootstrap/14348
	Backport
	2003-10-20  Joseph S. Myers  <jsm@polyomino.org.uk>
	* objc/hash.h (hash_string): Don't use a cast as an lvalue.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/include/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.124.2.12&r2=1.124.2.13
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/include/obstack.h.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.5&r2=1.5.50.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libobjc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.87.4.12&r2=1.87.4.13
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libobjc/objc/hash.h.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.4&r2=1.4.14.1



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14348


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