[Bug rtl-optimization/64537] Aarch64 redundant sxth instruction gets generated

2015-01-18 Thread kugan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64537 --- Comment #5 from kugan at gcc dot gnu.org --- Is this sort of multiple-use potential candidate for ree pass? Haven't looked ree in detail yet.

[Bug rtl-optimization/64532] [4.9, 5 Regression] internal compiler error: Max. number of generated reload insns per insn is achieved (90)

2015-01-18 Thread pangbw at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64532 --- Comment #6 from baoshan pangbw at gmail dot com --- After several days study to the code, I turn to feel the code is wrong. It seems we should use =t instead of =w for 'y' because single float register is expected here for vcvt.f32.s32. From

[Bug go/64005] make check FAIL: sync

2015-01-18 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64005 Uroš Bizjak ubizjak at gmail dot com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug c/64663] New: ICE at -O1 and above with -g enabled on x86_64-linux-gnu

2015-01-18 Thread su at cs dot ucdavis.edu
-trunk --enable-languages=c,c++ --disable-werror --enable-multilib Thread model: posix gcc version 5.0.0 20150118 (experimental) [trunk revision 219826] (GCC) $ $ gcc-trunk -O0 -g -c small.c $ gcc-trunk -O1 -c small.c $ $ gcc-trunk -O1 -g -c small.c small.c: In function ‘fn1’: small.c:13:1

[Bug ipa/64664] New: [5 Regression] ICE: tree check: expected function_decl, have invalid tree code in opts_for_fn, at tree.h:4706

2015-01-18 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64664 Bug ID: 64664 Summary: [5 Regression] ICE: tree check: expected function_decl, have invalid tree code in opts_for_fn, at tree.h:4706 Product: gcc Version: 5.0

[Bug fortran/61933] Inquire on internal units

2015-01-18 Thread Joost.VandeVondele at mat dot ethz.ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61933 --- Comment #13 from Joost VandeVondele Joost.VandeVondele at mat dot ethz.ch --- (In reply to Jerry DeLisle from comment #12) (In reply to Joost VandeVondele from comment #11) See patch here:

[Bug sanitizer/63850] Building TSAN for Aarch64 results in assembler Error

2015-01-18 Thread vekumar at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63850 vekumar at gcc dot gnu.org changed: What|Removed |Added CC||vekumar at gcc dot gnu.org

[Bug debug/57664] [4.8/4.9/5 Regression] ICE: in should_move_die_to_comdat, at dwarf2out.c:6750 with -fdebug-types-section and lambda

2015-01-18 Thread tbsaunde at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57664 tbsaunde at gcc dot gnu.org changed: What|Removed |Added CC||tbsaunde at gcc dot gnu.org

[Bug ipa/64664] [5 Regression] ICE: tree check: expected function_decl, have invalid tree code in opts_for_fn, at tree.h:4706

2015-01-18 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64664 Markus Trippelsdorf trippels at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Bug sanitizer/63850] Building TSAN for Aarch64 results in assembler Error

2015-01-18 Thread dvyukov at google dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63850 --- Comment #5 from Dmitry Vyukov dvyukov at google dot com --- I suspect that configure and Makefiles are gcc-specific, that is needs to be submitted to gcc diredctly. And for tsan_rtl.h we have a change in flight that does essentially the same

[Bug fortran/61933] Inquire on internal units

2015-01-18 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61933 --- Comment #12 from Jerry DeLisle jvdelisle at gcc dot gnu.org --- (In reply to Joost VandeVondele from comment #11) See patch here: https://gcc.gnu.org/ml/gcc-patches/2015-01/msg01616.html

[Bug libffi/64645] liibffi fails to build on cygwin-32

2015-01-18 Thread bernd.edlinger at hotmail dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64645 --- Comment #1 from Bernd Edlinger bernd.edlinger at hotmail dot de --- Created attachment 34473 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=34473action=edit possible fix BTW: I used binutils-2.25 here. This patch seems to work, and I

[Bug c/53075] -Werror=pedantic should be equivalent to -pedantic-errors

2015-01-18 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53075 --- Comment #1 from Manuel López-Ibáñez manu at gcc dot gnu.org --- More discussion in the topic: https://gcc.gnu.org/ml/gcc-patches/2014-10/msg01799.html

[Bug libgomp/64635] darwin produces libgomp-plugin-host_nonshm.1.dylib but tries to load libgomp-plugin-host_nonshm.so.1

