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]

[committed] gnu11 fallout: ada


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.

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 */
 

	Marek


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