r176716 - in /branches/google/gcc-4_6/libstdc++...

jyasskin@gcc.gnu.org jyasskin@gcc.gnu.org
Sun Jul 24 17:55:00 GMT 2011


Author: jyasskin
Date: Sun Jul 24 17:55:51 2011
New Revision: 176716

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176716
Log:
In some translation units the debug location of make_heap is the
location of its name; in other TUs it's the location of the closing
')'. This causes false positives in gold's ODR checker. Until I can
find why the locations are inconsistent, we can work around the
problem by putting the name and closing ')' on the same line.

	Google ref 5068684.
	* libstdc++-v3/include/bits/stl_heap.h(make_heap): Remove a newline.


Modified:
    branches/google/gcc-4_6/libstdc++-v3/ChangeLog.google-4_6
    branches/google/gcc-4_6/libstdc++-v3/include/bits/stl_heap.h



More information about the Libstdc++-cvs mailing list