[PATCH] * doc/install.texi: Document availability of cloog-0.16

Jack Howarth howarth@bromo.med.uc.edu
Sun Jan 9 03:50:00 GMT 2011


On Sat, Jan 08, 2011 at 07:34:08PM -0500, Tobias Grosser wrote:
...
>
> Thanks for this quick patch. Let's see what Sven says.
>
> Tobi

Tobi,
   I also tested a -O3 cloog-isl build on i386-apple-darwin10 using the
Xcode 3.2.5 compilers and there are no regressions in the cloog testsuite
at -m32 as well.
   On a different issue, do you think that the warnings...

libtool: compile:  gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"cloog\" -DVERSION=\"0.16.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_STRTOL=1 -DHAVE_SYS_RESOURCE_H=1 "-DCLOOG_RUSAGE=/**/" -DHAVE_DECL_MP_GET_MEMORY_FUNCTIONS=1 -DCLOOG_INT_GMP=1 -I. -I./include -I./include -I./isl/include -Iisl/include -I/sw_i386/include -I/sw_i386/include -Wall -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -MT libcloog_isl_la-loop.lo -MD -MP -MF .deps/libcloog_isl_la-loop.Tpo -c source/loop.c  -fno-common -DPIC -o .libs/libcloog_isl_la-loop.o
source/loop.c: In function 'cloog_loop_sort':
source/loop.c:1059: warning: 'now' may be used uninitialized in this function
source/loop.c: In function 'cloog_loop_nest':
source/loop.c:1120: warning: 'now' may be used uninitialized in this function
source/loop.c: In function 'cloog_loop_generate_backtrack':
source/loop.c:1470: warning: 'now2' may be used uninitialized in this function
source/loop.c:1470: warning: 'now' may be used uninitialized in this function
source/loop.c: In function 'cloog_loop_generate_general':
source/loop.c:1627: warning: 'now' may be used uninitialized in this function
source/loop.c:1627: warning: 'now2' may be used uninitialized in this function
source/loop.c: In function 'cloog_loop_generate_scalar':
source/loop.c:1755: warning: 'now' may be used uninitialized in this function

are harmless or should now and now2 be initialized?
             Jack



More information about the Gcc-patches mailing list