From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26872 invoked by alias); 11 Apr 2003 01:36:01 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 26858 invoked by uid 71); 11 Apr 2003 01:36:00 -0000 Date: Fri, 11 Apr 2003 01:36:00 -0000 Message-ID: <20030411013600.26857.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Garen Subject: Re: target/10338: [3.3 regression?] [Cygwin -> tic4x | avr] cross target compilation error Reply-To: Garen X-SW-Source: 2003-04/txt/msg00482.txt.bz2 List-Id: The following reply was made to PR target/10338; it has been noted by GNATS. From: Garen To: gcc-gnats@gcc.gnu.org, Svein.Seldal@solidas.com, gcc-bugs@gcc.gnu.org, nobody@gcc.gnu.org, gcc-prs@gcc.gnu.org Cc: Subject: Re: target/10338: [3.3 regression?] [Cygwin -> tic4x | avr] cross target compilation error Date: Thu, 10 Apr 2003 18:12:59 -0700 I ran into the same problem here (PR10198): http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=10198 So I don't think it's a regression. It seems to be present on all of the 3.2.x branches, so I'm guessing it's a Cygwin problem. I worked around it similarly by just not using __memcpy(), and instead memcpy() in the #else branch.