https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101594
Andrew Pinski changed:
What|Removed |Added
See Also||https://gcc.gnu.org/bugzill
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101594
Martin Liška changed:
What|Removed |Added
Ever confirmed|0 |1
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101546
--- Comment #4 from Stanislav Šimek ---
Hi this is copy paste mistake, we are using same compile comands for 11.1.0 and
10.2.
Correct one
Command Line: mips_gcc_sde_elf_11.1.0/bin/mips-sde-elf-gcc-O0 -Wunused
> -Wreturn-type -Wundef -fno-co
ion 12.0.0 20210722 (experimental) (GCC)
git version 4048d8a08621820dd6cc6035e13de3c3c82af4a5
***
$ gcc -O2 -fno-if-conversion -fno-ssa-phiopt -fno-tree-ch
-fno-tree-dominator-opts -fno-tree-pre -fno-tree-reassoc -
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101593
Bug ID: 101593
Summary: mips: operands missing mode
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: target
Ass
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101592
Bug ID: 101592
Summary: ICE in wide_int_to_tree, at tree.c:1427
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Keywords: ice-on-valid-code
Severity: normal
Pri
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101586
Martin Liška changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101591
--- Comment #3 from Andrew Pinski ---
(In reply to Andrew Pinski from comment #2)
> Mine, something like:
> (for cmp (eq ne)
> (simplify
> (cmp:c (bit_ior @0 INTEGER_CST@1) @0)
> (cmp:c (bit_and @1 (bit_not @0)) { build_zero_cst (TREE_TYPE(
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101591
Andrew Pinski changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |pinskia at gcc dot
gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96779
Andrew Pinski changed:
What|Removed |Added
Status|NEW |ASSIGNED
Keywords|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101591
--- Comment #1 from Andrew Pinski ---
I noticed this while working on PR96779
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101591
Bug ID: 101591
Summary: (a|b) ==/!= a -> (b & ~a) ==/!= 0 on gimple
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Keywords: missed-optimization
Severity: enhancement
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101589
Patrick Palka changed:
What|Removed |Added
Target Milestone|--- |10.4
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101590
Bug ID: 101590
Summary: (len & - N) <= len is not optimized to 1
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Keywords: missed-optimization
Severity: enhancement
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97529
Andrew Pinski changed:
What|Removed |Added
Last reconfirmed||2021-07-23
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68258
Andrew Pinski changed:
What|Removed |Added
Status|NEW |RESOLVED
See Also|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55004
Bug 55004 depends on bug 69700, which changed state.
Bug 69700 Summary: [C++14] constexpr incorrectly implies const
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69700
What|Removed |Added
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69700
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71534
Andrew Pinski changed:
What|Removed |Added
Blocks||55004
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55004
Bug 55004 depends on bug 68985, which changed state.
Bug 68985 Summary: braced initializer bug when defining a static constexpr int
within a class
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68985
What|Removed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68985
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Blocks|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101588
Andrew Pinski changed:
What|Removed |Added
Summary|rejects valid constexpr |[DR2126] rejects valid
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101588
--- Comment #1 from Andrew Pinski ---
Note clang was only fixed in clang 12.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101589
Bug ID: 101589
Summary: Incorrect implementation of LWG 3533 for elements_view
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Comp
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66287
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
See Also|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101588
Bug ID: 101588
Summary: rejects valid constexpr when binding from a constexpr
function
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Keywords: rejects-valid
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101587
Bug ID: 101587
Summary: uninitialized_copy/move incorrectly uses std::min
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100952
--- Comment #9 from CVS Commits ---
The master branch has been updated by HaoChen Gui :
https://gcc.gnu.org/g:3382846558e02044598556e66e5ea1cb3115429d
commit r12-2479-g3382846558e02044598556e66e5ea1cb3115429d
Author: Haochen Gui
Date: Fri J
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44282
Andrew Pinski changed:
What|Removed |Added
CC||jacek at codeweavers dot com
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79582
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |DUPLICATE
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=29328
Andrew Pinski changed:
What|Removed |Added
CC||puetzk at puetzk dot org
--- Comment #2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65789
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65591
--- Comment #3 from Andrew Pinski ---
We should be able to do a loop instead of 1000 calls though.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61834
Andrew Pinski changed:
What|Removed |Added
Keywords||rejects-valid
Status|UNCONFI
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53725
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |6.0
See Also|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60273
--- Comment #3 from Andrew Pinski ---
The DR is still active but clang no longer accepts the code. and GCC no longer
crashes either.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58184
--- Comment #2 from Andrew Pinski ---
Still accepted on the trunk.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58091
--- Comment #5 from Andrew Pinski ---
clang started to reject it in clang 9.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=28389
Andrew Pinski changed:
What|Removed |Added
Status|SUSPENDED |NEW
--- Comment #2 from Andrew Pinski -
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57752
Andrew Pinski changed:
What|Removed |Added
Keywords||rejects-valid
Status|UNCONFI
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=38658
Andrew Pinski changed:
What|Removed |Added
See Also||https://gcc.gnu.org/bugzill
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53294
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |DUPLICATE
See Also|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64372
Andrew Pinski changed:
What|Removed |Added
CC||zhonghao at pku dot org.cn
--- Comment #
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86475
Andrew Pinski changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101585
Martin Sebor changed:
What|Removed |Added
Target Milestone|--- |11.2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86605
--- Comment #4 from Andrew Pinski ---
(In reply to Andrew Pinski from comment #3)
> So on the trunk we get:
> if (&test != 4B)
> goto ; [70.00%]
> else
> goto ; [30.00%]
>
>[local count: 322122544]:
>
>[local count: 10737418
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101585
Martin Sebor changed:
What|Removed |Added
Summary|Bad interaction of |[11/12 Regression] Bad
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86605
Andrew Pinski changed:
What|Removed |Added
Component|c++ |tree-optimization
Last reconfirmed|201
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87699
Andrew Pinski changed:
What|Removed |Added
CC||zhonghao at pku dot org.cn
--- Comment #
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86579
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |DUPLICATE
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84971
Andrew Pinski changed:
What|Removed |Added
Last reconfirmed|2018-03-20 00:00:00 |2021-7-22
--- Comment #2 from Andrew Pin
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84977
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |FIXED
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84714
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |FIXED
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101219
--- Comment #8 from Sergei Trofimovich ---
Proposed simplistic change as
https://gcc.gnu.org/pipermail/gcc-patches/2021-July/575867.html
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100501
Andrew Pinski changed:
What|Removed |Added
CC||vegard.nossum at gmail dot com
--- Comm
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84728
Andrew Pinski changed:
What|Removed |Added
Component|c++ |inline-asm
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101393
--- Comment #17 from Segher Boessenkool ---
(In reply to Franz Sirl from comment #15)
> > "7400" and "403" are not supported target attribute values, fwiw (says the
> > manual).
>
> Hmm, I don't understand what you mean.
I mean that I cannot r
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=772
Andrew Pinski changed:
What|Removed |Added
CC||vegard.nossum at gmail dot com
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84745
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |DUPLICATE
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70401
--- Comment #10 from Andrew Pinski ---
This is still rejected with -std=c++17 but accepted with -std=c++14 . Note
since GCC 11, we default to C++17 so this might be important thing to fix.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67491
Bug 67491 depends on bug 84344, which changed state.
Bug 84344 Summary: [concepts] ICE with invalid use of auto
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84344
What|Removed |Added
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84344
Andrew Pinski changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101494
Martin Sebor changed:
What|Removed |Added
Keywords||patch
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101584
Martin Sebor changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Assignee|unassigned a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71543
--- Comment #3 from Andrew Pinski ---
GCC 10 and above reject the code:
:4:28: error: placeholder type not allowed in this context
4 | concept bool C2 = requires(C1 c1) {};
|^~
:4:36: error: expected primary-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67491
Bug 67491 depends on bug 71141, which changed state.
Bug 71141 Summary: [concepts] Example variadic concept code in the Concepts TS
14.1p9.4 rejected
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71141
What|Removed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71141
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Keywords|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79994
--- Comment #3 from Andrew Pinski ---
GCC 10 and above rejects reduced testcase in comment 1:
GCC 10:
: In instantiation of 'void add(T&) [with T = Directed_Graph_impl]':
:3:8: recursively required from 'void add(T&) [with T =
Directed_Graph_im
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71808
--- Comment #2 from Andrew Pinski ---
GCC 10 and above don't ICE but errors out:
: In instantiation of 'struct model':
:2:42: required from here
:17:25: error: template constraint failure for 'template
requires Fooable struct container'
17
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67491
Bug 67491 depends on bug 69189, which changed state.
Bug 69189 Summary: [concepts] ICE: segmentation fault in instantiate_template_1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69189
What|Removed |Added
---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69189
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Keywords|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68246
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |7.0
--- Comment #2 from Andrew Pinski -
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67491
Bug 67491 depends on bug 68487, which changed state.
Bug 68487 Summary: [concepts] bad "invalid reference to variadic concept" error
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68487
What|Removed |Added
---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68487
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101586
Bug ID: 101586
Summary: ICE:in clear_padding_type, at gimple-fold.c:4783 with
call to __builtin_clear_padding for C++
Product: gcc
Version: 12.0
Status: UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96396
Andrew Pinski changed:
What|Removed |Added
Last reconfirmed|2020-08-03 00:00:00 |2021-7-22
--- Comment #2 from Andrew Pin
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101570
David Malcolm changed:
What|Removed |Added
Last reconfirmed||2021-07-22
Status|UNCONFIRM
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95703
Andrew Pinski changed:
What|Removed |Added
Summary|Please backport |[9 only] Please backport
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95103
Andrew Pinski changed:
What|Removed |Added
Last reconfirmed||2021-07-22
Component|c++
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101585
Bug ID: 101585
Summary: Bad interaction of -fsanitize=undefined and
-Wvla-parameters
Product: gcc
Version: 11.1.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92559
--- Comment #2 from Andrew Pinski ---
I don't think this can ever be optimized. Mainly because there are copies
happening due to passing via value and returning by value.
If I change it to foo to MyMap &foo(MyMap &m), I get the behavior you wan
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=772
Andrew Pinski changed:
What|Removed |Added
Blocks||89003
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89003
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |DUPLICATE
Depends on|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=772
Andrew Pinski changed:
What|Removed |Added
CC||donald.chai at synopsys dot com
--- Commen
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70741
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=772
--- Comment #18 from Andrew Pinski ---
*** Bug 17913 has been marked as a duplicate of this bug. ***
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=17913
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |DUPLICATE
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90304
Andrew Pinski changed:
What|Removed |Added
Summary|-O3 vectorization gets |-O3 vectorization gets
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90304
Andrew Pinski changed:
What|Removed |Added
Severity|normal |enhancement
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89897
Andrew Pinski changed:
What|Removed |Added
Severity|normal |enhancement
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88831
Andrew Pinski changed:
What|Removed |Added
Ever confirmed|1 |0
Status|WAITING
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94355
--- Comment #9 from Jonathan Wakely ---
(In reply to William Navarre from comment #8)
> It seems that `operator new` is generally not supposed to return NULL --
> std::bad_alloc() is supposed to be thrown instead.
If an operator new overload is
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101584
Bug ID: 101584
Summary: missing -Wuninitialized with an allocated object after
a built-in call
Product: gcc
Version: 11.1.0
Status: UNCONFIRMED
Severity: norma
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101034
Jonathan Wakely changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90415
Jonathan Wakely changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92156
--- Comment #7 from Jonathan Wakely ---
Fixed for 9.5 too.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100982
Jonathan Wakely changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89322
Bug 89322 depends on bug 96657, which changed state.
Bug 96657 Summary: [9 Regression] libsupc++.a missing required functions from
src/c++98/atomicity.cc when atomic builtins are not supported
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96657
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96657
Jonathan Wakely changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96657
--- Comment #10 from CVS Commits ---
The releases/gcc-9 branch has been updated by Jonathan Wakely
:
https://gcc.gnu.org/g:ba5e10a8c84f56bb2838adb6d1cc9b74741ac4f1
commit r9-9640-gba5e10a8c84f56bb2838adb6d1cc9b74741ac4f1
Author: Jonathan Wakely
1 - 100 of 246 matches
Mail list logo