r190662 - in /trunk: gcc/cp/ChangeLog gcc/cp/ca...

jason@gcc.gnu.org jason@gcc.gnu.org
Sat Aug 25 02:27:00 GMT 2012


Author: jason
Date: Sat Aug 25 02:27:27 2012
New Revision: 190662

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=190662
Log:
	* pt.c (tsubst_default_argument): Indicate where the default
	argument is being instantiated for.
	(tsubst_expr): Restore previous location.
	(tsubst_copy_and_build): Set and restore location.
	* call.c (build_new_method_call_1): Remember location of call.
	* semantics.c (finish_call_expr): Here too.
	* parser.c (cp_parser_omp_for_loop): Remember the location of the
	increment expression.

Modified:
    trunk/libstdc++-v3/testsuite/20_util/bind/ref_neg.cc
    trunk/libstdc++-v3/testsuite/20_util/ratio/cons/cons_overflow_neg.cc

Changes in other areas also in this revision:
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/call.c
    trunk/gcc/cp/parser.c
    trunk/gcc/cp/pt.c
    trunk/gcc/cp/semantics.c
    trunk/gcc/testsuite/g++.dg/cpp0x/decltype28.C
    trunk/gcc/testsuite/g++.dg/cpp0x/decltype29.C
    trunk/gcc/testsuite/g++.dg/cpp0x/decltype32.C
    trunk/gcc/testsuite/g++.dg/cpp0x/initlist-deduce.C
    trunk/gcc/testsuite/g++.dg/cpp0x/overload2.C
    trunk/gcc/testsuite/g++.dg/cpp0x/sfinae24.C
    trunk/gcc/testsuite/g++.dg/gomp/for-19.C
    trunk/gcc/testsuite/g++.dg/overload/defarg1.C
    trunk/gcc/testsuite/g++.dg/parse/crash40.C
    trunk/gcc/testsuite/g++.dg/template/crash108.C
    trunk/gcc/testsuite/g++.dg/template/crash89.C



More information about the Libstdc++-cvs mailing list