This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug debug/6885] Incorrect DWARF2 emitted for C VLA constructs
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 1 Jan 2004 07:54:09 -0000
- Subject: [Bug debug/6885] Incorrect DWARF2 emitted for C VLA constructs
- References: <20020531045601.6885.jcownie@etnus.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-01-01 07:54 -------
Actually the debuging info is not incorrect as int adjustable[dim1][foo(dim2)] is a pointer
to an array by defined by the C standard.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=6885