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/46713] -fvisibility=hidden generates broken code


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

--- Comment #7 from River Tarnell <r.tarnell at IEEE dot ORG> 2011-01-29 23:09:23 UTC ---
I don't agree that this is invalid.  If objdump is not found, GCC should either
generate an error and fail during build, or continue to build but generate
correct code, albeit without visibility support.  Building and silently
generating incorrect code cannot be right, surely?


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