From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chunsheng Yang To: gcc-bugs@gcc.gnu.org Subject: Bug Report Date: Fri, 01 Oct 1999 11:11:00 -0000 Message-id: <37F4F7A3.E0A262C9@iit.nrc.ca> X-SW-Source: 1999-10/msg00009.html List-Id: The GCC version  : GCC2.95.1 The system type :    Solaris2.6  All options you passed to the compiler  : no special options  Preprocessed output of the source file that caused the compiler error :          c++ -DHAVE_CONFIG_H -I./../..      -I./..          -I.    -D_GNU_SOURCE -W -Wall -ansi -O3 -finline-functions -fforce-addr -fforce-mem -funroll-loops -fomit-frame-pointer -Wno-return-type -c Constraint.cc  /usr/ccs/bin/as: "/var/tmp/cc5p8E2T.s", line 4808: error: can't compute value of an expression involving an external symbol   Because of above error message, I can't pass my compile for may application. How to handle it. Â