This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/21766] [4.1 Regression] Bootstrap failure on i686-pc-cygwin
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 26 May 2005 19:40:28 -0000
- Subject: [Bug middle-end/21766] [4.1 Regression] Bootstrap failure on i686-pc-cygwin
- References: <20050526135123.21766.dims@yahoo.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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