[Bug target/83013] MicroBlaze - #ident - Error: operation combines symbols in different segments

2017-11-15 Thread nathan at nathanrossi dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83013 --- Comment #2 from nathan at nathanrossi dot com --- One solution to this bug is to remove the microblaze specific emission of ident use the default which emits .ident directives for the assembler. I've sent a patch which makes this change:

[Bug target/83013] MicroBlaze - #ident - Error: operation combines symbols in different segments

2017-11-15 Thread nathan at nathanrossi dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83013 --- Comment #1 from nathan at nathanrossi dot com --- Created attachment 42619 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=42619=edit output assembly

[Bug target/83013] New: MicroBlaze - #ident - Error: operation combines symbols in different segments

2017-11-15 Thread nathan at nathanrossi dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83013 Bug ID: 83013 Summary: MicroBlaze - #ident - Error: operation combines symbols in different segments Product: gcc Version: 7.2.1 Status: UNCONFIRMED Severity:

[Bug target/82983] [8 Regression] ICE in extract_insn, at recog.c:2305 w/ GFMI

2017-11-15 Thread kyukhin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82983 --- Comment #1 from Kirill Yukhin --- Author: kyukhin Date: Thu Nov 16 06:14:54 2017 New Revision: 254797 URL: https://gcc.gnu.org/viewcvs?rev=254797=gcc=rev Log: Fix GFNI check which didn't work properly in gfni+sse case gcc/ PR

[Bug target/82981] [7/8 Regression] unnecessary __multi3 call for mips64r6 linux kernel

2017-11-15 Thread wilson at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82981 --- Comment #12 from Jim Wilson --- (In reply to Andrew Pinski from comment #11) > (In reply to Jim Wilson from comment #9) > > This requires either a linux kernel longlong.h fix to use an alternate macro > > definition for mips targets that

[Bug c/83011] -Wformat-truncation wrongly computes length (depends on the position of numbers in the addition)

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

[Bug fortran/83012] New: Simply contiguous pointer function not recognized as contiguous

2017-11-15 Thread neil.n.carlson at gmail dot com
nter, contiguous :: p(:) p => x%dataptr() end subroutine The error message: $ gfortran --version GNU Fortran (GCC) 8.0.0 20171115 (experimental) $ gfortran -c bug.f90 bug.f90:19:7: p => x%dataptr() 1 Error: Assignment to contiguous pointer from non-contiguous target at (1)

[Bug c/80354] Poor support to silence -Wformat-truncation=1

2017-11-15 Thread toojays at toojays dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80354 John Steele Scott changed: What|Removed |Added CC||toojays at toojays dot net ---

[Bug target/79868] aarch64: diagnostic "malformed target %s value" not translateable

2017-11-15 Thread sje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79868 Steve Ellcey changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug fortran/82996] ICE and segfault with derived type finalization

2017-11-15 Thread neil.n.carlson at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82996 --- Comment #5 from neil.n.carlson at gmail dot com --- I've built the svn trunk and tested the examples with it. The ICEs with the comment 2 and 3 examples are gone, as Dominique found. The comment 1 example continues to segfault when

[Bug c/83011] New: -Wformat-truncation wrongly computes length (depends on the position of numbers in the addition)

2017-11-15 Thread julien at trigofacile dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83011 Bug ID: 83011 Summary: -Wformat-truncation wrongly computes length (depends on the position of numbers in the addition) Product: gcc Version: 7.2.0 Status: UNCONFIRMED

[Bug bootstrap/82831] [8 Regression] Broken PGO bootstrap on i586-linux-gnu after r254379

2017-11-15 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82831 --- Comment #25 from Markus Trippelsdorf --- Ryzen is -march=znver1.

[Bug testsuite/82988] [8 regression] g++.dg/cpp0x/lambda/lambda-switch.C fail

2017-11-15 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82988 --- Comment #3 from Martin Sebor --- Author: msebor Date: Wed Nov 15 20:57:10 2017 New Revision: 254786 URL: https://gcc.gnu.org/viewcvs?rev=254786=gcc=rev Log: PR testsuite/82988 - g++.dg/cpp0x/lambda/lambda-switch.C fail

