Module Name: src Committed By: riz Date: Mon Sep 3 19:24:27 UTC 2012
Modified Files: src/external/gpl3/gcc/dist/gcc [netbsd-6]: builtins.c Log Message: Pull up following revision(s) (requested by martin in ticket #540): external/gpl3/gcc/dist/gcc/builtins.c: revision 1.2 Make can_trust_pointer_alignment() always return false on STRICT_ALIGNMENT archs - gcc 4.5 is not able to properly track alignment and backporting the fix from 4.6/4.7 is not feasible (according to upstream). See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46483 for details. Fixes PR toolchain/46865. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.1.1.1.4.1 \ src/external/gpl3/gcc/dist/gcc/builtins.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.