[Bug target/94118] Undocumented inline assembly [target] operand modifiers

2020-05-07 Thread crazylht at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94118 --- Comment #2 from Hongtao.liu --- (In reply to Frédéric Recoules from comment #0) > The section 6.47.2.8 x86 Operand Modifiers of > https://gcc.gnu.org/onlinedocs/gcc/Extended-Asm.html is only about x86. > > As it was done for Operand

[Bug c/91031] wrong code generated when using compound literal

2020-05-07 Thread makhaloff at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91031 --- Comment #5 from Alexey Makhalov --- (In reply to Andrew Pinski from comment #1) > In previous versions of gcc, the compound literal was put in the function > level scope rather than in the current scope. Which is why it worked > previously.

[Bug c/91031] wrong code generated when using compound literal

2020-05-07 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91031 --- Comment #6 from Andrew Pinski --- (In reply to Alexey Makhalov from comment #5) > (In reply to Andrew Pinski from comment #1) > > In previous versions of gcc, the compound literal was put in the function > > level scope rather than in the

[Bug fortran/94978] [8/9/10/11 Regression] Bogus warning "Array reference at (1) out of bounds in loop beginning at (2)"

2020-05-07 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94978 Richard Biener changed: What|Removed |Added Target Milestone|--- |8.5 Keywords|

[Bug target/94865] Failure to combine unpckhpd+unpcklpd into blendps

2020-05-07 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94865 Richard Biener changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug libstdc++/48559] parallel-mode vs C++0x

2020-05-07 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48559 --- Comment #6 from Jonathan Wakely --- I'm inclined to close this as WONTFIX. The new C++17 algorithms use modern C++ and are standardised. Rather than maintain our non-standard extension, I'd prefer to deprecate our parallel mode and tell

[Bug gcov-profile/94928] Doc comments in gcov-io.h do not show cwd and unexec blocks in the Notes file format

2020-05-07 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94928 --- Comment #13 from Martin Liška --- (In reply to Myron Walker from comment #12) > What would be helpful then is if gcno, gcda and source files could all have > separate root file system prefixes. Can you please describe more the situation? Is

[Bug libstdc++/68989] Core issue 1992 will make catching bad_new_array_length unnecessary in _M_grow_words

2020-05-07 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68989 --- Comment #2 from Jonathan Wakely --- http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1992 is in C++17, what's the status of the front end?

[Bug target/94706] [8/9/10/11 Regression] class with empty base passed incorrectly with -std=c++17 on ia64

2020-05-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94706 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug fortran/94358] [OMP] Privatize internal array variables introduced by the Fortran FE

2020-05-07 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94358 --- Comment #3 from Tobias Burnus --- (In reply to Thomas Schwinge from comment #2) > Tobias, as a first step, can you please provide an exemplary Fortran test > case that shows some cases of what code the Fortran front end generates to >

[Bug tree-optimization/57359] store motion causes wrong code for union access at -O3

2020-05-07 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57359 --- Comment #32 from CVS Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:283cb9ea6293e813e48a1b769e1e0779918ea20a commit r11-161-g283cb9ea6293e813e48a1b769e1e0779918ea20a Author: Richard Biener Date:

[Bug other/94982] New: '-Wformat-diag' diagnostics building GCC

2020-05-07 Thread tschwinge at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94982 Bug ID: 94982 Summary: '-Wformat-diag' diagnostics building GCC Product: gcc Version: 10.0 Status: UNCONFIRMED Keywords: diagnostic Severity: normal Priority:

[Bug target/94980] [8/9/10/11 Regression] ICE: verify_gimple failed: position plus size exceeds size of referenced object in 'bit_field_ref' with -mavx512vl

2020-05-07 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94980 Richard Biener changed: What|Removed |Added Keywords||wrong-code Priority|P3

[Bug rtl-optimization/94864] Failure to combine vunpckhpd+movsd into single vunpckhpd

2020-05-07 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94864 Richard Biener changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |rguenth at gcc dot gnu.org

[Bug fortran/94358] [OMP] Privatize internal array variables introduced by the Fortran FE