[Bug testsuite/82988] [8 regression] g++.dg/cpp0x/lambda/lambda-switch.C fail

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

[Bug debug/83010] New: DW_AT_location is not emitted for thread local variable

2017-11-15 Thread qiyao at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83010 Bug ID: 83010 Summary: DW_AT_location is not emitted for thread local variable Product: gcc Version: 8.0 Status: UNCONFIRMED Severity: normal

[Bug bootstrap/82831] [8 Regression] Broken PGO bootstrap on i586-linux-gnu after r254379

2017-11-15 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82831 --- Comment #24 from Eric Botcazou --- > Thanks. I can confirm it works for me! But it doesn't for me. What does -march=native expand to on your machine?

[Bug fortran/82976] [8 Regression] Error: non-trivial conversion at assignment since r254526

2017-11-15 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82976 --- Comment #8 from Thomas Koenig --- What I meant was this part of resolve_mask_arg : /* In the library, we access the mask with a GFC_LOGICAL_1 argument. No need to waste memory if we are about to create a temporary

[Bug tree-optimization/82985] [7 Regression] ICC: in vn_nary_build_or_lookup_1, at tree-ssa-sccvn.c:1722

2017-11-15 Thread BlenderEi at LwTV dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82985 --- Comment #21 from BlenderEi at LwTV dot de --- Thank you for your fast actions. Best regards!

[Bug target/82990] Update the default -mzeroupper setting

2017-11-15 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82990 H.J. Lu changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/82990] Update the default -mzeroupper setting

2017-11-15 Thread hjl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82990 --- Comment #7 from hjl at gcc dot gnu.org --- Author: hjl Date: Wed Nov 15 19:30:58 2017 New Revision: 254783 URL: https://gcc.gnu.org/viewcvs?rev=254783=gcc=rev Log: i386: Add X86_TUNE_EMIT_VZEROUPPER Add X86_TUNE_EMIT_VZEROUPPER to indicate

[Bug target/82981] [7/8 Regression] unnecessary __multi3 call for mips64r6 linux kernel

2017-11-15 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82981 --- Comment #11 from Andrew Pinski --- (In reply to Jim Wilson from comment #9) > This requires either a linux kernel longlong.h fix to use an alternate macro > definition for mips targets that don't directly support TImode multiply. Or > else

[Bug target/82981] [7/8 Regression] unnecessary __multi3 call for mips64r6 linux kernel

2017-11-15 Thread wilson at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82981 --- Comment #10 from Jim Wilson --- Created attachment 42617 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=42617=edit mips64r6 linux kernel .config file Linux kernel config file to reproduce the linux kernel link failure.

[Bug target/82981] [7/8 Regression] unnecessary __multi3 call for mips64r6 linux kernel

2017-11-15 Thread wilson at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82981 --- Comment #9 from Jim Wilson --- Jakub's patch fixes the optimization problem with the testcase. I tried a linux kernel build with the patched compiler and the provided .config file. I still see some __multi3 calls. However, looking at the

[Bug tree-optimization/83007] [8 Regression] -Wstringop-overflow false positive

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

[Bug other/82997] [8 regression] gcc.dg/cpp/sysmac1.c and gcc.dg/cpp/macsyntx.c fail starting with r254707

2017-11-15 Thread joseph at codesourcery dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82997 --- Comment #5 from joseph at codesourcery dot com --- Jakub's patch is .

[Bug fortran/78240] ICE in match_clist_expr, at fortran/decl.c:728

2017-11-15 Thread foreese at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78240 Fritz Reese changed: What|Removed |Added CC||andrey.y.guskov at intel dot com ---

[Bug fortran/83006] [8 regression] gfortran.dg/pr78240.f90 fail

2017-11-15 Thread foreese at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83006 Fritz Reese changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/78240] ICE in match_clist_expr, at fortran/decl.c:728

