diff mbox

[committed] gnu11 fallout: ada

Message ID 20141016090649.GI10501@redhat.com
State New
Headers show

Commit Message

Marek Polacek Oct. 16, 2014, 9:06 a.m. UTC
This fixes one test in the Ada testsuite (there may be more of these).

Applying to trunk.

2014-10-16  Marek Polacek  <polacek@redhat.com>

	* ada/acats/tests/cd/cd300051.c: Fix defaulting to int.


	Marek
diff mbox

Patch

diff --git gcc/testsuite/ada/acats/tests/cd/cd300051.c gcc/testsuite/ada/acats/tests/cd/cd300051.c
index 5771fc8..86e60a0 100644
--- gcc/testsuite/ada/acats/tests/cd/cd300051.c
+++ gcc/testsuite/ada/acats/tests/cd/cd300051.c
@@ -48,7 +48,7 @@ 
 --                          CD30005.A (as comments).
 --!
 */
-            int _cd30005_1( Value )
+            int _cd30005_1(int Value )
             {
                 /* int Value */