[Bug c/79634] New: ICE in expand_builtin_with_bounds, at builtins.c:7490

2017-02-20 Thread gerhard.steinmetz.fort...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79634 Bug ID: 79634 Summary: ICE in expand_builtin_with_bounds, at builtins.c:7490 Product: gcc Version: 7.0.1 Status: UNCONFIRMED Severity: normal Priority: P3 Compon

[Bug c/79635] New: Explain to translators what "asan" means

2017-02-20 Thread roland.illig at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79635 Bug ID: 79635 Summary: Explain to translators what "asan" means Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug c/79636] New: ICE in assign_by_spills, at lra-assigns.c:1457

2017-02-20 Thread gerhard.steinmetz.fort...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79636 Bug ID: 79636 Summary: ICE in assign_by_spills, at lra-assigns.c:1457 Product: gcc Version: 7.0.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug tree-optimization/79575] [7 Regression] ICE in mark_stmt_if_obviously_necessary, at tree-ssa-dce.c:270

2017-02-20 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79575 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c/79635] Explain to translators what "asan" means

2017-02-20 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79635 --- Comment #1 from Andrew Pinski --- asan is short for address sanitizer; aka -fsantize=address option.

[Bug driver/79637] New: missing documentation for PARAM_MAX_FSM_THREAD_LENGTH

2017-02-20 Thread roland.illig at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79637 Bug ID: 79637 Summary: missing documentation for PARAM_MAX_FSM_THREAD_LENGTH Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Componen

[Bug translation/79638] New: Wrongly extracted source string "tid.y;"

2017-02-20 Thread roland.illig at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79638 Bug ID: 79638 Summary: Wrongly extracted source string "tid.y;" Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: translatio

[Bug translation/79332] Several bugs related to translation in gcc 7.1-b20170101

2017-02-20 Thread roland.illig at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79332 Roland Illig changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/78139] [7 regression][c++1z] inaccessible destructor required in new expression

2017-02-20 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78139 Jason Merrill changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug c++/78139] [7 regression][c++1z] inaccessible destructor required in new expression

2017-02-20 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78139 --- Comment #2 from Jason Merrill --- Author: jason Date: Mon Feb 20 18:18:30 2017 New Revision: 245612 URL: https://gcc.gnu.org/viewcvs?rev=245612&root=gcc&view=rev Log: PR c++/78139 - destructor needed by new-expression * call

[Bug c++/77337] [7 regression][c++1z] use before deduction of 'auto'

2017-02-20 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77337 Jason Merrill changed: What|Removed |Added CC||barry.revzin at gmail dot com --- Commen

[Bug c++/77825] [7 Regression] return type deduction regression in C++17 mode

2017-02-20 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77825 Jason Merrill changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug fortran/79602] translation: globally replace '%s' with %qs

2017-02-20 Thread joseph at codesourcery dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79602 --- Comment #1 from joseph at codesourcery dot com --- We only ever download translations from the TP site and use them unmodified; we don't make any local changes to the translations in GCC.

[Bug target/79593] [6/7 Regression] Poor/Worse code generation for FPU on versions after 6

2017-02-20 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79593 --- Comment #5 from Jakub Jelinek --- With -Ofast -m32 -mfpmath=i387 it changed with r244816. Why do you care about 32-bit code performance (and especially x87)? That is pure legacy, people who care about performance should be using -m64 or at

[Bug target/79593] [6/7 Regression] Poor/Worse code generation for FPU on versions after 6

2017-02-20 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79593 --- Comment #6 from Jakub Jelinek --- And, penalties should be measured, on contemporary CPUs pure instruction count says nothing.

[Bug c++/79563] Same-name labels in lambdas considered duplicate

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

[Bug target/79140] gcc.target/powerpc/ssp-1.c fails starting with its introduction in r244562

2017-02-20 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79140 --- Comment #3 from Bill Schmidt --- This can be closed, I think?

[Bug target/79634] ICE in expand_builtin_with_bounds, at builtins.c:7490

2017-02-20 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79634 Jakub Jelinek changed: What|Removed |Added CC||ienkovich at gcc dot gnu.org,

[Bug fortran/78881] [F03] reading from string with DTIO procedure does not work properly

2017-02-20 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78881 --- Comment #6 from Jerry DeLisle --- (In reply to Paul Thomas from comment #5) > (In reply to Jerry DeLisle from comment #3) > > (In reply to janus from comment #2) > > > (In reply to janus from comment #0) > > > > It seems like the first charac

[Bug target/79636] [5/6/7 Regression] ICE in assign_by_spills, at lra-assigns.c:1457

2017-02-20 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79636 Jakub Jelinek changed: What|Removed |Added Priority|P3 |P2 Status|UNCONFIRMED

