[Bug tree-optimization/79576] [6 Regression] ICE in gimple_stmt_nonnegative_warnv_p in gcc/gimple-fold.c:6979

2017-03-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79576 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Known to work|

[Bug middle-end/79756] [5 Regression] ICE in execute_todo, at passes.c:2011

2017-03-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79756 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug target/79971] ICE in const_binop, at fold-const.c:1554 on ARM target with saturated integers

2017-03-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79971 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Known to work|

[Bug tree-optimization/79977] [6 Regression] [graphite] ICE in outermost_loop_in_sese, at sese.c:300 w/ -O2 -floop-nest-optimize

2017-03-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79977 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Known to work|

[Bug tree-optimization/59859] [meta-bug] GRAPHITE issues

2017-03-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59859 Bug 59859 depends on bug 79977, which changed state. Bug 79977 Summary: [6 Regression] [graphite] ICE in outermost_loop_in_sese, at sese.c:300 w/ -O2 -floop-nest-optimize https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79977 What|Rem

[Bug middle-end/79732] [5 Regression] ICE in set_ssa_default_def, at tree-dfa.c:327

2017-03-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79732 --- Comment #8 from Richard Biener --- Author: rguenth Date: Thu Mar 16 08:07:29 2017 New Revision: 246188 URL: https://gcc.gnu.org/viewcvs?rev=246188&root=gcc&view=rev Log: 2017-03-16 Richard Biener Backport from mainline 20

[Bug c++/80004] [6 Regression] non-atomic load moved to before atomic load with std::memory_order_acquire

2017-03-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80004 Richard Biener changed: What|Removed |Added Priority|P3 |P2 Status|ASSIGNED

[Bug sanitizer/80063] New: gcc/asan.c: PVS-Studio: Incorrect Block Delimitation (CWE-483)

2017-03-16 Thread khandeliants at viva64 dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80063 Bug ID: 80063 Summary: gcc/asan.c: PVS-Studio: Incorrect Block Delimitation (CWE-483) Product: gcc Version: 7.0.1 Status: UNCONFIRMED Severity: normal

[Bug c++/80038] Random segfault using local vectors in Cilk function

2017-03-16 Thread cont...@edgar-fournival.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80038 --- Comment #11 from Edgar Fournival --- It is also interesting to note that GCC 5.x is not impacted. Even if the given example code will not compile on GCC 5 (ICE in lower_stmt, at gimple-low.c:397 for the line "cilk_spawn walk(vnew, size);"),

[Bug bootstrap/79255] [6/7 Regression] PGO bootstrap fails on x86_64/ppc64le building Ada

2017-03-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79255 Richard Biener changed: What|Removed |Added Known to work|6.3.1 |5.4.1 Known to fail|

[Bug translation/80055] do not mark internal compiler error messages for i18n

2017-03-16 Thread fmarchal at perso dot be
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80055 Frederic Marchal changed: What|Removed |Added CC||fmarchal at perso dot be --- Comment

[Bug c++/80038] Random segfault using local vectors in Cilk function

2017-03-16 Thread ryxi at stu dot xidian.edu.cn
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80038 --- Comment #12 from Xi Ruoyao --- (In reply to Edgar Fournival from comment #11) > It is also interesting to note that GCC 5.x is not impacted. > > Even if the given example code will not compile on GCC 5 (ICE in lower_stmt, > at gimple-low.c:3

[Bug c++/80038] Random segfault using local vectors in Cilk function [Regression 6/7]

2017-03-16 Thread florent.hivert at lri dot fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80038 --- Comment #13 from Florent Hivert --- I've not yet been able to find a small example that shows the regression due to GCC5 ICE. In particular, I'm not sure the problem mentioned by Fournival is not due to a bug in my code (See my question of ht

[Bug c++/80038] Random segfault using local vectors in Cilk function [Regression 6/7]

2017-03-16 Thread ryxi at stu dot xidian.edu.cn
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80038 --- Comment #14 from Xi Ruoyao --- (In reply to Florent Hivert from comment #13) > I've not yet been able to find a small example that shows the regression due > to GCC5 ICE. In particular, I'm not sure the problem mentioned by Fournival > is not