2017-11-15 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78240 --- Comment #6 from kargl at gcc dot gnu.org --- Author: kargl Date: Wed Nov 15 18:14:14 2017 New Revision: 254780 URL: https://gcc.gnu.org/viewcvs?rev=254780=gcc=rev Log: 2017-11-15 Steven G. Kargl PR

[Bug other/82997] [8 regression] gcc.dg/cpp/sysmac1.c and gcc.dg/cpp/macsyntx.c fail starting with r254707

2017-11-15 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82997 --- Comment #4 from David Edelsohn --- Andrey reports that this starts with r254707

[Bug other/82997] [8 regression] gcc.dg/cpp/sysmac1.c and gcc.dg/cpp/macsyntx.c fail starting with r254707

2017-11-15 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82997 David Edelsohn changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug other/82997] [8 regression] gcc.dg/cpp/sysmac1.c and gcc.dg/cpp/macsyntx.c fail starting with r254707

2017-11-15 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82997 --- Comment #2 from David Edelsohn --- *** Bug 83005 has been marked as a duplicate of this bug. ***

[Bug c++/83005] [8 regression] gcc.dg/cpp/macsyntx.c, gcc.dg/cpp/sysmac1.c fails

2017-11-15 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83005 David Edelsohn changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/83005] [8 regression] gcc.dg/cpp/macsyntx.c, gcc.dg/cpp/sysmac1.c fails

2017-11-15 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83005 David Edelsohn changed: What|Removed |Added Target|x86_64-*-* |*-*-* Status|UNCONFIRMED

[Bug c++/82101] Uninitialized variable detection failed with variables in for loop

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

[Bug target/83009] [8 regression] gcc.target/aarch64/store_v2vec_lanes.c fails with -mabi=ilp32

2017-11-15 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83009 ktkachov at gcc dot gnu.org changed: What|Removed |Added Keywords||missed-optimization

[Bug target/83009] New: [8 regression] gcc.target/aarch64/store_v2vec_lanes.c fails with -mabi=ilp32

2017-11-15 Thread clyon at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83009 Bug ID: 83009 Summary: [8 regression] gcc.target/aarch64/store_v2vec_lanes.c fails with -mabi=ilp32 Product: gcc Version: 8.0 Status: UNCONFIRMED Severity:

[Bug tree-optimization/82726] ICE in verify_ssa during GIMPLE pass: pcom

2017-11-15 Thread amker at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82726 --- Comment #5 from amker at gcc dot gnu.org --- Author: amker Date: Wed Nov 15 16:20:21 2017 New Revision: 254778 URL: https://gcc.gnu.org/viewcvs?rev=254778=gcc=rev Log: PR tree-optimization/82726 PR tree-optimization/70754

[Bug middle-end/24639] [meta-bug] bug to track all Wuninitialized issues

2017-11-15 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24639 Bug 24639 depends on bug 82958, which changed state. Bug 82958 Summary: uninitialized used warning missed (loop representation, do-while) https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82958 What|Removed |Added

[Bug tree-optimization/70754] [6 Regression] ICE during predictive commoning

2017-11-15 Thread amker at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70754 --- Comment #19 from amker at gcc dot gnu.org --- Author: amker Date: Wed Nov 15 16:20:21 2017 New Revision: 254778 URL: https://gcc.gnu.org/viewcvs?rev=254778=gcc=rev Log: PR tree-optimization/82726 PR tree-optimization/70754

[Bug c/54554] fails to warn for uninitialized var within loop always taken at -O0

2017-11-15 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54554 Manuel López-Ibáñez changed: What|Removed |Added CC||danielgutson at gmail dot com ---

[Bug middle-end/82958] uninitialized used warning missed (loop representation, do-while)

2017-11-15 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82958 Manuel López-Ibáñez changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug tree-optimization/70754] [6 Regression] ICE during predictive commoning

2017-11-15 Thread amker at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70754 --- Comment #18 from amker at gcc dot gnu.org --- Author: amker Date: Wed Nov 15 16:16:49 2017 New Revision: 254777 URL: https://gcc.gnu.org/viewcvs?rev=254777=gcc=rev Log: PR tree-optimization/82726 Revert 2017-01-23

