------- Additional Comments From pinskia at gcc dot gnu dot org  2005-05-26 
19:40 -------
This is related to the dllimport PRs.

Confirmed, reduced testcase:
extern const __attribute__((dllimport)) char _ctype_[];
char *f(void)
{
  return _ctype_;
}


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |21081, 21275
             Status|WAITING                     |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-05-26 19:40:27
               date|                            |


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

Reply via email to