[Bug c/97365] New: gcvt and qgcvt do not always provide requested precision

2020-10-10 Thread sisyphus359 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97365 Bug ID: 97365 Summary: gcvt and qgcvt do not always provide requested precision Product: gcc Version: 9.3.0 Status: UNCONFIRMED Severity: normal

[Bug target/97318] [nvptx] Function splitting results in invalid function name

2020-10-10 Thread vries at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97318 Tom de Vries changed: What|Removed |Added Target Milestone|--- |11.0 Resolution|---

[Bug target/97318] [nvptx] Function splitting results in invalid function name

2020-10-10 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97318 --- Comment #2 from CVS Commits --- The master branch has been updated by Tom de Vries : https://gcc.gnu.org/g:e88b04bda8a4bdcd03f867fc23f07d5d80f3f19a commit r11-3778-ge88b04bda8a4bdcd03f867fc23f07d5d80f3f19a Author: Tom de Vries Date: Sat

[Bug c/51971] unclear/unverified restrictions on attribute((const|pure))

2020-10-10 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51971 Eric Gallager changed: What|Removed |Added CC||m...@nieper-wisskirchen.de --- Comment

[Bug ipa/97364] Clarify/improve documentation for __attribute__ ((pure))

2020-10-10 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97364 Eric Gallager changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/97349] Incorrect types for some AArch64 Neon vdupq_n_<...> intrinsics

2020-10-10 Thread ktkachov at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97349 ktkachov at gcc dot gnu.org changed: What|Removed |Added Status|RESOLVED|ASSIGNED

[Bug testsuite/97168] [11 Regression] FAIL: gcc.dg/plugin/diagnostic-test-expressions-1.c, diagnostic-test-paths-2.c, location-overflow-test-1.c

2020-10-10 Thread dmalcolm at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97168 David Malcolm changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug ipa/97364] New: Clarify/improve documentation for __attribute__ ((pure))

2020-10-10 Thread marc--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97364 Bug ID: 97364 Summary: Clarify/improve documentation for __attribute__ ((pure)) Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

[Bug c++/97363] New: Missing diagnostics when trying to initialize rvalue reference variable with lvalue expression when using decltype(auto) type deduction.

2020-10-10 Thread anders.granlund.0 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97363 Bug ID: 97363 Summary: Missing diagnostics when trying to initialize rvalue reference variable with lvalue expression when using decltype(auto) type deduction. Product: gcc

[Bug target/97250] Implement -march=x86-64-v2, -march=x86-64-v3, -march=x86-64-v4 for x86-64

2020-10-10 Thread hjl.tools at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97250 H.J. Lu changed: What|Removed |Added Resolution|--- |FIXED Status|REOPENED

[Bug libstdc++/97362] [8/9/10/11 Regression] `__deref` in in debug mode clashes with internal macro in Windows system header

2020-10-10 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97362 Jonathan Wakely changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |redi at gcc dot gnu.org

[Bug libstdc++/97362] [8/9/10/11 Regression] `__deref` in in debug mode clashes with internal macro in Windows system header

2020-10-10 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97362 --- Comment #4 from Jonathan Wakely --- (In reply to frankhb1989 from comment #0) > Case: > > #include > #include N.B. this has nothing to do with . The __deref entity is in which gets included by and all the containers (and a few other

[Bug target/97250] Implement -march=x86-64-v2, -march=x86-64-v3, -march=x86-64-v4 for x86-64

2020-10-10 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97250 --- Comment #9 from CVS Commits --- The master branch has been updated by H.J. Lu : https://gcc.gnu.org/g:16664e6e4fb4281be6477c13989740d44c963c77 commit r11-3764-g16664e6e4fb4281be6477c13989740d44c963c77 Author: H.J. Lu Date: Fri Oct 9

[Bug libstdc++/97362] [8/9/10/11 Regression] `__deref` in in debug mode clashes with internal macro in Windows system header

2020-10-10 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97362 --- Comment #3 from Jonathan Wakely --- And add __deref to the list of BADNAMES in doc/xml/manual/appendix_contributing.xml and the testsuite/17_intro/headers/names.cc test.

[Bug libstdc++/97362] [8/9/10/11 Regression] `__deref` in in debug mode clashes with internal macro in Windows system header

2020-10-10 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97362 Jonathan Wakely changed: What|Removed |Added Summary|`__deref` in|[8/9/10/11 Regression] |in

[Bug libstdc++/97362] `__deref` in in debug mode clashes with internal macro in Windows system header

2020-10-10 Thread frankhb1989 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97362 --- Comment #1 from frankhb1989 at gmail dot com --- To clarify a bit: is installed by the VC++ toolchain or WDK, not by Windows SDK. Nevertheless, it is a system header both MS's CRT and Win32 headers rely on.

[Bug libstdc++/97362] New: __deref in in debug mode clashes with Windows SDK internal macro

2020-10-10 Thread frankhb1989 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97362 Bug ID: 97362 Summary: __deref in in debug mode clashes with Windows SDK internal macro Product: gcc Version: 10.2.0 Status: UNCONFIRMED Severity: normal

[Bug ipa/97300] [11 regression] several test cases fail after r11-3308

2020-10-10 Thread dominiq at lps dot ens.fr via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97300 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug tree-optimization/97359] [11 Regression] ice in logical_combine, at gimple-range-gori.cc:754

2020-10-10 Thread aldyh at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97359 Aldy Hernandez changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug tree-optimization/97359] [11 Regression] ice in logical_combine, at gimple-range-gori.cc:754

2020-10-10 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97359 --- Comment #5 from CVS Commits --- The master branch has been updated by Aldy Hernandez : https://gcc.gnu.org/g:14db1dfcd18e4d2712a043bdcd3976fcfb0642c2 commit r11-3762-g14db1dfcd18e4d2712a043bdcd3976fcfb0642c2 Author: Aldy Hernandez Date:

[Bug tree-optimization/97359] [11 Regression] ice in logical_combine, at gimple-range-gori.cc:754

2020-10-10 Thread aldyh at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97359 --- Comment #4 from Aldy Hernandez --- Created attachment 49340 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=49340=edit untested proposed patch Untested.