gcc.c-torture/execute/float-floor.c depends on the target supporting an actual 64-bit double type.
Since the type "double" in the avr target is actually a 32-bit float, the test always fails. -- Summary: gcc.c-torture/execute/float-floor.c fails for targets with no 64-bit double type Product: gcc Version: 4.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: testsuite AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: pmarques at grupopie dot com GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet: avr-*-* http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34880