]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r260332;
authorpfg <pfg@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 20 Jan 2014 21:52:00 +0000 (21:52 +0000)
committerpfg <pfg@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 20 Jan 2014 21:52:00 +0000 (21:52 +0000)
commit2aaf39d1377198ab9dc40e80e55eef43c96f1cb4
tree95782d15b68c1a073b92b74c01d4acda5a0c5390
parent8a2b62683b2399a860f083d658d388345151bd62
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/9@260933 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
contrib/gcc/cp/decl.c
contrib/gcc/cp/name-lookup.c
contrib/gcc/cp/parser.c