------- Comment #6 from jakub at gcc dot gnu dot org 2010-06-22 05:50 ------- Why not just: TARGET_EITHER && (arm_arch6 || !optimize_size) ? That !arm_arch6 && is completely redundant there.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44392
jakub at gcc dot gnu dot org Tue, 22 Jun 2010 00:10:04 -0700
------- Comment #6 from jakub at gcc dot gnu dot org 2010-06-22 05:50 ------- Why not just: TARGET_EITHER && (arm_arch6 || !optimize_size) ? That !arm_arch6 && is completely redundant there.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44392