This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

-fno-unit-at-a-time broken


Some recent change has broken -fno-unit-at-a-time on mainline.
Which, I'll remind folks, is *still* the default at -O1.

Test case:

static inline void foo(void) { }
void (*bar) (void);
void baz(void) { bar = foo; }

We're no longer emitting foo out of line.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]