This is the mail archive of the gcc-patches@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]

[PATCH] Fix gnat.dg/specs/opt2.ads testcase


Tested on x86_64-unknown-linux-gnu, applied.

Richard.

2015-03-26  Richard Biener  <rguenther@suse.de>

	PR middle-end/65519
	* gnat.dg/specs/opt2.ads: Fix testcase.

Index: gcc/testsuite/gnat.dg/specs/opt2.ads
===================================================================
--- gcc/testsuite/gnat.dg/specs/opt2.ads	(revision 221689)
+++ gcc/testsuite/gnat.dg/specs/opt2.ads	(working copy)
@@ -8,4 +8,4 @@ package Opt2 is
 
   type Arr is array (Unsigned_32 range <>) of Unbounded_String;
 
-end P;
+end Opt2;


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