#21 closed defect (fixed)
build failure on x86_64 with gcc 4
Reported by: | anonymous | Owned by: | rainer |
---|---|---|---|
Priority: | blocker | Milestone: | 2.2.1 |
Component: | main | Version: | 2.2.0 |
Keywords: | Cc: |
Description
Building on x86_64 with gcc 4 fails because of incompatible syntax of the inline assembly:
sh_tiger1_64.c:375: error: inconsistent operand constraints in an 'asm'
This is in the optimized assembly code (for the tiger checksum) that is only used on x86_64.
Note:
See TracTickets
for help on using tickets.
Fixed in changeset [46].