This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

[Bug testsuite/60794] 25 libstdc++ tests are missing '{ dg-require-debug-mode "" }'


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

--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Why do you think they require debug mode?

Those tests are supposed to run in normal mode, that's why they explicitly use
<debug/vector> and __gnu_debug::vector (which is how to use the debug
containers in normal mode)


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