Francois Bedard
Francois Bedard
Support a multicore ctr0 (even if it just halts cores that aren’t core 0). To be considered for a future release. Beginnings of an implementation exists at https://github.com/foss-for-synopsys-dwc-arc-processors/smp-threads/blob/master/kernel/crt0.S
The libstdc++ implementation of stoff doesn't throw out_of_range exception. For all other exceptions it appears to behave correctly. Errors: FAIL: 21_strings/basic_string/numeric_conversions/char/stof.cc execution test FAIL: 21_strings/basic_string/numeric_conversions/wchar_t/stof.cc execution test Simplified test case:...
hexfloat seems not to work. Failure: FAIL: 27_io/basic_ostream/inserters_arithmetic/char/hexfloat.cc execution test Reason: terminate called after throwing an instance of 'std::invalid_argument' what(): stod Suspect lib issue whrere stod (strtod) doesn't support hexfloat...
The following dwarf tests are failing: FAIL: g++.dg/debug/dwarf2/non-virtual-thunk.C -std=gnu++98 scan-assembler thunk.C:30 FAIL: g++.dg/debug/dwarf2/non-virtual-thunk.C -std=gnu++11 scan-assembler thunk.C:30 FAIL: g++.dg/debug/dwarf2/non-virtual-thunk.C -std=gnu++14 scan-assembler thunk.C:30 Suspecting this to be a mainline issue.
Failures occur in gcc/testsuite/gcc.target/arc/ieee_div.c. Information in gcc.log file: Runtime computation error @66. inf != 0 Runtime computation error @68. inf != 0 Runtime computation error @69. -inf != 0 Runtime...
Alexey: ``` Guys at EZchip has developed action-points support in Linux/GDB and are willing to share it with Synopsys. Below is their original message. ========================= As promised here are links...
Consider the following simplistic test case: extern int v1, v2, v3, v4, v5; void func(int x) { v1 = x; v2 = x; v3 = x; v4 = x; v5...
Portable installation should change environment variables and registry, also there is no need to create uninstaller (like unzipping a .zip, but without a need to create separate .zip media).
Reported from user: When stepping through the code, I often dump into arc_exc_asm.s, exc_entry_int, line 86…maybe this is an interrupt handler or something? It seems that the debugger is not...
OpenOCD `target_request` command allows target to deliver messages to OpenOCD/Debugger, similar to Metaware hostlink. Consider adding this support in OpenOCD.