Opened 7 years ago

Closed 6 years ago

Last modified 3 years ago

#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_modifications (./) changed 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 sanitizers (./) fixes by [16652]

Change History (11)

comment:1 Changed 7 years ago by westram

  • Status changed from new to _started

comment:2 Changed 7 years ago by westram

  • Description modified (diff)
  • Status changed from _started to assigned

refuse to build with gcc≥7 (see [15869])

comment:3 Changed 7 years ago by westram

  • Description modified (diff)

comment:4 in reply to: ↑ description ; follow-up: 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 6 years ago by westram

  • Status changed from assigned to _started

comment:6 in reply to: ↑ 4 Changed 6 years ago by westram

  • TEST_nucl_tree_modifications

same test failing with gcc 7.2.0

parsimony-test with gcc≥7.x behaves exactly like it does with clang (see #740, #741, [15579]).

comment:7 Changed 6 years ago by westram

  • Description modified (diff)

comment:8 Changed 6 years ago by westram

  • Description modified (diff)

comment:9 Changed 6 years ago by westram

  • Priority changed from blocker to normal

actual defect fixed with [16653]

comment:10 Changed 6 years ago by westram

  • Resolution set to fixed
  • Status changed from _started to closed

most warnings fixed by [16668], [16683], [16763].

comment:11 Changed 3 years ago by westram

  • Milestone changed from arb6.1 to arb7.0

Milestone renamed

Note: See TracTickets for help on using tickets.