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

Unified Diff: gcc/gcc/testsuite/gnat.dg/specs/limited1.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/socket1.adb ('k') | gcc/gcc/testsuite/gnat.dg/test_raise_from_pure.adb » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/gcc/testsuite/gnat.dg/specs/limited1.ads
diff --git a/gcc/gcc/testsuite/gnat.dg/specs/limited1.ads b/gcc/gcc/testsuite/gnat.dg/specs/limited1.ads
index 268eb227a320d70c0f8b8382ca425bf1b31cab50..375cf66f5797464dd04c33a206a81218fc540a64 100644
--- a/gcc/gcc/testsuite/gnat.dg/specs/limited1.ads
+++ b/gcc/gcc/testsuite/gnat.dg/specs/limited1.ads
@@ -5,8 +5,6 @@ package limited1 is
type Buffer is limited interface;
type Synchronous_Buffer_Type is synchronized interface and Buffer;
- type Client_Buffer_Type is new Synchronous_Buffer_Type with private;
private
- type Client_Buffer_Type is new Synchronous_Buffer_Type with null record;
end limited1;
« no previous file with comments | « gcc/gcc/testsuite/gnat.dg/socket1.adb ('k') | gcc/gcc/testsuite/gnat.dg/test_raise_from_pure.adb » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698