Opened 12 years ago
Closed 12 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 , 12 years ago
comment:4 by , 12 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

trunk already builds it using -O2 flag.