2015-01-18 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64635 --- Comment #13 from howarth at bromo dot med.uc.edu --- Created attachment 34480 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=34480action=edit proposed fix with aix support added

[Bug c++/64644] warning: anonymous union with no members should be an error with -pedantic-errors

2015-01-18 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64644 --- Comment #3 from Manuel López-Ibáñez manu at gcc dot gnu.org --- (In reply to Harald van Dijk from comment #2) A question, though: I see that like many other existing warnings, this doesn't handle -Werror=pedantic. Is that something that

[Bug libgomp/64635] darwin produces libgomp-plugin-host_nonshm.1.dylib but tries to load libgomp-plugin-host_nonshm.so.1

2015-01-18 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64635 --- Comment #12 from howarth at bromo dot med.uc.edu --- (In reply to Dominique d'Humieres from comment #11) I tried another bootstrap with the addition of --enable-lto (most of the buildbots seem to just use the lto language for that) and it had

[Bug fortran/55901] [OOP] type is (character(len=*)) misinterpreted as array

2015-01-18 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55901 --- Comment #13 from Paul Thomas pault at gcc dot gnu.org --- Author: pault Date: Sun Jan 18 12:21:38 2015 New Revision: 219814 URL: https://gcc.gnu.org/viewcvs?rev=219814root=gccview=rev Log: 2015-01-18 Paul Thomas pa...@gcc.gnu.org PR

[Bug sanitizer/64435] [5 Regression] Bootstrap failure in libsanitizer on AArch64 with Linux kernel = 3.15

2015-01-18 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64435 --- Comment #7 from Jakub Jelinek jakub at gcc dot gnu.org --- And the reason for that is that aarch64 again changed ABI, what a stable port :(. https://sourceware.org/git/?p=glibc.git;a=commit;h=5c40c3bab2fddaca8cfe12d75944d1fef8adf1a4

[Bug libgomp/64625] ___OFFLOAD_TABLE__ symbol not produced on x86_64 darwin

2015-01-18 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64625 --- Comment #10 from howarth at bromo dot med.uc.edu --- (In reply to David Edelsohn from comment #9) Locally reverting the creation of offload_table may avoid the reference to the undefined symbol as a workaround to get sane testsuite results.

[Bug fortran/64578] [OOP] Seg-fault and ICE with unlimited polymorphic array pointer function

2015-01-18 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64578 --- Comment #13 from Paul Thomas pault at gcc dot gnu.org --- Author: pault Date: Sun Jan 18 15:52:49 2015 New Revision: 219818 URL: https://gcc.gnu.org/viewcvs?rev=219818root=gccview=rev Log: 2015-01-18 Paul Thomas pa...@gcc.gnu.org PR

[Bug fortran/57959] [F03] ICE with structure constructor with scalar allocatable components

2015-01-18 Thread paul.richard.thomas at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57959 --- Comment #6 from paul.richard.thomas at gmail dot com paul.richard.thomas at gmail dot com --- Committed to trunk as revision 219818. Change logs correct in 219819. Sorry for the mess. Paul

[Bug c/64637] Incorrect location for -Wunused-value warnings in for-loop

2015-01-18 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64637 Manuel López-Ibáñez manu at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug fortran/64654] New: problem of handling character arguments in parent of an 'entry' with fewer arguments leads at -O0

2015-01-18 Thread d.pashov at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64654 Bug ID: 64654 Summary: problem of handling character arguments in parent of an 'entry' with fewer arguments leads at -O0 Product: gcc Version: 4.8.3 Status: UNCONFIRMED

[Bug fortran/57959] [F03] ICE with structure constructor with scalar allocatable components

2015-01-18 Thread paul.richard.thomas at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57959 --- Comment #5 from paul.richard.thomas at gmail dot com paul.richard.thomas at gmail dot com --- The incorrect PR numbers in the Change Logs have been corrected.

[Bug c++/64643] bad location for multiple fields in union initialized

2015-01-18 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64643 Manuel López-Ibáñez manu at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug fortran/57959] [F03] ICE with structure constructor with scalar allocatable components

2015-01-18 Thread paul.richard.thomas at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57959 paul.richard.thomas at gmail dot com paul.richard.thomas at gmail dot com changed: What|Removed |Added CC|

[Bug fortran/64578] [OOP] Seg-fault and ICE with unlimited polymorphic array pointer function

2015-01-18 Thread paul.richard.thomas at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64578 --- Comment #14 from paul.richard.thomas at gmail dot com paul.richard.thomas at gmail dot com --- Ignore comment 13! I screwed up the Change Logs for PR57959. Paul

[Bug libgomp/64635] darwin produces libgomp-plugin-host_nonshm.1.dylib but tries to load libgomp-plugin-host_nonshm.so.1

2015-01-18 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64635 --- Comment #6 from Iain Sandoe iains at gcc dot gnu.org --- this seems reasonable. = However, for the record: * if a shared library is User-facing and needs to be passed to ld64, then the convention is that the suffix = .dylib * if it's

[Bug c++/64653] Incomplete emission of D1/D2 destructors when optimising -- link failure with gold

2015-01-18 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64653 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added CC||jakub at gcc dot

[Bug libgomp/64635] darwin produces libgomp-plugin-host_nonshm.1.dylib but tries to load libgomp-plugin-host_nonshm.so.1

2015-01-18 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64635 --- Comment #7 from Iain Sandoe iains at gcc dot gnu.org --- oh, and IIRC, the shlib suffix for AIX is .a so there might be another case to placed.

RE: gcc 4.9.2 cygwin64 internal error parsing decimal float point values

2015-01-18 Thread Marc Reynolds
If the bug is present then it will occur at any optimization level. Given this further information I investigated and discovered the problem. My system somehow had a broken cygmpfr-4.dll installed in /bin. Given that the assert was from MPFR I should have checked this earlier but I naively

[Bug c/64648] Incorrect message description of -Wunused-value

2015-01-18 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64648 --- Comment #2 from Marek Polacek mpolacek at gcc dot gnu.org --- Hopefully we'll sort it out in GCC 6.

[Bug sanitizer/64435] [5 Regression] Bootstrap failure in libsanitizer on AArch64 with Linux kernel = 3.15

2015-01-18 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64435 --- Comment #6 from Jakub Jelinek jakub at gcc dot gnu.org --- Well, for the old uid/git we can temporarily also just cherry pick upstream r223925. Even with that patch I'm running into:

[Bug c/64648] Incorrect message description of -Wunused-value

2015-01-18 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64648 Manuel López-Ibáñez manu at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug c++/64644] warning: anonymous union with no members should be an error with -pedantic-errors

2015-01-18 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64644 Manuel López-Ibáñez manu at gcc dot gnu.org changed: What|Removed |Added CC||manu at gcc

[Bug c++/64653] Incomplete emission of D1/D2 destructors when optimising -- link failure with gold

2015-01-18 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64653 Markus Trippelsdorf trippels at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED

[Bug ipa/64163] [5 Regression] r218024 causes qt5 build failure

2015-01-18 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64163 Markus Trippelsdorf trippels at gcc dot gnu.org changed: What|Removed |Added CC||thiago

[Bug c/64639] false negative of -Wunused-value

2015-01-18 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64639 Manuel López-Ibáñez manu at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug fortran/64578] [OOP] Seg-fault and ICE with unlimited polymorphic array pointer function

2015-01-18 Thread paul.richard.thomas at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64578 --- Comment #15 from paul.richard.thomas at gmail dot com paul.richard.thomas at gmail dot com --- (In reply to Dominique d'Humieres from comment #12) AFAICT gfortran.dg/unlimited_polymorphic_21.f90 has not yet been committed. You are

[Bug c/64655] Vectorizer is always using load aligned instructions with objects with the aligned attribute

2015-01-18 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64655 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug c/64655] Vectorizer is always using load aligned instructions with objects with the aligned attribute

2015-01-18 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64655 --- Comment #8 from Jakub Jelinek jakub at gcc dot gnu.org --- (In reply to Adrien Guinet from comment #7) From my understanding of https://gcc.gnu.org/onlinedocs/gcc/Variable-Attributes.html, the aligned attribute inside a structure aligns

[Bug sanitizer/64435] [5 Regression] Bootstrap failure in libsanitizer on AArch64 with Linux kernel = 3.15

2015-01-18 Thread david.abdurachmanov at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64435 --- Comment #8 from David Abdurachmanov david.abdurachmanov at gmail dot com --- I will finish testing my patch for upstream next week. I was busy with other tasks. AArch64 is young, this kind of things are bound to happen :/

[Bug sanitizer/64435] [5 Regression] Bootstrap failure in libsanitizer on AArch64 with Linux kernel = 3.15

