http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58630
Uroš Bizjak <ubizjak at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|target |testsuite
--- Comment #8 from Uroš Bizjak <ubizjak at gmail dot com> ---
This is a testsuite bug. ms_abi option requires -maccumulate-outgoung-args, and
this is documented in option documentation. The patch adds new target tuning
option that avoids setting this flag for certain targets (i.e. corei7)
automatically. The ms-abi test cases must set this option in any case.