Opened 11 years ago

Closed 11 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 by Yuri Dario, 11 years ago

trunk already builds it using -O2 flag.

comment:2 by bird, 11 years ago

Sounds reasonable to use -O2 for build stuff.

comment:3 by Yuri Dario, 11 years ago

Fixed in r3797.

comment:4 by Yuri Dario, 11 years ago

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