------- Comment #1 from pmarques at grupopie dot com 2008-01-29 04:13 ------- Created an attachment (id=15045) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15045&action=view) patch to allow target to set double type as unsupported
with this patch, the target can simply add: set_board_info no_double 1 to its configuration file, and the tests that use the "double" type are marked as unsupported instead of failing. This way, only targets that want to skip these tests are affected and most targets will continue to run the tests as usual. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34880