[Bug c++/80078] New: Incorrect classification of address of volatile as not constant

2017-03-16 Thread headch at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80078 Bug ID: 80078 Summary: Incorrect classification of address of volatile as not constant Product: gcc Version: 6.3.0 Status: UNCONFIRMED Severity: normal

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

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

[Bug rtl-optimization/80025] [5/6/7 Regression] ICE w/ -O2 (-O3, -Ofast) -g -ftracer (infinite recursion in rtx_equal_for_cselib_1)

2017-03-16 Thread aoliva at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80025 --- Comment #8 from Alexandre Oliva --- Created attachment 40990 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40990=edit untested patch that appears to fix the problem Bernd, Thanks for bringing it to my attention. Sorry about the

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

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

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

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

[Bug c++/80077] New: constant expressions and -fno-elide-constructors

2017-03-16 Thread kaballo86 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80077 Bug ID: 80077 Summary: constant expressions and -fno-elide-constructors Product: gcc Version: 7.0.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug c/80076] New: -Wmisleading-indentation doesn't trigger when macro is misindented

2017-03-16 Thread andres at anarazel dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80076 Bug ID: 80076 Summary: -Wmisleading-indentation doesn't trigger when macro is misindented Product: gcc Version: 7.0.1 Status: UNCONFIRMED Severity: normal

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

2017-03-16 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80044 --- Comment #3 from Andrew Pinski --- see PR 7516

[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 Alan Modra changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug other/80062] gcc/c-family/c-cppbuiltin.c: PVS-Studio: V581

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

[Bug c++/80075] New: [7 regression] ICE: "statement marked for throw, but doesn’t" with -fnon-call-exceptions

2017-03-16 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80075 Bug ID: 80075 Summary: [7 regression] ICE: "statement marked for throw, but doesn’t" with -fnon-call-exceptions Product: gcc Version: 7.0 Status: UNCONFIRMED

[Bug middle-end/80074] missing -Wstringop-overflow on a detected __builtin___sprintf_chk overflow

2017-03-16 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80074 Martin Sebor changed: What|Removed |Added Keywords||diagnostic

[Bug middle-end/80074] New: missing -Wstringop-overflow on a detected __builtin___sprintf_chk overflow

2017-03-16 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80074 Bug ID: 80074 Summary: missing -Wstringop-overflow on a detected __builtin___sprintf_chk overflow Product: gcc Version: 7.0 Status: UNCONFIRMED Severity:

[Bug c++/79797] [5/6 Regression] ICE with NSDMI, this pointer and constexpr

2017-03-16 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79797 --- Comment #5 from Jason Merrill --- Author: jason Date: Thu Mar 16 21:16:33 2017 New Revision: 246210 URL: https://gcc.gnu.org/viewcvs?rev=246210=gcc=rev Log: PR c++/79797 * constexpr.c (lookup_placeholder): Tweak. Modified:

[Bug preprocessor/80071] __LINE__ is expanded incorrectly

2017-03-16 Thread joseph at codesourcery dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80071 --- Comment #6 from joseph at codesourcery dot com --- Note that there are two different proposals regarding __LINE__ for Markham. http://www.open-std.org/jtc1/sc22/wg14/www/docs/n2115.htm

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

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

[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

[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 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 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=gcc=rev Log: [gcc] 2017-03-16 Michael Meissner

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

[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 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=gcc=rev Log: PR tree-optimization/71437 * tree-ssa-dom.c (dom_opt_dom_walker):

[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=gcc=rev Log: PR tree-optimization/71437 * tree-ssa-dom.c (pfn_simplify): Add

[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

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

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

[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 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=edit condensed preprocessed source condensed the source a bit, narrowed it down to this: x86_64-pc-linux-gnu-gcc -O3

[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=gcc=rev Log: PR libstdc++/79980 fix target type of cast PR libstdc++/79980 *

[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 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 #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(m); }

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

[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

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

[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 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=gcc=rev Log: PR fortran/80010 * parse.c (gfc_ascii_statement): Use !$ACC for

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

[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 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=edit preprocessed source x86_64-pc-linux-gnu-gcc -O3 -march=haswell -mtune=haswell -fexpensive-optimizations

[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 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=gcc=rev Log: PR fortran/79886 * tree-diagnostic.c (default_tree_printer): No

[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 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/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 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=gcc=rev Log: PR libstdc++/79980 fix BOM detection, maxcode checks, UCS2 handling PR

[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=gcc=rev Log: PR libstdc++/80041 fix codecvt_utf16 to use UTF-16 not UTF-8 PR

[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=gcc=rev Log: PR libstdc++/79511 fix endianness of UTF-16 data PR libstdc++/79511

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

[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 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 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 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 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 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 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=gcc=rev Log: PR libstdc++/80064 make heap algorithms work with function types PR

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

[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=gcc=rev Log: PR libstdc++/67440 make pretty printers work with GDB 7.6 again PR

[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=edit proposed patch

[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=edit list of issues

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

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

[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=edit another testcase $ x86_64-pc-linux-gnu-gcc -Og -finline-functions-called-once testcase.c -Wno-psabi ==20182== Invalid

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

[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 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 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 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 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 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 #2 from Richard Biener --- #include #include bool greater(int, int); int main() { std::vector v; std::make_heap (v.begin(), v.end(), greater); }

[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

[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

[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

  1   2   >