[Bug driver/80044] Specifying both -static and -pie insanity

2017-03-16 Thread amodra at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80044 --- Comment #1 from Alan Modra --- Revising my original comments.. According to the gcc docs -static is supposed to just prevent linking with dynamic libraries. I agree that this is traditional linker behaviour. That means, for example, that -

[Bug libstdc++/80064] [7 Regression] _Iter_cmp_iter instantiates bogus type

2017-03-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80064 Richard Biener changed: What|Removed |Added Target Milestone|--- |7.0

[Bug libstdc++/80064] New: [7 Regression] _Iter_cmp_iter instantiates bogus type

2017-03-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80064 Bug ID: 80064 Summary: [7 Regression] _Iter_cmp_iter instantiates bogus type Product: gcc Version: 7.0.1 Status: UNCONFIRMED Keywords: rejects-valid Severity: normal

[Bug libstdc++/80064] [7 Regression] _Iter_cmp_iter instantiates bogus type

2017-03-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80064 Richard Biener changed: What|Removed |Added Known to work||4.8.5, 5.4.1, 6.3.1 --- Comment #1 from

[Bug c++/80038] Random segfault using local vectors in Cilk function [Regression 6/7]

2017-03-16 Thread cont...@edgar-fournival.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80038 --- Comment #15 from Edgar Fournival --- (In reply to Xi Ruoyao from comment #14) > Although I don't understand all the code in the Github repo, but GCC 6 indeed > moved the temporary construction (initialization) and destruction code to the > pa

[Bug libstdc++/80064] [7 Regression] _Iter_cmp_iter instantiates bogus type

2017-03-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80064 --- Comment #2 from Richard Biener --- #include #include bool greater(int, int); int main() { std::vector v; std::make_heap::iterator, bool (int, int)> (v.begin(), v.end(), greater); }

[Bug fortran/79861] i18n: add translator comment for "%s !$ACC LOOP loops not perfectly nested at %L"

2017-03-16 Thread fmarchal at perso dot be
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79861 Frederic Marchal changed: What|Removed |Added CC||fmarchal at perso dot be --- Comment

[Bug libstdc++/80064] [7 Regression] _Iter_cmp_iter instantiates bogus type

2017-03-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80064 --- Comment #3 from Richard Biener --- https://github.com/cython/cython/issues/1632

[Bug c++/80038] Random segfault using local vectors in Cilk function [Regression 6/7]

2017-03-16 Thread ryxi at stu dot xidian.edu.cn
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80038 --- Comment #16 from Xi Ruoyao --- On 2017-03-16 10:16 +, cont...@edgar-fournival.fr wrote: > Bisection? I am bisecting now.

[Bug c++/80038] Random segfault using local vectors in Cilk function [Regression 6/7]

2017-03-16 Thread ryxi at stu dot xidian.edu.cn
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80038 --- Comment #17 from Xi Ruoyao --- A simple test case for bisecting: extern "C" { int x(); int y(int); int z(); } int z() { int ret = _Cilk_spawn y(x()); return ret; } Compile with '-fcilkplus -S'. According to cilkplus spec, x() should

[Bug libstdc++/80064] [7 Regression] _Iter_cmp_iter instantiates bogus type

2017-03-16 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80064 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug libstdc++/80064] [7 Regression] _Iter_cmp_iter instantiates bogus type

2017-03-16 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80064 Jonathan Wakely changed: What|Removed |Added Status|RESOLVED|ASSIGNED Last reconfirmed|

[Bug c++/80038] Random segfault using local vectors in Cilk function [Regression 6/7]

2017-03-16 Thread ryxi at stu dot xidian.edu.cn
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80038 --- Comment #18 from Xi Ruoyao --- > Compile with '-fcilkplus -S'. According to cilkplus spec, x() should be > evaluated in the child (for the asm produced by GCC, in _cilk_spn_0). > If you find "call x" in the asm of "z" instead of "_cilk_spn_0"

[Bug c++/80038] Random segfault using local vectors in Cilk function [Regression 6/7]

2017-03-16 Thread cont...@edgar-fournival.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80038 --- Comment #19 from Edgar Fournival --- Thanks for your explanations. I will investigate on my side and check the generated assembly of our project. Please keep us posted with the results of your bisection.

