This is the mail archive of the gcc-bugs@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]

[Bug lto/43212] [LTO] error: control flow in the middle of basic block



------- Comment #2 from steven at gcc dot gnu dot org  2010-04-08 10:43 -------
Should LTO reject function declarations with incompatible attributes? Or should
the "discovery" of the attribute in one translation unit be used to update the
control flow graph in the other units (e.g. by writing out summaries for the
attributes and have a stage in LTO that merges them)?


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43212


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