2020-05-07 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94358 --- Comment #4 from Tobias Burnus --- (In reply to Tobias Burnus from comment #3) > And with optional there are additional issues – especially for > assumed-shape arrays as one has to check 'y == NULL' (argument absent) and > 'y->data == NULL'

[Bug fortran/94672] [10/11 Regression] gfortran/OpenMP chokes on PRESENT(array) despite of SHARED(array): Error: ‘array’ not specified in enclosing ‘parallel’

2020-05-07 Thread tschwinge at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94672 Thomas Schwinge changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |burnus at gcc dot gnu.org

[Bug tree-optimization/57359] store motion causes wrong code for union access at -O3

2020-05-07 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57359 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug gcov-profile/94928] Doc comments in gcov-io.h do not show cwd and unexec blocks in the Notes file format

2020-05-07 Thread myron.walker at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94928 --- Comment #14 from Myron Walker --- There are three types of files used to create a code coverage report. Notes, Data, and Source. It is likely that each type of file might have its own prefix GCOV_SRC_PREFIX, GCOV_NOTES_PREFIX and

[Bug c/94981] Wrong casts on Power machines dealing with fctiwuz instruction

2020-05-07 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94981 --- Comment #1 from Andreas Schwab --- Converting a negative float to an unsigned integer is undefined.

[Bug target/94980] New: [10/11 Regression] ICE: verify_gimple failed: position plus size exceeds size of referenced object in 'bit_field_ref' with -mavx512vl

2020-05-07 Thread zsojka at seznam dot cz
507093816-gb24fc8a692e-checking-yes-rtl-extra-nobootstrap-amd64 Thread model: posix Supported LTO compression algorithms: zlib zstd gcc version 11.0.0 20200507 (experimental) (GCC)

[Bug target/94980] [8/9/10/11 Regression] ICE: verify_gimple failed: position plus size exceeds size of referenced object in 'bit_field_ref' with -mavx512vl

2020-05-07 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94980 Martin Liška changed: What|Removed |Added Last reconfirmed||2020-05-07 CC|

[Bug c/94981] New: Wrong casts on Power machines dealing with fctiwuz instruction

2020-05-07 Thread tony.reix at atos dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94981 Bug ID: 94981 Summary: Wrong casts on Power machines dealing with fctiwuz instruction Product: gcc Version: 9.3.1 Status: UNCONFIRMED Severity: normal

[Bug target/94980] [8/9/10/11 Regression] ICE: verify_gimple failed: position plus size exceeds size of referenced object in 'bit_field_ref' with -mavx512vl

2020-05-07 Thread rsandifo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94980 rsandifo at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug c/94842] [8/9 Regression] internal compiler error: in gimplify_label_expr, at gimplify.c:2573

2020-05-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94842 Jakub Jelinek changed: What|Removed |Added Summary|[8/9/10 Regression] |[8/9 Regression] internal

[Bug rtl-optimization/94873] [8/9 Regression] wrong code with -O -fno-merge-constants -fno-split-wide-types -fno-tree-fre

2020-05-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94873 Jakub Jelinek changed: What|Removed |Added Status|NEW |ASSIGNED Summary|[8/9/10

[Bug c++/94985] New: False-positive -Warray-bounds for char[1] on a non-zero offset in a referenced buffer

2020-05-07 Thread joeyjyliu at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94985 Bug ID: 94985 Summary: False-positive -Warray-bounds for char[1] on a non-zero offset in a referenced buffer Product: gcc Version: 11.0 Status: UNCONFIRMED

[Bug target/94942] [10 Regression] ICE: in extract_constrain_insn, at recog.c:2195 (insn does not satisfy its constraints) with -O -flive-range-shrinkage -ftree-vrp -mavx512vl

2020-05-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94942 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/94907] [10/11 Regression] ICE: Segmentation fault (in check_return_expr) since r10-8016-gbce54ed494fd0e61

2020-05-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94907 Jakub Jelinek changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/94950] [8/9 regression] ICE in gcc.dg/pr94780.c on riscv64

