|
| From: | Markus Mützel |
| Subject: | [Octave-bug-tracker] [bug #58795] ode15i and ode15s fail for Windows 32bit |
| Date: | Fri, 11 Sep 2020 08:17:28 -0400 (EDT) |
| User-agent: | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36 Edg/85.0.564.44 |
Follow-up Comment #64, bug #58795 (project octave):
The only compiler warning I can see for "__ode15__.cc" is on the clang-fedora
builder (same for clang-debian):
http://buildbot.octave.org:8010/#/builders/9/builds/1736/steps/6/logs/stdio
In file included from ../src/libinterp/dldfcn/__ode15__.cc:43:
../src/libinterp/parse-tree/parse.h:124:26: warning: explicitly defaulted copy
assignment operator is implicitly deleted [-Wdefaulted-function-deleted]
parent_scope_info& operator = (const parent_scope_info&) = default;
^
../src/libinterp/parse-tree/parse.h:148:20: note: copy assignment operator of
'parent_scope_info' is implicitly deleted because field 'm_parser' is of
reference type 'octave::base_parser &'
base_parser& m_parser;
^
1 warning generated.
But that doesn't look related to the issue here, and many other files
including that header show the same warning.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?58795>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |