M?ns Rullg?rd <mans <at> mansr.com> writes:
> > +__attribute__((noinline)) void foo() {
>
> This is a gcc extension. We should avoid using those in generic
> tests.
Without attribute noinline, the test fails again for icc 11.0.
So should I always force enable ebp_available for intel compilers?
Carl Eugen