[Bug java/42811] [4.5 regression] java.lang.ExceptionInInitializerError in ecj1

2010-01-20 Thread jojelino at gmail dot com
--- Comment #2 from jojelino at gmail dot com 2010-01-21 04:55 --- Created an attachment (id=19671) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19671&action=view) patch now it summons gcj-noncore dll and resolves classes which should have been resolved. i know it's not perfect.

[Bug target/42818] Static C++ linking breakage "undefined reference to ___real__Znwj" and others in libcygwin.a(_cygwin_crt0_common.o)

2010-01-20 Thread davek at gcc dot gnu dot org
--- Comment #4 from davek at gcc dot gnu dot org 2010-01-21 04:56 --- Subject: Bug 42818 Author: davek Date: Thu Jan 21 04:56:38 2010 New Revision: 156105 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=156105 Log: PR target/42818 * config/i386/cygwin.h (CXX_WRAP_

[Bug libstdc++/42819] New: [C++0x] std::async fails to compile with simple tests, including N3000 example

2010-01-20 Thread lloyd at randombit dot net
-languages=c,c++ --prefix=/usr/local/gcc-4.5-r156097 --program-suffix=-4.5-r156097 Thread model: posix gcc version 4.5.0 20100120 (experimental) (GCC) -- Summary: [C++0x] std::async fails to compile with simple tests, including N3000 example

[Bug target/42818] Static C++ linking breakage "undefined reference to ___real__Znwj" and others in libcygwin.a(_cygwin_crt0_common.o)

2010-01-20 Thread davek at gcc dot gnu dot org
--- Comment #5 from davek at gcc dot gnu dot org 2010-01-21 05:00 --- Fixed for 4.5.0, so setting milestone. Then I'll add a comment about the full fix and suspend it. BZ maintainers, apologies if this is the wrong thing to do; should I close it and reopen it? I'm not sure, whatever y

[Bug target/42818] Static C++ linking breakage "undefined reference to ___real__Znwj" and others in libcygwin.a(_cygwin_crt0_common.o)

2010-01-20 Thread davek at gcc dot gnu dot org
--- Comment #6 from davek at gcc dot gnu dot org 2010-01-21 05:00 --- So, the optimal solution would be to avoid using the redirection wrappers when we're statically linking. That's still possible: those undefined references without relocs don't cause problems in and of themselves, but

[Bug c++/42082] [C++0x] ICE on probably invalid with "canonical types differ for identical types"

2010-01-20 Thread lloyd at randombit dot net
--- Comment #2 from lloyd at randombit dot net 2010-01-21 05:01 --- Still ICEs with r156097: g++-4.5-r156097 -std=c++0x decl.cpp In file included from /usr/local/gcc-4.5-r156097/lib/gcc/x86_64-unknown-linux-gnu/4.5.0/../../../../include/c++/4.5.0/future:40:0, from decl

[Bug middle-end/35426] GCC 4.3.0 ICE on valid code in init2.c

2010-01-20 Thread lloyd at randombit dot net
--- Comment #4 from lloyd at randombit dot net 2010-01-21 05:02 --- I could not replicate this problem after upgrading mpfr, closing as invalid -- lloyd at randombit dot net changed: What|Removed |Added -

[Bug c++/42083] [C++0x] ICE on invalid with "tree check: expected aggr_init_expr, have error_mark in build_value_init"

2010-01-20 Thread lloyd at randombit dot net
Configured with: ../gcc-svn/configure --enable-languages=c,c++ --prefix=/usr/local/gcc-4.5-r156097 --program-suffix=-4.5-r156097 Thread model: posix gcc version 4.5.0 20100120 (experimental) (GCC) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42083

[Bug libstdc++/36101] deps on other host libraries incorrect

2010-01-20 Thread rwild at gcc dot gnu dot org
--- Comment #8 from rwild at gcc dot gnu dot org 2010-01-21 07:04 --- I've looked at 42813 now. It indicates that configure-target-libstdc++-v3 depends upon configure-target-libgomp (which creates libgomp/omp.h), but I don't see why it should depend upon all-target-libgomp. The former

[Bug lto/42776] LTO doesn't work on non-ELF platforms.

2010-01-20 Thread davek at gcc dot gnu dot org
--- Comment #9 from davek at gcc dot gnu dot org 2010-01-21 07:10 --- Created an attachment (id=19672) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19672&action=view) work in progress, revised to use unmodified binutils D'oh. Turns out p2align will do exactly what I want to the

[Bug lto/42776] LTO doesn't work on non-ELF platforms.

2010-01-20 Thread davek at gcc dot gnu dot org
--- Comment #10 from davek at gcc dot gnu dot org 2010-01-21 07:14 --- Created an attachment (id=19673) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19673&action=view) Minor fix of previous attachment. (In reply to comment #9) > This is the resulting version that I'm bootstrappi

[Bug libstdc++/36101] deps on other host libraries incorrect

2010-01-20 Thread amylaar at gcc dot gnu dot org
--- Comment #9 from amylaar at gcc dot gnu dot org 2010-01-21 07:44 --- Created an attachment (id=19674) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19674&action=view) experimental patch to remove dependency of configure-target-libstdc++-v3 on configure-target-libgomp As the de

[Bug libstdc++/36101] deps on other host libraries incorrect

2010-01-20 Thread amylaar at gcc dot gnu dot org
--- Comment #10 from amylaar at gcc dot gnu dot org 2010-01-21 07:53 --- (In reply to comment #7) > At this time I don't know --enable-build-with-cxx enough to contribute much to > the solution of the specific issue having to to with that configure option, > just wanted to point out tha

<    1   2