public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] Fix up a libstdc++ testsuite regression
@ 2016-01-27 18:54 Jakub Jelinek
  2016-01-27 19:27 ` Jeff Law
  0 siblings, 1 reply; 2+ messages in thread
From: Jakub Jelinek @ 2016-01-27 18:54 UTC (permalink / raw)
  To: Jonathan Wakely; +Cc: gcc-patches, libstdc++

Hi!

I've noticed recent
UNRESOLVED: libstdc++-prettyprinters/whatis.cc compilation failed to produce executable
regression and I bet it is caused by the <algorithm> changes where it no
longer includes <random>.  Tested on x86_64-linux, ok for trunk?

2016-01-27  Jakub Jelinek  <jakub@redhat.com>

	* testsuite/libstdc++-prettyprinters/whatis.cc: Include <random>.

--- libstdc++-v3/testsuite/libstdc++-prettyprinters/whatis.cc	(revision 232881)
+++ libstdc++-v3/testsuite/libstdc++-prettyprinters/whatis.cc	(working copy)
@@ -33,6 +33,7 @@
 #include <set>
 #include <unordered_map>
 #include <unordered_set>
+#include <random>
 
 template<class T>
 void

	Jakub

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Fix up a libstdc++ testsuite regression
  2016-01-27 18:54 [PATCH] Fix up a libstdc++ testsuite regression Jakub Jelinek
@ 2016-01-27 19:27 ` Jeff Law
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Law @ 2016-01-27 19:27 UTC (permalink / raw)
  To: Jakub Jelinek, Jonathan Wakely; +Cc: gcc-patches, libstdc++

On 01/27/2016 11:54 AM, Jakub Jelinek wrote:
> Hi!
>
> I've noticed recent
> UNRESOLVED: libstdc++-prettyprinters/whatis.cc compilation failed to produce executable
> regression and I bet it is caused by the <algorithm> changes where it no
> longer includes <random>.  Tested on x86_64-linux, ok for trunk?
>
> 2016-01-27  Jakub Jelinek  <jakub@redhat.com>
>
> 	* testsuite/libstdc++-prettyprinters/whatis.cc: Include <random>.
OK.
jeff

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-01-27 19:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-27 18:54 [PATCH] Fix up a libstdc++ testsuite regression Jakub Jelinek
2016-01-27 19:27 ` Jeff Law

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).