2015-01-18 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64435 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug c/64655] Vectorizer is always using load aligned instructions with objects with the aligned attribute

2015-01-18 Thread adrien at guinet dot me
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64655 Adrien Guinet adrien at guinet dot me changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED

[Bug c/64655] Vectorizer is always using load aligned instructions with objects with the aligned attribute

2015-01-18 Thread adrien at guinet dot me
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64655 --- Comment #10 from Adrien Guinet adrien at guinet dot me --- Well, okay, that implication didn't look that obvious. Sorry for the constant bug reopening, it was not my intent. And thanks for the clarifications!

[Bug sanitizer/64435] [5 Regression] Bootstrap failure in libsanitizer on AArch64 with Linux kernel = 3.15

2015-01-18 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64435 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Depends on||64131 ---

[Bug sanitizer/64435] [5 Regression] Bootstrap failure in libsanitizer on AArch64 with Linux kernel = 3.15

2015-01-18 Thread clyon at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64435 --- Comment #11 from clyon at gcc dot gnu.org --- (In reply to David Abdurachmanov from comment #8) I will finish testing my patch for upstream next week. I was busy with other tasks. How are you going to test it? FYI, I am now able to run

[Bug libstdc++/29366] atomics config for sh is weird

2015-01-18 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=29366 --- Comment #6 from Oleg Endo olegendo at gcc dot gnu.org --- Created attachment 34478 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=34478action=edit proposed workaround patch There hasn't been any update for PR 53579. I'd like to propose

[Bug c++/64655] New: Vectorizer is always using load aligned instructions with objects with the aligned attribute

2015-01-18 Thread adrien at guinet dot me
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64655 Bug ID: 64655 Summary: Vectorizer is always using load aligned instructions with objects with the aligned attribute Product: gcc Version: 4.9.2 Status: UNCONFIRMED

[Bug libstdc++/64646] New overloads of std::is_permutation dereference past-the-end iterator

2015-01-18 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64646 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug c++/64655] Vectorizer is always using load aligned instructions with objects with the aligned attribute

2015-01-18 Thread adrien at guinet dot me
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64655 --- Comment #1 from Adrien Guinet adrien at guinet dot me --- Created attachment 34476 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=34476action=edit test case reproducing the issue

[Bug libstdc++/64657] New: Support iterators with overloaded operator-comma

2015-01-18 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64657 Bug ID: 64657 Summary: Support iterators with overloaded operator-comma Product: gcc Version: 5.0 Status: UNCONFIRMED Keywords: rejects-valid Severity: minor

[Bug target/43892] PowerPC suboptimal add with carry optimization

2015-01-18 Thread joakim.tjernlund at transmode dot se
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43892 --- Comment #20 from joakim.tjernlund at transmode dot se joakim.tjernlund at transmode dot se --- (In reply to Segher Boessenkool from comment #19) Current code: add 3,3,4 subfc 4,4,3 subfe 9,9,9 subf 3,9,3 so we got rid of the

[Bug libstdc++/64658] New: std::atomic_init() undefined

2015-01-18 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64658 Bug ID: 64658 Summary: std::atomic_init() undefined Product: gcc Version: 4.9.2 Status: UNCONFIRMED Keywords: rejects-valid Severity: normal Priority: P3

[Bug target/64580] very high rs6000_stack_info() usage during LTO Firefox build on ppc64

2015-01-18 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64580 --- Comment #1 from Segher Boessenkool segher at gcc dot gnu.org --- Hi Markus, How often is rs6000_stack_info called there? Are there any hotspots in the function? Do you have a standalone testcase?

[Bug ipa/64378] [5 Regression] ICE: in inline_call, at ipa-inline-transform.c:347 with -O3 -fno-ipa-cp

2015-01-18 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64378 --- Comment #5 from Jan Hubicka hubicka at gcc dot gnu.org --- Author: hubicka Date: Sun Jan 18 17:31:35 2015 New Revision: 219822 URL: https://gcc.gnu.org/viewcvs?rev=219822root=gccview=rev Log: PR ipa/64378 * ipa-prop.c

[Bug c/64655] Vectorizer is always using load aligned instructions with objects with the aligned attribute

2015-01-18 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64655 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug target/61641] [4.9/5 Regression] undefined label in jump_table_data

2015-01-18 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61641 John David Anglin danglin at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug c/64655] Vectorizer is always using load aligned instructions with objects with the aligned attribute