2020-05-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94950 Jakub Jelinek changed: What|Removed |Added Summary|[8/9/10 regression] ICE in |[8/9 regression] ICE in

[Bug c++/94951] [8/9 Regression] dereferencing type-punned pointer will break strict-aliasing rules when using super class for a template type

2020-05-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94951 Jakub Jelinek changed: What|Removed |Added Summary|[8/9/10/11 Regression] |[8/9 Regression]

[Bug c/94968] [10/11 Regression] internal compiler error: tree check: expected class ‘type’, have ‘exceptional’ (error_mark) in useless_type_conversion_p, at gimple-expr.c:87

2020-05-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94968 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug gcov-profile/94928] Doc comments in gcov-io.h do not show cwd and unexec blocks in the Notes file format

2020-05-07 Thread myron.walker at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94928 --- Comment #16 from Myron Walker --- Just seems easier if the tool offers a choice.

[Bug middle-end/94703] Small-sized memcpy leading to unnecessary register spillage unless done through a dummy union

2020-05-07 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94703 --- Comment #5 from CVS Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:eb72dc663e9070b281be83a80f6f838a3a878822 commit r11-165-geb72dc663e9070b281be83a80f6f838a3a878822 Author: Richard Biener Date:

[Bug middle-end/94703] Small-sized memcpy leading to unnecessary register spillage unless done through a dummy union

2020-05-07 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94703 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/94957] Compilation slowww for simple code with -O1/2/3 and -g in GCC 8 and 9

2020-05-07 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94957 Marek Polacek changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |mpolacek at gcc dot gnu.org

[Bug c++/94946] [9/10/11 Regression] error: ‘template JSC::FunctionPtr::FunctionPtr(returnType (*)())’ cannot be overloaded since r10-7998-g5f1cd1da1a805c3d

2020-05-07 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94946 --- Comment #8 from CVS Commits --- The releases/gcc-9 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:fadd59262921825b135b8e018ac8510e97dee92a commit r9-8577-gfadd59262921825b135b8e018ac8510e97dee92a Author: Jakub Jelinek

[Bug c++/93431] FAIL: g++.dg/cpp2a/lambda-uneval9.C -std=c++2a (test for excess errors)

2020-05-07 Thread tschwinge at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93431 Thomas Schwinge changed: What|Removed |Added Last reconfirmed|2020-01-27 00:00:00 |2020-5-7

[Bug c/94981] Wrong casts on Power machines dealing with fctiwuz instruction

2020-05-07 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94981 --- Comment #6 from Andrew Pinski --- Report the bug to boost then. BOOST is broken and should not depend on undefined behavior for out of range conversions.

[Bug target/94118] Undocumented inline assembly [target] operand modifiers

2020-05-07 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94118 H.J. Lu changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[Bug target/94118] Undocumented inline assembly [target] operand modifiers

2020-05-07 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94118 H.J. Lu changed: What|Removed |Added CC||craig.topper at gmail dot com --- Comment #4

[Bug target/94977] Some X86 inline assembly modifiers are not documented in the web documentation

2020-05-07 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94977 H.J. Lu changed: What|Removed |Added Resolution|--- |DUPLICATE Status|UNCONFIRMED

[Bug c/94842] [8/9/10 Regression] internal compiler error: in gimplify_label_expr, at gimplify.c:2573

2020-05-07 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94842 --- Comment #8 from CVS Commits --- The releases/gcc-10 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:61fb8963c22d91152a9c46a3512307bef3b3d7f7 commit r10-8109-g61fb8963c22d91152a9c46a3512307bef3b3d7f7 Author: Jakub Jelinek

[Bug target/94942] [10 Regression] ICE: in extract_constrain_insn, at recog.c:2195 (insn does not satisfy its constraints) with -O -flive-range-shrinkage -ftree-vrp -mavx512vl

2020-05-07 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94942 --- Comment #6 from CVS Commits --- The releases/gcc-10 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:1b53c1169a6d0b10d43de0a56aabf7386b67496b commit r10-8111-g1b53c1169a6d0b10d43de0a56aabf7386b67496b Author: Jakub Jelinek

[Bug rtl-optimization/94873] [8/9/10 Regression] wrong code with -O -fno-merge-constants -fno-split-wide-types -fno-tree-fre

2020-05-07 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94873 --- Comment #22 from CVS Commits --- The releases/gcc-10 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:8982e39b46b1e4a4b09022ddebd758b77ab73bac commit r10-8112-g8982e39b46b1e4a4b09022ddebd758b77ab73bac Author: Jakub Jelinek

[Bug c++/94951] [8/9/10/11 Regression] dereferencing type-punned pointer will break strict-aliasing rules when using super class for a template type

2020-05-07 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94951 --- Comment #7 from CVS Commits --- The releases/gcc-10 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:d82414ebcf7716ea24688510594a2c464a105908 commit r10-8115-gd82414ebcf7716ea24688510594a2c464a105908 Author: Jakub Jelinek

[Bug c++/94907] [10/11 Regression] ICE: Segmentation fault (in check_return_expr) since r10-8016-gbce54ed494fd0e61

2020-05-07 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94907 --- Comment #6 from CVS Commits --- The releases/gcc-10 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:3d4c7e05de438fb0672f376e628c18812eea8982 commit r10-8114-g3d4c7e05de438fb0672f376e628c18812eea8982 Author: Jakub Jelinek

[Bug c++/94946] [9/10/11 Regression] error: ‘template JSC::FunctionPtr::FunctionPtr(returnType (*)())’ cannot be overloaded since r10-7998-g5f1cd1da1a805c3d

2020-05-07 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94946 --- Comment #7 from CVS Commits --- The releases/gcc-10 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:dd38686d9c810cecbaa80bb82ed91caaa58ad635 commit r10-8117-gdd38686d9c810cecbaa80bb82ed91caaa58ad635 Author: Jakub Jelinek

[Bug target/94950] [8/9/10 regression] ICE in gcc.dg/pr94780.c on riscv64

2020-05-07 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94950 --- Comment #7 from CVS Commits --- The releases/gcc-10 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:5454a13add37fa6a8eedbf9d2f6bdc63a7825e2c commit r10-8113-g5454a13add37fa6a8eedbf9d2f6bdc63a7825e2c Author: Jakub Jelinek

[Bug c/94968] [10/11 Regression] internal compiler error: tree check: expected class ‘type’, have ‘exceptional’ (error_mark) in useless_type_conversion_p, at gimple-expr.c:87

2020-05-07 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94968 --- Comment #3 from CVS Commits --- The releases/gcc-10 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:da91f9d2b6edea15eee052f93976b15e786da536 commit r10-8116-gda91f9d2b6edea15eee052f93976b15e786da536 Author: Jakub Jelinek

[Bug target/94697] aarch64: bti j at function start instead of bti c

2020-05-07 Thread nsz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94697 --- Comment #6 from nsz at gcc dot gnu.org --- this is fixed for gcc 10.1, just not backported yet so i kept the bug open

[Bug target/91188] strict_low_part operations do not work

2020-05-07 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91188 Uroš Bizjak changed: What|Removed |Added Status|ASSIGNED|RESOLVED Target Milestone|10.2

[Bug c/94981] Wrong casts on Power machines dealing with fctiwuz instruction

2020-05-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94981 Jakub Jelinek changed: What|Removed |Added Resolution|--- |INVALID CC|

[Bug c++/94984] rejects requires clause in array declaration

2020-05-07 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94984 Nathan Sidwell changed: What|Removed |Added Ever confirmed|0 |1 Last reconfirmed|

[Bug c/94968] [10/11 Regression] internal compiler error: tree check: expected class ‘type’, have ‘exceptional’ (error_mark) in useless_type_conversion_p, at gimple-expr.c:87

2020-05-07 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94968 --- Comment #2 from CVS Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:9b95bb52b40c05e630278fe5cd61a79a3c4f620a commit r11-163-g9b95bb52b40c05e630278fe5cd61a79a3c4f620a Author: Jakub Jelinek Date:

[Bug fortran/94943] [10 Regression] A module does not export allocatable attribute of herein arrays.

