public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/64857] Headers missing from <bits/stdc++.h> and <bits/extc++.h>
  2015-01-29 12:06 [Bug libstdc++/64857] New: Headers missing from <bits/stdc++.h> and <bits/extc++.h> redi at gcc dot gnu.org
@ 2015-01-29 12:06 ` redi at gcc dot gnu.org
  2015-06-16 10:24 ` redi at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: redi at gcc dot gnu.org @ 2015-01-29 12:06 UTC (permalink / raw)
  To: gcc-bugs

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

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2015-01-29
           Assignee|unassigned at gcc dot gnu.org      |redi at gcc dot gnu.org
     Ever confirmed|0                           |1


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

* [Bug libstdc++/64857] New: Headers missing from <bits/stdc++.h> and <bits/extc++.h>
@ 2015-01-29 12:06 redi at gcc dot gnu.org
  2015-01-29 12:06 ` [Bug libstdc++/64857] " redi at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: redi at gcc dot gnu.org @ 2015-01-29 12:06 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 64857
           Summary: Headers missing from <bits/stdc++.h> and
                    <bits/extc++.h>
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: redi at gcc dot gnu.org

In C++11 mode <bits/extc++.h> doesn't include any of the standard headers:

 #if __cplusplus < 201103L
 #include <bits/stdtr1c++.h>
 #endif

and <bits/stdc++.h> doesn't include <codecvt> or <shared_mutex>.

I'll fix this in stage 1.


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

* [Bug libstdc++/64857] Headers missing from <bits/stdc++.h> and <bits/extc++.h>
  2015-01-29 12:06 [Bug libstdc++/64857] New: Headers missing from <bits/stdc++.h> and <bits/extc++.h> redi at gcc dot gnu.org
  2015-01-29 12:06 ` [Bug libstdc++/64857] " redi at gcc dot gnu.org
@ 2015-06-16 10:24 ` redi at gcc dot gnu.org
  2015-09-11 12:25 ` redi at gcc dot gnu.org
  2015-09-11 12:26 ` redi at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: redi at gcc dot gnu.org @ 2015-06-16 10:24 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> ---
(In reply to Jonathan Wakely from comment #0)
> and <bits/stdc++.h> doesn't include <codecvt> or <shared_mutex>.

This part was fixed in r224425


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

* [Bug libstdc++/64857] Headers missing from <bits/stdc++.h> and <bits/extc++.h>
  2015-01-29 12:06 [Bug libstdc++/64857] New: Headers missing from <bits/stdc++.h> and <bits/extc++.h> redi at gcc dot gnu.org
  2015-01-29 12:06 ` [Bug libstdc++/64857] " redi at gcc dot gnu.org
  2015-06-16 10:24 ` redi at gcc dot gnu.org
@ 2015-09-11 12:25 ` redi at gcc dot gnu.org
  2015-09-11 12:26 ` redi at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: redi at gcc dot gnu.org @ 2015-09-11 12:25 UTC (permalink / raw)
  To: gcc-bugs

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

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|---                         |6.0

--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Fixed on trunk.


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

* [Bug libstdc++/64857] Headers missing from <bits/stdc++.h> and <bits/extc++.h>
  2015-01-29 12:06 [Bug libstdc++/64857] New: Headers missing from <bits/stdc++.h> and <bits/extc++.h> redi at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2015-09-11 12:25 ` redi at gcc dot gnu.org
