decunix egcs bug for STL?

Alexandre Oliva oliva@dcc.unicamp.br
Mon Sep 28 15:57:00 GMT 1998


John R Cary <cary@txcorp.com> writes:

> I looked in this file and saw:

> {"squangle", &flag_do_squangling, 1}

> If I understand your comment, this means that this is already
> defaulted to 1?

No, that just means that the `-f' switch will make that one.  Instead, 
you want to add `=1' to:

int flag_do_squangling;

-- 
Alexandre Oliva
mailto:oliva@dcc.unicamp.br mailto:aoliva@acm.org
http://www.dcc.unicamp.br/~oliva
Universidade Estadual de Campinas, SP, Brasil




More information about the Gcc-patches mailing list