https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111520
Alexandre Oliva changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |aoliva at gcc dot
gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111897
--- Comment #2 from Agner Fog ---
Thank you Jonathan.
The problem is that the C++ standard is becoming so complicated that nobody can
master it, not even the persons who wrote the example in the proposal.
`_Float16 A{1.0};` gives a warning, wh
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111904
Alexandre Oliva changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111892
--- Comment #5 from Oleg Endo ---
Adrian, can you please give it another go with the patch I've posted in PR
111001 ?
https://gcc.gnu.org/bugzilla/attachment.cgi?id=56164
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111001
--- Comment #4 from Oleg Endo ---
Created attachment 56164
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=56164&action=edit
sh_pr11001_fix.patch
Can you please try this patch? It should solve the problem, but not sure if
there could be a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111857
JuzheZhong changed:
What|Removed |Added
Resolution|--- |FIXED
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111857
--- Comment #2 from CVS Commits ---
The master branch has been updated by Pan Li :
https://gcc.gnu.org/g:66c26e5cfdf65ae024fcb658629dc5a9a10f3f85
commit r14-4812-g66c26e5cfdf65ae024fcb658629dc5a9a10f3f85
Author: Pan Li
Date: Fri Oct 20 16:2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111905
Andrew Pinski changed:
What|Removed |Added
Keywords||missed-optimization
Component|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111905
--- Comment #1 from Andrew Pinski ---
Created attachment 56163
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=56163&action=edit
testcase
Please next time put the testcase inline or attach it rather than just link
godbolt.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111905
Bug ID: 111905
Summary: -O3 vectorization terribly pessimizes the code for an
already unrolled loop
Product: gcc
Version: 13.2.0
Status: UNCONFIRMED
Severity:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106245
--- Comment #3 from CVS Commits ---
The master branch has been updated by Roger Sayle :
https://gcc.gnu.org/g:e28869670c9879fe7c67caf6cc11af202509ef78
commit r14-4810-ge28869670c9879fe7c67caf6cc11af202509ef78
Author: Roger Sayle
Date: Sat O
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101955
--- Comment #8 from CVS Commits ---
The master branch has been updated by Roger Sayle :
https://gcc.gnu.org/g:e28869670c9879fe7c67caf6cc11af202509ef78
commit r14-4810-ge28869670c9879fe7c67caf6cc11af202509ef78
Author: Roger Sayle
Date: Sat O
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111267
--- Comment #3 from Roger Sayle ---
This patch addresses the regression, but probably isn't the correct fix.
The issue is that the backend now has a way of representing the concatenation
of two registers (for example, TI is constructed for two
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111267
--- Comment #2 from Roger Sayle ---
Created attachment 56162
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=56162&action=edit
proof-of-concept patch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111904
--- Comment #1 from Sam James ---
gllib/memset_explicit.o is apparently the same between the two directories
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111904
Bug ID: 111904
Summary: Miscompilation with -O3
-fharden-control-flow-redundancy?
Product: gcc
Version: 14.0
Status: UNCONFIRMED
Severity: normal
Pri
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111895
Marek Polacek changed:
What|Removed |Added
CC||mpolacek at gcc dot gnu.org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111545
Edwin Lu changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111903
--- Comment #2 from Andrew Pinski ---
This fixes the issue:
diff --git a/gcc/convert.cc b/gcc/convert.cc
index 64b7001843c..5357609d8f0 100644
--- a/gcc/convert.cc
+++ b/gcc/convert.cc
@@ -1006,8 +1006,13 @@ convert_to_complex_1 (tree type, tree
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111903
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Target Milestone|---
rtl-df-extra-nobootstrap-amd64
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 14.0.0 20231020 (experimental) (GCC)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105322
--- Comment #6 from CVS Commits ---
The master branch has been updated by Nathan Sidwell :
https://gcc.gnu.org/g:084addf8a700fab9222d4127ab8524920d0ca481
commit r14-4806-g084addf8a700fab9222d4127ab8524920d0ca481
Author: Nathan Sidwell
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111860
Andrew Pinski changed:
What|Removed |Added
CC||manuel.lauss at googlemail dot
com
---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111902
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109827
Florian Weimer changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44209
Bug 44209 depends on bug 109827, which changed state.
Bug 109827 Summary: Pointer/integer mismatch in ?: not covered by
-Wint-conversion
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109827
What|Removed |Added
-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44209
Bug 44209 depends on bug 109826, which changed state.
Bug 109826 Summary: Incompatible pointer types in ?: not covered by
-Wincompatible-pointer-types
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109826
What|Removed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109826
Florian Weimer changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109827
--- Comment #3 from CVS Commits ---
The master branch has been updated by Florian Weimer :
https://gcc.gnu.org/g:7069ea909f5292a17d22e5e68218373186820d29
commit r14-4805-g7069ea909f5292a17d22e5e68218373186820d29
Author: Florian Weimer
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44209
--- Comment #10 from CVS Commits ---
The master branch has been updated by Florian Weimer :
https://gcc.gnu.org/g:857a6ee25ff5cbb97715de4dd97e1641285c6085
commit r14-4804-g857a6ee25ff5cbb97715de4dd97e1641285c6085
Author: Florian Weimer
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44209
--- Comment #11 from CVS Commits ---
The master branch has been updated by Florian Weimer :
https://gcc.gnu.org/g:7069ea909f5292a17d22e5e68218373186820d29
commit r14-4805-g7069ea909f5292a17d22e5e68218373186820d29
Author: Florian Weimer
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109826
--- Comment #6 from CVS Commits ---
The master branch has been updated by Florian Weimer :
https://gcc.gnu.org/g:857a6ee25ff5cbb97715de4dd97e1641285c6085
commit r14-4804-g857a6ee25ff5cbb97715de4dd97e1641285c6085
Author: Florian Weimer
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111901
--- Comment #4 from Andrew Pinski ---
Looks like postreload_cse is causing the issue ...
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105467
--- Comment #2 from jpakkane at gmail dot com ---
It would be preferable to have the default work out of the box than having
every end user having to add compiler flags to make things work.
Ninja is the most popular underlying build system for m
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111901
--- Comment #3 from Linus Torvalds ---
(In reply to Andrew Pinski from comment #1)
> I suspect without an input, the cse will happen as there is no other writes
> in the loop.
Yes, it looks to me like the CSE simply didn't think of the memory c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111901
Andrew Pinski changed:
What|Removed |Added
Keywords||wrong-code
Component|middle-en
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111884
Marek Polacek changed:
What|Removed |Added
Status|NEW |RESOLVED
Assignee|unassigned
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111884
--- Comment #6 from CVS Commits ---
The releases/gcc-13 branch has been updated by Marek Polacek
:
https://gcc.gnu.org/g:4f93c6027fb09c94ca8dc7fe13f92a3b9205b68a
commit r13-7967-g4f93c6027fb09c94ca8dc7fe13f92a3b9205b68a
Author: Marek Polacek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111884
--- Comment #5 from CVS Commits ---
The trunk branch has been updated by Marek Polacek :
https://gcc.gnu.org/g:281699fbff6262766674ab13087d37db751cd40a
commit r14-4802-g281699fbff6262766674ab13087d37db751cd40a
Author: Marek Polacek
Date: Th
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111901
Andrew Pinski changed:
What|Removed |Added
Component|c |middle-end
Keywords|
Assignee: unassigned at gcc dot gnu.org
Reporter: manuel.lauss at googlemail dot com
Target Milestone: ---
Created attachment 56159
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=56159&action=edit
unreduced testcase
# gcc -v
gcc version 14.0.0 20231020 (exper
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111901
Bug ID: 111901
Summary: Apparently bogus CSE of inline asm with memory clobber
Product: gcc
Version: 13.2.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111899
Patrick Palka changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111900
Bug ID: 111900
Summary: newlines in arguments in function-like macros are not
preserved
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111899
--- Comment #4 from CVS Commits ---
The master branch has been updated by Patrick Palka :
https://gcc.gnu.org/g:5ac53c025e08b4c464b02cfc595e422813023c81
commit r14-4800-g5ac53c025e08b4c464b02cfc595e422813023c81
Author: Patrick Palka
Date: F
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110644
--- Comment #11 from Steve Kargl ---
On Fri, Oct 20, 2023 at 03:13:06PM +, aluaces at udc dot es wrote:
> Ok, indeed they were some warnings. I had to use &gfc_current_locus, as you
> suggested, so now all of them are pointed at the end of
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111899
--- Comment #3 from Patrick Palka ---
I'm testing simply removing all occurrences of NON_DEPENDENT_EXPR in the parts
of rust FE that were reused from the C++ FE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111899
Patrick Palka changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |ppalka at gcc dot
gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111899
--- Comment #2 from Andrew Pinski ---
I noticed it via the build bot:
https://gcc.gnu.org/pipermail/gcc-testresults/2023-October/798851.html
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111899
Marek Polacek changed:
What|Removed |Added
Ever confirmed|0 |1
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111899
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |14.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111899
Bug ID: 111899
Summary: [14 regression] GCC fails to bootstrap with
'ust-tree.cc:131:10: error: ‘NON_DEPENDENT_EXPR’ was
not declared in this scope'
Product: gcc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111883
Marek Polacek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111883
--- Comment #7 from CVS Commits ---
The trunk branch has been updated by Marek Polacek :
https://gcc.gnu.org/g:1d9263f292c3efc4e37c3a88117388e86d19b954
commit r14-4799-g1d9263f292c3efc4e37c3a88117388e86d19b954
Author: Marek Polacek
Date: Th
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111896
--- Comment #5 from Lukas Grätz ---
Thanks a lot!
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111896
--- Comment #4 from Andrew Pinski ---
(In reply to Andrew Pinski from comment #3)
> This was fixed via PR 101354 's fix.
> The simple workaround is to add noipa in an additional to naked.
>
> *** This bug has been marked as a duplicate of bug 1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111896
Andrew Pinski changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101354
Andrew Pinski changed:
What|Removed |Added
CC||lukas.graetz@tu-darmstadt.d
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111882
--- Comment #4 from CVS Commits ---
The master branch has been updated by Andre Simoes Dias Vieira
:
https://gcc.gnu.org/g:24cf1f600b8ad34c68a51f48884e72d01f729893
commit r14-4798-g24cf1f600b8ad34c68a51f48884e72d01f729893
Author: Andre Vieira
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111896
--- Comment #2 from Lukas Grätz ---
(In reply to Andrew Pinski from comment #1)
> No I think you are looking into the wrong location.
>
> When a call happens, it pushes a value on the stack aligning the stack that
> is incoming into that functi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80858
--- Comment #9 from Jonathan Wakely ---
The problem isn't limited to implicitly-declared special members. If we adjust
comment 4 so that B::operator=(const B&) is user-declared but defined as
defaulted:
struct Empty {
};
template
struct A
{
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80858
--- Comment #8 from Jonathan Wakely ---
(In reply to Jonathan Wakely from comment #7)
> :5:8: required from here
> /opt/compiler-explorer/gcc-13.2.0/include/c++/13.2.0/bits/unique_ptr.h:97:23:
> error: invalid application of 'sizeof' to incompl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80858
Jonathan Wakely changed:
What|Removed |Added
See Also||https://gcc.gnu.org/bugzill
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111860
--- Comment #21 from Tamar Christina ---
patch submitted
https://gcc.gnu.org/pipermail/gcc-patches/2023-October/633734.html
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111898
Bug ID: 111898
Summary: [SH] [12 13 Regression] internal compiler error:
Segmentation fault when building PostgreSQL 16
Product: gcc
Version: 13.2.1
Status: UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111896
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111897
Jonathan Wakely changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82165
Marek Polacek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111895
Jonathan Wakely changed:
What|Removed |Added
Ever confirmed|0 |1
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110644
--- Comment #10 from Alberto Luaces ---
Ok, indeed they were some warnings. I had to use &gfc_current_locus, as you
suggested, so now all of them are pointed at the end of the file.
Yes, I am using OOP: we have a "states" class that has its as
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104068
Marek Polacek changed:
What|Removed |Added
CC||mpolacek at gcc dot gnu.org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99757
Marek Polacek changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106086
Patrick Palka changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |ppalka at gcc dot
gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106086
--- Comment #2 from CVS Commits ---
The master branch has been updated by Patrick Palka :
https://gcc.gnu.org/g:909672f02ff75a6a94c88dee4aa41e92edb1d1ed
commit r14-4795-g909672f02ff75a6a94c88dee4aa41e92edb1d1ed
Author: Patrick Palka
Date: F
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111897
Bug ID: 111897
Summary: Initialization of _Float16 with f.p. constant gives
false warning
Product: gcc
Version: 13.1.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111896
Bug ID: 111896
Summary: call with wrong stack alignment
Product: gcc
Version: 9.4.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
Ass
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111895
Bug ID: 111895
Summary: error: invalid operands of types 'unsigned char:2' and
'int' to binary 'operator!='
Product: gcc
Version: 13.2.0
Status: UNCONFIRMED
Se
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111866
Tamar Christina changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111866
--- Comment #5 from CVS Commits ---
The master branch has been updated by Tamar Christina :
https://gcc.gnu.org/g:eb15fad3190a8b33e3e451b964ff1ecf08bbb113
commit r14-4792-geb15fad3190a8b33e3e451b964ff1ecf08bbb113
Author: Tamar Christina
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110243
--- Comment #15 from Richard Biener ---
*** Bug 111365 has been marked as a duplicate of this bug. ***
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111365
Richard Biener changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111894
Bug ID: 111894
Summary: Missed vectorization opportunity
Product: gcc
Version: 13.2.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: tree-optimiza
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110243
--- Comment #14 from Richard Biener ---
*** Bug 110233 has been marked as a duplicate of this bug. ***
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111383
Bug 111383 depends on bug 110233, which changed state.
Bug 110233 Summary: [12/13/14 Regression] Wrong code at -Os on x86_64-linux-gnu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110233
What|Removed |Added
---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110233
Richard Biener changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110243
Richard Biener changed:
What|Removed |Added
Target Milestone|13.3|12.4
Summary|[13 Regression
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111445
Richard Biener changed:
What|Removed |Added
Known to work||14.0
Priority|P3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111383
--- Comment #7 from CVS Commits ---
The master branch has been updated by Richard Biener :
https://gcc.gnu.org/g:a1fc2cc0a8a8b97dbc3dc6715fd4f384d9204845
commit r14-4791-ga1fc2cc0a8a8b97dbc3dc6715fd4f384d9204845
Author: Richard Biener
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111445
--- Comment #6 from CVS Commits ---
The master branch has been updated by Richard Biener :
https://gcc.gnu.org/g:9692309ed6b625f0fb358c0e230404b5603f69a6
commit r14-4790-g9692309ed6b625f0fb358c0e230404b5603f69a6
Author: Richard Biener
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110243
--- Comment #12 from CVS Commits ---
The master branch has been updated by Richard Biener :
https://gcc.gnu.org/g:a1fc2cc0a8a8b97dbc3dc6715fd4f384d9204845
commit r14-4791-ga1fc2cc0a8a8b97dbc3dc6715fd4f384d9204845
Author: Richard Biener
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110243
--- Comment #11 from Richard Biener ---
*** Bug 111383 has been marked as a duplicate of this bug. ***
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111383
Richard Biener changed:
What|Removed |Added
Resolution|--- |DUPLICATE
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=31
--- Comment #6 from rguenther at suse dot de ---
On Fri, 20 Oct 2023, carlos.seo at linaro dot org wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=31
>
> Carlos Eduardo Seo changed:
>
>What|Removed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=31
Carlos Eduardo Seo changed:
What|Removed |Added
CC||carlos.seo at linaro dot org
--- C
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111336
Richard Biener changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110243
Richard Biener changed:
What|Removed |Added
Summary|[13/14 Regression] Wrong|[13 Regression] Wrong code
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110243
--- Comment #9 from CVS Commits ---
The master branch has been updated by Richard Biener :
https://gcc.gnu.org/g:44e7e4498c3cdc27e087ab80aa76dac41819702f
commit r14-4789-g44e7e4498c3cdc27e087ab80aa76dac41819702f
Author: Richard Biener
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111336
--- Comment #7 from CVS Commits ---
The master branch has been updated by Richard Biener :
https://gcc.gnu.org/g:44e7e4498c3cdc27e087ab80aa76dac41819702f
commit r14-4789-g44e7e4498c3cdc27e087ab80aa76dac41819702f
Author: Richard Biener
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111883
Marek Polacek changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |mpolacek at gcc dot
gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111445
Richard Biener changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned
1 - 100 of 140 matches
Mail list logo