This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug debug/81001] incorrect debug info for parameter that is const pointer to typedef of array


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81001

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
This might be related to const don't applies to the array itself but to the
type which the array is of in both c and c++ .

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]