public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/15124] New: Error compiling GCC 3.4.0 on Tru64 v5.1
@ 2004-04-25 11:15 noam at mail dot biu dot ac dot il
  2004-04-25 14:35 ` [Bug bootstrap/15124] " pinskia at gcc dot gnu dot org
  2004-07-30  0:13 ` pinskia at gcc dot gnu dot org
  0 siblings, 2 replies; 3+ messages in thread
From: noam at mail dot biu dot ac dot il @ 2004-04-25 11:15 UTC (permalink / raw)
  To: gcc-bugs

When compiling GCC 3.4.0 on Tru64 v5.1 I get:

gmake[1]: Leaving directory `noam/gcc-3.4.0/zlib'
gmake[1]: Entering directory `noam/gcc-3.4.0/gcc'
gmake \
  CFLAGS="-g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -pedantic -Wno-long-long  " \
  CONFIG_H="tconfig.h ./../include/ansidecl.h" TM_H="tm.h     
./config/alpha/alpha.h ./config/dbx.h ./config/alpha/osf.h ./config/alpha/osf5.h
./defaults.h insn-constants.h insn-flags.h" \
  INCLUDES="-I. -I. -I. -I./. -I./../include -I../intl" \
  MAKEOVERRIDES= \
  -f libgcc.mk all
gmake[2]: Entering directory `noam/gcc-3.4.0/gcc'
for d in libgcc; do \
  if [ -d $d ]; then true; else /bin/sh ./mkinstalldirs $d; fi; \
done
if [ -f stmp-dirs ]; then true; else touch stmp-dirs; fi
noam/gcc-3.4.0/gcc/xgcc -B/home/rangers/noam/gcc-3.4.0/gcc/
-B/usr/local/alphaev56-dec-osf5.1/bin/ -B/usr/local/alphaev56-dec-osf5.1/lib/
-isystem /usr/local/alphaev56-dec-osf5.1/include -isystem
/usr/local/alphaev56-dec-osf5.1/sys-include -O2  -DIN_GCC    -W -Wall
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition
 -isystem ./include  -pthread -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED  -shared -nodefaultlibs -Wl,-hidden_symbol,pthread\*
-Wl,-hidden_symbol,__pthread\* -Wl,-hidden_symbol,sched_get_\*
-Wl,-hidden_symbol,sched_yield -Wl,-msym -Wl,-set_version,gcc.1
-Wl,-soname,libgcc_s.so.1 -o libgcc_s.so   libgcc/./_muldi3.o libgcc/./_negdi2.o
libgcc/./_lshrdi3.o libgcc/./_ashldi3.o libgcc/./_ashrdi3.o libgcc/./_cmpdi2.o
libgcc/./_ucmpdi2.o libgcc/./_floatdidf.o libgcc/./_floatdisf.o
libgcc/./_fixunsdfsi.o libgcc/./_fixunssfsi.o libgcc/./_fixunsdfdi.o
libgcc/./_fixdfdi.o libgcc/./_fixunssfdi.o libgcc/./_fixsfdi.o
libgcc/./_fixxfdi.o libgcc/./_fixunsxfdi.o libgcc/./_floatdixf.o
libgcc/./_fixunsxfsi.o libgcc/./_fixtfdi.o libgcc/./_fixunstfdi.o
libgcc/./_floatditf.o libgcc/./_clear_cache.o libgcc/./_trampoline.o
libgcc/./__main.o libgcc/./_absvsi2.o libgcc/./_absvdi2.o libgcc/./_addvsi3.o
libgcc/./_addvdi3.o libgcc/./_subvsi3.o libgcc/./_subvdi3.o libgcc/./_mulvsi3.o
libgcc/./_mulvdi3.o libgcc/./_negvsi2.o libgcc/./_negvdi2.o libgcc/./_ctors.o
libgcc/./_ffssi2.o libgcc/./_ffsdi2.o libgcc/./_clz.o libgcc/./_clzsi2.o
libgcc/./_clzdi2.o libgcc/./_ctzsi2.o libgcc/./_ctzdi2.o
libgcc/./_popcount_tab.o libgcc/./_popcountsi2.o libgcc/./_popcountdi2.o
libgcc/./_paritysi2.o libgcc/./_paritydi2.o libgcc/./_divdi3.o
libgcc/./_moddi3.o libgcc/./_udivdi3.o libgcc/./_umoddi3.o
libgcc/./_udiv_w_sdiv.o libgcc/./_udivmoddi4.o libgcc/./qrnnd.o
libgcc/./gthr-posix.o  libgcc/./unwind-dw2.o libgcc/./unwind-dw2-fde.o
libgcc/./unwind-sjlj.o libgcc/./gthr-gnat.o libgcc/./unwind-c.o -lc && rm -f
libgcc_s.so.1 && ln -s libgcc_s.so libgcc_s.so.1
cc1: internal compiler error: IOT/Abort trap
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
collect2: gcc returned 1 exit status
gmake[2]: *** [libgcc_s.so] Error 1
gmake[2]: Leaving directory `noam/gcc-3.4.0/gcc'
gmake[1]: *** [libgcc.a] Error 2
gmake[1]: Leaving directory `noam/gcc-3.4.0/gcc'
gmake: *** [all-gcc] Error 2

-- 
           Summary: Error compiling GCC 3.4.0 on Tru64 v5.1
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: noam at mail dot biu dot ac dot il
                CC: gcc-bugs at gcc dot gnu dot org


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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug bootstrap/15124] Error compiling GCC 3.4.0 on Tru64 v5.1
  2004-04-25 11:15 [Bug c/15124] New: Error compiling GCC 3.4.0 on Tru64 v5.1 noam at mail dot biu dot ac dot il
@ 2004-04-25 14:35 ` pinskia at gcc dot gnu dot org
  2004-07-30  0:13 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-04-25 14:35 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-04-25 14:01 -------
How did you configure GCC?
Can you try "make bootstrap" instead of just "make" to see if that makes a difference (it will most likely 
work)?
Also you can try be building in a different directory than the source one?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
          Component|c                           |bootstrap
           Keywords|                            |build


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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug bootstrap/15124] Error compiling GCC 3.4.0 on Tru64 v5.1
  2004-04-25 11:15 [Bug c/15124] New: Error compiling GCC 3.4.0 on Tru64 v5.1 noam at mail dot biu dot ac dot il
  2004-04-25 14:35 ` [Bug bootstrap/15124] " pinskia at gcc dot gnu dot org
@ 2004-07-30  0:13 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-07-30  0:13 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-07-30 00:13 -------
No feedback in 3 months (90days) but it sounds like a bug in the compiler which you started with, so 
closing as invalid.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |INVALID


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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-07-30  0:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-04-25 11:15 [Bug c/15124] New: Error compiling GCC 3.4.0 on Tru64 v5.1 noam at mail dot biu dot ac dot il
2004-04-25 14:35 ` [Bug bootstrap/15124] " pinskia at gcc dot gnu dot org
2004-07-30  0:13 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).