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]

Why do we { dg-require-debug-mode "" } for tests not using it?


We have a number of tests like
testsuite/21_strings/debug/self_move_assign_neg.cc which use:

// { dg-require-debug-mode "" }

But then they #include <debug/string> and test __gnu_debug::string
which is always available (not just in Debug Mode).

Is there some reason for this?


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