[Bug c++/27465] [4.0 only] ICE on dependent const folding

2007-02-03 Thread gdr at gcc dot gnu dot org
--- Comment #4 from gdr at gcc dot gnu dot org 2007-02-03 16:56 --- Works in GCC-4.1.x. Won't fix in GCC-4.0.x. -- gdr at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/27465] [4.0 only] ICE on dependent const folding

2006-05-26 Thread tneumann at pi3 dot informatik dot uni-mannheim dot de
--- Comment #3 from tneumann at pi3 dot informatik dot uni-mannheim dot de 2006-05-26 16:35 --- This still happens with gcc-4.0-20060518, see the error message below. The gcc-4.[12] branches presumably work, I only tried 4.1. ./gcc4/bin/g++ -c foo.cpp foo.cpp: In member function 'unsig

[Bug c++/27465] [4.0 only] ICE on dependent const folding

2006-05-26 Thread bangerth at dealii dot org
--- Comment #2 from bangerth at dealii dot org 2006-05-26 15:18 --- This works fine with 4.0.2, and 4.1-pre and 4.2-pre snapshots I have here. Could you check that it works for you as well with a recent snapshot? Thanks W. -- bangerth at dealii dot org changed: What

[Bug c++/27465] [4.0 only] ICE on dependent const folding

2006-05-06 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-05-07 03:11 --- This was fixed for sure by PR 23357. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added