2020-05-07 Thread artu72 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94943 --- Comment #5 from Andrea Mastellone --- (In reply to Jakub Jelinek from comment #4) > GCC 10.1 has been released. When it will be available on Fedora 32 I will test it.

[Bug c/94981] Wrong casts on Power machines dealing with fctiwuz instruction

2020-05-07 Thread tony.reix at atos dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94981 --- Comment #2 from Tony Reix --- Big table was too large. Here is a shorter table. double -2 --> char float -2 --> char C | C++ --|---|---| | Default |

[Bug c++/94983] New: Empty list initialization of aggregate class with deleted default ctor rejected in C++14 and C++17

2020-05-07 Thread andrey.vihrov at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94983 Bug ID: 94983 Summary: Empty list initialization of aggregate class with deleted default ctor rejected in C++14 and C++17 Product: gcc Version: 9.3.0 Status: UNCONFIRMED

[Bug fortran/94943] [10 Regression] A module does not export allocatable attribute of herein arrays.

2020-05-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94943 Jakub Jelinek changed: What|Removed |Added Target Milestone|10.0|10.2 --- Comment #4 from Jakub Jelinek

[Bug fortran/94324] [10/11 regression] gfortran.dg/default_format_1.f90 etc. FAIL on 32-bit Solaris/x86

2020-05-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94324 Jakub Jelinek changed: What|Removed |Added Target Milestone|10.0|10.2 --- Comment #2 from Jakub Jelinek

[Bug c/63326] whether a #pragma is a statement depends on the type of pragma

2020-05-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63326 Jakub Jelinek changed: What|Removed |Added Target Milestone|10.0|10.2 --- Comment #29 from Jakub Jelinek

[Bug c++/94885] [10 Regression] Functional cast from int to empty class type with empty base incorrectly accepted with -std=c++2a

2020-05-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94885 Jakub Jelinek changed: What|Removed |Added Target Milestone|10.0|10.2 --- Comment #6 from Jakub Jelinek

[Bug tree-optimization/93055] [10/11 Regression] accumulation loops in stepanov_vector benchmark use more instruction level parpallelism

2020-05-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93055 Jakub Jelinek changed: What|Removed |Added Target Milestone|10.0|10.2 --- Comment #11 from Jakub Jelinek

[Bug c++/90828] A recurring hang when mangling

2020-05-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90828 Jakub Jelinek changed: What|Removed |Added Target Milestone|10.0|10.2 --- Comment #3 from Jakub Jelinek

[Bug tree-optimization/93404] [10/11 regression] -O2 and -O2 -flto SPEC2006 and 2017 code size regression

2020-05-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93404 Jakub Jelinek changed: What|Removed |Added Target Milestone|10.0|10.2 --- Comment #3 from Jakub Jelinek

[Bug middle-end/91512] [10/11 Regression] Fortran compile time regression.

2020-05-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91512 Jakub Jelinek changed: What|Removed |Added Target Milestone|10.0|10.2 --- Comment #32 from Jakub Jelinek

[Bug other/89635] More ANSI SGR codes in diagnostics?

2020-05-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89635 Jakub Jelinek changed: What|Removed |Added Target Milestone|10.0|10.2 --- Comment #3 from Jakub Jelinek

[Bug target/91498] [10/11 Regression] STV change in r274481 causes 300.twolf regression on Haswell

2020-05-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91498 Jakub Jelinek changed: What|Removed |Added Target Milestone|10.0|10.2 --- Comment #21 from Jakub Jelinek

[Bug tree-optimization/94655] [10/11 Regression] Implicit assignment operator triggers stringop-overflow warning since r10-5451-gef29b12cfbb4979a

2020-05-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94655 Jakub Jelinek changed: What|Removed |Added Target Milestone|10.0|10.2 --- Comment #9 from Jakub Jelinek

[Bug target/91035] [10/11 Regression] gotools fails to build on s390x-linux-gnu

2020-05-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91035 Jakub Jelinek changed: What|Removed |Added Target Milestone|10.0|10.2 --- Comment #10 from Jakub Jelinek

