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 middle-end/41573] [4.5 Regression] segfault in trunk related to strings



------- 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


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