[Bug tree-optimization/82726] ICE in verify_ssa during GIMPLE pass: pcom

2017-11-15 Thread amker at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82726 --- Comment #4 from amker at gcc dot gnu.org --- Author: amker Date: Wed Nov 15 16:16:49 2017 New Revision: 254777 URL: https://gcc.gnu.org/viewcvs?rev=254777=gcc=rev Log: PR tree-optimization/82726 Revert 2017-01-23 Bin

[Bug tree-optimization/79663] [7 Regression] r244815 causes 10% regression for spec1k/172.mgrid on AArch64

2017-11-15 Thread amker at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79663 --- Comment #7 from amker at gcc dot gnu.org --- Author: amker Date: Wed Nov 15 16:16:49 2017 New Revision: 254777 URL: https://gcc.gnu.org/viewcvs?rev=254777=gcc=rev Log: PR tree-optimization/82726 Revert 2017-01-23 Bin

[Bug c/82963] -Waddress too trigger happy

2017-11-15 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82963 Manuel López-Ibáñez changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug target/83008] [performance] Is it better to avoid extra instructions in data passing between loops?

2017-11-15 Thread sergey.shalnov at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83008 --- Comment #1 from sergey.shalnov at intel dot com --- Created attachment 42616 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=42616=edit reproducer

[Bug target/83008] New: [performance] Is it better to avoid extra instructions in data passing between loops?

2017-11-15 Thread sergey.shalnov at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83008 Bug ID: 83008 Summary: [performance] Is it better to avoid extra instructions in data passing between loops? Product: gcc Version: 8.0 Status: UNCONFIRMED

[Bug fortran/82976] [8 Regression] Error: non-trivial conversion at assignment since r254526

2017-11-15 Thread jb at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82976 --- Comment #7 from Janne Blomqvist --- (In reply to Thomas Koenig from comment #6) > I cannot check at the moment, but I remember changing > the KIND of mask arguments generated by the compiler to kind=1, > to save memory. This is quite a few

[Bug fortran/83006] [8 regression] gfortran.dg/pr78240.f90 fail

2017-11-15 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83006 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug tree-optimization/83007] New: [8 Regression] -Wstringop-overflow false positive

2017-11-15 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83007 Bug ID: 83007 Summary: [8 Regression] -Wstringop-overflow false positive Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3

[Bug fortran/83006] New: [8 regression] gfortran.dg/pr78240.f90 fail

2017-11-15 Thread andrey.y.guskov at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83006 Bug ID: 83006 Summary: [8 regression] gfortran.dg/pr78240.f90 fail Product: gcc Version: 8.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug c++/60702] thread_local initialization

2017-11-15 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60702 Jonathan Wakely changed: What|Removed |Added Keywords||wrong-code

[Bug c++/83003] Using the detection idiom and void_t causes an error

2017-11-15 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83003 Jonathan Wakely changed: What|Removed |Added Keywords||accepts-invalid

[Bug other/82997] [8 regression] gcc.dg/cpp/sysmac1.c and gcc.dg/cpp/macsyntx.c fail starting with r254707

2017-11-15 Thread andrey.y.guskov at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82997 Andrey Guskov changed: What|Removed |Added CC||andrey.y.guskov at intel dot com ---

[Bug c++/83005] New: [8 regression] gcc.dg/cpp/macsyntx.c, gcc.dg/cpp/sysmac1.c fails

2017-11-15 Thread andrey.y.guskov at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83005 Bug ID: 83005 Summary: [8 regression] gcc.dg/cpp/macsyntx.c, gcc.dg/cpp/sysmac1.c fails Product: gcc Version: 8.0 Status: UNCONFIRMED Severity: normal

[Bug target/42568] [Cygwin] BLOCKDATA referenced in EXTERNAL not loading from library

2017-11-15 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42568 --- Comment #38 from Dominique d'Humieres --- > True, I guess I can do that, too... Well, let the assignee do it if (s)he does not accept the assignment.

[Bug middle-end/83004] New: [8 regression] gcc.dg/vect/pr81136.c fail

