[Bug c/63448] ICE when compiling atlas 3.10.2

2014-10-02 Thread svante.signell at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63448 --- Comment #2 from Svante Signell --- Hi, when compiling ./build/atlas-base/src/blas/gemm/KERNEL/ATL_cNCCUmmNN.c from Debian atlas 3.10.2-3 on GNU/Hurd the ICE happens (twice): ATL_cNCCUmmNN.c:3856:1: internal compiler error: Maximum number of L

[Bug c/63448] ICE when compiling atlas 3.10.2

2014-10-02 Thread svante.signell at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63448 --- Comment #1 from Svante Signell --- Created attachment 33642 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33642&action=edit Preprocessed source stored into /tmp/ccejGHdk.out file

[Bug c/63448] New: ICE when compiling atlas 3.10.2

2014-10-02 Thread svante.signell at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63448 Bug ID: 63448 Summary: ICE when compiling atlas 3.10.2 Product: gcc Version: 4.9.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c Assig

[Bug target/63447] New: merge consecutive stw to std

2014-10-02 Thread carrot at google dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63447 Bug ID: 63447 Summary: merge consecutive stw to std Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target Assig

[Bug fortran/48298] [F03] User-Defined Derived-Type IO (DTIO)

2014-10-02 Thread damian at sourceryinstitute dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48298 --- Comment #11 from Damian Rouson --- Thanks for the quick response. In recent times, I’ve had the impression that it’s harder to find developers than to find money (not that it’s all that easy to find money). I’ve attempted to fund gfortran d

[Bug fortran/48298] [F03] User-Defined Derived-Type IO (DTIO)

2014-10-02 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48298 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org --- C

[Bug middle-end/63422] [5.0 Regression] ICE in freqs_to_counts_path, at tree-ssa-threadupdate.c:981

2014-10-02 Thread Joost.VandeVondele at mat dot ethz.ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63422 Joost VandeVondele changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug fortran/48298] [F03] User-Defined Derived-Type IO (DTIO)

2014-10-02 Thread damian at sourceryinstitute dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48298 --- Comment #9 from Damian Rouson --- Oh boy. I'm guessing that's an indication that there won't be any movement on this anytime soon. It seems this is one of only two major features missing for full Fortran 2003 compliance -- the other being d

[Bug go/61877] [5 Regression]: reflect: cannot use []string as type string in Call

2014-10-02 Thread michael.hudson at linaro dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61877 --- Comment #10 from Michael Hudson-Doyle --- I've proposed a fix https://codereview.appspot.com/152840043

[Bug fortran/48298] [F03] User-Defined Derived-Type IO (DTIO)

2014-10-02 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48298 Jerry DeLisle changed: What|Removed |Added Assignee|jvdelisle at gcc dot gnu.org |unassigned at gcc dot gnu.org --

[Bug c++/63444] Compilation consumes 2.5G memory

2014-10-02 Thread bobby.prani at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63444 --- Comment #1 from Pranith Kumar --- Just FYI, clang compiles the same file using 1G memory.

[Bug tree-optimization/63446] dangling reference results in confusing diagnostic from -Wuninitialized

2014-10-02 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63446 Manuel López-Ibáñez changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug go/61877] [5 Regression]: reflect: cannot use []string as type string in Call

2014-10-02 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61877 --- Comment #9 from Ian Lance Taylor --- Thanks for the test case. I wrote a completely different test case that is more like the existing reflect tests: https://codereview.appspot.com/151280043/ . This test passes with gc but fails with gccgo

[Bug target/13423] sh-elf: V4SFmode passed in integer registers

2014-10-02 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=13423 --- Comment #5 from Oleg Endo --- (In reply to Oleg Endo from comment #3) > Although this is an ABI issue, passing float vector by reference should not > actually suffer from this problem, but it does: > > typedef float v4sf __attribute__ ((vect

[Bug tree-optimization/63446] New: dangling reference results in confusing diagnostic from -Wuninitialized

