]> git.ipfire.org Git - thirdparty/gcc.git/commit
PR go/77625
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 20 Sep 2016 17:52:23 +0000 (17:52 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 20 Sep 2016 17:52:23 +0000 (17:52 +0000)
commit91123b00e980f7e44fc74c80be896da4f5bb9152
tree24ad686007250c0780f1f0e3ce5bb3da1c01c8cb
parentb8b3b645aa3501f0bafb3c4db6fba3461ca78adb
PR go/77625

    compiler: allocate std::ofstream as a local variable

    GCC PR 77625 points out a warning about new std::ofstream.  I don't know
    how that is supposed to work, but in this case the std::ofstream may as
    well be a local variable anyhow.

    Reviewed-on: https://go-review.googlesource.com/29435

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@240279 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/go/gofrontend/MERGE
gcc/go/gofrontend/ast-dump.cc