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: use of alloca


On Jan  9, 2000, "Golubev I. N." <gin-nospam@mo.msk.ru> wrote:

> CC in environment was set only for configure run, but not for
> subsequent makes.

Did you run `make bootstrap' or just `make'?  The former is
recommended, and CC from `configure' will only be used for stage1.  If
you ever got to stage2, you must wipe out all objects created by the
bootstrap compiler, if the compiler is sufficiently different from
gcc.  Handling of alloca may be one of such big differences.

> Remove the obvious from the email address.

Since you're the one interested in the replies, I'd expect you to
supply a correct return e-mail address.

-- 
Alexandre Oliva http://www.ic.unicamp.br/~oliva IC-Unicamp, Bra[sz]il
oliva@{lsd.ic.unicamp.br,guarana.{org,com}} aoliva@{acm,computer}.org
oliva@{gnu.org,kaffe.org,{egcs,sourceware}.cygnus.com,samba.org}
** I may forward mail about projects to mailing lists; please use them


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