[Bug middle-end/68933] ICE when mixing "-fprofile-arcs -ftest-coverage" and "-fcoarray=lib"

2016-04-03 Thread zbeekman at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68933 --- Comment #1 from Zaak --- I have confirmed this is a problem on OS X as well, although perhaps the diagnostics are slightly different? $ /usr/local/bin/gfortran -I/usr/local/homebrew/Cellar/mpich/3.2/include -fcoarray=lib -fprofile-arcs

[Bug middle-end/68933] ICE when mixing "-fprofile-arcs -ftest-coverage" and "-fcoarray=lib"

2016-04-03 Thread zbeekman at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68933 --- Comment #2 from Zaak --- I have confirmed this is a problem on OS X as well, although perhaps the diagnostics are slightly different? $ /usr/local/bin/gfortran -I/usr/local/homebrew/Cellar/mpich/3.2/include -fcoarray=lib -fprofile-arcs

[Bug fortran/69659] [6 Regression] ICE on using option -frepack-arrays, in gfc_conv_descriptor_data_get

2016-04-03 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69659 --- Comment #6 from Dominique d'Humieres --- I have run make -k -j8 check-gfortran RUNTESTFLAGS="--target_board=unix'{-m32/-frepack-arrays,-m64/-frepack-arrays,-m32,-m64}'" Before the patch, the number of FAILs is 1123, 234 of them being

[Bug middle-end/35587] -Warray-bounds does not work at all or does not find all trivial cases, and :works only with -O2 or -O3

2016-04-03 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=35587 Manuel López-Ibáñez changed: What|Removed |Added CC||Gildos at gmail dot com ---

[Bug c++/57367] Missing warning: array subscript is above array bounds

2016-04-03 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57367 Manuel López-Ibáñez changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug c/68845] -Werror=array-bounds=[12] doesn't turn warning into error

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

[Bug c++/70522] New: Hidden friend functions block qualified name lookup into nested unnamed namespace

2016-04-03 Thread Casey at Carter dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70522 Bug ID: 70522 Summary: Hidden friend functions block qualified name lookup into nested unnamed namespace Product: gcc Version: 6.0 Status: UNCONFIRMED

[Bug c++/70521] New: [C++14] nonempty constexpr noexcept constructor rejected

2016-04-03 Thread meiomorphism at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70521 Bug ID: 70521 Summary: [C++14] nonempty constexpr noexcept constructor rejected Product: gcc Version: 5.2.1 Status: UNCONFIRMED Severity: normal

[Bug c/65403] -Wno-error= is an error

2016-04-03 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65403 Manuel López-Ibáñez changed: What|Removed |Added Keywords||patch --- Comment #6 from Manuel

[Bug target/70416] [SH]: error: 'asm' operand requires impossible reload when building ruby2.3

2016-04-03 Thread glaubitz at physik dot fu-berlin.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70416 --- Comment #26 from John Paul Adrian Glaubitz --- (In reply to Oleg Endo from comment #23) > I guess the proper solution for this issue would be running an > address-mode-selection optimization pass after reload to fix up the reload > choices.

[Bug fortran/69659] [6 Regression] ICE on using option -frepack-arrays, in gfc_conv_descriptor_data_get

2016-04-03 Thread vehre at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69659 vehre at gcc dot gnu.org changed: What|Removed |Added Status|NEW |WAITING

[Bug fortran/67538] ICE with invalid source allocation

2016-04-03 Thread vehre at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67538 vehre at gcc dot gnu.org changed: What|Removed |Added Status|NEW |WAITING

[Bug fortran/66911] ICE on allocate character with source as a derived type component

2016-04-03 Thread vehre at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66911 vehre at gcc dot gnu.org changed: What|Removed |Added Status|NEW |WAITING

[Bug target/54700] Optimize away x<0 as mask argument of a blend.

2016-04-03 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54700 --- Comment #1 from Marc Glisse --- This was missing a simple testcase, but now we can write one (in C++): typedef int vec __attribute__((vector_size(32))); vec f(vec x){ return x<0?2:1; } vpxor %xmm1, %xmm1, %xmm1 vpcmpgtd

[Bug middle-end/70457] ICE (segfault) in gimple_expand_builtin_pow on powerpc64le-linux-gnu

2016-04-03 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70457 --- Comment #11 from Bill Schmidt --- Jakub, thanks, I've verified that works and makes for a much better patch. Will post shortly on gcc-patches.

[Bug fortran/65795] Segfault (invalid write) for ALLOCATE statement involving COARRAYS

2016-04-03 Thread vehre at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65795 vehre at gcc dot gnu.org changed: What|Removed |Added Status|NEW |WAITING

[Bug testsuite/70520] Incorrect child stack alignment in c-c++-common/asan/clone-test-1.c

2016-04-03 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70520 --- Comment #1 from H.J. Lu --- Also see: https://llvm.org/bugs/show_bug.cgi?id=27191

[Bug testsuite/70520] New: Incorrect child stack alignment in c-c++-common/asan/clone-test-1.c

2016-04-03 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70520 Bug ID: 70520 Summary: Incorrect child stack alignment in c-c++-common/asan/clone-test-1.c Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal

[Bug bootstrap/70519] genmatch fails to compile under gcc-5.2.0 - missing '-lstdc++' .

2016-04-03 Thread jason.vas.dias at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70519 --- Comment #2 from Jason Vas Dias --- In fact, it happens for EVERY executable produced by stage2 compiler! Why is this - do I need to add '-lstdc++' to LDFLAGS or to --with-stage1-ldflags / --with-boot-ldflags in order to build gcc-5.3.0 ?

