Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: gcc/gcc/testsuite/gnat.dg/thin_pointer.ads

Issue 3050029: [gcc] GCC 4.5.0=>4.5.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gcc/gcc/testsuite/gnat.dg/test_raise_from_pure.adb ('k') | gcc/gcc/testsuite/gnat.dg/warn5.adb » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/gcc/testsuite/gnat.dg/thin_pointer.ads
diff --git a/gcc/gcc/testsuite/gnat.dg/thin_pointer.ads b/gcc/gcc/testsuite/gnat.dg/thin_pointer.ads
deleted file mode 100644
index 6f528a51ed9ca033e3948a71afbadf88fc75e1db..0000000000000000000000000000000000000000
--- a/gcc/gcc/testsuite/gnat.dg/thin_pointer.ads
+++ /dev/null
@@ -1,22 +0,0 @@
-with System;
-
-package Thin_Pointer is
-
- type Stream is array (Integer range <>) of Character;
-
- type Stream_Ptr is access Stream;
- for Stream_Ptr'Size use Standard'Address_Size;
-
- type Buf is record
- A : System.Address;
- end record;
-
- type Buf_Wrapper is record
- B : Buf;
- end record;
-
- type Buf_Ptr is access Buf_Wrapper;
-
- procedure Set_Buffer (AD : Buf_Ptr; Buffer : Stream_ptr);
-
-end Thin_Pointer;
« no previous file with comments | « gcc/gcc/testsuite/gnat.dg/test_raise_from_pure.adb ('k') | gcc/gcc/testsuite/gnat.dg/warn5.adb » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698