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 c++/16030] [3.4/3.5 Regression] [cygwin/mingw]: stdcall function decoration vs LTHUNK alias in multiple inheritanc


------- Additional Comments From dannysmith at users dot sourceforge dot net  2004-08-18 10:06 -------
cygming.h already does define ASM_OUTPUT_DEF_FROM_DECLS and it uses the RTL
encoded name for the new decl, but leaves the target of the alias alone. I don't
think it should modify the target,(at least in __attribute__ ((alias
("target"))) usage).

New patch submitted at:
http://gcc.gnu.org/ml/gcc-patches/2004-08/msg01320.html

Danny

-- 


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


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