2014-10-02 Thread M8R-ynb11d at mailinator dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63446 Bug ID: 63446 Summary: dangling reference results in confusing diagnostic from -Wuninitialized Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal

[Bug c++/63362] The c++11 triviality-traits need front-end help

2014-10-02 Thread ville.voutilainen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63362 --- Comment #10 from Ville Voutilainen --- Reduced: template struct bool_ { }; template struct mytrait : bool_<__is_trivially_constructible(T, Args...)> { } trivial_trait2.cpp:7:64: internal compiler error: tree check: expected class ‘type’

[Bug c++/63362] The c++11 triviality-traits need front-end help

2014-10-02 Thread ville.voutilainen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63362 Ville Voutilainen changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Bug target/63435] Bad code with weak vs localalias on AIX

2014-10-02 Thread hubicka at ucw dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63435 --- Comment #2 from Jan Hubicka --- Yes, good to remind me. The aliases are quite broken on AIX pre 4.9 and becasue some of them are now auto generated, we probably ought to fix it. One solution would be to disable generation of aliases, other

[Bug fortran/37131] inline matmul for small matrix sizes

2014-10-02 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=37131 Thomas Koenig changed: What|Removed |Added Last reconfirmed|2008-08-16 22:55:22 |2014-10-2 --- Comment #15 from Thomas Ko

[Bug c++/57460] [C++11] Sfinae doesn't respect dependent context

2014-10-02 Thread daniel.kruegler at googlemail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57460 --- Comment #5 from Daniel Krügler --- (In reply to Marc Glisse from comment #4) > (In reply to Daniel Krügler from comment #3) > > I tried to close the issue as INVALID, but it seems that I cannot do that by > > myself. > > Strange, as the repo

[Bug c++/57460] [C++11] Sfinae doesn't respect dependent context

2014-10-02 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57460 Marc Glisse changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/57460] [C++11] Sfinae doesn't respect dependent context

2014-10-02 Thread daniel.kruegler at googlemail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57460 --- Comment #3 from Daniel Krügler --- I tried to close the issue as INVALID, but it seems that I cannot do that by myself.

[Bug c++/57460] [C++11] Sfinae doesn't respect dependent context

2014-10-02 Thread daniel.kruegler at googlemail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57460 --- Comment #2 from Daniel Krügler --- (In reply to Jason Merrill from comment #1) > But there is no T that would cause check<(EXPR,T())> to be valid, so no > valid specialization can be generated for the template, so the program is > ill-formed

[Bug c++/57248] string parameter to constexpr functions

2014-10-02 Thread daniel.kruegler at googlemail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57248 --- Comment #7 from Daniel Krügler --- (In reply to Paolo Carlini from comment #6) > However, it's true that all the up to > date compilers I have at hand reject it with the same kind of error about > get at: > >return std::get(t1); > > lik

[Bug middle-end/63422] [5.0 Regression] ICE in freqs_to_counts_path, at tree-ssa-threadupdate.c:981

2014-10-02 Thread tejohnson at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63422 --- Comment #7 from tejohnson at gcc dot gnu.org --- Author: tejohnson Date: Thu Oct 2 20:30:11 2014 New Revision: 215822 URL: https://gcc.gnu.org/viewcvs?rev=215822&root=gcc&view=rev Log: 2014-10-01 Teresa Johnson PR middle-end/63422

[Bug c/63445] New: request: make -Wstrict-overflow avoid a class of false positives

2014-10-02 Thread jim at meyering dot net
en simplifying conditional [-Wstrict-overflow] for (unsigned int i = 0; i < n; i++) ^ $ gcc -v 2>&1|tail -2 gcc version 5.0.0 20141002 (experimental) (GCC)

[Bug tree-optimization/63302] [4.9 Regression] Code with 64-bit long long constants is miscompiled on 32-bit host

2014-10-02 Thread dave.anglin at bell dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63302 --- Comment #16 from dave.anglin at bell dot net --- On 9/29/2014 9:02 AM, dave.anglin at bell dot net wrote: > I've started a full build and > check > with 4.9 branch. I'll also test it on hpux starting this evening. I see no regressions with th

