public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/59988] New: Failing to specialize template class
@ 2014-01-29 18:25 tom at failproof dot be
  2014-01-29 18:27 ` [Bug c++/59988] " tom at failproof dot be
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: tom at failproof dot be @ 2014-01-29 18:25 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 59988
           Summary: Failing to specialize template class
           Product: gcc
           Version: 4.8.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: tom at failproof dot be

Created attachment 31984
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31984&action=edit
GCC output

$ uname -a
Linux TOM-UBUNTU 3.2.0-58-generic #88-Ubuntu SMP Tue Dec 3 17:37:58 UTC 2013
x86_64 x86_64 x86_64 GNU/Linux


GCC seems to be having trouble specializing a template class.

The output when running this file is:
Test1<T>: 0
Test2<T>: 0
TestV<T>: 0

while the expected output is:
Test1<T>: 1
Test2<T>: 0
TestV<T>: 1


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2015-03-24 10:52 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-29 18:25 [Bug c++/59988] New: Failing to specialize template class tom at failproof dot be
2014-01-29 18:27 ` [Bug c++/59988] " tom at failproof dot be
2014-01-29 18:29 ` tom at failproof dot be
2014-05-11 14:37 ` paolo.carlini at oracle dot com
2014-12-14 14:48 ` ville.voutilainen at gmail dot com
2015-03-24 10:52 ` paolo.carlini at oracle dot com
2015-03-24 10:58 ` paolo at gcc dot gnu.org
2015-03-24 11:04 ` paolo.carlini at oracle dot com
2015-03-24 11:05 ` paolo at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).