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 debug/11231] [3.3 regression] undefined array size inside struct cause segfault with -g


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-03-23 05:25 -------
Subject: Bug 11231

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_3-branch
Changes by:	pinskia@gcc.gnu.org	2004-03-23 05:24:57

Modified files:
	gcc            : ChangeLog dbxout.c 
	gcc/config     : darwin.c 
	gcc/config/rs6000: darwin.h 
	gcc/cp         : cp-tree.h 

Log message:
	2004-03-22  Andrew Pinski  <pinskia@physics.uc.edu>
	
	BackPort:
	2004-01-09  Andrew Pinski <pinskia@physics.uc.edu>
	
	PR debug/11231
	* dbxout.c (dbxout_type_fields): Return if any item is error_mark_node or the
	type is error_mark_node.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.16114.2.949&r2=1.16114.2.950
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/dbxout.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.130.2.2&r2=1.130.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/darwin.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.30.4.1&r2=1.30.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/rs6000/darwin.h.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.30.2.1&r2=1.30.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/cp-tree.h.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.776.2.38&r2=1.776.2.39



-- 


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


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