@ 2015-09-11 12:26 ` redi at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: redi at gcc dot gnu.org @ 2015-09-11 12:26 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Author: redi
Date: Fri Sep 11 12:25:43 2015
New Revision: 227684

URL: https://gcc.gnu.org/viewcvs?rev=227684&root=gcc&view=rev
Log:
Rationalise PCH headers and 17_intro/headers tests.

        PR libstdc++/64857
        * doc/xml/manual/using.xml: Improve aggregate header documentation.
        * doc/html/manual/*: Regenerate.
        * include/precompiled/extc++.h: Include <bits/stdc++.h> for C++11
        and later and include more extension headers.
        * testsuite/17_intro/headers/c++1998/all_attributes.cc: Remove
        redundant header.
        * testsuite/17_intro/headers/c++200x/: Rename to c++2011.
        * testsuite/17_intro/headers/c++2014/all_attributes.cc: Remove
        redundant headers.
        * testsuite/17_intro/headers/c++2014/all_no_exceptions.cc: New.
        * testsuite/17_intro/headers/c++2014/all_no_rtti.cc: New.
        * testsuite/17_intro/headers/c++2014/all_pedantic_errors.cc: New.
        * testsuite/17_intro/headers/c++2014/operator_names.cc: New.
        * testsuite/17_intro/headers/c++2014/stdc++.cc: New.
        * testsuite/17_intro/headers/c++2014/stdc++_multiple_inclusion.cc:
        New.

Added:
    trunk/libstdc++-v3/testsuite/17_intro/headers/c++2011/
    trunk/libstdc++-v3/testsuite/17_intro/headers/c++2011/42319.cc
      - copied, changed from r227681,
trunk/libstdc++-v3/testsuite/17_intro/headers/c++200x/42319.cc
    trunk/libstdc++-v3/testsuite/17_intro/headers/c++2011/67309.cc
      - copied, changed from r227681,
trunk/libstdc++-v3/testsuite/17_intro/headers/c++200x/67309.cc
    trunk/libstdc++-v3/testsuite/17_intro/headers/c++2011/all_attributes.cc
      - copied, changed from r227681,
trunk/libstdc++-v3/testsuite/17_intro/headers/c++200x/all_attributes.cc
    trunk/libstdc++-v3/testsuite/17_intro/headers/c++2011/all_no_exceptions.cc
      - copied, changed from r227681,
trunk/libstdc++-v3/testsuite/17_intro/headers/c++200x/all_no_exceptions.cc
    trunk/libstdc++-v3/testsuite/17_intro/headers/c++2011/all_no_rtti.cc
      - copied, changed from r227681,
trunk/libstdc++-v3/testsuite/17_intro/headers/c++200x/all_no_rtti.cc
   
trunk/libstdc++-v3/testsuite/17_intro/headers/c++2011/all_pedantic_errors.cc
      - copied, changed from r227681,
trunk/libstdc++-v3/testsuite/17_intro/headers/c++200x/all_pedantic_errors.cc
    trunk/libstdc++-v3/testsuite/17_intro/headers/c++2011/operator_names.cc
      - copied, changed from r227681,
trunk/libstdc++-v3/testsuite/17_intro/headers/c++200x/operator_names.cc
    trunk/libstdc++-v3/testsuite/17_intro/headers/c++2011/stdc++.cc
      - copied, changed from r227681,
trunk/libstdc++-v3/testsuite/17_intro/headers/c++200x/stdc++.cc
   
trunk/libstdc++-v3/testsuite/17_intro/headers/c++2011/stdc++_multiple_inclusion.cc
      - copied, changed from r227681,
trunk/libstdc++-v3/testsuite/17_intro/headers/c++200x/stdc++_multiple_inclusion.cc
    trunk/libstdc++-v3/testsuite/17_intro/headers/c++2014/all_no_exceptions.cc
      - copied, changed from r227681,
trunk/libstdc++-v3/testsuite/17_intro/headers/c++200x/all_no_rtti.cc
    trunk/libstdc++-v3/testsuite/17_intro/headers/c++2014/all_no_rtti.cc
      - copied, changed from r227681,
trunk/libstdc++-v3/testsuite/17_intro/headers/c++200x/all_no_rtti.cc
   
trunk/libstdc++-v3/testsuite/17_intro/headers/c++2014/all_pedantic_errors.cc
      - copied, changed from r227681,
trunk/libstdc++-v3/testsuite/17_intro/headers/c++200x/all_no_rtti.cc
    trunk/libstdc++-v3/testsuite/17_intro/headers/c++2014/operator_names.cc
      - copied, changed from r227681,
trunk/libstdc++-v3/testsuite/17_intro/headers/c++200x/operator_names.cc
    trunk/libstdc++-v3/testsuite/17_intro/headers/c++2014/stdc++.cc
      - copied, changed from r227681,
trunk/libstdc++-v3/testsuite/17_intro/headers/c++200x/stdc++.cc
   
trunk/libstdc++-v3/testsuite/17_intro/headers/c++2014/stdc++_multiple_inclusion.cc
      - copied, changed from r227681,
trunk/libstdc++-v3/testsuite/17_intro/headers/c++200x/stdc++_multiple_inclusion.cc
Removed:
    trunk/libstdc++-v3/testsuite/17_intro/headers/c++200x/42319.cc
    trunk/libstdc++-v3/testsuite/17_intro/headers/c++200x/67309.cc
    trunk/libstdc++-v3/testsuite/17_intro/headers/c++200x/all_attributes.cc
    trunk/libstdc++-v3/testsuite/17_intro/headers/c++200x/all_no_exceptions.cc
    trunk/libstdc++-v3/testsuite/17_intro/headers/c++200x/all_no_rtti.cc
   
trunk/libstdc++-v3/testsuite/17_intro/headers/c++200x/all_pedantic_errors.cc
    trunk/libstdc++-v3/testsuite/17_intro/headers/c++200x/operator_names.cc
    trunk/libstdc++-v3/testsuite/17_intro/headers/c++200x/stdc++.cc
   
trunk/libstdc++-v3/testsuite/17_intro/headers/c++200x/stdc++_multiple_inclusion.cc
Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/doc/html/manual/using.html
    trunk/libstdc++-v3/doc/html/manual/using_headers.html
    trunk/libstdc++-v3/doc/xml/manual/using.xml
    trunk/libstdc++-v3/include/precompiled/extc++.h
    trunk/libstdc++-v3/testsuite/17_intro/headers/c++1998/all_attributes.cc
    trunk/libstdc++-v3/testsuite/17_intro/headers/c++2014/all_attributes.cc


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

end of thread, other threads:[~2015-09-11 12:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-29 12:06 [Bug libstdc++/64857] New: Headers missing from <bits/stdc++.h> and <bits/extc++.h> redi at gcc dot gnu.org
2015-01-29 12:06 ` [Bug libstdc++/64857] " redi at gcc dot gnu.org
2015-06-16 10:24 ` redi at gcc dot gnu.org
2015-09-11 12:25 ` redi at gcc dot gnu.org
2015-09-11 12:26 ` 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).