r265094 - in /branches/gcc-7-branch/libstdc++-v...

redi@gcc.gnu.org redi@gcc.gnu.org
Fri Oct 12 12:51:00 GMT 2018


Author: redi
Date: Fri Oct 12 12:51:34 2018
New Revision: 265094

URL: https://gcc.gnu.org/viewcvs?rev=265094&root=gcc&view=rev
Log:
Fix __gnu_cxx::_Pointer_adapter for long long arithmetic

Backport from mainline
2018-08-30  Jonathan Wakely  <jwakely@redhat.com>

	* include/ext/pointer.h (_Pointer_adapter): Define operators for
	pointer arithmetic using long long offsets.
	* testsuite/ext/ext_pointer/1.cc: Test pointer arithmetic using
	long long values.

Modified:
    branches/gcc-7-branch/libstdc++-v3/ChangeLog
    branches/gcc-7-branch/libstdc++-v3/include/ext/pointer.h
    branches/gcc-7-branch/libstdc++-v3/testsuite/ext/ext_pointer/1.cc



More information about the Libstdc++-cvs mailing list