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

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

From-SVN: r267511
This commit is contained in:
Rainer Orth 2019-01-02 12:42:20 +00:00
parent 4c3643a559
commit dcff404e03
2 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,7 @@
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.

View File

@ -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_;