This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/52467] ICE: canonical types differ for int [0] and int [0]
- From: "redi at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 05 Mar 2012 11:14:03 +0000
- Subject: [Bug c++/52467] ICE: canonical types differ for int [0] and int [0]
- Auto-submitted: auto-generated
- References: <bug-52467-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52467
--- Comment #3 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-03-05 11:14:03 UTC ---
(In reply to comment #1)
> or any such variant is a compiler defect.
It's a GNU extension and is rejected with -pedantic-errors (and compiles
without ICE otherwise)
(In reply to comment #2)
> Can you clarify the target and command-line options you use?
And exact version, i.e. output of g++ -v
Basically all the info requested by http://gcc.gnu.org/bugs/ which should have
been provided anyway