[Bug target/39102] gcc generating multiple stack stores in optimised code
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39102 --- Comment #2 from Jens Maurer 2012-11-23 14:07:34 UTC --- Here is another test case: struct S { unsigned char * p; unsigned char * limit; }; S g(S s); inline __attribute__((always_inline)) S f(S s, unsigned int n); S f
[Bug target/39102] gcc generating multiple stack stores in optimised code
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39102 Andrew Pinski changed: What|Removed |Added Keywords||missed-optimization Status|UN