]> granicus.if.org Git - gc/commitdiff
* testsuite/boehm-gc.c/gctest.c: Fix defaulting to int. gcc/testsuite/ * c-c++-common...
authormpolacek <mpolacek@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 6 Oct 2014 13:48:31 +0000 (13:48 +0000)
committerIvan Maidanski <ivmai@mail.ru>
Wed, 20 May 2015 08:36:49 +0000 (11:36 +0300)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@215943 138bc75d-0d04-0410-961f-82ee72b054a4

ChangeLog
testsuite/boehm-gc.c/gctest.c

index 50a0802d9d8b39cce43ece85baa0e8be0ec76b17..94692f09a7478eb4515533c921f19f081adeefc0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-10-06  Marek Polacek  <polacek@redhat.com>
+
+       * testsuite/boehm-gc.c/gctest.c: Fix defaulting to int.
+
 2014-05-13  Bernd Edlinger  <bernd.edlinger@hotmail.de>
 
        Fix current cygwin-64 build problems.
index 1180ab152ad0d46fe44e6ac52fc21f5b2e3f866f..cc03e96e554220ddf90376507182f0b28c3ee4cc 100644 (file)
@@ -1701,6 +1701,7 @@ int APIENTRY WinMain(HINSTANCE instance, HINSTANCE prev, LPSTR cmd, int n)
 
 
 #ifdef PCR
+int
 test()
 {
     PCR_Th_T * th1;
@@ -1738,6 +1739,7 @@ void * thr_run_one_test(void * arg)
 #endif
 
 #if defined(GC_SOLARIS_THREADS) && !defined(GC_SOLARIS_PTHREADS)
+int
 main()
 {
     thread_t th1;
@@ -1781,6 +1783,7 @@ main()
   --> bad news
 #endif
 
+int
 main()
 {
     pthread_t th1;