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 c++/11063] ICE on parsing initialization list of const array member


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11063



------- Additional Comments From ElGringo@gmx.at  2003-06-02 12:20 -------
Created an attachment (id=4140)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=4140&action=view)
produces ICE. would work fine with "(const int[])" in initalization list

I would be glad if sombody can tell me why I need the casting operator when
initializing arrays. What do I make wrong?



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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