[Bug c++/31449] [4.1/4.2/4.3 regression] static_cast can remove const-ness

2007-04-09 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |mark at codesourcery dot com |dot org

[Bug c++/31449] [4.1/4.2/4.3 regression] static_cast can remove const-ness

2007-04-09 Thread mmitchel at gcc dot gnu dot org
--- Comment #2 from mmitchel at gcc dot gnu dot org 2007-04-09 20:46 --- Subject: Bug 31449 Author: mmitchel Date: Mon Apr 9 20:45:53 2007 New Revision: 123679 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=123679 Log: PR c++/31449 * class.c (build_base_path):

[Bug c++/31449] [4.1/4.2/4.3 regression] static_cast can remove const-ness

2007-04-03 Thread reichelt at gcc dot gnu dot org
--- Comment #1 from reichelt at gcc dot gnu dot org 2007-04-04 00:06 --- Confirmed. The regression was introduced between GCC 4.0.2 and 4.0.3. Mark, it looks like the following patch of yours is responsible for the regression: 2006-01-21 Mark Mitchell [EMAIL PROTECTED] PR