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] |
| Other format: | [Raw text] | |
Hi, On Wed, 2004-12-01 at 01:15, graydon hoare wrote: > I just committed the java-gui-branch merge from last week to gcc trunk. > once again it's a big patch (1.8MB) which "shouldn't" break anything -- > it's just library work -- and has been tested in a variety of ways. yet > despite all the multi-system testing of the last N merges, every one of > them broke the gcc trunk somehow we didn't forsee; so if you see > failures tonight, I'm sorry in advance, please let me know so I can fix > them. Compiles fine here on i686-pc-linux-gnu, build on ppc is still running. Note that libstdc++ is broken when configuring with --disable-checking (*). Thanks, Mark (*) With --disable-checking you will get: /home/mark/src/gcc40/obj/powerpc-unknown-linux-gnu/libstdc++-v3/include/bits/ostream.tcc: In member function 'std::basic_ostream<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(long int) [with _CharT = char, _Traits = std::char_traits<char>]': /home/mark/src/gcc40/obj/powerpc-unknown-linux-gnu/libstdc++-v3/include/bits/ostream.tcc:125: internal compiler error: Segmentation fault
Attachment:
signature.asc
Description: This is a digitally signed message part
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |