#345 closed defect (fixed)
Does not compile on Debian unstable
Reported by: | rainer | Owned by: | rainer |
---|---|---|---|
Priority: | critical | Milestone: | 3.1.0 |
Component: | main | Version: | |
Keywords: | Cc: |
Description
Reported by micah:
./src/sh_tiger1_64.c: In function tiger_compress: ./src/sh_tiger1_64.c:121:20: error: asm operand has impossible constraints #define roundstart __asm__ (
Note:
See TracTickets
for help on using tickets.
Might be a compiler bug in gcc 4.8. Does not occur with optimization off. Added an option
--disable-asm
to work around the issue.Believed to be fixed by changeset [441].