2015-01-18 Thread adrien at guinet dot me
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64655 Adrien Guinet adrien at guinet dot me changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED

[Bug c/64655] Vectorizer is always using load aligned instructions with objects with the aligned attribute

2015-01-18 Thread adrien at guinet dot me
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64655 --- Comment #3 from Adrien Guinet adrien at guinet dot me --- I don't think this is a user error. Some attributes might be declared aligned inside a structure, without any specifications that every instanced objects must be themselves aligned on

[Bug target/64652] [SH] ICE when using -mdiv=call-fp

2015-01-18 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64652 --- Comment #1 from Oleg Endo olegendo at gcc dot gnu.org --- Author: olegendo Date: Sun Jan 18 18:12:53 2015 New Revision: 219824 URL: https://gcc.gnu.org/viewcvs?rev=219824root=gccview=rev Log: gcc/ PR target/64652 * config/sh/sh.md

[Bug libgomp/64635] darwin produces libgomp-plugin-host_nonshm.1.dylib but tries to load libgomp-plugin-host_nonshm.so.1

2015-01-18 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64635 Dominique d'Humieres dominiq at lps dot ens.fr changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Bug libstdc++/64646] New overloads of std::is_permutation dereference past-the-end iterator

2015-01-18 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64646 --- Comment #2 from Jonathan Wakely redi at gcc dot gnu.org --- Author: redi Date: Sun Jan 18 16:31:06 2015 New Revision: 219821 URL: https://gcc.gnu.org/viewcvs?rev=219821root=gccview=rev Log: PR libstdc++/64646 *

[Bug fortran/64654] problem of handling character arguments in parent of an 'entry' with fewer arguments at -O0

2015-01-18 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64654 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org ---

[Bug libstdc++/64646] New overloads of std::is_permutation dereference past-the-end iterator

2015-01-18 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64646 --- Comment #1 from Jonathan Wakely redi at gcc dot gnu.org --- Author: redi Date: Sun Jan 18 16:29:57 2015 New Revision: 219820 URL: https://gcc.gnu.org/viewcvs?rev=219820root=gccview=rev Log: PR libstdc++/64646 *

[Bug libstdc++/64656] New: [C++14] DR 2128 Absence of global functions cbegin/cend

2015-01-18 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64656 Bug ID: 64656 Summary: [C++14] DR 2128 Absence of global functions cbegin/cend Product: gcc Version: 5.0 Status: UNCONFIRMED Keywords: rejects-valid

[Bug libstdc++/64658] std::atomic_init() undefined

2015-01-18 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64658 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug c/64655] Vectorizer is always using load aligned instructions with objects with the aligned attribute

2015-01-18 Thread adrien at guinet dot me
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64655 --- Comment #5 from Adrien Guinet adrien at guinet dot me --- Moreover, the test case runs fine without any automatic vectorisation and crashes when it is applied, so from my point of view there is something wrong with this optimisation!

[Bug libgomp/64625] ___OFFLOAD_TABLE__ symbol not produced on x86_64 darwin

2015-01-18 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64625 --- Comment #11 from howarth at bromo dot med.uc.edu --- (In reply to David Edelsohn from comment #9) Also, could you confirm the exact filename you are getting for the libgomp-plugin-host_nonshm shared library on AIX (e.g, is the suffix .1.a or

[Bug target/43892] PowerPC suboptimal add with carry optimization

2015-01-18 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43892 --- Comment #19 from Segher Boessenkool segher at gcc dot gnu.org --- Current code: add 3,3,4 subfc 4,4,3 subfe 9,9,9 subf 3,9,3 so we got rid of the useless register move.

[Bug target/64505] Powerpc compiler generates insn not found for -m32 -mpowerpc64

2015-01-18 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64505 Segher Boessenkool segher at gcc dot gnu.org changed: What|Removed |Added CC||segher at

[Bug libstdc++/64656] [C++14] DR 2128 Absence of global functions cbegin/cend

2015-01-18 Thread ville.voutilainen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64656 Ville Voutilainen ville.voutilainen at gmail dot com changed: What|Removed |Added Status|UNCONFIRMED

[Bug libstdc++/64657] Support iterators with overloaded operator-comma

2015-01-18 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64657 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED

[Bug libstdc++/64658] std::atomic_init() undefined

