From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5600 invoked by alias); 26 May 2005 19:40:34 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 5542 invoked by uid 48); 26 May 2005 19:40:28 -0000 Date: Thu, 26 May 2005 19:49:00 -0000 Message-ID: <20050526194028.5541.qmail@sourceware.org> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050526135123.21766.dims@yahoo.com> References: <20050526135123.21766.dims@yahoo.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug middle-end/21766] [4.1 Regression] Bootstrap failure on i686-pc-cygwin X-Bugzilla-Reason: CC X-SW-Source: 2005-05/txt/msg03507.txt.bz2 List-Id: ------- 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