OSDN Git Service

* gcc.dg/uninit-16.c (decode_reloc): Mark static.
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 26 Mar 2008 21:37:03 +0000 (21:37 +0000)
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 26 Mar 2008 21:37:03 +0000 (21:37 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@133618 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/uninit-16.c

index fda355c..55916d1 100644 (file)
@@ -1,3 +1,7 @@
+2008-03-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * gcc.dg/uninit-16.c (decode_reloc): Mark static.
+
 2008-03-26  Jakub Jelinek  <jakub@redhat.com>
 
        PR c++/35546
index aefb5e5..e039f70 100644 (file)
@@ -3,6 +3,7 @@
 
 int foo, bar;
 
+static
 void decode_reloc(int reloc, int *is_alt)
 {
   if (reloc >= 20)