This is the mail archive of the gcc-prs@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]

Re: target/10338: [3.3 regression?] [Cygwin -> tic4x | avr] cross target compilation error


The following reply was made to PR target/10338; it has been noted by GNATS.

From: DJ Delorie <dj at redhat dot com>
To: garen at wsu dot edu
Cc: gcc-gnats at gcc dot gnu dot org, Svein dot Seldal at solidas dot com, gcc-bugs at gcc dot gnu dot org,
   nobody at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org
Subject: Re: target/10338: [3.3 regression?] [Cygwin -> tic4x | avr] cross target compilation error
Date: Thu, 10 Apr 2003 22:08:55 -0400

 > 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.
 
 It looks like it's always been a bug, but until now there hasn't been
 an OS that defined mempcpy (not memcpy) and not also __mempcpy, so we
 just didn't trip over it.


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