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 ha
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-trail&database
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 war
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 ar
>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: Debi
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 w
6 matches
Mail list logo