|
| From: | A.R. Burgers |
| Subject: | [Octave-bug-tracker] [bug #58244] [octave forge] (parallel) compilation warnings during build with version 6 |
| Date: | Sun, 10 May 2020 15:03:05 -0400 (EDT) |
| User-agent: | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/18.17763 |
Follow-up Comment #4, bug #58244 (project octave):
I'd say this is related.
The parallel package with octave-6 seems to still use error_state based
handling (src/error-helpers.h in the parallel package). The code will work,
but run-time errors will not be detected because error_state is always 0
(Hence the warnings).
The configure script tests for the new exception based error handling, but the
parallel package doesn't seem to use it.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?58244>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |