NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/46865 CVS commit: src/external/gpl3/gcc/dist/gcc
The following reply was made to PR toolchain/46865; it has been noted by GNATS.
From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/46865 CVS commit: src/external/gpl3/gcc/dist/gcc
Date: Sun, 2 Sep 2012 20:58:44 +0000
Module Name: src
Committed By: martin
Date: Sun Sep 2 20:58:44 UTC 2012
Modified Files:
src/external/gpl3/gcc/dist/gcc: builtins.c
Log Message:
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.2 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.
Home |
Main Index |
Thread Index |
Old Index