[Bug c++/49554] [4.7 Regression] [C++0x] lambda capture causes "cannot call member function ... without object"

2011-06-27 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49554 --- Comment #2 from Jonathan Wakely 2011-06-27 23:44:05 UTC --- No error for this version: Base_iterator b; b = Base::begin(); [b](int i) { return i; };

[Bug bootstrap/49555] New: libjava fails to configure if --enable-symvers=gnu or --enable-symvers=sun

2011-06-27 Thread bryanhundven at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49555 Summary: libjava fails to configure if --enable-symvers=gnu or --enable-symvers=sun Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug bootstrap/49555] libjava fails to configure if --enable-symvers=gnu or --enable-symvers=sun

2011-06-27 Thread bryanhundven at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49555 --- Comment #1 from Bryan Hundven 2011-06-28 00:09:28 UTC --- Meant to say libjava/configure in the previous comment.

[Bug java/49556] New: The import A cannot be resolved,But the A is placed at the current dir.

2011-06-27 Thread licheng.1212 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49556 Summary: The import A cannot be resolved,But the A is placed at the current dir. Product: gcc Version: 4.4.2 Status: UNCONFIRMED Severity: blocker Priority: P3

[Bug java/49556] The import A cannot be resolved,But the A is placed at the current dir.

2011-06-27 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49556 Andrew Pinski changed: What|Removed |Added Severity|blocker |normal --- Comment #1 from Andrew Pinski

[Bug libmudflap/38738] libmudflap could be enabled for Solaris when using GNU ld

2011-06-27 Thread rob1weld at aol dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38738 --- Comment #8 from Rob 2011-06-28 06:18:04 UTC --- Thanks for FIXing, every little bit helps. Rob

[Bug target/46261] avr-gcc: Segfaults when compiled with the -mint8 option

2011-06-27 Thread j at uriah dot heep.sax.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46261 --- Comment #15 from Joerg Wunsch 2011-06-28 06:27:17 UTC --- (In reply to comment #14) > > . Regardless of whether someone votes to remove an option, a segfault > > should always be analyzed. > Except that this is a segfault on a compiler sw

[Bug target/46261] avr-gcc: Segfaults when compiled with the -mint8 option

2011-06-27 Thread j at uriah dot heep.sax.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46261 --- Comment #16 from Joerg Wunsch 2011-06-28 06:30:42 UTC --- Created attachment 24611 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24611 Fixed the filenames in the patch header. Fixed the filenames in the patch header (there have been tw

[Bug middle-end/49545] [4.7 Regression] New C++ test failures

2011-06-27 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49545 Jason Merrill changed: What|Removed |Added CC||jason at gcc dot gnu.org,

[Bug ada/49557] New: Building the GCC compiler suite fails on a Makefile concerning Ada

2011-06-27 Thread arjen.markus895 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49557 Summary: Building the GCC compiler suite fails on a Makefile concerning Ada Product: gcc Version: 4.3.2 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c++/49558] New: Compiling gcc-3.4.5 source code on MAC OS X 10.6.3 gives an error.

2011-06-27 Thread birender.cdac at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49558 Summary: Compiling gcc-3.4.5 source code on MAC OS X 10.6.3 gives an error. Product: gcc Version: 3.4.5 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug libstdc++/49559] New: stable_sort calls self-move-assignment operator

2011-06-27 Thread joerg.rich...@pdv-fs.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49559 Summary: stable_sort calls self-move-assignment operator Product: gcc Version: 4.6.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc++ AssignedTo

<    1   2   3   4   5