This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


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

Re: i686 libjava bootstrap failure: libtool trashing error output!


Bryce McKinlay <bryce@waitaki.otago.ac.nz> writes:

> The intent seems to be to avoid printing the same messages twice in the
> case where the input file contains errors. But in this case, where the
> compiler bug only occurs with -fPIC, the error is getting lost. This
> behaviour seems unneccessary because libtool will return an error
> immediatly if the first compilation fails.

For what it's worth, the purpose is not to avoid showing the same error
messages twice (because as you note with errors the build will fail after
the first compile) but to avoid showing the same warnings twice.

-- 
Russ Allbery (rra@stanford.edu)             <http://www.eyrie.org/~eagle/>


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