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++/55127] [4.8 regression] Incorrect "dependent scope" error with partial specialisation of non-type parameter


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.


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