This is the mail archive of the gcc-help@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: Unable to build gcc-3.0


On Jul  2, 2001, "Chan Siu On" <siuonchan@hotmail.com> wrote:

> ... XPASS: N19990310_4 output from source compiled test expected was

XPASS means this test is marked as expected to fail, but it passed.

> Also, if "make check" fails but "make" succeeds, will the resulting
> gcc compiler function properly?

It's unlikely that it will magically start passing any tests that
fail, but every release will have a certain number of bugs, so whether
it's ok for your use or not depends on whether any of the bugs affect
your usage of the compiler.  I.e., it's something for you to decide.
You don't even have to run `make check' before `make install'.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me


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