public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/43877]  New: container declaration disables standard outoput
@ 2010-04-24 10:04 nico at josuttis dot de
  2010-04-24 10:16 ` [Bug libstdc++/43877] container declaration disables standard output nico at josuttis dot de
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: nico at josuttis dot de @ 2010-04-24 10:04 UTC (permalink / raw)
  To: gcc-bugs

With g++ 4.5.0 built on cygwin pc (x86, 32bit) the following
program has no output. Without the declaration of the vector
anything works fine as expected.
Does anybody know what could cause this strange behavior?

#include <iostream>
#include <vector>

int main()
{
    std::cout << "hello" << std::endl;
    std::vector<int> v;
}


-- 
           Summary: container declaration disables standard outoput
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: critical
          Priority: P3
         Component: libstdc++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: nico at josuttis dot de


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


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

end of thread, other threads:[~2010-04-25 14:15 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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
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

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).