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]

Re: egcs-19980608 failure on irix 6.4


Peter,

 I see most C++ programs that use libstd++ fail
with 19980608 on mips-sgi-irix6.5. I had the
imprtession it had to do with the fact that for
the first time I used "--enable-shared" to build
and that static/global constructors are not called.

 I will try it without enable-shared later this
evening.

Martin
===
------------------------------------------------------
Martin Knoblauch
email: knobi@knobisoft.de or knobi@rocketmail.com
www:   http://www.knobisoft.de







---Peter Nordlund <petern@nada.kth.se> wrote:
>
> Building the compiler in the same way as I did with
egcs-19980525
> which works fine for the code below, egcs-19980608
produces segmentation
> fault:
> #include <string>
> int main() {
>   string s;
>   return 0;
> }
> ------
> #include <vector>
> int main() {
>   vector<int> vi;
>   return 0;
> }
> --------
> I managed to compile some of the blitz++ package,
blitz-980417, 
> but at one stage I got an internal compiler error.
Maybe this is
> irrelevant info
> since there seems to be some major problem for irix
6.4 with this
> snapshot. Anyway, here is
> output from the compilation:
> 

_________________________________________________________
DO YOU YAHOO!?
Get your free @yahoo.com address at http://mail.yahoo.com



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