Opened 2 hours ago
Last modified 2 hours ago
#874 _started defect
fix unit testing for gcc-11++
| Reported by: | westram | Owned by: | westram |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | no idea | Version: | SVN |
| Keywords: | Cc: |
Description (last modified by westram)
Code generated by newer gccs (starting with gcc-11-series) does no longer work with arbs unit tests.
Required changes:
- use objdump instead of nm to parse symbols
- use own format for generated symlists
- fix detection of symbol locations
- repair duplicate detector
- add separate warning level to
- suppress tests marked as broken, but
- show all other warnings
Test that fixed unit tester works with all gcc series from 5 to 15.
related to #873
Change History (2)
comment:1 Changed 2 hours ago by westram
- Owner changed from devel to westram
- Status changed from new to _started
comment:2 Changed 2 hours ago by westram
- Description modified (diff)
Note: See
TracTickets for help on using
tickets.
