public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/60683] New: confused by earlier errors, bailing out on incorrect std::initializer_list
@ 2014-03-27 10:26 vanyacpp at gmail dot com
  2014-03-27 10:55 ` [Bug c++/60683] " redi at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: vanyacpp at gmail dot com @ 2014-03-27 10:26 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 60683
           Summary: confused by earlier errors, bailing out on incorrect
                    std::initializer_list
           Product: gcc
           Version: 4.7.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: vanyacpp at gmail dot com

The following code leads to error "confused by earlier errors, bailing out":

namespace std
{
    template<class T>
    struct initializer_list
    {
    };
}

struct X
{
    explicit X(std::initializer_list<int> x);
};

int test()
{
    X x  = {10, 10, 10};
}


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

end of thread, other threads:[~2014-12-12 18:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-27 10:26 [Bug c++/60683] New: confused by earlier errors, bailing out on incorrect std::initializer_list vanyacpp at gmail dot com
2014-03-27 10:55 ` [Bug c++/60683] " redi at gcc dot gnu.org
2014-04-29 17:19 ` paolo.carlini at oracle dot com
2014-12-12 18:53 ` paolo.carlini at oracle dot com

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).