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: decunix egcs bug for STL?


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



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