[Bug ipa/78644] [7 Regression] ICE: SIGSEGV in is_gimple_reg_type with -Og -fipa-cp

2017-03-16 Thread zsojka at seznam dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78644 --- Comment #6 from Zdenek Sojka --- Created attachment 40981 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40981&action=edit another testcase $ x86_64-pc-linux-gnu-gcc -Og -finline-functions-called-once testcase.c -Wno-psabi ==20182== In

[Bug c++/80038] Random segfault using local vectors in Cilk function [Regression 6/7]

2017-03-16 Thread ryxi at stu dot xidian.edu.cn
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80038 --- Comment #20 from Xi Ruoyao --- On 2017-03-16 12:31 +, cont...@edgar-fournival.fr wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80038 > > --- Comment #19 from Edgar Fournival --- > Thanks for your explanations. I will investigate

[Bug fortran/69499] [F03] ICE-on-invalid on combining select type with wrong statement

2017-03-16 Thread koenigni at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69499 koenigni at gcc dot gnu.org changed: What|Removed |Added CC||koenigni at gcc dot gnu.org

[Bug libfortran/79956] [7 Regression] many new -Wmaybe-uninitialized warnings with bootstrap-O3

2017-03-16 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79956 Markus Trippelsdorf changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Bug libstdc++/67440] pretty-printing of a const set fails

2017-03-16 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67440 --- Comment #6 from Jonathan Wakely --- I think this should be str(typ.unqualified()) otherwise it doesn't work on GDB 7.6: Python Exception 'gdb.Type' object has no attribute 'name'

[Bug c/79922] i18n: unnecessary plural form translation in "passing argument %d"

2017-03-16 Thread fmarchal at perso dot be
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79922 Frederic Marchal changed: What|Removed |Added CC||fmarchal at perso dot be --- Comment

[Bug target/79883] avr i18n: untranslated "interrupt" or "signal"

2017-03-16 Thread fmarchal at perso dot be
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79883 Frederic Marchal changed: What|Removed |Added CC||fmarchal at perso dot be --- Comment

[Bug tree-optimization/80065] New: [7 Regression] sibling-call guard no longer working

2017-03-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80065 Bug ID: 80065 Summary: [7 Regression] sibling-call guard no longer working Product: gcc Version: 7.0.1 Status: UNCONFIRMED Severity: normal Priority: P3 Componen

[Bug other/80066] New: dead stores and initializations pointed out by clang --analyze

2017-03-16 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80066 Bug ID: 80066 Summary: dead stores and initializations pointed out by clang --analyze Product: gcc Version: 7.0.1 Status: UNCONFIRMED Severity: normal

[Bug other/80066] dead stores and initializations pointed out by clang --analyze

2017-03-16 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80066 --- Comment #1 from Markus Trippelsdorf --- Created attachment 40982 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40982&action=edit list of issues

[Bug other/80066] dead stores and initializations pointed out by clang --analyze

2017-03-16 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80066 --- Comment #2 from Markus Trippelsdorf --- Created attachment 40983 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40983&action=edit proposed patch

[Bug libstdc++/67440] pretty-printing of a const set fails

2017-03-16 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67440 --- Comment #7 from Jonathan Wakely --- Author: redi Date: Thu Mar 16 14:11:48 2017 New Revision: 246196 URL: https://gcc.gnu.org/viewcvs?rev=246196&root=gcc&view=rev Log: PR libstdc++/67440 make pretty printers work with GDB 7.6 again

[Bug target/79905] ICE in canonical types differ for identical types __vector(4) int and V4i {aka __vector(4) int}

2017-03-16 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79905 Bill Schmidt changed: What|Removed |Added CC||rguenth at gcc dot gnu.org --- Comment #4

[Bug tree-optimization/80065] [7 Regression] sibling-call guard no longer working

2017-03-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80065 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug libstdc++/80064] [7 Regression] _Iter_cmp_iter instantiates bogus type

