This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/55127] [4.8 regression] Incorrect "dependent scope" error with partial specialisation of non-type parameter
- From: "gccbugs at qo dot cx" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 29 Oct 2012 20:17:32 +0000
- Subject: [Bug c++/55127] [4.8 regression] Incorrect "dependent scope" error with partial specialisation of non-type parameter
- Auto-submitted: auto-generated
- References: <bug-55127-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55127
--- Comment #1 from Philipp A. Hartmann <gccbugs at qo dot cx> 2012-10-29 20:17:32 UTC ---
Created attachment 28565
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28565
minimal test-case (and workaround)
Without WORKAROUND being defined, GCC 4.8 fails with the mentioned error
message. Otherwise with WORKAROUD defined all tested versions accept the code.