[Bug rtl-optimization/93007] [10/11 regression] pr77698.c testcase fails due to block commoning

2020-05-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93007 Jakub Jelinek changed: What|Removed |Added Target Milestone|10.0|10.2 --- Comment #1 from Jakub Jelinek

[Bug c++/84916] Tweaks to template type elision

2020-05-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84916 Jakub Jelinek changed: What|Removed |Added Target Milestone|10.0|10.2 --- Comment #6 from Jakub Jelinek

[Bug tree-optimization/89689] [8/9 regression] false warning -Wstringop-overflow=

2020-05-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89689 Jakub Jelinek changed: What|Removed |Added Target Milestone|10.0|10.2 --- Comment #7 from Jakub Jelinek

[Bug c++/90807] Wrong debug message

2020-05-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90807 Jakub Jelinek changed: What|Removed |Added Target Milestone|10.0|10.2 --- Comment #2 from Jakub Jelinek

[Bug target/90777] [10/11 Regression] pr84828 testcase ICEs for m32 x86_64,i686-darwin*

2020-05-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90777 Jakub Jelinek changed: What|Removed |Added Target Milestone|10.0|10.2 --- Comment #2 from Jakub Jelinek

[Bug testsuite/91799] [10/11 regression] r273245 breaks test case gcc.target/powerpc/pr88233.c

2020-05-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91799 Jakub Jelinek changed: What|Removed |Added Target Milestone|10.0|10.2 --- Comment #9 from Jakub Jelinek

[Bug lto/87988] [9/10/11 Regression] Streaming of ABSTRACT_ORIGIN is expensive

2020-05-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87988 Jakub Jelinek changed: What|Removed |Added Target Milestone|10.0|10.2 --- Comment #12 from Jakub Jelinek

[Bug lto/91287] LTO disables linking with scalar MASS library (Fortran only)

2020-05-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91287 Jakub Jelinek changed: What|Removed |Added Target Milestone|10.0|10.2 --- Comment #40 from Jakub Jelinek

[Bug ipa/90720] g++.dg/lto/alias-1 FAILs

2020-05-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90720 Jakub Jelinek changed: What|Removed |Added Target Milestone|10.0|10.2 --- Comment #6 from Jakub Jelinek

[Bug rtl-optimization/92342] [10/11 Regression] a small missed transformation into x?b:0

2020-05-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92342 Jakub Jelinek changed: What|Removed |Added Target Milestone|10.0|10.2 --- Comment #18 from Jakub Jelinek

[Bug testsuite/92310] New test case gcc.dg/vect/vect-epilogues.c introduced in r277659 fails

2020-05-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92310 Jakub Jelinek changed: What|Removed |Added Target Milestone|10.0|10.2 --- Comment #2 from Jakub Jelinek

[Bug middle-end/91584] [9 Regression] Bogus warning from -Warray-bounds during string assignment

2020-05-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91584 Jakub Jelinek changed: What|Removed |Added Target Milestone|10.0|10.2 --- Comment #6 from Jakub Jelinek

[Bug c++/94938] [10 Regression] internal compiler error: in value_dependent_expression_p, at cp/pt.c:26522

2020-05-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94938 Jakub Jelinek changed: What|Removed |Added Target Milestone|10.0|10.2 --- Comment #6 from Jakub Jelinek

[Bug c++/33799] Return value's destructor not executed when a local variable's destructor throws

2020-05-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=33799 Jakub Jelinek changed: What|Removed |Added Target Milestone|10.0|10.2 --- Comment #16 from Jakub Jelinek

[Bug c++/94817] ICE in add_stmt, at cp/semantics.c:392 since r10-6063-g49789fd08378e3ff

2020-05-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94817 Jakub Jelinek changed: What|Removed |Added Target Milestone|10.0|10.2 --- Comment #3 from Jakub Jelinek

