Opened 10 years ago

Closed 10 years ago

#276 closed defect (fixed)

arithchk must be compiled with optimizer enabled

Reported by: Yuri Dario Owned by:
Priority: highest Milestone: libc-0.6.6
Component: libc Version: 0.6.5
Severity: blocker Keywords:
Cc:

Description

otherwise it crashes with a floating point exception when gcc 4.x is used for build. Another solution is to mask all floating point exceptions.

Change History (4)

comment:1 Changed 10 years ago by Yuri Dario

trunk already builds it using -O2 flag.

comment:2 Changed 10 years ago by bird

Sounds reasonable to use -O2 for build stuff.

comment:3 Changed 10 years ago by Yuri Dario

Fixed in r3797.

comment:4 Changed 10 years ago by Yuri Dario

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.