[Bug c++/21667] misleading warning about array subscription

2005-11-23 Thread gdr at gcc dot gnu dot org
--- Comment #4 from gdr at gcc dot gnu dot org 2005-11-24 02:10 --- Fixed on mainline. -- gdr at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug c++/21667] misleading warning about array subscription

2005-11-23 Thread gdr at gcc dot gnu dot org
--- Comment #3 from gdr at gcc dot gnu dot org 2005-11-24 02:02 --- Subject: Bug 21667 Author: gdr Date: Thu Nov 24 02:02:26 2005 New Revision: 107448 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107448 Log: 2005-11-23 Gabriel Dos Reis <[EMAIL PROTECTED]> PR c++/216

[Bug c++/21667] misleading warning about array subscription

2005-09-29 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-30 05:16 --- The easy fix is to check if we have INTEGER_CST and one which only spans the postive part of the signed char. -- What|Removed |Added ---

[Bug c++/21667] misleading warning about array subscription

2005-05-21 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-21 14:04 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW E