[Bug c++/25156] [3.4/4.0/4.1/4.2 Regression] wrong error message (int instead of bool)

2006-03-10 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.0.3 |4.0.4 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25156

[Bug c++/25156] [3.4/4.0/4.1/4.2 Regression] wrong error message (int instead of bool)

2006-02-14 Thread amylaar at gcc dot gnu dot org
--- Comment #8 from amylaar at gcc dot gnu dot org 2006-02-14 18:30 --- (In reply to comment #6) Working on a patch. Fixing this issue has a deep type implications on the way we currently hand inputs with erronous types whereas trying to progress as much as possible. Are you

[Bug c++/25156] [3.4/4.0/4.1/4.2 Regression] wrong error message (int instead of bool)

2005-12-19 Thread mmitchel at gcc dot gnu dot org
--- Comment #7 from mmitchel at gcc dot gnu dot org 2005-12-19 18:44 --- A minor diagnostic issue: P5. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/25156] [3.4/4.0/4.1/4.2 Regression] wrong error message (int instead of bool)

2005-12-03 Thread gdr at gcc dot gnu dot org
--- Comment #6 from gdr at gcc dot gnu dot org 2005-12-04 05:00 --- Working on a patch. Fixing this issue has a deep type implications on the way we currently hand inputs with erronous types whereas trying to progress as much as possible. -- gdr at gcc dot gnu dot org changed: