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 target/10908] Addresses of protected symbols don't work right on ia32


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-12-17 06:02 -------

  /* A variable is local if the user tells us so.  */
  else if (DECL_VISIBILITY (exp) != VISIBILITY_DEFAULT)
    local_p = true;

Yes this is still invalid as GCC is not were the problem is (the optimization is right).

-- 


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


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