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]

Bug report for g++ 2.95.1



When compiling the source code for the ddd debugger I discovered the
following "Internal compiler error" of g++-2.95.1.

The output to stderr of 
gcc -v --save-temps all-your-options your-file.c
was:

Reading specs from /usr/local/gcc-2.95.1/lib/gcc-lib/alphaev56-dec-osf4.0d/2.95.1/specs
gcc version 2.95.1 19990816 (release)
 /usr/local/gcc-2.95.1/lib/gcc-lib/alphaev56-dec-osf4.0d/2.95.1/cpp -lang-c++ -v -I. -I. -I./.. -D__GNUC__=2 -D__GNUG__=2 -D__GNUC_MINOR__=95 -D__cplusplus -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__EXCEPTIONS -D__OPTIMIZE__ -trigraphs -g -W -Wall -D__LANGUAGE_C_PLUS_PLUS__ -D__LANGUAGE_C_PLUS_PLUS -D__cplusplus -Acpu(alpha) -Amachine(alpha) -D__alpha -D__alpha__ -D__alpha_ev5__ -Acpu(ev5) -D__alpha_bwx__ -Acpu(bwx) -DHAVE_CONFIG_H -DNDEBUG HelpCB.C HelpCB.ii
GNU CPP version 2.95.1 19990816 (release)
#include "..." search starts here:
#include <...> search starts here:
 .
 ..
 /usr/local/gcc-2.95.1/lib/gcc-lib/alphaev56-dec-osf4.0d/2.95.1/../../../../include/g++-3
 /usr/local/include
 /usr/local/gcc-2.95.1/lib/gcc-lib/alphaev56-dec-osf4.0d/2.95.1/../../../../alphaev56-dec-osf4.0d/include
 /usr/local/gcc-2.95.1/lib/gcc-lib/alphaev56-dec-osf4.0d/2.95.1/include
 /usr/include
End of search list.
The following default directories have been omitted from the search path:
End of omitted list.
 /usr/local/gcc-2.95.1/lib/gcc-lib/alphaev56-dec-osf4.0d/2.95.1/cc1plus HelpCB.ii -quiet -dumpbase HelpCB.cc -g -O -W -Wall -version -felide-constructors -fconserve-space -o HelpCB.s
GNU C++ version 2.95.1 19990816 (release) (alphaev56-dec-osf4.0d) compiled by GNU C version 2.95.1 19990816 (release).
HelpCB.C: In function `void PopupTip(void *, XtIntervalId *)':
HelpCB.C:2148: Internal compiler error.
HelpCB.C:2148: Please submit a full bug report.
HelpCB.C:2148: See <URL:http://www.gnu.org/software/gcc/faq.html#bugreport> for instructions.


The HelpCB.ii file is:

HelpCB.ii.gz




Since the source code has not been written by myself I am afraid to
not be able to help more.
Nevertheless I thought this information might be useful for you.




Best regards,

Peter Hübner


-- 
/**********************************************************************
Peter Hübner				        privat:
MPI für Gravitationsphysik
Albert-Einstein-Institut
Am Mühlenberg 1	                                Eichenring 36
D-14476 Golm                                    D-14469 Potsdam
FRG               
email: pth@aei-potsdam.mpg.de 
Tel.: ++331-567-7331	                        Tel.: ++331-503789
Fax:  ++331-567-7298
**********************************************************************/

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