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]

[tuples] inline


Trying to merge the next patch from trunk to tuples
(http://gcc.gnu.org/viewcvs?view=rev&revision=133169) causes some
regressions.

The patch changes some "static inline" to "extern inline". We are not
inlining and since for extern we do not emit a body, some tests
started to fail to link.

Diego, you are listed as working on some inlining passes.  Should I do
this merge now or can I help you with the inline first to avoid
regressions?

Cheers,
-- 
Rafael Avila de Espindola

Google Ireland Ltd.
Gordon House
Barrow Street
Dublin 4
Ireland

Registered in Dublin, Ireland
Registration Number: 368047


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