2017-03-16 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80064 --- Comment #6 from Jonathan Wakely --- Author: redi Date: Thu Mar 16 14:32:07 2017 New Revision: 246197 URL: https://gcc.gnu.org/viewcvs?rev=246197&root=gcc&view=rev Log: PR libstdc++/80064 make heap algorithms work with function types

[Bug sanitizer/80067] New: ICE in fold_comparison with -fsanitize=undefined

2017-03-16 Thread vsevolod.livinskij at frtk dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80067 Bug ID: 80067 Summary: ICE in fold_comparison with -fsanitize=undefined Product: gcc Version: 7.0.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug bootstrap/52471] ICE bootstrapping GCC 4.7.0-20120302 on x86_64 OpenBSD

2017-03-16 Thread kyle at arbyte dot us
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52471 --- Comment #5 from Kyle Markley --- Indeed, it's been a long time. I am no longer interested in trying to bring up gcc on OpenBSD by myself, so, no, I won't try it with a newer version. This bug ticket may be discarded.

[Bug middle-end/80042] gcc thinks sin/cos don't set errno

2017-03-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80042 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/80043] [6/7 Regression] ICE with pointer-to-member-function and -fpermissive

2017-03-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80043 Richard Biener changed: What|Removed |Added Target Milestone|--- |6.4

[Bug other/80050] gcc/genmatch.c: PVS-Studio: V590

2017-03-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80050 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug tree-optimization/80054] [7 Regression] ICE in verify_ssa with -O3 -march=broadwell/skylake-avx512

2017-03-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80054 Richard Biener changed: What|Removed |Added Priority|P3 |P1 Status|UNCONFIRMED

[Bug testsuite/80056] gcc.dg/tree-prof/pr66295.c fails on powerpc

2017-03-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80056 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/80059] [7 Regression] ICE with invalid noexcept for __transaction_atomic

2017-03-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80059 Richard Biener changed: What|Removed |Added Priority|P3 |P1 Target Milestone|---

[Bug tree-optimization/80054] [7 Regression] ICE in verify_ssa with -O3 -march=broadwell/skylake-avx512

2017-03-16 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80054 Bill Schmidt changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |wschmidt at gcc dot gnu.org --- C

[Bug tree-optimization/80048] gcc/sese.c: PVS-Studio: Improper Release of Memory Before Removing Last Reference (CWE-401)

2017-03-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80048 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug middle-end/80053] Label with address taken should prevent duplication of containing basic block

2017-03-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80053 Richard Biener changed: What|Removed |Added CC||rguenth at gcc dot gnu.org --- Comment

[Bug target/79905] ICE in canonical types differ for identical types __vector(4) int and V4i {aka __vector(4) int}

2017-03-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79905 --- Comment #5 from Richard Biener --- The frontend should have assigned the same TYPE_CANONICAL here. I don't know much about the vector keyword magic we have on ppc.

[Bug bootstrap/52471] ICE bootstrapping GCC 4.7.0-20120302 on x86_64 OpenBSD

2017-03-16 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52471 Martin Sebor changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug libstdc++/80064] [7 Regression] _Iter_cmp_iter instantiates bogus type

2017-03-16 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80064 Jonathan Wakely changed: What|Removed |Added Keywords|rejects-valid | Status|ASSIGNED

[Bug target/80068] New: [Intel MPX] "internal compiler error" on 483.xalancbmk in SPEC CPU 2006

2017-03-16 Thread dmitrii.kuvais...@tu-dresden.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80068 Bug ID: 80068 Summary: [Intel MPX] "internal compiler error" on 483.xalancbmk in SPEC CPU 2006 Product: gcc Version: 6.1.0 Status: UNCONFIRMED Severity: normal

[Bug libstdc++/79511] Convertation issues in std::codecvt_utf8_utf16

2017-03-16 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79511 --- Comment #15 from Jonathan Wakely --- Author: redi Date: Thu Mar 16 15:27:45 2017 New Revision: 246199 URL: https://gcc.gnu.org/viewcvs?rev=246199&root=gcc&view=rev Log: PR libstdc++/79511 fix endianness of UTF-16 data PR libstdc++/7

[Bug libstdc++/79980] Possible bug in codecvt.cpp bitmask setting code

