[Bug c++/6321] no warning for bad main function declaration

2006-10-30 Thread mueller at gcc dot gnu dot org
--- Comment #6 from mueller at gcc dot gnu dot org 2006-10-30 23:22 --- Fixed for 4.3.0 -- mueller at gcc dot gnu dot org changed: What|Removed |Added Status|

[Bug c++/6321] no warning for bad main function declaration

2006-10-30 Thread mueller at gcc dot gnu dot org
--- Comment #5 from mueller at gcc dot gnu dot org 2006-10-30 23:15 --- Subject: Bug 6321 Author: mueller Date: Mon Oct 30 23:15:42 2006 New Revision: 118206 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=118206 Log: 2006-10-30 Dirk Mueller <[EMAIL PROTECTED]> PR c++/

[Bug c++/6321] no warning for bad main function declaration

2006-10-28 Thread mueller at gcc dot gnu dot org
--- Comment #4 from mueller at gcc dot gnu dot org 2006-10-28 23:45 --- testing patch -- mueller at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|un

[Bug c++/6321] no warning for bad main function declaration

2005-01-12 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-13 01:08 --- Note the C front-end warns: t.cc:2: warning: second argument of 'main' should be 'char **' t.cc:2: warning: third argument of 'main' should probably be 'char **' t.cc:2: warning: 'main' takes only zero or tw