[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 #1 from Jonathan Wakely redi at gcc dot gnu.org 2011-06-27 23:26:44 UTC --- also, if 'b' is initialized like this it works: Base_iterator b = this-begin();

[Bug libfortran/48787] Invalid UP/DOWN rounding with F editing

2011-06-27 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48787 --- Comment #27 from Jerry DeLisle jvdelisle at gcc dot gnu.org 2011-06-27 23:27:23 UTC --- Status: I have not disappeared. I have a couple of other small projects to get out of the way. I did find a bit of a conflict in our code. Two snippets

[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 redi at gcc dot gnu.org 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 bryanhundven at gmail dot com 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

<    1   2   3   4   5