2017-03-16 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79980 --- Comment #4 from Jonathan Wakely --- Author: redi Date: Thu Mar 16 15:27:51 2017 New Revision: 246200 URL: https://gcc.gnu.org/viewcvs?rev=246200&root=gcc&view=rev Log: PR libstdc++/79980 fix BOM detection, maxcode checks, UCS2 handling

[Bug libstdc++/80041] std::codecvt_utf16 converts to UTF-8 not UTF-16

2017-03-16 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80041 --- Comment #2 from Jonathan Wakely --- Author: redi Date: Thu Mar 16 15:28:02 2017 New Revision: 246202 URL: https://gcc.gnu.org/viewcvs?rev=246202&root=gcc&view=rev Log: PR libstdc++/80041 fix codecvt_utf16 to use UTF-16 not UTF-8 PR

[Bug tree-optimization/80054] [7 Regression] ICE in verify_ssa with -O3 -march=broadwell/skylake-avx512

2017-03-16 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80054 --- Comment #3 from Bill Schmidt --- Reproducible on ppc64le without any -march.

[Bug lto/80069] New: LTO: ICE at graphite-sese-to-poly.c:1176

2017-03-16 Thread manuel.lauss at googlemail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80069 Bug ID: 80069 Summary: LTO: ICE at graphite-sese-to-poly.c:1176 Product: gcc Version: 6.3.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: lto

[Bug tree-optimization/80032] [6/7 Regression] C++ excessive stack usage (no stack reuse)

2017-03-16 Thread jan.smets at nokia dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80032 --- Comment #5 from Jan Smets --- I think suggested patch might generate bad code. (but hard to track down on my embedded target, it's stuck at a point where I don't have exceptions/backtraces available yet).

[Bug fortran/79886] [5/6/7 Regression] ICE in pp_format, at pretty-print.c:681

2017-03-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79886 --- Comment #6 from Jakub Jelinek --- Author: jakub Date: Thu Mar 16 16:27:08 2017 New Revision: 246203 URL: https://gcc.gnu.org/viewcvs?rev=246203&root=gcc&view=rev Log: PR fortran/79886 * tree-diagnostic.c (default_tree_printer

[Bug fortran/79886] [5/6 Regression] ICE in pp_format, at pretty-print.c:681

2017-03-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79886 Jakub Jelinek changed: What|Removed |Added Summary|[5/6/7 Regression] ICE in |[5/6 Regression] ICE in

[Bug other/80069] ICE at graphite-sese-to-poly.c:1176

2017-03-16 Thread manuel.lauss at googlemail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80069 --- Comment #1 from Manuel Lauss --- Created attachment 40986 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40986&action=edit preprocessed source x86_64-pc-linux-gnu-gcc -O3 -march=haswell -mtune=haswell -fexpensive-optimizations -fgraphi

[Bug sanitizer/80067] ICE in fold_comparison with -fsanitize=undefined

2017-03-16 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80067 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug target/79905] ICE in canonical types differ for identical types __vector(4) int and V4i {aka __vector(4) int}

2017-03-16 Thread meissner at linux dot vnet.ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79905 --- Comment #6 from Michael Meissner --- On Thu, Mar 16, 2017 at 03:10:19PM +, rguenth at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79905 Generally, the "vector" keyword is a conditional macro that looks at the ne

[Bug preprocessor/80070] New: -Wmisleading-indentation disabled on -E (or when using distcc)

2017-03-16 Thread jan.smets at nokia dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80070 Bug ID: 80070 Summary: -Wmisleading-indentation disabled on -E (or when using distcc) Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

[Bug fortran/80010] diagnostics: typo $!

2017-03-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80010 --- Comment #2 from Jakub Jelinek --- Author: jakub Date: Thu Mar 16 16:50:27 2017 New Revision: 246204 URL: https://gcc.gnu.org/viewcvs?rev=246204&root=gcc&view=rev Log: PR fortran/80010 * parse.c (gfc_ascii_statement): Use !$AC

[Bug c++/80059] [7 Regression] ICE with invalid noexcept for __transaction_atomic

2017-03-16 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80059 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug preprocessor/80070] -Wmisleading-indentation disabled on -E (or when using distcc)

2017-03-16 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80070 --- Comment #1 from David Malcolm --- The warning is effective disabled when #line directives are present, in should_warn_for_misleading_indentation: /* Don't attempt to compare indentation if #line or # 44 "file"-style directives are pre

[Bug sanitizer/80067] ICE in fold_comparison with -fsanitize=undefined

2017-03-16 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80067 --- Comment #2 from Marek Polacek --- Started with r230365 - Merge C++ delayed folding branch.

[Bug sanitizer/80067] [6/7 Regression] ICE in fold_comparison with -fsanitize=undefined

2017-03-16 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80067 Marek Polacek changed: What|Removed |Added Target Milestone|--- |6.4 Summary|ICE in fold_compa

[Bug libstdc++/79980] Possible bug in codecvt.cpp bitmask setting code

2017-03-16 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79980 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org --- C

[Bug libstdc++/79980] Possible bug in codecvt.cpp bitmask setting code

2017-03-16 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79980 --- Comment #6 from Jonathan Wakely --- It's just a dumb error where I used a typedef that was previously defined, the fix is: static underlying_type::type to_integer(codecvt_mode m) { return static_cast::type>(m); }

[Bug libstdc++/79980] Possible bug in codecvt.cpp bitmask setting code

2017-03-16 Thread sgk at troutmask dot apl.washington.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79980 --- Comment #7 from Steve Kargl --- On Thu, Mar 16, 2017 at 05:13:51PM +, redi at gcc dot gnu.org wrote: > > --- Comment #6 from Jonathan Wakely --- > It's just a dumb error where I used a typedef that was previously defined, the > fix is:

[Bug libstdc++/79980] Possible bug in codecvt.cpp bitmask setting code

2017-03-16 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79980 --- Comment #8 from Jonathan Wakely --- Yes, in about 60 seconds. There's no need to revert anything.

[Bug libstdc++/79980] Possible bug in codecvt.cpp bitmask setting code

2017-03-16 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79980 --- Comment #9 from Jonathan Wakely --- Author: redi Date: Thu Mar 16 17:22:47 2017 New Revision: 246205 URL: https://gcc.gnu.org/viewcvs?rev=246205&root=gcc&view=rev Log: PR libstdc++/79980 fix target type of cast PR libstdc++/79980

[Bug other/80069] ICE at graphite-sese-to-poly.c:1176

2017-03-16 Thread manuel.lauss at googlemail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80069 --- Comment #2 from Manuel Lauss --- Created attachment 40987 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40987&action=edit condensed preprocessed source condensed the source a bit, narrowed it down to this: x86_64-pc-linux-gnu-gcc -O3

[Bug target/79883] avr i18n: untranslated "interrupt" or "signal"

2017-03-16 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79883 Martin Sebor changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/80059] [7 Regression] ICE with invalid noexcept for __transaction_atomic

2017-03-16 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80059 --- Comment #2 from Marek Polacek --- This seems to fix it: --- a/gcc/cp/except.c +++ b/gcc/cp/except.c @@ -271,7 +271,7 @@ build_must_not_throw_expr (tree body, tree cond) cond = perform_implicit_conversion_flags (boolean_type_node, cond

[Bug middle-end/80053] Label with address taken should prevent duplication of containing basic block

2017-03-16 Thread amonakov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80053 --- Comment #2 from Alexander Monakov --- (In reply to Richard Biener from comment #1) > The question is whether the transform at hand is valid if the label is > duplicated > but all referers still refer to the original one (so if the label is dr

[Bug target/79883] avr i18n: untranslated "interrupt" or "signal"

2017-03-16 Thread fmarchal at perso dot be
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79883 --- Comment #5 from Frederic Marchal --- I agree with your proposal to reword the messages. It is in line with what I did with the French translation to circumvent the problem of the attribute being used as a plain English word.

[Bug preprocessor/80071] New: __LINE__ is expanded incorrectly

2017-03-16 Thread sxlijin+gcc at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80071 Bug ID: 80071 Summary: __LINE__ is expanded incorrectly Product: gcc Version: 6.3.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: preprocessor

[Bug tree-optimization/80072] New: ICE in gimple_build_assign_1 with -O3 -march=broadwell/skylake-avx512

2017-03-16 Thread vsevolod.livinskij at frtk dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80072 Bug ID: 80072 Summary: ICE in gimple_build_assign_1 with -O3 -march=broadwell/skylake-avx512 Product: gcc Version: 7.0.1 Status: UNCONFIRMED Severity: normal

[Bug c/79922] i18n: unnecessary plural form translation in "passing argument %d"

2017-03-16 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79922 Martin Sebor changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug preprocessor/80071] __LINE__ is expanded incorrectly

2017-03-16 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80071 --- Comment #1 from Andrew Pinski --- IIRC multiple line macros function uses are an extension to the language.

[Bug translation/80055] do not mark internal compiler error messages for i18n

2017-03-16 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80055 Martin Sebor changed: What|Removed |Added CC||dmalcolm at gcc dot gnu.org --- Comment #

[Bug preprocessor/80071] __LINE__ is expanded incorrectly

2017-03-16 Thread sxlijin+gcc at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80071 --- Comment #2 from Samuel Lijin --- They are? That's a legitimate question, I'd never heard that before but I can totally believe it; I am looking through N4606 right now, though, and can't find anything that implies one way or another (maybe [l

[Bug tree-optimization/71437] [7 regression] Performance regression after r235817

2017-03-16 Thread law at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71437 --- Comment #20 from Jeffrey A. Law --- Author: law Date: Thu Mar 16 19:21:23 2017 New Revision: 246207 URL: https://gcc.gnu.org/viewcvs?rev=246207&root=gcc&view=rev Log: PR tree-optimization/71437 * tree-ssa-dom.c (pfn_simplify)

[Bug tree-optimization/71437] [7 regression] Performance regression after r235817

2017-03-16 Thread law at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71437 --- Comment #21 from Jeffrey A. Law --- Author: law Date: Thu Mar 16 19:21:33 2017 New Revision: 246208 URL: https://gcc.gnu.org/viewcvs?rev=246208&root=gcc&view=rev Log: PR tree-optimization/71437 * tree-ssa-dom.c (dom_opt_dom_w

[Bug c++/80059] [7 Regression] ICE with invalid noexcept for __transaction_atomic

2017-03-16 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80059 --- Comment #3 from Marek Polacek --- Ah, no, that's wrong.

[Bug c++/80073] New: [7 Regression] ICE with virtual base

2017-03-16 Thread reichelt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80073 Bug ID: 80073 Summary: [7 Regression] ICE with virtual base Product: gcc Version: 7.0 Status: UNCONFIRMED Keywords: ice-on-valid-code Severity: normal Priority:

[Bug preprocessor/80071] __LINE__ is expanded incorrectly

2017-03-16 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80071 Martin Sebor changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug target/71294] [6 Regression] ICE in gen_add2_insn, at optabs.c:4442 on powerpc64le-linux

2017-03-16 Thread meissner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71294 --- Comment #18 from Michael Meissner --- Author: meissner Date: Thu Mar 16 20:09:21 2017 New Revision: 246209 URL: https://gcc.gnu.org/viewcvs?rev=246209&root=gcc&view=rev Log: [gcc] 2017-03-16 Michael Meissner PR target/71294

[Bug tree-optimization/80054] [7 Regression] ICE in verify_ssa with -O3 -march=broadwell/skylake-avx512

2017-03-16 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80054 --- Comment #4 from Bill Schmidt --- PRE creates a situation where a conditional SLSR candidate depends on a PHI that occurs prior to the basis for the candidate. SLSR doesn't notice this and eventually creates a phi basis that is not dominated

[Bug preprocessor/80071] __LINE__ is expanded incorrectly

2017-03-16 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80071 --- Comment #4 from Martin Sebor --- I should mention: the GCC __COUNTER__ macro can be used to generate a unique integer each time it's expanded.

[Bug preprocessor/80071] __LINE__ is expanded incorrectly

2017-03-16 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80071 --- Comment #5 from Martin Sebor --- Another reference worth mentioning here is section 6.5 Value of the __LINE__ macro in WG21 document N4220: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4220.pdf. It discusses the issue raised her

  1   2   >