This is the mail archive of the gcc-bugs@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]

[Bug c/11641] New: Arts 1.1.2 compilation error with gcc over IA64


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11641

           Summary: Arts 1.1.2 compilation error with gcc over IA64
           Product: gcc
           Version: 3.3.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: nobelis at essi dot fr
                CC: gcc-bugs at gcc dot gnu dot org,nobelis at essi dot fr

Gcc spec/version :
-------------------------------------------
Configured with: ../src/configure -v
--enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr
--mandir=/usr/share/man --infodir=/usr/share/info
--with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --with-system-zlib
--enable-nls --without-included-gettext --enable-__cxa_atexit
--enable-clocale=gnu --enable-debug --enable-java-gc=boehm
--enable-java-awt=xlib --enable-objc-gc ia64-linux
Thread model: posix
gcc version 3.3.1 20030626 (Debian prerelease)
-------------------------------------------
System spec
-------------------------------------------
Linux bnx 2.4.19-itanium-smp #1 SMP Wed Oct 23 20:05:46 MDT 2002 ia64 GNU/Linux
-------------------------------------------
Full error message
------make[3]: Entering directory `/home/nicolas/arts-1.1.2/flow/gsl'
if /bin/sh ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../.. -I../../flow -I../../flow -I../../mcop -I../.. -I/usr/local/kde/include
-I/usr/share/qt3/include -I/usr/X11R6/include  -I../../libltdl 
-DQT_THREAD_SUPPORT  -D_REENTRANT -ansi -Wall -Wpointer-arith
-Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -ansi
-W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2   -MT gslfft.lo -MD -MP -MF
".deps/gslfft.Tpo" \
  -c -o gslfft.lo `test -f 'gslfft.c' || echo './'`gslfft.c; \
then mv ".deps/gslfft.Tpo" ".deps/gslfft.Plo"; \
else rm -f ".deps/gslfft.Tpo"; exit 1; \
fi
In file included from ../../flow/gsl/gsldefs.h:26,
                 from gslfft.h:22,
                 from gslfft.c:1:
../../flow/gsl/gslglib.h:73: warning: ISO C90 does not support `long long'
../../flow/gsl/gslglib.h:74: warning: ISO C90 does not support `long long'
gslfft.c: In function `gsl_power2_fft4analysis_skip2':
gslfft.c:247: warning: unused parameter `X'
gslfft.c: In function `gsl_power2_fft8analysis_skip2':
gslfft.c:314: warning: unused parameter `X'
gslfft.c: In function `gsl_power2_fft16analysis_skip2':
gslfft.c:449: warning: unused parameter `X'
gslfft.c: In function `gsl_power2_fft32analysis_skip2':
gslfft.c:752: warning: unused parameter `X'
gslfft.c: In function `gsl_power2_fft32analysis':
gslfft.c:1450: internal compiler error: in ia64_expand_epilogue, at
config/ia64/ia64.c:2777
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[3]: *** [gslfft.lo] Error 1
-------------------------------------

Good luck
Nicolas Nobelis


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