This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]