[Bug bootstrap/70519] genmatch fails to compile under gcc-5.2.0 - missing '-lstdc++' .

2016-04-03 Thread jason.vas.dias at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70519 --- Comment #1 from Jason Vas Dias --- And it happens for gcov also: /usr/build/linux/gcc-5.3.0/./prev-gcc/xg++ -B/usr/build/linux/gcc-5.3.0/./prev-gcc/ -B/usr/x86_64-pc-linux-gnu/bin/ -nostdinc++

[Bug c++/70336] [5/6 regression] Incorrect Wconversion warning

2016-04-03 Thread ppalka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70336 Patrick Palka changed: What|Removed |Added CC||ppalka at gcc dot gnu.org --- Comment

[Bug bootstrap/70519] New: genmatch fails to compile under gcc-5.2.0 - missing '-lstdc++' .

2016-04-03 Thread jason.vas.dias at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70519 Bug ID: 70519 Summary: genmatch fails to compile under gcc-5.2.0 - missing '-lstdc++' . Product: gcc Version: 5.3.0 Status: UNCONFIRMED Severity: normal

[Bug c/44949] extend Wparentheses from & to &=

2016-04-03 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44949 Manuel López-Ibáñez changed: What|Removed |Added Keywords||diagnostic

[Bug bootstrap/70173] make distclean: leaves stage_final and libcc1/compiler-name.h

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

[Bug target/70416] [SH]: error: 'asm' operand requires impossible reload when building ruby2.3

2016-04-03 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70416 --- Comment #25 from Oleg Endo --- Tests on sh-elf looked good. I'll wait for the nightly sh4-linux test results and backport the patch to GCC 5.

[Bug target/67391] [SH] Convert clrt addc to normal add insn

2016-04-03 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67391 --- Comment #35 from Oleg Endo --- Author: olegendo Date: Sun Apr 3 12:50:54 2016 New Revision: 234702 URL: https://gcc.gnu.org/viewcvs?rev=234702=gcc=rev Log: gcc/ PR target/70416 PR target/67391 * config/sh/sh.md

[Bug target/70416] [SH]: error: 'asm' operand requires impossible reload when building ruby2.3

2016-04-03 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70416 --- Comment #24 from Oleg Endo --- Author: olegendo Date: Sun Apr 3 12:50:54 2016 New Revision: 234702 URL: https://gcc.gnu.org/viewcvs?rev=234702=gcc=rev Log: gcc/ PR target/70416 PR target/67391 * config/sh/sh.md

[Bug c++/70514] Variable length arrays lead to garbage in another array

2016-04-03 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70514 --- Comment #6 from Manuel López-Ibáñez --- (In reply to Chris Warrick from comment #5) > Thanks for debugging my code, and sorry for wasting time. No problem. It is a pity that GCC static analysis capabilities are not powerful enough to catch

[Bug preprocessor/70518] Conditional compilation of #line directives

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

[Bug c++/70514] Variable length arrays lead to garbage in another array

2016-04-03 Thread kwpolska at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70514 --- Comment #5 from Chris Warrick --- Thanks for debugging my code, and sorry for wasting time.

[Bug c++/70514] Variable length arrays lead to garbage in another array

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

[Bug tree-optimization/70509] wrong code with extract from a v64qi

2016-04-03 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70509 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug tree-optimization/70509] wrong code with extract from a v64qi

2016-04-03 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70509 --- Comment #6 from Marc Glisse --- (In reply to Zdenek Sojka from comment #5) > It also fixes several wrong-code testcases that I failed to reduce to a > reasonable size, thus were unreported. Nice. While you are looking at those values that

[Bug tree-optimization/70509] wrong code with extract from a v64qi

2016-04-03 Thread zsojka at seznam dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70509 --- Comment #5 from Zdenek Sojka --- (In reply to Zdenek Sojka from comment #4) > x86_64 bootstrap finished (the code is likely not triggered), regtest > running. It also fixes several wrong-code testcases that I failed to reduce to a

[Bug tree-optimization/70509] wrong code with extract from a v64qi

2016-04-03 Thread zsojka at seznam dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70509 --- Comment #4 from Zdenek Sojka --- (In reply to Marc Glisse from comment #3) > Rereading this a few years later, I have no idea why I used that type. > bitsize_int would make more sense... I've already tried this: --- gcc/tree-ssa-forwprop.c

[Bug target/64393] ICE: in extract_insn, at recog.c:2327 (unrecognizable insn) with -mavx512vbmi

2016-04-03 Thread kyukhin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64393 Kirill Yukhin changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/70510] ICE: output_operand: invalid %-code with -mavx512bw -masm=intel when emitting vpbroatcast

2016-04-03 Thread kyukhin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70510 Kirill Yukhin changed: What|Removed |Added CC||kyukhin at gcc dot gnu.org

[Bug c++/70514] Variable length arrays lead to garbage in another array

2016-04-03 Thread kwpolska at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70514 --- Comment #3 from Chris Warrick --- Well, that is a typo. But would writing past the limits really have such unusual effects? And why does clang++ not crash?

[Bug preprocessor/70518] Conditional compilation of #line directives

2016-04-03 Thread elyk03 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70518 --- Comment #1 from Kyle Guinn --- Created attachment 38168 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38168=edit generated code

[Bug preprocessor/70518] New: Conditional compilation of #line directives

2016-04-03 Thread elyk03 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70518 Bug ID: 70518 Summary: Conditional compilation of #line directives Product: gcc Version: 4.8.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: