Commit dcff404e by Rainer Orth

Fix g++.dg/gcov/pr88263.C compilation on Solaris

	* g++.dg/gcov/pr88263.C: Rename namespace log to logging.

From-SVN: r267511
parent 4c3643a5
2019-01-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* g++.dg/gcov/pr88263.C: Rename namespace log to logging.
2019-01-02 Richard Biener <rguenther@suse.de>
PR tree-optimization/88621
......@@ -12,8 +16,8 @@
2019-01-01 Martin Sebor <msebor@redhat.com>
Jeff Law <law@redhat.com>
* gcc.dg/strlenopt-40.c: Update
* gcc.dg/strlenopt-51.c: Likewise.
* gcc.dg/strlenopt-40.c: Update.
* gcc.dg/strlenopt-51.c: Likewise.
* gcc.dg/tree-ssa/pr79376.c: Likewise.
* gcc.dg/strlenopt-40.c: Disable a couple tests.
......
......@@ -4,7 +4,7 @@
#include <sstream>
namespace log {
namespace logging {
class Logstream {
public:
......@@ -16,7 +16,7 @@ private:
}
namespace log {
namespace logging {
thread_local std::ostringstream Logstream::os_;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment