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]

Internal error in gcc 2.95.2 on alpha-dec-osf4.0d


I have had a problem trying to compile library ncurses 5.1

pso@julia:~/src/ncurses-5.1/objects> gcc -v --save-temps -DHAVE_CONFIG_H
-I../tack -I.  -DNDEBUG -I. -I../include -I/vol/pack/ncurses.5.1/include
-O2  -c ../tack/pad.c
Reading specs from
/vol/pack/gcc.2.95.2/lib/gcc-lib/alpha-dec-osf4.0d/2.95.2/specs
gcc version 2.95.2 19991024 (release)
 /vol/pack/gcc.2.95.2/lib/gcc-lib/alpha-dec-osf4.0d/2.95.2/cpp -lang-c
-v -I../tack -I. -I. -I../include -I/vol/pack/ncurses.5.1/include
-D__GNUC__=2 -D__GNUC_MINOR__=95 -Dunix -D__osf__ -D_LONGLONG
-DSYSTYPE_BSD -D_SYSTYPE_BSD -D__unix__ -D__osf__ -D_LONGLONG
-D__SYSTYPE_BSD__ -D_SYSTYPE_BSD -D__unix -D__SYSTYPE_BSD -Asystem(unix)
-Asystem(xpg4) -D__OPTIMIZE__ -D__LANGUAGE_C__ -D__LANGUAGE_C
-DLANGUAGE_C -Acpu(alpha) -Amachine(alpha) -D__alpha -D__alpha__
-D__alpha_ev4__ -Acpu(ev4) -DHAVE_CONFIG_H -DNDEBUG ../tack/pad.c pad.i
GNU CPP version 2.95.2 19991024 (release)
#include "..." search starts here:
#include <...> search starts here:
 ../tack
 .
 ../include
 /usr/local/include
 /vol/pack/gcc.2.95.2/lib/gcc-lib/alpha-dec-osf4.0d/2.95.2/../../../../alpha-dec-osf4.0d/include

 /vol/pack/gcc.2.95.2/lib/gcc-lib/alpha-dec-osf4.0d/2.95.2/include
 /usr/include
End of search list.
The following default directories have been omitted from the search
path:
 /vol/pack/gcc.2.95.2/lib/gcc-lib/alpha-dec-osf4.0d/2.95.2/../../../../include/g++-3

End of omitted list.
 /vol/pack/gcc.2.95.2/lib/gcc-lib/alpha-dec-osf4.0d/2.95.2/cc1 pad.i
-quiet -dumpbase pad.c -O2 -version -o pad.s
GNU C version 2.95.2 19991024 (release) (alpha-dec-osf4.0d) compiled by
GNU C version 2.95.2 19991024 (release).
In file included from
/vol/pack/gcc.2.95.2/lib/gcc-lib/alpha-dec-osf4.0d/2.95.2/include/stdarg.h:36,

                 from ../include/curses.h:78,
                 from ../tack/tack.h:49,
                 from ../tack/pad.c:22:
/vol/pack/gcc.2.95.2/lib/gcc-lib/alpha-dec-osf4.0d/2.95.2/include/va-alpha.h:36:
warning: redefinition of `va_list'
/vol/pack/gcc.2.95.2/lib/gcc-lib/alpha-dec-osf4.0d/2.95.2/include/va_list.h:7:
warning: `va_list' previously declared here
../tack/pad.c: In function `pad_home1':
../tack/pad.c:333: Internal compiler error in `int_mode_for_mode', at
stor-layout.c:202
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/faq.html#bugreport> for
instructions.


--
Peer Sommerlund, NetMan A/S, Vandtaarnsvej 77, DK-2860 Soeborg, Denmark
Email: peso@netman.dk, Phone: (+45) 39 53 58 00, Fax: (+45) 39 53 58 58

pad.i.gz


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