2015-01-18 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64658 --- Comment #2 from Jonathan Wakely redi at gcc dot gnu.org --- Testcase for 4.9 (which doesn't have the fix for PR64940 that allows std::atomic_int t o be used interchangeably with std::atomicint): #include atomic int main() { std::atomicint

[Bug libstdc++/56166] std::string::clear() can throw despite being marked noexcept

2015-01-18 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56166 --- Comment #13 from Jonathan Wakely redi at gcc dot gnu.org --- N.B. this is fixed when using the new std::__cxx11::basic_string in GCC 5

[Bug c/64655] Vectorizer is always using load aligned instructions with objects with the aligned attribute

2015-01-18 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64655 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug target/64652] [SH] ICE when using -mdiv=call-fp

2015-01-18 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64652 Oleg Endo olegendo at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug target/64661] New: [SH] Allow @(disp,reg) address mode for atomics

2015-01-18 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64661 Bug ID: 64661 Summary: [SH] Allow @(disp,reg) address mode for atomics Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug libgomp/64625] ___OFFLOAD_TABLE__ symbol not produced on x86_64 darwin

2015-01-18 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64625 --- Comment #12 from David Edelsohn dje at gcc dot gnu.org --- libgomp-plugin-host_nonshm.so.1 which is inserted into libgomp-plugin-host_nonshm.a (Traditional AIX shared library filenames do not have version numbers.)

[Bug target/64662] New: [SH] QImode/HImode atomics should return sign extended SImode values

2015-01-18 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64662 Bug ID: 64662 Summary: [SH] QImode/HImode atomics should return sign extended SImode values Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal

[Bug target/43892] PowerPC suboptimal add with carry optimization

2015-01-18 Thread joakim.tjernlund at transmode dot se
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43892 --- Comment #24 from joakim.tjernlund at transmode dot se joakim.tjernlund at transmode dot se --- (In reply to Segher Boessenkool from comment #23) Do you know what addcc does? PowerPC does not have any instruction No, just guessing :) To me

[Bug ipa/64218] [5 Regression] ICE: Segmentation fault (symtab_node::get_alias_target()) running Boost testsuite

2015-01-18 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64218 --- Comment #12 from Jan Hubicka hubicka at gcc dot gnu.org --- Would be possible to upload updated testcase? The reduced one seems to work for me on both x86-64 and ppc64.

[Bug target/64660] New: [SH] Convert atomic_fetch_op to atomic_op_fetch

2015-01-18 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64660 Bug ID: 64660 Summary: [SH] Convert atomic_fetch_op to atomic_op_fetch Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug target/43892] PowerPC suboptimal add with carry optimization

2015-01-18 Thread joakim.tjernlund at transmode dot se
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43892 --- Comment #22 from joakim.tjernlund at transmode dot se joakim.tjernlund at transmode dot se --- (In reply to Segher Boessenkool from comment #21) Mainine (will be GCC 5 in a few months). There is no addcc thing, that is not suitable for

[Bug ipa/63576] [5 Regression] ICE : in ipa_merge_profiles, at ipa-utils.c:540 during Firefox LTO/PGO build

2015-01-18 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63576 --- Comment #5 from Jan Hubicka hubicka at gcc dot gnu.org --- I don't seem to be able to make sense of Ilya's logic in the probability calculation (incrementing the count with bb-count seem wrong). Will try to update his patch today.

[Bug fortran/64578] [OOP] Seg-fault and ICE with unlimited polymorphic array pointer function

2015-01-18 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64578 --- Comment #16 from Paul Thomas pault at gcc dot gnu.org --- Author: pault Date: Sun Jan 18 22:01:29 2015 New Revision: 219827 URL: https://gcc.gnu.org/viewcvs?rev=219827root=gccview=rev Log: 2015-01-18 Andre Vehreschild ve...@gmx.de

[Bug libgomp/64635] darwin produces libgomp-plugin-host_nonshm.1.dylib but tries to load libgomp-plugin-host_nonshm.so.1

2015-01-18 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64635 --- Comment #11 from Dominique d'Humieres dominiq at lps dot ens.fr --- For some reason you have less expected passes than me: yours === libgomp Summary === # of expected passes11430 # of unsupported tests562 mine

[Bug fortran/60255] [OOP] Deferred character length variable at (1) cannot yet be associated with unlimited polymorphic entities

