[cfe-commits] check that always_inline attribute works with -fno-inline

Eli Friedman eli.friedman at gmail.com
Mon Nov 26 12:06:40 PST 2012


On Mon, Nov 26, 2012 at 11:54 AM, Sebastian Pop <spop at codeaurora.org> wrote:
> Hi,
>
> I think that the current test for always_inline can be improved by also checking
> that -fno-inline does not impact the always_inline attribute.
>
> Ok to commit?

While you're at it, can you switch the test to use FileCheck?
("CHECK-NOT: foo" or something like that.)

Otherwise, fine.

-Eli



More information about the cfe-commits mailing list