public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "nico at josuttis dot de" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug libstdc++/43877] container declaration disables standard output
Date: Sun, 25 Apr 2010 07:03:00 -0000	[thread overview]
Message-ID: <20100425070334.10537.qmail@sourceware.org> (raw)
In-Reply-To: <bug-43877-18622@http.gcc.gnu.org/bugzilla/>



------- Comment #5 from nico at josuttis dot de  2010-04-25 07:03 -------
I gues with move.exe you mean my generated exe file.
I have three versions here:

cygcheck for the full buggy program (including vector declaration):
-------------------------------------------------------------------
D:\buecher\libbook2\book\code\cont\try\hello.exe
  P:\gcc4\bin\cyggcc_s-sjlj-1.dll
    P:\cygwin\bin\cygwin1.dll
      C:\WINDOWS\system32\ADVAPI32.DLL
        C:\WINDOWS\system32\KERNEL32.dll
          C:\WINDOWS\system32\ntdll.dll
        C:\WINDOWS\system32\RPCRT4.dll
          C:\WINDOWS\system32\Secur32.dll
  P:\cygwin\bin\cygstdc++-6.dll
    P:\cygwin\bin\cyggcc_s-1.dll

cygcheck for the working program (without vector declaration):
--------------------------------------------------------------
D:\buecher\libbook2\book\code\cont\try\hello.exe
  P:\cygwin\bin\cygstdc++-6.dll
    P:\cygwin\bin\cyggcc_s-1.dll
      P:\cygwin\bin\cygwin1.dll
        C:\WINDOWS\system32\ADVAPI32.DLL
          C:\WINDOWS\system32\KERNEL32.dll
            C:\WINDOWS\system32\ntdll.dll
          C:\WINDOWS\system32\RPCRT4.dll
            C:\WINDOWS\system32\Secur32.dll

cygcheck for a working program with g++4.4.3(with vector declaration):
----------------------------------------------------------------------
D:\buecher\libbook2\book\code\cont\try\hello.exe
  P:\gcc4\bin\cyggcc_s-sjlj-1.dll
    P:\cygwin\bin\cygwin1.dll
      C:\WINDOWS\system32\ADVAPI32.DLL
        C:\WINDOWS\system32\KERNEL32.dll
          C:\WINDOWS\system32\ntdll.dll
        C:\WINDOWS\system32\RPCRT4.dll
          C:\WINDOWS\system32\Secur32.dll

Hmm, looks probably not correct that the cygwin libs are used:
  P:\cygwin\bin\cygstdc++-6.dll
    P:\cygwin\bin\cyggcc_s-1.dll
which would mean that options such as 
    --prefix=/cygdrive/p/gcc4
    --program-suffix=4
    --with-gxx-include-dir=/cygdrive/p/gcc4-include
would not work properly or be enough.

Attached you also get the exe file.


-- 


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


  parent reply	other threads:[~2010-04-25  7:03 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-24 10:04 [Bug libstdc++/43877] New: container declaration disables standard outoput nico at josuttis dot de
2010-04-24 10:16 ` [Bug libstdc++/43877] container declaration disables standard output nico at josuttis dot de
2010-04-24 23:28 ` paolo dot carlini at oracle dot com
2010-04-24 23:33 ` davek at gcc dot gnu dot org
2010-04-24 23:44 ` davek at gcc dot gnu dot org
2010-04-25  7:03 ` nico at josuttis dot de [this message]
2010-04-25  7:06 ` nico at josuttis dot de
2010-04-25  7:25 ` nico at josuttis dot de
2010-04-25 12:14 ` davek at gcc dot gnu dot org
2010-04-25 14:15 ` nico at josuttis dot de

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=20100425070334.10537.qmail@sourceware.org \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /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).