#752 closed defect (fixed)
fix build with gcc 7.1.0
Reported by: | westram | Owned by: | westram |
---|---|---|---|
Priority: | normal | Milestone: | arb7.0 |
Component: | global | Version: | SVN |
Keywords: | Cc: |
Description (last modified by westram)
one failing unittest:TEST_nucl_tree_modificationschanged result accepted by [16650]
- fix warnings:
- many (promising?) buffer-overflow warnings (-Wformat-overflow=, -Walloc-size-larger-than=, -Wstringop-overflow=)
- warns about implicit fall-throughs (-Wimplicit-fallthrough=; check whether they are intended)
- test new warning options:
- -Wduplicated-branches
- -Walloc-zero
test with sanitizersfixes by [16652]
Change History (11)
comment:1 Changed 8 years ago by westram
- Status changed from new to _started
comment:2 Changed 8 years ago by westram
- Description modified (diff)
- Status changed from _started to assigned
comment:3 Changed 8 years ago by westram
- Description modified (diff)
comment:4 in reply to: ↑ description ; follow-up: ↓ 6 Changed 7 years ago by westram
- Description modified (diff)
Replying to ticket:
- one failing unittest:
- TEST_nucl_tree_modifications
same test failing with gcc 7.2.0
comment:5 Changed 7 years ago by westram
- Status changed from assigned to _started
comment:6 in reply to: ↑ 4 Changed 7 years ago by westram
comment:7 Changed 7 years ago by westram
- Description modified (diff)
comment:8 Changed 7 years ago by westram
- Description modified (diff)
comment:9 Changed 7 years ago by westram
- Priority changed from blocker to normal
actual defect fixed with [16653]
comment:10 Changed 7 years ago by westram
- Resolution set to fixed
- Status changed from _started to closed
Note: See
TracTickets for help on using
tickets.
refuse to build with gcc≥7 (see [15869])