Bug#126411: c/9070: Improper warning when casting from pointer to non-const array to const

2003-01-11 Thread doko
Synopsis: Improper warning when casting from pointer to non-const array to const State-Changed-From-To: open-closed State-Changed-By: doko State-Changed-When: Sat Jan 11 03:16:55 2003 State-Changed-Why: not a bug http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-traildatabase=gccpr

Bug#126411: marked as done (gcc-3.0: Improper warning when casting from pointer to non-const array to const)

2003-01-11 Thread Debian Bug Tracking System
Your message dated Sat, 11 Jan 2003 12:18:00 +0100 with message-id [EMAIL PROTECTED] and subject line Not a bug: Improper warning when casting from pointer to non-const array to const has caused the attached Bug report to be marked as done. This means that you claim that the problem has been

Improper warning when casting from pointer to non-const array to const

2002-12-27 Thread Matthias Klose
Submitter-Id: net Originator:[EMAIL PROTECTED] Organization: The Debian Project Confidential: no Synopsis: Severity: non-critical Priority: low Category: c Class: change-request Release: 3.2.1 (Debian) (Debian unstable) Environment: System: Debian

Bug#126411: c/9070: Improper warning when casting from pointer to non-const array to const

2002-12-27 Thread gcc-gnats
Thank you very much for your problem report. It has the internal identification `c/9070'. The individual assigned to look at your report is: unassigned. Category: c Responsible:unassigned Synopsis: Improper warning when casting from pointer to non-const array to const Arrival

Re: c/9070: Improper warning when casting from pointer to non-const array to const

2002-12-27 Thread Joseph S. Myers
On Fri, 27 Dec 2002, Matthias Klose wrote: gcc generates a warning for the following test program, that I believe is inappropriate. The warning is that it cannot implicitly cast from (foo *) to (const foo *). This occurs when foo is an array type. The sample program compiles without

Bug#126411: gcc-3.0: Improper warning when casting from pointer to non-const array to const

2001-12-25 Thread Agthorr
Package: gcc-3.0 Version: 1:3.0.2-4 Severity: normal gcc generates a warning for the following test program, that I believe is inappropriate. The warning is that it cannot implicitly cast from (foo *) to (const foo *). This occurs when foo is an array type. The sample program compiles without