[Bug c++/16307] -Wchar-subscripts does not warn on pointers

2006-10-29 Thread mueller at gcc dot gnu dot org
--- Comment #6 from mueller at gcc dot gnu dot org 2006-10-29 19:13 --- Fixed in 4.3 -- mueller at gcc dot gnu dot org changed: What|Removed |Added Status|ASS

[Bug c++/16307] -Wchar-subscripts does not warn on pointers

2006-10-29 Thread mueller at gcc dot gnu dot org
--- Comment #5 from mueller at gcc dot gnu dot org 2006-10-29 18:38 --- Subject: Bug 16307 Author: mueller Date: Sun Oct 29 18:38:26 2006 New Revision: 118154 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=118154 Log: 2006-10-29 Dirk Mueller <[EMAIL PROTECTED]> PR c++

[Bug c++/16307] -Wchar-subscripts does not warn on pointers

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:22 --- Testing patch. -- mueller at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|u

[Bug c++/16307] -Wchar-subscripts does not warn on pointers

2005-02-12 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Status|REOPENED|NEW http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16307

[Bug c++/16307] -Wchar-subscripts does not warn on pointers

2004-11-20 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.0 |--- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16307

[Bug c++/16307] -Wchar-subscripts does not warn on pointers

2004-11-20 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-20 20:48 --- Oh, it is not fixed by that patch. -- What|Removed |Added Status|RESOLVED

[Bug c++/16307] -Wchar-subscripts does not warn on pointers

2004-11-20 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-20 20:42 --- Fixed on the mainline by: 2004-11-20 Joseph S. Myers <[EMAIL PROTECTED]> * c-typeck.c (build_array_ref): Don't check for index == 0. Make checks for neither argument being an array or poi