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]

g++ (egcs-2.91.66) on Linux (2.2.13(SuSE)) on i386: compiler error 274


SETUP:
uname -msrpv
 prints :
 `Linux 2.2.13 #1 Mon Nov 8 15:51:29 CET 1999 i686 unknown'
gcc -v 
 prints:
 `Reading specs from /usr/lib/gcc-lib/i486-linux/egcs-2.91.66/specs
  gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)'

ERROR:
c++ --save-temps -c -g -O2 -finline-functions -fkeep-inline-functions
-felide-constructors -Wall -Wwrite-strings -I/tmp/gamma-4.0.2A/share/src
-DLIBDIR=\"/tmp/gamma-4.0.2A/i686-pc-linux-gnu/lib/\"
/tmp/gamma-4.0.2A/share/src/GamIO/FrameMaker.cc -o
/tmp/gamma-4.0.2A/i686-pc-linux-gnu/lib/FrameMaker.o
 prints:
`/tmp/gamma-4.0.2A/share/src/GamIO/FrameMaker.cc: In function `void
FM_contour(const class string &, const class matrix &, struct FMcont &,
double *)':
 /tmp/gamma-4.0.2A/share/src/GamIO/FrameMaker.cc:2680: Internal compiler
error 274.
 /tmp/gamma-4.0.2A/share/src/GamIO/FrameMaker.cc:2680: Please submit a
full bug report to `egcs-bugs@egcs.cygnus.com'.
 /tmp/gamma-4.0.2A/share/src/GamIO/FrameMaker.cc:2680: See
<URL:http://egcs.cygnus.com/faq.html#bugreport> for details.'

FrameMaker.ii.gz is attached.

--------------------------------------
Don't think this is relevant, since I get the same error on a PII/266
but still:
cat /proc/cpuinfo 
 prints:
 processor       : 0
 vendor_id       : AuthenticAMD
 cpu family      : 6
 model           : 1
 model name      : AMD-K7(tm) Processor
 stepping        : 2
 cpu MHz         : 503.543566
 cache size      : 512 KB
 fdiv_bug        : no
 hlt_bug         : no
 sep_bug         : no
 f00f_bug        : no
 coma_bug        : no
 fpu             : yes
 fpu_exception   : yes
 cpuid level     : 1
 wp              : yes
 flags           : fpu vme de pse tsc msr 6 mce cx8 sep mtrr pge 14 cmov
fcmov 22 mm
 bogomips        : 501.35

-----------------------------------------
Hope it helps, regards,
AHa

FrameMaker.ii.gz


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