2017-11-15 Thread andrey.y.guskov at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83004 Bug ID: 83004 Summary: [8 regression] gcc.dg/vect/pr81136.c fail Product: gcc Version: 8.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug target/42568] [Cygwin] BLOCKDATA referenced in EXTERNAL not loading from library

2017-11-15 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42568 Eric Gallager changed: What|Removed |Added Target||i686-pc-cygwin

[Bug c++/83003] Using the detection idiom and void_t causes an error

2017-11-15 Thread pkeir at outlook dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83003 Paul Keir changed: What|Removed |Added CC||pkeir at outlook dot com --- Comment #1

[Bug target/80479] [7/8 Regression] strcmp() produces valgrind errors on ppc64le

2017-11-15 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80479 Markus Trippelsdorf changed: What|Removed |Added Status|NEW |RESOLVED URL|

[Bug c++/81574] ICE on valid C++14 code: in canonicalize_component_ref, at gimplify.c:2481

2017-11-15 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81574 Nathan Sidwell changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/81574] ICE on valid C++14 code: in canonicalize_component_ref, at gimplify.c:2481

2017-11-15 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81574 --- Comment #4 from Nathan Sidwell --- Author: nathan Date: Wed Nov 15 13:18:09 2017 New Revision: 254768 URL: https://gcc.gnu.org/viewcvs?rev=254768=gcc=rev Log: [PR c++/81574] lambda capture of function reference

[Bug tree-optimization/82985] [7 Regression] ICC: in vn_nary_build_or_lookup_1, at tree-ssa-sccvn.c:1722

2017-11-15 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82985 Markus Trippelsdorf changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug tree-optimization/82985] [7 Regression] ICC: in vn_nary_build_or_lookup_1, at tree-ssa-sccvn.c:1722

2017-11-15 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82985 --- Comment #19 from Richard Biener --- Author: rguenth Date: Wed Nov 15 12:53:21 2017 New Revision: 254767 URL: https://gcc.gnu.org/viewcvs?rev=254767=gcc=rev Log: 2017-11-15 Richard Biener PR

[Bug tree-optimization/81790] [8 Regression] ICE in vn_nary_build_or_lookup_1, at tree-ssa-sccvn.c:1738

2017-11-15 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81790 --- Comment #4 from Richard Biener --- Author: rguenth Date: Wed Nov 15 12:50:39 2017 New Revision: 254766 URL: https://gcc.gnu.org/viewcvs?rev=254766=gcc=rev Log: 2017-11-15 Richard Biener PR

[Bug tree-optimization/82985] [7 Regression] ICC: in vn_nary_build_or_lookup_1, at tree-ssa-sccvn.c:1722

2017-11-15 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82985 --- Comment #18 from Richard Biener --- Author: rguenth Date: Wed Nov 15 12:50:39 2017 New Revision: 254766 URL: https://gcc.gnu.org/viewcvs?rev=254766=gcc=rev Log: 2017-11-15 Richard Biener PR

[Bug target/82961] ICE in dwarf2out.c: deferred_asm_name != NULL

2017-11-15 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82961 --- Comment #6 from Tom de Vries --- Created attachment 42614 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=42614=edit Tentative patch

[Bug target/82990] Update the default -mzeroupper setting

2017-11-15 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82990 --- Comment #6 from H.J. Lu --- (In reply to Sebastian Peryt from comment #5) > (In reply to H.J. Lu from comment #3) > > Created attachment 42611 [details] > > A better patch > > > > Sebastian, please take a look. > LGTM Can you run the full

[Bug target/82941] Missing vzeroupper with -march=skylake-avx512 -O2

2017-11-15 Thread speryt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82941 --- Comment #2 from speryt at gcc dot gnu.org --- Author: speryt Date: Wed Nov 15 12:27:31 2017 New Revision: 254763 URL: https://gcc.gnu.org/viewcvs?rev=254763=gcc=rev Log: Fix PR82941 and PR82942 by adding proper vzeroupper generation on SKX.

[Bug target/82942] Generate vzeroupper with -mavx512f -mno-avx512er -O2

2017-11-15 Thread speryt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82942 --- Comment #7 from speryt at gcc dot gnu.org --- Author: speryt Date: Wed Nov 15 12:27:31 2017 New Revision: 254763 URL: https://gcc.gnu.org/viewcvs?rev=254763=gcc=rev Log: Fix PR82941 and PR82942 by adding proper vzeroupper generation on SKX.

[Bug fortran/82976] [8 Regression] Error: non-trivial conversion at assignment since r254526

2017-11-15 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82976 Thomas Koenig changed: What|Removed |Added CC||tkoenig at gcc dot gnu.org --- Comment

[Bug fortran/42568] [Cygwin] BLOCKDATA referenced in EXTERNAL not loading from library

2017-11-15 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42568 --- Comment #36 from Dominique d'Humieres --- > Well... if I can't confirm it myself, and I can't put it in SUSPENDED, > and I can't mark it as RESOLVED... I guess I'll assign it to you then. An alternative would be to move the component from

[Bug fortran/77517] ICE in conv_intrinsic_move_alloc, at fortran/trans-intrinsic.c:9517

2017-11-15 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77517 --- Comment #8 from Dominique d'Humieres --- The ICE for the test in comment 0 disappeared at r254605.

[Bug fortran/42568] [Cygwin] BLOCKDATA referenced in EXTERNAL not loading from library

2017-11-15 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42568 Eric Gallager changed: What|Removed |Added Status|WAITING |ASSIGNED Assignee|unassigned

[Bug debug/82155] [7 Regression] ICE in dwarf2out_abstract_function, at dwarf2out.c:21655

2017-11-15 Thread derodat at adacore dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82155 Pierre-Marie de Rodat changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug other/46633] [meta-bug] frontends use BITS_PER_UNIT when they mean TYPE_PRECISION (char_type_node)

2017-11-15 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46633 Bug 46633 depends on bug 46634, which changed state. Bug 46634 Summary: cp/typeck2.c: uses BITS_PER_UNIT in lieu of TYPE_PRECISION (char_type_node) https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46634 What|Removed

[Bug c++/46634] cp/typeck2.c: uses BITS_PER_UNIT in lieu of TYPE_PRECISION (char_type_node)

2017-11-15 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46634 Eric Gallager changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug debug/82155] [7 Regression] ICE in dwarf2out_abstract_function, at dwarf2out.c:21655

2017-11-15 Thread pmderodat at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82155 --- Comment #8 from pmderodat at gcc dot gnu.org --- Author: pmderodat Date: Wed Nov 15 11:54:11 2017 New Revision: 254761 URL: https://gcc.gnu.org/viewcvs?rev=254761=gcc=rev Log: [PATCH] [PR82155] Fix crash in dwarf2out_abstract_function

[Bug ada/83002] New: Missing finalization of generic package body

2017-11-15 Thread demoonlit at panathenaia dot halfmoon.jp
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83002 Bug ID: 83002 Summary: Missing finalization of generic package body Product: gcc Version: 7.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: ada

[Bug fortran/82979] [PDT] [F2003] [ice-on-invalid] ICE (segfault) on invalid type-param-name-list in PDT declaration

2017-11-15 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82979 Dominique d'Humieres changed: What|Removed |Added Keywords||error-recovery

[Bug fortran/82969] [6/7/8 Regression] ICE in gfc_class_vptr_get, at fortran/trans-expr.c:211

2017-11-15 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82969 Dominique d'Humieres changed: What|Removed |Added Priority|P3 |P4 Known to work|

[Bug target/82990] Update the default -mzeroupper setting

2017-11-15 Thread sebastian.peryt at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82990 --- Comment #5 from Sebastian Peryt --- (In reply to H.J. Lu from comment #3) > Created attachment 42611 [details] > A better patch > > Sebastian, please take a look. LGTM

[Bug tree-optimization/82985] [7 Regression] ICC: in vn_nary_build_or_lookup_1, at tree-ssa-sccvn.c:1722

2017-11-15 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82985 Richard Biener changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug fortran/82976] [8 Regression] Error: non-trivial conversion at assignment since r254526