[Bug target/79633] [5/6/7 Regression] ICE in gimple_call_arg, at gimple.h:3163

2017-02-20 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79633 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/79631] ICE tree check: expected integer_cst, have negate_expr in decompose, at tree.h:5255

2017-02-20 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79631 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #2

[Bug c++/79639] New: [6/7 Regression] ICE with -O and constexpr

2017-02-20 Thread reichelt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79639 Bug ID: 79639 Summary: [6/7 Regression] ICE with -O and constexpr Product: gcc Version: 7.0 Status: UNCONFIRMED Keywords: ice-on-valid-code Severity: normal Pri

[Bug tree-optimization/68644] [6/7 Regression] FAIL: gcc.dg/tree-ssa/ivopts-lt-2.c scan-tree-dump-times ivopts "PHI

2017-02-20 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68644 Bill Schmidt changed: What|Removed |Added Target|hppa*-*-* (32-bit) |hppa*-*-* (32-bit) |

[Bug tree-optimization/68644] [6/7 Regression] FAIL: gcc.dg/tree-ssa/ivopts-lt-2.c scan-tree-dump-times ivopts "PHI

2017-02-20 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68644 --- Comment #10 from Bill Schmidt --- Created attachment 40785 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40785&action=edit ivopts-details-scev dump

[Bug c++/79639] [6/7 Regression] ICE with -O and constexpr

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

[Bug tree-optimization/68644] [6/7 Regression] FAIL: gcc.dg/tree-ssa/ivopts-lt-2.c scan-tree-dump-times ivopts "PHI

2017-02-20 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68644 Bill Schmidt changed: What|Removed |Added CC||amker at gcc dot gnu.org,

[Bug libstdc++/68739] FAIL: 30_threads/call_once/constexpr.cc (test for excess errors)

2017-02-20 Thread dave.anglin at bell dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68739 --- Comment #9 from dave.anglin at bell dot net --- On 2017-02-19, at 4:47 PM, dave.anglin at bell dot net wrote: >> Oh, (void*)1 works, it's only rejected with the LL suffix. That's not >> conforming either (and Clang rejects it). > > I'll see

[Bug c++/79640] New: ICE with generic lambda expression

2017-02-20 Thread reichelt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79640 Bug ID: 79640 Summary: ICE with generic lambda expression Product: gcc Version: 7.0 Status: UNCONFIRMED Keywords: ice-on-valid-code Severity: normal Priority: P

[Bug c++/79640] ICE with generic lambda expression

2017-02-20 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79640 Markus Trippelsdorf changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/79140] gcc.target/powerpc/ssp-1.c fails starting with its introduction in r244562

2017-02-20 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79140 Segher Boessenkool changed: What|Removed |Added Known to work||7.0 --- Comment #4 from Segher Boes

[Bug c++/79640] ICE with generic lambda expression

2017-02-20 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79640 Markus Trippelsdorf changed: What|Removed |Added Keywords|ice-on-valid-code |ice-on-invalid-code --- Comment #2

[Bug c++/79641] New: [5/6/7 Regression] ICE with const variable and attribute

2017-02-20 Thread reichelt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79641 Bug ID: 79641 Summary: [5/6/7 Regression] ICE with const variable and attribute Product: gcc Version: 7.0 Status: UNCONFIRMED Keywords: ice-on-valid-code

[Bug go/79642] New: space instead of tab in lang.opt

2017-02-20 Thread roland.illig at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79642 Bug ID: 79642 Summary: space instead of tab in lang.opt Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: go Assig

[Bug translation/79643] New: Please define the file format of *.opt files more i18n-friendly

2017-02-20 Thread roland.illig at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79643 Bug ID: 79643 Summary: Please define the file format of *.opt files more i18n-friendly Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal

[Bug translation/79643] Please define the file format of *.opt files more i18n-friendly

2017-02-20 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79643 Andrew Pinski changed: What|Removed |Added Severity|normal |enhancement --- Comment #1 from Andrew P

[Bug c++/79641] [5/6/7 Regression] ICE with const variable and attribute

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

[Bug target/79644] New: Undocumented options in microblaze.opt

2017-02-20 Thread roland.illig at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79644 Bug ID: 79644 Summary: Undocumented options in microblaze.opt Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target

[Bug target/79645] New: missing period in microblaze.opt

2017-02-20 Thread roland.illig at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79645 Bug ID: 79645 Summary: missing period in microblaze.opt Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target A

[Bug rtl-optimization/79584] ICE in base_to_reg, at lra-constraints.c:2918

2017-02-20 Thread pthaugen at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79584 Pat Haugen changed: What|Removed |Added CC||amodra at gcc dot gnu.org --- Comment #1 fr