[Bug libfortran/91543] [10/11 Regression] nf failure ( Handling stack overflow more sensibly

2020-05-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91543 Jakub Jelinek changed: What|Removed |Added Target Milestone|10.0|10.2 --- Comment #7 from Jakub Jelinek

[Bug ipa/92799] [8/9 Regression] ICE on a weakref function definition followed by a declaration

2020-05-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92799 Jakub Jelinek changed: What|Removed |Added Target Milestone|10.0|10.2 --- Comment #8 from Jakub Jelinek

[Bug demangler/88783] integer overflow in libiberty, heap overflow will be triggered in nm

2020-05-07 Thread trupti_pardeshi at persistent dot co.in
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88783 Trupti Pardeshi changed: What|Removed |Added CC||trupti_pardeshi@persistent.

[Bug c/94981] Wrong casts on Power machines dealing with fctiwuz instruction

2020-05-07 Thread tony.reix at atos dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94981 --- Comment #5 from Tony Reix --- I'm not invoking myself directly this conversion. It is made by C++. The original issue appeared when running tests of Boost v1.73 math library, dealing with include code of C++ , line 324 of file:

[Bug tree-optimization/88540] Issues with vectorization of min/max operations

2020-05-07 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88540 Richard Biener changed: What|Removed |Added Blocks||94864 Status|NEW

[Bug gcov-profile/94928] Doc comments in gcov-io.h do not show cwd and unexec blocks in the Notes file format

2020-05-07 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94928 --- Comment #15 from Martin Liška --- (In reply to Myron Walker from comment #14) > There are three types of files used to create a code coverage report. > Notes, Data, and Source. It is likely that each type of file might have its > own

[Bug lto/88140] [9/10/11 Regression] ICE: verify_gimple failed since r266325

2020-05-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88140 Jakub Jelinek changed: What|Removed |Added Target Milestone|10.0|10.2 --- Comment #15 from Jakub Jelinek

[Bug tree-optimization/92860] [8/9/10/11 regression] Global flags affected by -O settings are clobbered by optimize attribute

2020-05-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92860 Jakub Jelinek changed: What|Removed |Added Target Milestone|10.0|10.2 --- Comment #17 from Jakub Jelinek

[Bug sanitizer/91707] [10/11 Regression] spurious stringop-overflow warning with -fsanitize=undefined

2020-05-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91707 Jakub Jelinek changed: What|Removed |Added Target Milestone|10.0|10.2 --- Comment #7 from Jakub Jelinek

[Bug target/90824] PowerPC should generate better code for SFmode splats for power8

2020-05-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90824 Jakub Jelinek changed: What|Removed |Added Target Milestone|10.0|10.2 --- Comment #2 from Jakub Jelinek

[Bug middle-end/93195] -fpatchable-function-entries : __patchable_function_entries should consider comdat groups

2020-05-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93195 Jakub Jelinek changed: What|Removed |Added Target Milestone|10.0|10.2 --- Comment #5 from Jakub Jelinek

[Bug libgomp/91473] Test case libgomp.fortran/appendix-a/a.28.5.f90 is invalid

2020-05-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91473 Jakub Jelinek changed: What|Removed |Added Target Milestone|10.0|10.2 --- Comment #11 from Jakub Jelinek

[Bug target/94697] aarch64: bti j at function start instead of bti c

2020-05-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94697 Jakub Jelinek changed: What|Removed |Added Target Milestone|10.0|10.2 --- Comment #5 from Jakub Jelinek

[Bug tree-optimization/80520] [8/9/10/11 Regression] Performance regression from missing if-conversion

2020-05-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80520 Jakub Jelinek changed: What|Removed |Added Target Milestone|10.0|10.2 --- Comment #14 from Jakub Jelinek

[Bug ipa/92535] [10/11 regression] ICF is relatively expensive and became less effective

2020-05-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92535 Jakub Jelinek changed: What|Removed |Added Target Milestone|10.0|10.2 --- Comment #5 from Jakub Jelinek

[Bug c++/85241] Requires-expressions, fold expressions, and member function templates with dependent parameters don't play nicely

2020-05-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85241 Jakub Jelinek changed: What|Removed |Added Target Milestone|10.0|10.2 --- Comment #6 from Jakub Jelinek

  1   2   3   >