This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/12315] [3.4 Regression] stage1/cc1 segfaulted when --pg is used during bootstrap.
- From: "ishikawa at yk dot rim dot or dot jp" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 20 Sep 2003 18:06:18 -0000
- Subject: [Bug other/12315] [3.4 Regression] stage1/cc1 segfaulted when --pg is used during bootstrap.
- References: <20030917111856.12315.ishikawa@yk.rim.or.jp>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12315
------- Additional Comments From ishikawa at yk dot rim dot or dot jp 2003-09-20 18:06 -------
Created an attachment (id=4789)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=4789&action=view)
test case of functions that return struct values: cc1 segfaults with -p
This is a short test case file that contains
functions that return struct values.
They cause stage1/cc1 to segfault if we specify
profiling option.