Opened 18 years ago

Closed 14 years ago

#28 closed task (fixed)

fix type-punning warnings

Reported by: westram Owned by: devel
Priority: critical Milestone:
Component: Libraries (multi) Version: SVN
Keywords: Cc:

Description (last modified by westram)

  • recompile with -O2 or higher to see all type-punning related warnings
  • fix reasons for warnings or disable strict aliasing (-fno-strict-aliasing)

Type-punning causes undefined behavior of code - this really makes severe problems!

  • see #27 for one example
  • Some notes about type-punning can be found here
  • Search trac for punning

Change History (6)

comment:1 Changed 18 years ago by westram

  • Description modified (diff)

comment:2 Changed 18 years ago by westram

  • Description modified (diff)

comment:3 Changed 15 years ago by westram

  • Component changed from !NoIdea to SourceCode

comment:4 Changed 15 years ago by westram

  • Type changed from defect to task

comment:5 Changed 15 years ago by westram

  • Description modified (diff)

comment:6 Changed 14 years ago by westram

  • Description modified (diff)
  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.