Hi,

On 01/20/2015 05:57 PM, Tim Shen wrote:
+void test02()
+{
+  bool test __attribute__((unused)) = true;
+
+  std::regex re("[[:alnum:]]", std::regex_constants::basic);
+  re = "\\w+";
+}
When we end up doing this to save run time, let's at least add in a comment the PR #, like

    // PR libstdc++/64680

before test02().

Paolo.

Reply via email to