[Bug c++/23636] [4.0/4.1 Regression] crashes on ThreadWeaver compilation

2005-09-06 Thread mmitchel at gcc dot gnu dot org

--- Additional Comments From mmitchel at gcc dot gnu dot org  2005-09-06 
15:15 ---


*** This bug has been marked as a duplicate of 21440 ***

-- 
   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE


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


[Bug c++/23636] [4.0/4.1 Regression] crashes on ThreadWeaver compilation

2005-08-31 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2005-08-31 
11:43 ---
Actually thinking about this again, my patch is wrong.  The C++ front-end is 
missing a 
CLEANUP_POINT_EXPR.

-- 
   What|Removed |Added

 AssignedTo|pinskia at gcc dot gnu dot  |unassigned at gcc dot gnu
   |org |dot org
 Status|ASSIGNED|NEW
  Component|middle-end  |c++


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


[Bug c++/23636] [4.0/4.1 Regression] crashes on ThreadWeaver compilation

2005-08-30 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2005-08-31 
00:11 ---
Actually that does not fix the issue as we already have a CLEANUP_POINT_EXPR 
around it.

-- 
   What|Removed |Added

 AssignedTo|pinskia at gcc dot gnu dot  |unassigned at gcc dot gnu
   |org |dot org
 Status|ASSIGNED|NEW


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


[Bug c++/23636] [4.0/4.1 Regression] crashes on ThreadWeaver compilation

2005-08-30 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2005-08-31 
00:10 ---
This is a C++ front-end bug, EXPR_STMT should be a tcc_statement and not a 
tcc_expression.
I will test the patch for this.

-- 
   What|Removed |Added

 AssignedTo|unassigned at gcc dot gnu   |pinskia at gcc dot gnu dot
   |dot org |org
 Status|NEW |ASSIGNED
  Component|middle-end  |c++


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