public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/64367] New: [5 Regression] g++-v5/stdexcept:52:28: error: invalid use of non-static data member '_M_p'
@ 2014-12-20 11:43 trippels at gcc dot gnu.org
  2014-12-20 13:02 ` [Bug libstdc++/64367] " redi at gcc dot gnu.org
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: trippels at gcc dot gnu.org @ 2014-12-20 11:43 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64367

            Bug ID: 64367
           Summary: [5 Regression] g++-v5/stdexcept:52:28: error: invalid
                    use of non-static data member '_M_p'
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: trippels at gcc dot gnu.org
                CC: redi at gcc dot gnu.org

Since r218964 clang complains, e.g.:

markus@x4 ~ % clang++ -Ofast -w tramp3d-v4.cpp
In file included from tramp3d-v4.cpp:7:
In file included from
/usr/lib64/gcc/x86_64-pc-linux-gnu/5.0.0/include/g++-v5/complex:45:
In file included from
/usr/lib64/gcc/x86_64-pc-linux-gnu/5.0.0/include/g++-v5/sstream:38:
In file included from
/usr/lib64/gcc/x86_64-pc-linux-gnu/5.0.0/include/g++-v5/istream:38:
In file included from
/usr/lib64/gcc/x86_64-pc-linux-gnu/5.0.0/include/g++-v5/ios:42:
In file included from
/usr/lib64/gcc/x86_64-pc-linux-gnu/5.0.0/include/g++-v5/bits/ios_base.h:44:
/usr/lib64/gcc/x86_64-pc-linux-gnu/5.0.0/include/g++-v5/stdexcept:52:28: error:
invalid use of non-static data member '_M_p'
      char _M_bytes[sizeof(_M_p)];
                           ^~~~
1 error generated.


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

end of thread, other threads:[~2015-03-12 12:57 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-20 11:43 [Bug libstdc++/64367] New: [5 Regression] g++-v5/stdexcept:52:28: error: invalid use of non-static data member '_M_p' trippels at gcc dot gnu.org
2014-12-20 13:02 ` [Bug libstdc++/64367] " redi at gcc dot gnu.org
2014-12-20 13:31 ` trippels at gcc dot gnu.org
2014-12-20 14:02 ` trippels at gcc dot gnu.org
2014-12-21 15:16 ` redi at gcc dot gnu.org
2014-12-21 15:17 ` redi at gcc dot gnu.org
2015-02-26 17:12 ` redi at gcc dot gnu.org
2015-03-02 16:51 ` redi at gcc dot gnu.org
2015-03-02 16:52 ` redi at gcc dot gnu.org
2015-03-12 12:57 ` redi 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).