2015-01-18 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60255 --- Comment #7 from Paul Thomas pault at gcc dot gnu.org --- Author: pault Date: Sun Jan 18 22:01:29 2015 New Revision: 219827 URL: https://gcc.gnu.org/viewcvs?rev=219827root=gccview=rev Log: 2015-01-18 Andre Vehreschild ve...@gmx.de

[Bug ipa/64218] [5 Regression] ICE: Segmentation fault (symtab_node::get_alias_target()) running Boost testsuite

2015-01-18 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64218 --- Comment #13 from Markus Trippelsdorf trippels at gcc dot gnu.org --- Created attachment 34479 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=34479action=edit unreduced testcase Unreduced testcase is attached. Crashes both on ppc64 and

[Bug target/64659] [SH] Immedate values not used for atomic ops

2015-01-18 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64659 Oleg Endo olegendo at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug target/64659] [SH] Immedate values not used for atomic ops

2015-01-18 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64659 --- Comment #2 from Oleg Endo olegendo at gcc dot gnu.org --- The other issue is that atomic add insns for models other than 'hard-llcs' do not utilize the 'add #imm,Rn' insn at all, because those insns allow 'register_operand' only.

[Bug ipa/64218] [5 Regression] ICE: Segmentation fault (symtab_node::get_alias_target()) running Boost testsuite

2015-01-18 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64218 --- Comment #14 from Jan Hubicka hubicka at gcc dot gnu.org --- Good, now it reproduces. The problem is that inliner removes the alias target and it leaves the alias itself to be removed by remove_unreachable_nodes. It however manages to crash

[Bug lto/64374] [5.0 regression] LTO ICE in extract_insn, at recog.c:2327

2015-01-18 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64374 --- Comment #9 from Jan Hubicka hubicka at gcc dot gnu.org --- This is ugly issue indeed, I will look more into it tomorrow. Optimally of course we should be able to handle -fPIC per symbol basis, but that is hard to do. I guess having it handled

[Bug c++/64644] warning: anonymous union with no members should be an error with -pedantic-errors

2015-01-18 Thread harald at gigawatt dot nl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64644 --- Comment #2 from Harald van Dijk harald at gigawatt dot nl --- Yep, thanks, testing that on 4.9.2 seems to give the right results. I see it covered by existing tests in at least gcc/testsuite/g++.old-deja/g++.law/union4.C and

[Bug target/43892] PowerPC suboptimal add with carry optimization

2015-01-18 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43892 --- Comment #23 from Segher Boessenkool segher at gcc dot gnu.org --- Do you know what addcc does? PowerPC does not have any instruction that behaves like it at all. So it would have to expand to a big fat sequence of instructions, that then

[Bug ipa/64378] [5 Regression] ICE: in inline_call, at ipa-inline-transform.c:347 with -O3 -fno-ipa-cp

2015-01-18 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64378 Jan Hubicka hubicka at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug libgomp/64635] darwin produces libgomp-plugin-host_nonshm.1.dylib but tries to load libgomp-plugin-host_nonshm.so.1

2015-01-18 Thread howarth at bromo dot med.uc.edu
++ /sw/src/fink.build/gcc50-5.0.0-1000/gcc-5-20150118/libgomp/testsuite/libgomp.oacc-c++/../libgomp.oacc-c-c++-common/acc_on_device-1.c -B/sw/src/fink.build/gcc50-5.0.0-1000/darwin_objdir/x86_64-apple-darwin14.1.0/i386/libgomp/ -B/sw/src/fink.build/gcc50-5.0.0-1000/darwin_objdir/x86_64-apple

[Bug target/64659] New: [SH] Immedate values not used for atomic ops

2015-01-18 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64659 Bug ID: 64659 Summary: [SH] Immedate values not used for atomic ops Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug libgomp/64635] darwin produces libgomp-plugin-host_nonshm.1.dylib but tries to load libgomp-plugin-host_nonshm.so.1

2015-01-18 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64635 --- Comment #10 from howarth at bromo dot med.uc.edu --- The test cases showing up as unsupported here are actually aborting... % fsf-gdb ./acc_on_device-1.exe Program received signal SIGABRT, Aborted. 0x9b91069a in __pthread_kill () from

[Bug target/43892] PowerPC suboptimal add with carry optimization

2015-01-18 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43892 --- Comment #21 from Segher Boessenkool segher at gcc dot gnu.org --- Mainine (will be GCC 5 in a few months). There is no addcc thing, that is not suitable for PowerPC. The big changes are in though (and they are much bigger than I originally

  1   2   >