[Bug c++/63444] New: Compilation consumes 2.5G memory

2014-10-02 Thread bobby.prani at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63444 Bug ID: 63444 Summary: Compilation consumes 2.5G memory Product: gcc Version: 4.9.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ As

[Bug c++/53025] [C++11] noexcept operator depends on copy-elision

2014-10-02 Thread paolo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53025 --- Comment #7 from paolo at gcc dot gnu.org --- Author: paolo Date: Thu Oct 2 18:05:55 2014 New Revision: 215813 URL: https://gcc.gnu.org/viewcvs?rev=215813&root=gcc&view=rev Log: /cp 2014-10-02 Paolo Carlini PR c++/53025 * cp-tree

[Bug go/61880] Linking with external functions in C does not work in GO when using gccgo, while it works in gc

2014-10-02 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61880 Ian Lance Taylor changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug go/61880] Linking with external functions in C does not work in GO when using gccgo, while it works in gc

2014-10-02 Thread ian at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61880 --- Comment #3 from ian at gcc dot gnu.org --- Author: ian Date: Thu Oct 2 18:00:01 2014 New Revision: 215812 URL: https://gcc.gnu.org/viewcvs?rev=215812&root=gcc&view=rev Log: PR go/61880 compiler: symbol names should have '.' replaced wit

[Bug go/61880] Linking with external functions in C does not work in GO when using gccgo, while it works in gc

2014-10-02 Thread ian at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61880 --- Comment #2 from ian at gcc dot gnu.org --- Author: ian Date: Thu Oct 2 17:56:50 2014 New Revision: 215810 URL: https://gcc.gnu.org/viewcvs?rev=215810&root=gcc&view=rev Log: PR go/61880 compiler: symbol names should have '.' replaced wit

[Bug tree-optimization/63375] [4.8/4.9/5 Regression] reordering of reads across fences

2014-10-02 Thread jamborm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63375 --- Comment #8 from Martin Jambor --- Author: jamborm Date: Thu Oct 2 17:13:30 2014 New Revision: 215807 URL: https://gcc.gnu.org/viewcvs?rev=215807&root=gcc&view=rev Log: 2014-10-02 Martin Jambor PR tree-optimization/63375 * tree-s

[Bug tree-optimization/63375] [4.8/4.9/5 Regression] reordering of reads across fences

2014-10-02 Thread jamborm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63375 --- Comment #7 from Martin Jambor --- Author: jamborm Date: Thu Oct 2 17:11:24 2014 New Revision: 215806 URL: https://gcc.gnu.org/viewcvs?rev=215806&root=gcc&view=rev Log: 2014-10-02 Martin Jambor PR tree-optimization/63375 * tree-s

[Bug libstdc++/63199] Inserting std::wregex to std::vector loses some std::wregex values

2014-10-02 Thread timshen at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63199 --- Comment #4 from Tim Shen --- Author: timshen Date: Thu Oct 2 16:50:39 2014 New Revision: 215805 URL: https://gcc.gnu.org/viewcvs?rev=215805&root=gcc&view=rev Log: PR libstdc++/63199 * include/bits/regex.h (basic_regex::basic_regex,

[Bug tree-optimization/63375] [4.8/4.9/5 Regression] reordering of reads across fences

2014-10-02 Thread jamborm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63375 --- Comment #6 from Martin Jambor --- Author: jamborm Date: Thu Oct 2 16:49:14 2014 New Revision: 215804 URL: https://gcc.gnu.org/viewcvs?rev=215804&root=gcc&view=rev Log: 2014-10-02 Martin Jambor PR tree-optimization/63375 * tree-s

[Bug c++/63306] [4.9 Regression] ICE: Segmentation fault in analyze_functions()

2014-10-02 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63306 Markus Trippelsdorf changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug target/60181] constant folding of complex number incorrect

2014-10-02 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60181 --- Comment #8 from Andrew Pinski --- (In reply to boger from comment #6) > If the last comment is true, does that mean the fold_const.c file in gcc > should be built in a way so that it doesn't use the fma, like using some > kind of option durin

