public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Dai Conrad <dai.conrad@gmail.com>
To: cygwin mailing list <cygwin@cygwin.com>
Subject: Re: Updated: gcc-7.3.0-2 (x86/x86_64)
Date: Wed, 30 May 2018 19:57:00 -0000	[thread overview]
Message-ID: <CAEotdwmgDtx=ZrX4CT3qvHfTrr3+L4Y8gscYxF8AAJEgT9yZKg@mail.gmail.com> (raw)

On Tue, 29 May 2018 05:32 PM, Alberto Escrig Vidal
<alberto.escrig@itc.uji.es> wrote:
> I have noticed a couple of issues with g++-7.
>
> 1)
>
> #include <string>
> #include <iostream>
> #include <sstream>
>
> int main()
> {
> std::string Str;
> std::stringstream ss("hello");
> std::getline(ss,Str);
> std::cout << Str;
>
> return 0;
> }
>
> Compiling the above program with:
>
> g++ -g -std=c++17 foo.cpp
>
> Compiles just fine, but aborts when running it.
>
> Running it with gdb:
>
> Program received signal SIGABRT, Aborted.
> 0x6326126a in cygstdc++-6!_ZNSs7reserveEj () from /usr/bin/cygstdc++-6.dllcomp
>
> The program works fine if compiled with -std=c++14.

This also happens with clang++ from clang-5.0.1-2:

0x00000003f0e9ca0b in cygstdc++-6!_ZNSs7reserveEm () from
/usr/bin/cygstdc++-6.dll

> 2)
>
> This program fails to compile (it also failed with g++-6).
>
> #include <shared_mutex>
>
> int main() {}

This fails with g++ -std=c++14 or -std=c++17; it compiles with
-std=c++11, gcc-g++-7.3.0-2.

It DOES NOT fail with clang++ at any of those language levels. I'm on
Windows 10, 64-bit
Cygwin, latest everything i.e. whatever I have installed is fully
updated via setup.

"I don't have a solution, but I certainly admire the problem."

David Conrad

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

             reply	other threads:[~2018-05-30 16:14 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-30 19:57 Dai Conrad [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-05-30 20:31 Dai Conrad
     [not found] <1268fcb1-715a-0518-cc94-91f452d029fb@gmail.com>
2018-05-30 10:57 ` Alberto Escrig Vidal
2018-05-30 16:14   ` JonY
2018-05-31  2:22     ` Ken Brown
2018-06-05 18:07   ` Alberto Escrig Vidal
2018-06-05 23:28   ` JonY

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAEotdwmgDtx=ZrX4CT3qvHfTrr3+L4Y8gscYxF8AAJEgT9yZKg@mail.gmail.com' \
    --to=dai.conrad@gmail.com \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).