[Bug libstdc++/53631] [C++11] is unimplemented

2013-05-21 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53631 --- Comment #12 from Jonathan Wakely --- It's a possibility, but personally I have other things to work on.

[Bug middle-end/57348] [TM] ICE for transaction expression in gimplify_expr

2013-05-21 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57348 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug libstdc++/53631] [C++11] is unimplemented

2013-05-21 Thread akim.demaille at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53631 --- Comment #11 from Akim Demaille --- Sorry, I didn't mean to be harsh, and I did try to propose a solution. I can easily guess that there is no reason for it to be easy or even possible, but can't Boost people be asked if they'd contribute?

[Bug tree-optimization/57349] [4.9 Regression] ICE on 253.perlbmk with pgo after r198096

2013-05-21 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57349 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug libstdc++/53631] [C++11] is unimplemented

2013-05-21 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53631 --- Comment #10 from Jonathan Wakely --- Yes, we're well aware of all these problems. What I don't see is anyone proposing any useful solutions. If someone sends a patch to remove the header *without* removing exported symbols from libstdc++.so

[Bug libstdc++/57350] std::align missing

2013-05-21 Thread potswa at mac dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57350 --- Comment #1 from David Krauss --- Oh, here's a link to my version: http://code.google.com/p/c-plus/source/browse/src/util.h#50

[Bug libstdc++/53631] [C++11] is unimplemented

2013-05-21 Thread rleigh at debian dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53631 --- Comment #9 from Roger Leigh --- It would be better if did not exist at all until functional. If I do regular autoconf header checks, plus a check to make sure that the needed types can be instantiated, then these all succeed despite it being

[Bug libstdc++/57350] New: std::align missing

2013-05-21 Thread potswa at mac dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57350 Bug ID: 57350 Summary: std::align missing Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc++ Assignee: u

Re: Could not open source file "limits.h"

2013-05-21 Thread Jonathan Wakely
This mailing list is for automated emails from our Bugzilla database, I suggest you send your mail to the gcc-help list instead.

[Bug tree-optimization/57303] [4.7/4.8 Regression] struct miscompiled at -O1 and above

2013-05-21 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57303 Richard Biener changed: What|Removed |Added Known to work||4.9.0 Summary|[4.7/4.8/4.9 Re

[Bug libstdc++/57336] [4.8/4.9 Regression] Cannot INVOKE a reference_wrapper around an abstract type

2013-05-21 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57336 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

Could not open source file "limits.h"

2013-05-21 Thread tulio.portilho
Hi, I work at an engineering company. Here, we use a Linux host where are installed licenses of an engineering commercial software, called Abaqus. Abaqus has a "make" procedure, that makes executable programs using a user soubroutine source code, or the correspondent object file. Here, Abaqus ma

[Bug middle-end/57344] [4.8/4.9 Regression] wrong code with pragma pack(1) and -O1 on x86

2013-05-21 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57344 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug libstdc++/53631] [C++11] is unimplemented

2013-05-21 Thread akim.demaille at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53631 Akim Demaille changed: What|Removed |Added CC||akim.demaille at gmail dot com --- Commen

[Bug tree-optimization/57349] New: ICE on 253.perlbmk with pgo after r198096

2013-05-21 Thread izamyatin at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57349 Bug ID: 57349 Summary: ICE on 253.perlbmk with pgo after r198096 Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-opt

[Bug tree-optimization/57321] [4.8/4.9 Regression] static function call miscompiled at -Os and above

2013-05-21 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57321 Jakub Jelinek changed: What|Removed |Added Component|rtl-optimization|tree-optimization Resolution|FIXE

[Bug middle-end/56988] ipa-cp incorrectly propagates a field of an aggregate

2013-05-21 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56988 Jakub Jelinek changed: What|Removed |Added CC||dhazeghi at yahoo dot com --- Comment #7

[Bug tree-optimization/57303] [4.7/4.8/4.9 Regression] struct miscompiled at -O1 and above

2013-05-21 Thread rguenther at suse dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57303 --- Comment #7 from rguenther at suse dot de --- On Mon, 20 May 2013, glisse at gcc dot gnu.org wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57303 > > --- Comment #6 from Marc Glisse --- > I wonder if, in addition to fixing the sink pas

[Bug plugins/56754] some missing plugin headers during installation in gcc 4.8

2013-05-21 Thread baldrick at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56754 Duncan Sands changed: What|Removed |Added CC||baldrick at gcc dot gnu.org --- Comment #5

[Bug rtl-optimization/57321] [4.8/4.9 Regression] static function call miscompiled at -Os and above

2013-05-21 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57321 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug c++/41933] [c++0x] lambdas and variadic templates don't work together

2013-05-21 Thread akim.demaille at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41933 Akim Demaille changed: What|Removed |Added CC||akim.demaille at gmail dot com --- Commen

[Bug fortran/57328] Missed optimization: Unable to vectorize Fortran min and max intrinsics

2013-05-21 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57328 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org --- Comment #2

<    1   2