2017-11-15 Thread jb at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82976 --- Comment #5 from Janne Blomqvist --- So the problem is the logical(kind=1) one, it should be the same type as the LHS. It seems it originates from (from .003t.original): logical(kind=4) D.3603; ... D.3603 = (struct test_typ[0:] * restrict)

[Bug tree-optimization/82985] [7 Regression] ICC: in vn_nary_build_or_lookup_1, at tree-ssa-sccvn.c:1722

2017-11-15 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82985 Markus Trippelsdorf changed: What|Removed |Added CC||rguenth at gcc dot gnu.org

[Bug fortran/82996] ICE and segfault with derived type finalization

2017-11-15 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82996 --- Comment #4 from Dominique d'Humieres --- I see the problems on all gfortran supporting finalization (4.9 up to trunk 8.0), except the ICEs that are no longer present on recent trunk. The change occurred between revisions r247817 (2017-05-09,

[Bug fortran/82923] Automatic allocation of deferred length character using function result

2017-11-15 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82923 Paul Thomas changed: What|Removed |Added CC||pault at gcc dot gnu.org

[Bug target/82961] ICE in dwarf2out.c: deferred_asm_name != NULL

2017-11-15 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82961 Martin Liška changed: What|Removed |Added CC||jakub at gcc dot gnu.org,

[Bug target/82961] ICE in dwarf2out.c: deferred_asm_name != NULL

2017-11-15 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82961 --- Comment #4 from Tom de Vries --- So, deferred_asm_name is cleared by dwarf2out_early_finish, which is then checked by the assert in dwarf2out_finish. vmsdbgout_finish calls dwarf2out_finish (which checks the assert), but

[Bug fortran/82814] ICE from submodule character function

2017-11-15 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82814 Paul Thomas changed: What|Removed |Added CC||pault at gcc dot gnu.org

[Bug target/82981] [7/8 Regression] unnecessary __multi3 call for mips64r6 linux kernel

2017-11-15 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82981 --- Comment #8 from Jakub Jelinek --- Author: jakub Date: Wed Nov 15 09:01:42 2017 New Revision: 254758 URL: https://gcc.gnu.org/viewcvs?rev=254758=gcc=rev Log: PR target/82981 * internal-fn.c: Include gimple-ssa.h,

[Bug target/82961] ICE in dwarf2out.c: deferred_asm_name != NULL

2017-11-15 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82961 Tom de Vries changed: What|Removed |Added Status|WAITING |UNCONFIRMED Ever confirmed|1

[Bug target/82961] ICE in dwarf2out.c: deferred_asm_name != NULL

2017-11-15 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82961 --- Comment #3 from Tom de Vries --- Created attachment 42612 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=42612=edit lshrdi3.c To reproduce: ... $ gcc -mcpu=ev6 -mieee -mpointer-size=64 -g -O2 -fbuilding-libgcc -fno-stack-protector

[Bug other/62002] -fcilkplus switch breaks format attribute.

2017-11-15 Thread vincenzo.romano at notorand dot it
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62002 Vincenzo Romano changed: What|Removed |Added CC||vincenzo.romano at notorand dot it

[Bug tree-optimization/82977] [8 Regression] AddressSanitizer: heap-use-after-free in strlen_optimize_stmt .././../gcc/tree-ssa-strlen.c:2971

2017-11-15 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82977 --- Comment #5 from Jakub Jelinek --- Author: jakub Date: Wed Nov 15 08:40:32 2017 New Revision: 254757 URL: https://gcc.gnu.org/viewcvs?rev=254757=gcc=rev Log: PR tree-optimization/82977 * tree-ssa-strlen.c

[Bug c/82999] a func has two entrys: one inlined, another is normal

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

[Bug other/82997] [8 regression] gcc.dg/cpp/sysmac1.c and gcc.dg/cpp/macsyntx.c fail starting with r254707

2017-11-15 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82997 Richard Biener changed: What|Removed |Added Target Milestone|--- |8.0

[Bug tree-optimization/82991] memcpy and strcpy return value can be assumed to be equal to first argument

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