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


> 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]