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]

r262980 - in /trunk/libstdc++-v3: ChangeLog tes...


Author: redi
Date: Wed Jul 25 20:23:07 2018
New Revision: 262980

URL: https://gcc.gnu.org/viewcvs?rev=262980&root=gcc&view=rev
Log:
PR libstdc++/86676 Do not assume stack buffer is aligned

	PR libstdc++/86676
	* testsuite/20_util/monotonic_buffer_resource/release.cc: Allow for
	buffer being misaligned and so returned pointer not being at start.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/testsuite/20_util/monotonic_buffer_resource/release.cc


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