public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/53594] New: [C++11Spurious -Wuninitialized warning for member with NSDMI
@ 2012-06-06 16:50 redi at gcc dot gnu.org
  2012-06-06 16:52 ` [Bug c++/53594] [C++11] Spurious " redi at gcc dot gnu.org
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: redi at gcc dot gnu.org @ 2012-06-06 16:50 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 53594
           Summary: [C++11Spurious -Wuninitialized warning for member with
                    NSDMI
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: redi@gcc.gnu.org


template<class T, int Min>
class Range
{
    const T min = Min;
};

Range<int, 0> r;


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

end of thread, other threads:[~2012-06-25  6:58 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-06 16:50 [Bug c++/53594] New: [C++11Spurious -Wuninitialized warning for member with NSDMI redi at gcc dot gnu.org
2012-06-06 16:52 ` [Bug c++/53594] [C++11] Spurious " redi at gcc dot gnu.org
2012-06-06 16:56 ` redi at gcc dot gnu.org
2012-06-11  7:58 ` pinskia at gcc dot gnu.org
2012-06-11  7:59 ` pinskia at gcc dot gnu.org
2012-06-11  8:58 ` jakub at gcc dot gnu.org
2012-06-11  9:29 ` vincenzo.innocente at cern dot ch
2012-06-25  6:48 ` jakub at gcc dot gnu.org
2012-06-25  6:55 ` jakub at gcc dot gnu.org
2012-06-25  6:55 ` jakub at gcc dot gnu.org
2012-06-25  6:58 ` jakub 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).