[Bug c++/23229] [4.0/4.1 Regression] g++ gives incorrect error message with void main() and a void function

2005-10-28 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2005-10-28 20:26 --- Subject: Bug 23229 Author: pinskia Date: Fri Oct 28 20:25:55 2005 New Revision: 105960 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=105960 Log: 2005-10-28 Andrew Pinski [EMAIL PROTECTED] PR

[Bug c++/23229] [4.0/4.1 Regression] g++ gives incorrect error message with void main() and a void function

2005-10-28 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2005-10-28 20:52 --- Subject: Bug 23229 Author: pinskia Date: Fri Oct 28 20:52:44 2005 New Revision: 105961 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=105961 Log: 2005-10-28 Andrew Pinski [EMAIL PROTECTED] PR

[Bug c++/23229] [4.0/4.1 Regression] g++ gives incorrect error message with void main() and a void function

2005-10-28 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2005-10-28 21:02 --- Fixed in 4.0.3. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/23229] [4.0/4.1 Regression] g++ gives incorrect error message with void main() and a void function

2005-10-27 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2005-10-27 14:11 --- I have a simple fix for this, we just need to copy the type as it looks as it is shared now. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/23229] [4.0/4.1 Regression] g++ gives incorrect error message with void main() and a void function

2005-10-27 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2005-10-27 19:21 --- Patch posted: http://gcc.gnu.org/ml/gcc-patches/2005-10/msg01582.html. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/23229] [4.0/4.1 Regression] g++ gives incorrect error message with void main() and a void function

2005-09-27 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23229

[Bug c++/23229] [4.0/4.1 Regression] g++ gives incorrect error message with void main() and a void function

2005-08-08 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-08 18:21 --- This was introduced between 20040923 and 20040924. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23229

[Bug c++/23229] [4.0/4.1 Regression] g++ gives incorrect error message with void main() and a void function

2005-08-04 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-04 13:02 --- Confirmed, weird. -- What|Removed |Added Status|UNCONFIRMED