public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/57953] New: no C++11 compliant std::ios_base::failure found
@ 2013-07-22 13:46 unixway.drive+gcc at gmail dot com
  2014-09-19 11:02 ` [Bug libstdc++/57953] " redi at gcc dot gnu.org
  2014-12-12 22:44 ` redi at gcc dot gnu.org
  0 siblings, 2 replies; 3+ messages in thread
From: unixway.drive+gcc at gmail dot com @ 2013-07-22 13:46 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 57953
           Summary: no C++11 compliant std::ios_base::failure found
           Product: gcc
           Version: 4.8.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: unixway.drive+gcc at gmail dot com

§27.5.3 states that "ios_base defines <...> a class failure derived from
system_error". The only std::ios_base::failure I see in a libstdc++ is a
pre-C++11 ones.

$ g++ -v
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.1/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: /build/gcc/src/gcc-4.8.1/configure --prefix=/usr
--libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man
--infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/
--enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared
--enable-threads=posix --with-system-zlib --enable-__cxa_atexit
--disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch
--enable-gnu-unique-object --enable-linker-build-id --enable-cloog-backend=isl
--disable-cloog-version-check --enable-lto --enable-gold --enable-ld=default
--enable-plugin --with-plugin-ld=ld.gold --with-linker-hash-style=gnu
--disable-install-libiberty --disable-multilib --disable-libssp
--disable-werror --enable-checking=release
Thread model: posix
gcc version 4.8.1 (GCC) 

$ g++ -std=c++11 test.cpp
test.cpp: In function ‘int main(int, char**)’:
test.cpp:10:18: error: ‘class std::ios_base::failure’ has no member named
‘code’
   std::cout << e.code().value() << std::endl;
>From gcc-bugs-return-426498-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Mon Jul 22 13:59:56 2013
Return-Path: <gcc-bugs-return-426498-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 15336 invoked by alias); 22 Jul 2013 13:59:55 -0000
Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm
Precedence: bulk
List-Id: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
Sender: gcc-bugs-owner@gcc.gnu.org
Delivered-To: mailing list gcc-bugs@gcc.gnu.org
Received: (qmail 13085 invoked by uid 48); 22 Jul 2013 13:57:54 -0000
From: "redi at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug libstdc++/57953] no C++11 compliant std::ios_base::failure found
Date: Mon, 22 Jul 2013 13:59:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: libstdc++
X-Bugzilla-Version: 4.8.1
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: redi at gcc dot gnu.org
X-Bugzilla-Status: UNCONFIRMED
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields:
Message-ID: <bug-57953-4-pSH4rGG07m@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-57953-4@http.gcc.gnu.org/bugzilla/>
References: <bug-57953-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2013-07/txt/msg01005.txt.bz2
Content-length: 383

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

--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> ---
(In reply to unixway.drive+gcc from comment #0)
> §27.5.3 states that "ios_base defines <...> a class failure derived from
> system_error".

And http://gcc.gnu.org/onlinedocs/libstdc++/manual/status.html#status.iso.2011
states this isn't implemented yet.
>From gcc-bugs-return-426499-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Mon Jul 22 14:08:48 2013
Return-Path: <gcc-bugs-return-426499-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 30121 invoked by alias); 22 Jul 2013 14:08:48 -0000
Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm
Precedence: bulk
List-Id: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
Sender: gcc-bugs-owner@gcc.gnu.org
Delivered-To: mailing list gcc-bugs@gcc.gnu.org
Received: (qmail 27677 invoked by uid 55); 22 Jul 2013 14:06:46 -0000
From: "morell at cs dot atu.edu" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/57892] g++ internal compiler error: in expand_expr_real_1, at expr.c:9122 while attempting to brace-initialize a dynamically allocated array class member
Date: Mon, 22 Jul 2013 14:08:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: c++
X-Bugzilla-Version: unknown
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: morell at cs dot atu.edu
X-Bugzilla-Status: RESOLVED
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields:
Message-ID: <bug-57892-4-9uqSCHXDM8@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-57892-4@http.gcc.gnu.org/bugzilla/>
References: <bug-57892-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2013-07/txt/msg01006.txt.bz2
Content-length: 728

http://gcc.gnu.org/bugzilla/show_bug.cgi?idW892

--- Comment #4 from morell at cs dot atu.edu ---
Thank you!
On 07/22/2013 04:55 AM, paolo.carlini at oracle dot com wrote:
> http://gcc.gnu.org/bugzilla/show_bug.cgi?idW892
>
> Paolo Carlini <paolo.carlini at oracle dot com> changed:
>
>             What    |Removed                     |Added
> ----------------------------------------------------------------------------
>               Status|UNCONFIRMED                 |RESOLVED
>        Known to work|                            |4.8.0, 4.8.1, 4.9.0
>           Resolution|---                         |FIXED
>
> --- Comment #3 from Paolo Carlini <paolo.carlini at oracle dot com> ---
> In fact works with 4.8.0 too.
>


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

* [Bug libstdc++/57953] no C++11 compliant std::ios_base::failure found
  2013-07-22 13:46 [Bug libstdc++/57953] New: no C++11 compliant std::ios_base::failure found unixway.drive+gcc at gmail dot com
@ 2014-09-19 11:02 ` redi at gcc dot gnu.org
  2014-12-12 22:44 ` redi at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: redi at gcc dot gnu.org @ 2014-09-19 11:02 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2014-09-19
   Target Milestone|---                         |5.0
     Ever confirmed|0                           |1


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

* [Bug libstdc++/57953] no C++11 compliant std::ios_base::failure found
  2013-07-22 13:46 [Bug libstdc++/57953] New: no C++11 compliant std::ios_base::failure found unixway.drive+gcc at gmail dot com
  2014-09-19 11:02 ` [Bug libstdc++/57953] " redi at gcc dot gnu.org
@ 2014-12-12 22:44 ` redi at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: redi at gcc dot gnu.org @ 2014-12-12 22:44 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

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


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

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-22 13:46 [Bug libstdc++/57953] New: no C++11 compliant std::ios_base::failure found unixway.drive+gcc at gmail dot com
2014-09-19 11:02 ` [Bug libstdc++/57953] " redi at gcc dot gnu.org
2014-12-12 22:44 ` 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).