This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug debug/48333] -fcompare-debug failure (length) - "memmove" x "__builtin_memmove"
- From: "aoliva at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sat, 4 Jun 2011 10:08:45 +0000
- Subject: [Bug debug/48333] -fcompare-debug failure (length) - "memmove" x "__builtin_memmove"
- Auto-submitted: auto-generated
- References: <bug-48333-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48333
--- Comment #5 from Alexandre Oliva <aoliva at gcc dot gnu.org> 2011-06-04 10:08:12 UTC ---
Author: aoliva
Date: Sat Jun 4 10:08:09 2011
New Revision: 174636
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=174636
Log:
PR debug/48333
* calls.c (emit_call_1): Prefer the __builtin declaration of
builtin functions.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/calls.c