This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the EGCS project.


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

Re: [Bug]: non-static arrays stored in object file


> From: Alexandre Oliva <oliva@dcc.unicamp.br>
> Date: 29 Jul 1999 15:56:18 -0300

> BTW, does anybody disagree that it would be a useful extension to
> obey this standard requirement only when compiling with -ansi and/or
> -pedantic?

Yes.  It is a simple bug in the port file that has a 4 line solution,
and probably the same 4 line soution across all targets, all ports.
Further, it has a command line work arond for broken ports.  There is
no reason to break the compiler further to change the nature of the
bug.  This is called pushing a bug around (without fixing it), this is
bad.  I'd rather have the same exact bug for a decade than flip flop
between two related bugs.

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