This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/41573] [4.5 Regression] segfault in trunk related to strings
- From: "matz at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 4 Oct 2009 22:04:09 -0000
- Subject: [Bug middle-end/41573] [4.5 Regression] segfault in trunk related to strings
- References: <bug-41573-3760@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from matz at gcc dot gnu dot org 2009-10-04 22:04 -------
Gnah. remove_useless_stmts (notice how that function is called totally
unrelated to what it does) folds the statements. That's without having
referenced_vars already which is the reason for this segfault after my patches
to fold builtin calls also into multiple statements. Mine.
--
matz at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|unassigned at gcc dot gnu |matz at gcc dot gnu dot org
|dot org |
Status|NEW |ASSIGNED
Last reconfirmed|2009-10-04 21:51:49 |2009-10-04 22:04:09
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41573