public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [patch] Make std::align tests depend on stdint.h
@ 2014-10-14 17:19 Jonathan Wakely
  2014-10-15  9:50 ` Jonathan Wakely
  0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Wakely @ 2014-10-14 17:19 UTC (permalink / raw)
  To: libstdc++, gcc-patches

Tested x86_64-linux, committed to trunk.

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

* Re: [patch] Make std::align tests depend on stdint.h
  2014-10-14 17:19 [patch] Make std::align tests depend on stdint.h Jonathan Wakely
@ 2014-10-15  9:50 ` Jonathan Wakely
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Wakely @ 2014-10-15  9:50 UTC (permalink / raw)
  To: libstdc++, gcc-patches

[-- Attachment #1: Type: text/plain, Size: 174 bytes --]

On 14/10/14 18:14 +0100, Jonathan Wakely wrote:
>Tested x86_64-linux, committed to trunk.
>

I forgot the patch (thanks, Marc!)

It's not very exciting, but here it is ...



[-- Attachment #2: patch.txt --]
[-- Type: text/x-patch, Size: 1118 bytes --]

commit c473ca3bad6ad7ea8e21e50794c0445f54952d61
Author: redi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Tue Oct 14 17:14:07 2014 +0000

    	* testsuite/20_util/align/1.cc: Add dg-require-stdint.
    	* testsuite/20_util/align/2.cc: Likewise.
    
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@216214 138bc75d-0d04-0410-961f-82ee72b054a4

diff --git a/libstdc++-v3/testsuite/20_util/align/1.cc b/libstdc++-v3/testsuite/20_util/align/1.cc
index d1f94e9..483ec1b 100644
--- a/libstdc++-v3/testsuite/20_util/align/1.cc
+++ b/libstdc++-v3/testsuite/20_util/align/1.cc
@@ -21,6 +21,8 @@
 
 // C++11 [ptr.align] (20.6.5): std::align
 
+// { dg-require-cstdint "" }
+
 #include <memory>
 #include <cstdint>
 #include <testsuite_hooks.h>
diff --git a/libstdc++-v3/testsuite/20_util/align/2.cc b/libstdc++-v3/testsuite/20_util/align/2.cc
index efad56a..aebe117 100644
--- a/libstdc++-v3/testsuite/20_util/align/2.cc
+++ b/libstdc++-v3/testsuite/20_util/align/2.cc
@@ -19,6 +19,8 @@
 
 // C++11 [ptr.align] (20.6.5): std::align
 
+// { dg-require-cstdint "" }
+
 #include <memory>
 #include <testsuite_hooks.h>
 

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

end of thread, other threads:[~2014-10-15  9:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-14 17:19 [patch] Make std::align tests depend on stdint.h Jonathan Wakely
2014-10-15  9:50 ` Jonathan Wakely

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).