This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]