Hi,

        Recently I've been getting strange errors on ill-formed code.  It looks
as if the compiler is not stopping after an error, but running the
assembler anyway:

dp-matrix.H:110: error: extra qualification 'DPmatrix::' on member
'DPmatrix' ignored
dp-matrix.H:132: error: extra qualification 'DPmatrixNoEmit::' on member
'DPmatrixNoEmit' ignored
dp-matrix.H:184: error: extra qualification 'DPmatrixEmit::' on member
'DPmatrixEmit' ignored
{standard input}: Assembler messages:
{standard input}:115: Error: Local symbol `.LTHUNK0' can't be equated to
undefined symbol `_ZN8DPmatrixD0Ev'
{standard input}:115: Error: Local symbol `.LTHUNK1' can't be equated to
undefined symbol `_ZN14DPmatrixNoEmitD0Ev'
{standard input}:115: Error: Local symbol `.LTHUNK2' can't be equated to
undefined symbol `_ZN14DPmatrixNoEmitD1Ev'
{standard input}:115: Error: Local symbol `.LTHUNK3' can't be equated to
undefined symbol `_ZN12DPmatrixEmitD0Ev'
{standard input}:115: Error: Local symbol `.LTHUNK4' can't be equated to
undefined symbol `_ZN14DPmatrixSimpleD0Ev'
{standard input}:115: Error: Local symbol `.LTHUNK5' can't be equated to
undefined symbol `_ZN14DPmatrixSimpleD1Ev'
{standard input}:115: Error: Local symbol `.LTHUNK6' can't be equated to
undefined symbol `_ZN19DPmatrixConstrainedD0Ev'
{standard input}:115: Error: Local symbol `.LTHUNK7' can't be equated to
undefined symbol `_ZN12DPmatrixEmitD1Ev'
{standard input}:115: Error: Local symbol `.LTHUNK8' can't be equated to
undefined symbol `_ZN19DPmatrixConstrainedD1Ev'
{standard input}:115: Error: Local symbol `.LTHUNK9' can't be equated to
undefined symbol `_ZN8DPmatrixD1Ev'

The error messages are fine, but seems that the assembler messages are
superfluous. 

Is this a known bug?

-BenRI

Reply via email to