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

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

[Bug sanitizer/63369] many asan test cases fail on ARM

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

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

2014-10-02 Thread eric.niebler at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63438 Bug ID: 63438 Summary: conditional operator deducing lvalues incorrectly Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3

[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 pinskia at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[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 bernd.edlinger at hotmail dot de changed: What|Removed |Added CC|

[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 jakub at gcc dot gnu.org --- Author: jakub Date: Thu Oct 2 07:29:49 2014 New Revision: 215796 URL: https://gcc.gnu.org/viewcvs?rev=215796root=gccview=rev Log: PR target/62128 * config/i386/i386.c

[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 flast at flast dot jp --- (In reply to Andrew Pinski from comment #1) in C++14 (a) means the same as static_casttypeof(a) (a). So it is a reference at this point which means const is better than . Or at

[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 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 sch...@linux-m68k.org changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last

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

[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 paolo.carlini at oracle dot com changed: What|Removed |Added Status|REOPENED|RESOLVED

[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 redi at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[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 redi at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[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 redi at gcc dot gnu.org changed: What|Removed |Added CC||eric.niebler at

[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 redi at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[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++/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 pinskia at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[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 pinskia at gcc dot gnu.org changed: What|Removed |Added CC||james.kanze at

[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 michael.hudson at linaro dot org --- Created attachment 33640 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=33640action=edit my test cases I think the patch works because when the compiler sees a

[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 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 jakub at gcc dot gnu.org changed: What|Removed |Added CC||jakub at gcc dot

[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 jakub at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[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 jakub at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[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

[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 ---

[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 lists at kambanaria dot org --- 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

[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 mpolacek at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[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 mpolacek at gcc dot gnu.org --- Ugh, ignore Comment 1, that was for PR63380.

[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 mpolacek at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[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 mpolacek at gcc dot gnu.org --- Actually, Comment 1 applies here as well, so these two could be dups.

[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

[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

[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 ian at airs dot com --- 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 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 jtaylor.debian at googlemail dot com --- thanks, head (and branches) work fine now

[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

[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 dje at gcc dot gnu.org changed: What|Removed |Added Target|ppc64-ibm-linux,|s390x-ibm-linux,

[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:

[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 pinskia at gcc dot gnu.org --- (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

[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 trippels at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED

[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 jamborm at gcc dot gnu.org --- Author: jamborm Date: Thu Oct 2 16:49:14 2014 New Revision: 215804 URL: https://gcc.gnu.org/viewcvs?rev=215804root=gccview=rev Log: 2014-10-02 Martin Jambor mjam...@suse.cz

[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 timshen at gcc dot gnu.org --- Author: timshen Date: Thu Oct 2 16:50:39 2014 New Revision: 215805 URL: https://gcc.gnu.org/viewcvs?rev=215805root=gccview=rev Log: PR libstdc++/63199 * include/bits/regex.h

[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 jamborm at gcc dot gnu.org --- Author: jamborm Date: Thu Oct 2 17:11:24 2014 New Revision: 215806 URL: https://gcc.gnu.org/viewcvs?rev=215806root=gccview=rev Log: 2014-10-02 Martin Jambor mjam...@suse.cz

[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 jamborm at gcc dot gnu.org --- Author: jamborm Date: Thu Oct 2 17:13:30 2014 New Revision: 215807 URL: https://gcc.gnu.org/viewcvs?rev=215807root=gccview=rev Log: 2014-10-02 Martin Jambor mjam...@suse.cz

[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 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=215810root=gccview=rev Log: PR go/61880 compiler: symbol names should

[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 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=215812root=gccview=rev Log: PR go/61880 compiler: symbol names should

[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 ian at airs dot com changed: What|Removed |Added Status|NEW |RESOLVED

[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 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=215813root=gccview=rev Log: /cp 2014-10-02 Paolo Carlini

[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++

[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 the

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

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

[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=215822root=gccview=rev Log: 2014-10-01 Teresa Johnson tejohn...@google.com PR

[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 daniel.kruegler at googlemail dot com --- (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:

[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 daniel.kruegler at googlemail dot com --- (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

[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 daniel.kruegler at googlemail dot com --- 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 glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57460 Marc Glisse glisse at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[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 daniel.kruegler at googlemail dot com --- (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

[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 tkoenig at gcc dot gnu.org changed: What|Removed |Added Last reconfirmed|2008-08-16 22:55:22 |2014-10-2 ---

[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 hubicka at ucw dot cz --- 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

[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 ville.voutilainen at gmail dot com changed: What|Removed |Added Status|RESOLVED

[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 ville.voutilainen at gmail dot com --- Reduced: template bool b struct bool_ { }; template typename T, class... Args struct mytrait : bool___is_trivially_constructible(T, Args...) { }

[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 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 olegendo at gcc dot gnu.org --- (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

[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 ian at airs dot com --- 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

[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 manu at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[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 bobby.prani at gmail dot com --- Just FYI, clang compiles the same file using 1G memory.

[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 jvdelisle at gcc dot gnu.org changed: What|Removed |Added Assignee|jvdelisle at gcc dot gnu.org

[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 michael.hudson at linaro dot org --- I've proposed a fix https://codereview.appspot.com/152840043

[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 damian at sourceryinstitute dot org --- 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

[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 Joost.VandeVondele at mat dot ethz.ch changed: What|Removed |Added Status|UNCONFIRMED

[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 ---

[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 damian at sourceryinstitute dot org --- 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