]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r260332;
authorpfg <pfg@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 21 Jan 2014 16:02:31 +0000 (16:02 +0000)
committerpfg <pfg@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 21 Jan 2014 16:02:31 +0000 (16:02 +0000)
commit3a08be01b5ebf53fdae13a6dd9c208e344a4665c
treec663f2097e9b9efe264a42dcfdfe4f5a22ce934c
parent2d01dac95413ac3a6685f391d5689e870fdfb9a3
MFC r260332;
gcc: backport some fixes from llvm-gcc

llvm-gcc backported some patches from gcc trunk:

http://gcc.gnu.org/ml/gcc-cvs/2007-05/msg00662.html
http://gcc.gnu.org/ml/gcc-cvs/2007-07/msg00019.html
http://gcc.gnu.org/ml/gcc-cvs/2007-08/msg00240.html
http://gcc.gnu.org/ml/gcc-cvs/2007-08/msg00493.html

The first two were always GPL2. The last two were
added after the GPL3 transition, but were written
by aaw@google.com and Rafael EspĂ­ndola got permission
to relicense them under the GPL2 for inclusion in
llvm-gcc.

This fixes GCC-PR c++/31749

Obtained from: llvm-gcc (rev. 75463; GPLv2)

git-svn-id: svn://svn.freebsd.org/base/stable/8@260985 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
contrib/gcc/cp/decl.c
contrib/gcc/cp/name-lookup.c
contrib/gcc/cp/parser.c