This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
profile mode broken with -std=gnu++0x
- From: Silvius Rus <rus at google dot com>
- To: Paolo Carlini <paolo dot carlini at oracle dot com>
- Cc: "libstdc++" <libstdc++ at gcc dot gnu dot org>
- Date: Tue, 4 May 2010 19:39:09 -0700
- Subject: profile mode broken with -std=gnu++0x
Hello Paolo,
I built trunk today and realized that the profile mode is broken with
-std=gnu++0x. Simply including <vector> does not compile.
Many tests are thus broken with "make check-profile", as they request
building with -std=gnu++0x.
Could you please confirm this breakage by trying to compile a file
containing only "#include <vector>" with "-D_GLIBCXX_PROFILE
-std=gnu++0x"? If it confirms, do you happen to know which change
might have caused this?
Thank you,
Silvius