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]

egcs-2.91.13 980308 on HPUX 10.20 Internal compiler error


Hi,

I have a problem with
    gcc version egcs-2.91.13 980308 (gcc-2.8.0 release)

(This problem was not with egcs-1.0.1 !)

------------------ compiler output -----------------------
                 from NameFormat.C:26:
/opt/WIAS_Entw/towerRuff/twr2/src/LibStream/WIAS_Wert.H:95: Internal
compiler error.
/opt/WIAS_Entw/towerRuff/twr2/src/LibStream/WIAS_Wert.H:95: Please
submit a full bug report to `egcs-bugs@cygnus.com'.
*** Error exit code 1
-----------------------------------------------------


---------------- Source snippet WIAS_Wert.H -------------
class WIAS_Wert
{
   ....
    void  getString(string&) const;
    const VectorUChar& getVector() const;

private:

    VectorUChar       dataVecM;   // Line 95 !!!
    string            dataStrM;
}; // WIAS_Wert
----------------------------------------------------

With
   typedef WVector<unsigned char> VectorUChar;
and
   template <class T> class WVector : public vector <T>
   {
       ... some extensions
   }


regards, Marcel

--
------------------------------------------------------------------

    _/_/_/   _/    _/  _/_/_/  _/_/_/  Dipl.-Ing. Marcel Ruff
   _/   _/  _/    _/  _/      _/       Frequentis Network Systems
  _/_/_/   _/    _/  _/_/_/  _/_/_/
 _/   _/  _/    _/  _/      _/         An der Bundesstrasse 31
_/    _/   _/_/_/  _/      _/          D-88090 Immenstaad/Bodensee
                             P.O. Box: D-88039 Friedrichshafen
-------------------------------------------------------------------
Tel.:  +49/7545/8-2437                 Fax :  +49/7545/8-5811
email: ruff@comsys.dofn.de             http://saidev.ga-ais.de/ATC/
email: Marcel.Ruff@t-online.de (priv)  Tel.:  +49/7556/96780 (priv)
-------------------------------------------------------------------





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