[Bug target/79646] New: Typos in vax.opt

2017-02-20 Thread roland.illig at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79646 Bug ID: 79646 Summary: Typos in vax.opt Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target Assignee: unassig

[Bug fortran/79602] translation: globally replace '%s' with %qs

2017-02-20 Thread roland.illig at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79602 --- Comment #2 from Roland Illig --- (In reply to jos...@codesourcery.com from comment #1) > We only ever download translations from the TP site and use them > unmodified; we don't make any local changes to the translations in GCC. Fine, but th

[Bug c/79635] Explain to translators what "asan" means

2017-02-20 Thread roland.illig at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79635 --- Comment #2 from Roland Illig --- Thanks for that info. Could you add this as a comment to the params.def file, just above the first appearance of the word "asan"?

[Bug c/79647] New: bogus warning when building openssl

2017-02-20 Thread bernd.edlinger at hotmail dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79647 Bug ID: 79647 Summary: bogus warning when building openssl Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c Ass

[Bug c/79647] bogus warning when building openssl

2017-02-20 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79647 --- Comment #1 from Andrew Pinski --- >The second warning is also bogus, the -Wno-parentheses-equality was accepted before. Well this error message about an unknown warning option only happens if there was another error message.

[Bug c++/79648] New: error on x in constant expression when __builtin_constant_p(x) == true

2017-02-20 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79648 Bug ID: 79648 Summary: error on x in constant expression when __builtin_constant_p(x) == true Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal

[Bug middle-end/79647] bogus warning when building openssl

2017-02-20 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79647 --- Comment #2 from Andrew Pinski --- int async_jobs = 0; ... async_jobs = atoi(opt_arg()); loopargs_len = (async_jobs == 0 ? 1 : async_jobs); loopargs = app_malloc(loopargs_len * sizeof(loopargs_t), "array

[Bug c/79482] _Static_assert(__builtin_constant_p(x)):

2017-02-20 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79482 Martin Sebor changed: What|Removed |Added Keywords||rejects-valid Status|UNCONFIR

[Bug go/79642] space instead of tab in lang.opt

2017-02-20 Thread ian at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79642 --- Comment #1 from ian at gcc dot gnu.org --- Author: ian Date: Tue Feb 21 00:23:52 2017 New Revision: 245619 URL: https://gcc.gnu.org/viewcvs?rev=245619&root=gcc&view=rev Log: PR go/79642 * lang.opt (-fgo-relative-import-path):

[Bug middle-end/79647] bogus warning when building openssl

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

[Bug go/79642] space instead of tab in lang.opt

2017-02-20 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79642 Ian Lance Taylor changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/79570] [5/6/7 Regression] ICE in sel-sched-ir.c:4534 in pr69956.c

2017-02-20 Thread aoliva at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79570 --- Comment #8 from Alexandre Oliva --- > Alexandre, do you recall why debug insns at heads of basic blocks are special? I'm afraid I don't remember, but if I had to guess, I'd say it's because debug insns normally wouldn't be at the border of s

[Bug tree-optimization/79291] r244897 introduces IV related performance issues for daxpy on MIPS by enabling peeling for alignment

2017-02-20 Thread doug.gilmore at imgtec dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79291 --- Comment #6 from Doug Gilmore --- > It also looks like mips lacks implementation of any of the > vectorizer cost hooks and thus defaults to > default_builtin_vectorization_cost which means that unaligned > loads/stores have double cost. Removi

[Bug rtl-optimization/79584] ICE in base_to_reg, at lra-constraints.c:2918

2017-02-20 Thread amodra at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79584 Alan Modra changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug tree-optimization/79621] [7 Regression] ICE in operator[], at vec.h:732

2017-02-20 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79621 --- Comment #3 from Jeffrey A. Law --- What a cool little bug. AFAICT, the underlying issue has been latent since the introduction of gimple-ssa-isolate-paths a few years back. We have this PHI at the start of BB4: e7_11 = PHI Note the 0 asso

[Bug target/79623] error building a cross compiler for powerpc

2017-02-20 Thread sbansal at ciena dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79623 --- Comment #3 from Sumit --- Hi Richard, I think this could be the root cause. checking for intptr_t... no checking for uintptr_t... no checking for ssize_t... no checking for pid_t... no Could you please help me understanding this behaviour

[Bug middle-end/79647] bogus warning when building openssl

2017-02-20 Thread bernd.edlinger at hotmail dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79647 --- Comment #4 from Bernd Edlinger --- (In reply to Martin Sebor from comment #3) > @@ -19021,6 +19021,13 @@ > case OPT_ASYNCJOBS: > > async_jobs = atoi(opt_arg()); > + if (async_jobs < 0) { > + BIO_print

<    1   2