[Bug middle-end/63443] New: copyrename2 introducing bogus profile counts

2014-10-02 Thread tejohnson at google dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63443 Bug ID: 63443 Summary: copyrename2 introducing bogus profile counts Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: middle

[Bug target/60181] constant folding of complex number incorrect

2014-10-02 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60181 David Edelsohn changed: What|Removed |Added Target|ppc64-ibm-linux,|s390x-ibm-linux, |s39

[Bug target/60181] constant folding of complex number incorrect

2014-10-02 Thread boger at us dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60181 --- Comment #6 from boger at us dot ibm.com --- If the last comment is true, does that mean the fold_const.c file in gcc should be built in a way so that it doesn't use the fma, like using some kind of option during the build of gcc at least for t

[Bug debug/63342] [5 Regression] ICE in loc_list_from_tree, at dwarf2out.c:14698

2014-10-02 Thread jtaylor.debian at googlemail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63342 --- Comment #6 from Julian Taylor --- thanks, head (and branches) work fine now

[Bug go/61877] [5 Regression]: reflect: cannot use []string as type string in Call

2014-10-02 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61877 --- Comment #8 from Ian Lance Taylor --- I see only minor changes to makefuncgo_amd64.go between 4.9 and mainline--are you sure you are looking at the right files?

[Bug target/63442] New: [AArch64] ICE with ubsan/overflow-int128.c test

2014-10-02 Thread clyon at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63442 Bug ID: 63442 Summary: [AArch64] ICE with ubsan/overflow-int128.c test Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug go/63172] gccgo testcase cplx2.go execution provides incorrect answers on trunk for powerpc64, powerpc64le

2014-10-02 Thread boger at us dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63172 boger at us dot ibm.com changed: What|Removed |Added Status|RESOLVED|CLOSED --- Comment #6 from boge

[Bug tree-optimization/63381] [5 Regression] Wrong constant folding

2014-10-02 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63381 --- Comment #3 from Marek Polacek --- Actually, Comment 1 applies here as well, so these two could be dups.

[Bug tree-optimization/63380] [5 Regression] Wrong constant folding

2014-10-02 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63380 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug tree-optimization/63381] [5 Regression] Wrong constant folding

2014-10-02 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63381 --- Comment #2 from Marek Polacek --- Ugh, ignore Comment 1, that was for PR63380.

[Bug tree-optimization/63381] Wrong constant folding

2014-10-02 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63381 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug go/61877] [5 Regression]: reflect: cannot use []string as type string in Call

2014-10-02 Thread lists at kambanaria dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61877 --- Comment #7 from Alexander Shopov --- > It also seems the intel case is broken on this test case on mainline. If I > hack it to take the ffi case, it works with my patch. Also 4.9 works, which Not sure how relevant this would be, but makefu

[Bug target/60181] constant folding of complex number incorrect

2014-10-02 Thread boger at us dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60181 boger at us dot ibm.com changed: What|Removed |Added CC||boger at us dot ibm.com --- Com

[Bug go/63172] gccgo testcase cplx2.go execution provides incorrect answers on trunk for powerpc64, powerpc64le

2014-10-02 Thread boger at us dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63172 boger at us dot ibm.com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug fortran/62131] [4.9/5 Regression] OpenMP: Subobject of an allocatable array not allowed in OMP ATOMIC

2014-10-02 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62131 Jakub Jelinek changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug middle-end/63247] fortran array alignment in omp target map

2014-10-02 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63247 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c/63441] incorrect "array subscript is below/above array bounds" diagnostic

2014-10-02 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63441 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #1

[Bug c/63441] New: incorrect "array subscript is below/above array bounds" diagnostic

2014-10-02 Thread rschiele at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63441 Bug ID: 63441 Summary: incorrect "array subscript is below/above array bounds" diagnostic Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: minor

[Bug go/61877] [5 Regression]: reflect: cannot use []string as type string in Call

2014-10-02 Thread michael.hudson at linaro dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61877 --- Comment #6 from Michael Hudson-Doyle --- Created attachment 33640 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33640&action=edit my test cases I think the patch works because when the compiler sees a call to a variadic function, it g

[Bug c++/51317] [C++0x] [DR 587] Wrong value category of conditional expression where lvalue operands differ only in cv-qualification

2014-10-02 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51317 Andrew Pinski changed: What|Removed |Added CC||james.kanze at gmail dot com --- Comment

[Bug c++/63438] conditional operator deducing lvalues incorrectly

2014-10-02 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63438 Bug 63438 depends on bug 34075, which changed state. Bug 34075 Summary: [DR 587] temporary used in ?: expression tho second and third expr. lvalues https://gcc.gnu.org/bugzilla/show_bug.cgi?id=34075 What|Removed

[Bug c++/34075] [DR 587] temporary used in ?: expression tho second and third expr. lvalues

2014-10-02 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=34075 Andrew Pinski changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug other/63440] New: -Og does enable -fmerge-constants too

2014-10-02 Thread rdiezmail-gcc at yahoo dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63440 Bug ID: 63440 Summary: -Og does enable -fmerge-constants too Product: gcc Version: 4.9.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: other

[Bug c++/61736] Conditional expression yields wrong value category

2014-10-02 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61736 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/63438] conditional operator deducing lvalues incorrectly

2014-10-02 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63438 Jonathan Wakely changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/51317] [C++0x] [DR 587] Wrong value category of conditional expression where lvalue operands differ only in cv-qualification

2014-10-02 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51317 Jonathan Wakely changed: What|Removed |Added CC||eric.niebler at gmail dot com --- Comm

[Bug c++/63437] [4.9/5 regression][C++14] Parenthesized "movable but not copyable" object doesn't compile in return statement

2014-10-02 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63437 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/63362] The c++11 triviality-traits need front-end help

2014-10-02 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63362 Paolo Carlini changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug libstdc++/62056] Long compile times with large tuples

2014-10-02 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62056 --- Comment #14 from Jonathan Wakely --- (In reply to Manuel López-Ibáñez from comment #11) > Jonathan, what should we do about this? Is this implementation better than > the one in libstdc++? I don't know, I haven't looked. Agustin, do you hav

[Bug libgcc/63436] libgcc2.c:273:1: internal compiler error: Segmentation fault

2014-10-02 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63436 Andreas Schwab changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug target/63439] New: FAIL: gcc.dg/vect/vect-33.c scan-tree-dump vect "Alignment of access forced using peeling"

2014-10-02 Thread bernd.edlinger at hotmail dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63439 Bug ID: 63439 Summary: FAIL: gcc.dg/vect/vect-33.c scan-tree-dump vect "Alignment of access forced using peeling" Product: gcc Version: 5.0 Status: UNCONFIRMED

[Bug c++/63437] [4.9/5 regression][C++14] Parenthesized "movable but not copyable" object doesn't compile in return statement

2014-10-02 Thread flast at flast dot jp
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63437 --- Comment #2 from Kohei Takahashi --- (In reply to Andrew Pinski from comment #1) > in C++14 (a) means the same as static_cast(a). > > So it is a reference at this point which means const & is better than &&. > > Or at least that is how I und

[Bug target/62128] Use vpalignr for AVX2 rotation

2014-10-02 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62128 --- Comment #3 from Jakub Jelinek --- Author: jakub Date: Thu Oct 2 07:29:49 2014 New Revision: 215796 URL: https://gcc.gnu.org/viewcvs?rev=215796&root=gcc&view=rev Log: PR target/62128 * config/i386/i386.c (expand_vec_perm_1): Try expa

[Bug target/61153] [ARM] vbic vorn tests fail

2014-10-02 Thread bernd.edlinger at hotmail dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61153 Bernd Edlinger changed: What|Removed |Added CC||bernd.edlinger at hotmail dot de --- C

[Bug c++/63438] conditional operator deducing lvalues incorrectly

2014-10-02 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63438 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|