https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104356
--- Comment #5 from Andrew Pinski ---
(In reply to Andrew Pinski from comment #4)
> The Java front-end used to have option which caused the front-end to emit
> the throw/trap for the division by zero which was turned off for a few
> targets (I c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104356
--- Comment #4 from Andrew Pinski ---
(In reply to Andrew Pinski from comment #3)
> (In reply to Richard Biener from comment #2)
> > Of course integer division might be special enough to single out as IIRC
> > all CPUs trap on that (I'm sure som
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104356
--- Comment #3 from Andrew Pinski ---
(In reply to Richard Biener from comment #2)
> Of course integer division might be special enough to single out as IIRC
> all CPUs trap on that (I'm sure somebody knows one that does not...).
MIPS backend a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104356
Richard Biener changed:
What|Removed |Added
CC||rguenth at gcc dot gnu.org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104335
--- Comment #4 from rdapp at linux dot ibm.com ---
Hi Segher,
originally ifcvt would only pass e.g.
(unle (reg:SF 129 [ _29 ])
(reg/v:SF 118 [ highScore ]))
as condition to rs6000_emit_cmove via emit_conditional_move (). (This is the
exam
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104090
Sebastian Huber changed:
What|Removed |Added
Resolution|--- |FIXED
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104090
--- Comment #4 from CVS Commits ---
The releases/gcc-10 branch has been updated by Sebastian Huber
:
https://gcc.gnu.org/g:d568abb25fc799123168aac840372b28bb81f85d
commit r10-10435-gd568abb25fc799123168aac840372b28bb81f85d
Author: Sebastian Hu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104327
--- Comment #5 from Andreas Krebbel ---
Yes, that's the right fix I think. Thanks!
MVCLE is a shorter version of a loop doing MVCs but has some startup overhead.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88164
Andrew Pinski changed:
What|Removed |Added
Last reconfirmed||2022-02-03
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88164
Andrew Pinski changed:
What|Removed |Added
CC||dragondreamer at live dot com
--- Commen
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95269
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |DUPLICATE
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88164
--- Comment #1 from Andrew Pinski ---
For test, clang rejects it with:
:15:18: error: variable 'a' cannot be implicitly captured in a lambda
with no capture-default specified
return f(a); // Unexpected: does not call the copy constructor,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50856
Andrew Pinski changed:
What|Removed |Added
Component|target |tree-optimization
Assignee|una
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104247
Eric Gallager changed:
What|Removed |Added
CC||egallager at gcc dot gnu.org
--- Commen
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104302
Jason Merrill changed:
What|Removed |Added
Depends on||55227
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104302
--- Comment #2 from CVS Commits ---
The master branch has been updated by Jason Merrill :
https://gcc.gnu.org/g:501c4ee9fad68716497db4d96b63b801cc57b4a1
commit r12-7010-g501c4ee9fad68716497db4d96b63b801cc57b4a1
Author: Jason Merrill
Date: W
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104359
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |INVALID
Status|WAITING
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104360
--- Comment #2 from Andrew Pinski ---
Note it is easier to detect the vector version of this though:
isN_3 = x_2(D) < { 0, 0, 0, 0, 0, 0, 0, 0 };
x_4 = x_2(D) ^ isN_3;
_5 = x_4 - isN_3;
Pattern here:
(minus @0 (bit_xor:c @0 (lt@1 @0 vert
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104359
--- Comment #2 from Will Usher ---
Oh gotcha, then this can be closed.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104360
Andrew Pinski changed:
What|Removed |Added
Ever confirmed|0 |1
Severity|normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104360
Bug ID: 104360
Summary: Failure to optimize abs pattern on vector types
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104359
Andrew Pinski changed:
What|Removed |Added
Ever confirmed|0 |1
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104359
Bug ID: 104359
Summary: GCC Treats bool with value != 1 as falsey when picking
branches
Product: gcc
Version: 11.2.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104319
--- Comment #6 from qingzhe huang ---
But clang can give similar clear message by pointing out the space.
Just like ">>" instead "> >" after c++98, I think GCC can do better to
recognize ">>=" is possible of "> >=". Just considering even though
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104358
Bug ID: 104358
Summary: Assignable template lambda as function parameter is
incorrectly reduced to type of "int"
Product: gcc
Version: 12.0
Status: UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104357
Andrew Pinski changed:
What|Removed |Added
Summary|[Aarch64] Failure to use|Failure to use csinv
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104357
Andrew Pinski changed:
What|Removed |Added
Severity|normal |enhancement
Assignee|unassign
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104357
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100588
Jason Merrill changed:
What|Removed |Added
Known to work||12.0
--- Comment #2 from Jason Merrill
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104357
Bug ID: 104357
Summary: [Aarch64] Failure to use csinv instead of mvn+csel
where possible
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104300
Jason Merrill changed:
What|Removed |Added
Status|NEW |ASSIGNED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104356
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104335
--- Comment #3 from Segher Boessenkool ---
Hi Robin,
Can you please explain what really happens now? What arguments
rs6000_emit_cmove
is called with, and when that goes wrong?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104356
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |12.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104356
Bug ID: 104356
Summary: [12 Regression] divide by zero trap is being removed
now when it should not be in some cases
Product: gcc
Version: 12.0
Status: UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100196
anlauf at gcc dot gnu.org changed:
What|Removed |Added
Status|NEW |WAITING
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91728
anlauf at gcc dot gnu.org changed:
What|Removed |Added
Status|NEW |WAITING
Priority|P3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104302
Jason Merrill changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104344
Andrew Pinski changed:
What|Removed |Added
Severity|normal |enhancement
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104345
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |12.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68212
--- Comment #9 from pthaugen at gcc dot gnu.org ---
The problem can be seen in the loop2_unroll dump:
pthaugen@pike:~/temp/pr68212$ grep "Invalid sum of" simple.c.272r.loop2_unroll
;; Invalid sum of incoming counts 285685646 (estimated locally),
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95115
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |10.4
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68212
pthaugen at gcc dot gnu.org changed:
What|Removed |Added
CC||guojiufu at gcc dot gnu.org,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104319
--- Comment #5 from Andrew Pinski ---
(In reply to Jakub Jelinek from comment #4)
> No, whole >>= is one token (CPP_RSHIFT_EQ).
Oh you are correct, I misread/misremembered the tokens.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102584
Stafford Horne changed:
What|Removed |Added
CC||shorne at gcc dot gnu.org
Last recon
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104288
--- Comment #9 from Andrew Macleod ---
risk/churn.
> > At least that is what I'M currently trying. would this be OK?
>
> Let's see what you can come up with.
> (which is why I really did like to have the old EVRP since conceptually
> it's
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104270
--- Comment #4 from CVS Commits ---
The master branch has been updated by David Malcolm :
https://gcc.gnu.org/g:fb45d8e692d41d0d5d0fea56791d5dca448009c5
commit r12-7007-gfb45d8e692d41d0d5d0fea56791d5dca448009c5
Author: David Malcolm
Date: W
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104319
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104347
Andrew Pinski changed:
What|Removed |Added
Keywords||needs-bisection
See Also|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103934
Jonathan Wakely changed:
What|Removed |Added
Ever confirmed|0 |1
Assignee|unassigned at gc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104347
--- Comment #1 from Andrew Pinski ---
So the trunk, GCC is able to compile this.
clang gives the following error though:
:328:11: error: alias template 'SISpeed' requires template arguments;
argument deduction only allowed for class templates
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104327
--- Comment #4 from Jakub Jelinek ---
The mvcle instructions actually aren't guarded by TARGET_MVCLE, they are
TARGET_64BIT || !TARGET_ZARCH
or
!TARGET_64BIT && TARGET_ZARCH
which means available everywhere, so TARGET_MVCLE seems just like an
op
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104319
Andrew Pinski changed:
What|Removed |Added
Summary|better error message for|better error message for
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104319
--- Comment #2 from qingzhe huang ---
A slightly different case with operator ">=" after template-id causing
identical error message is: https://www.godbolt.org/z/7ajvfM4rb
#include
template
constexpr std::size_t zero=0;
template
constexpr b
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104343
Andrew Pinski changed:
What|Removed |Added
Severity|normal |enhancement
Summary|Too many
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104355
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100196
anlauf at gcc dot gnu.org changed:
What|Removed |Added
CC||anlauf at gcc dot gnu.org
--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104354
--- Comment #1 from simon at pushface dot org ---
Created attachment 52334
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52334&action=edit
GCC 12-compatible RTS
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104355
Bug ID: 104355
Summary: Misleading -Warray-bounds documentation says "always
out of bounds"
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Keywords: documentat
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104354
Bug ID: 104354
Summary: ICE with Partition_Elaboration_Policy (Sequential)
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Componen
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104331
anlauf at gcc dot gnu.org changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASS
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104331
--- Comment #5 from CVS Commits ---
The releases/gcc-10 branch has been updated by Harald Anlauf
:
https://gcc.gnu.org/g:323e72a83d417b230c2d93455fa09a4b66614c2a
commit r10-10433-g323e72a83d417b230c2d93455fa09a4b66614c2a
Author: Harald Anlauf
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104331
--- Comment #4 from CVS Commits ---
The releases/gcc-11 branch has been updated by Harald Anlauf
:
https://gcc.gnu.org/g:f4aa5a3e95ba106f3149157a0278616f7a5fd192
commit r11-9535-gf4aa5a3e95ba106f3149157a0278616f7a5fd192
Author: Harald Anlauf
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104328
--- Comment #3 from Jakub Jelinek ---
Created attachment 52332
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52332&action=edit
gcc12-pr104328.patch
Untested fix.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104353
Bug ID: 104353
Summary: ppc64le: Apparent reliance on undefined behavior of
xvcvdpsxws
Product: gcc
Version: 11.2.0
URL: https://github.com/numpy/numpy/issues/20964#i
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104328
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104090
--- Comment #3 from CVS Commits ---
The releases/gcc-11 branch has been updated by Sebastian Huber
:
https://gcc.gnu.org/g:3cb53c10831be59d967d9dce8e7980fee4703500
commit r11-9534-g3cb53c10831be59d967d9dce8e7980fee4703500
Author: Sebastian Hub
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104076
--- Comment #5 from Martin Sebor ---
Unlike the false positive -Wuse-after-free in pr104232, the instance of
-Wdangling-pointer in this case (a PHI argument) is intentional so that we
diagnose problems like those in the request for it (pr63272),
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104352
G. Steinmetz changed:
What|Removed |Added
Keywords||ice-on-invalid-code
--- Comment #1 from
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104352
Bug ID: 104352
Summary: ICE in gfc_conv_intrinsic_anyall, at
fortran/trans-intrinsic.cc:4481 (etc.)
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: no
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104351
G. Steinmetz changed:
What|Removed |Added
Keywords||ice-on-invalid-code
--- Comment #1 from
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104351
Bug ID: 104351
Summary: ICE in gfc_generate_initializer, at
fortran/expr.cc:5140
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
Prio
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104350
Bug ID: 104350
Summary: ICE in gfc_array_dimen_size(): Bad dimension
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: for
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104349
Bug ID: 104349
Summary: ICE in (tree_to_uhwi) gfc_conv_array_initializer, at
fortran/trans-array.cc:6337
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severit
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104079
--- Comment #7 from Martin Turski ---
ETA?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104343
--- Comment #5 from Jonathan Wakely ---
Clang gives:
x.C:11:3: error: no matching function for call to 'Sprint'
Sprint("B: off=", 2, " now=", 3, endl);
^~
x.C:5:13: note: candidate template ignored: substitution failure: deduced
incompl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104343
--- Comment #4 from Jonathan Wakely ---
Further reduced:
void endl(char);
void endl(wchar_t);
template inline void Sprint(Args&&...) { }
int main()
{
Sprint("B: off=", 2, " now=", 3, endl);
}
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99859
Jonathan Wakely changed:
What|Removed |Added
CC||asorenji at gmail dot com
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104348
Jonathan Wakely changed:
What|Removed |Added
Resolution|--- |DUPLICATE
Status|UNCONFIR
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104346
--- Comment #1 from Vivek Rao ---
It is explained at
https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-overloaded-assignment-when-LHS-is-allocatable-array/m-p/1356757/highlight/true#M159812
that the code is not conforming, so th
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104343
Jonathan Wakely changed:
What|Removed |Added
Keywords||diagnostic
Status|WAITING
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104348
Bug ID: 104348
Summary: Incorrect sorting in constexpr constructor
Product: gcc
Version: 10.2.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104343
--- Comment #2 from Jonathan Wakely ---
Your code is invalid. std::endl is an overloaded function, so you can't pass it
as an argument like that. The template argument cannot be deduced.
GCC's error could be improved though.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104347
Bug ID: 104347
Summary: internal compiler error- default template arguments -
missing angle brackets
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severit
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104346
Bug ID: 104346
Summary: Problem with overloaded assignment when LHS is
allocatable array
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84052
Jordan Beaubien changed:
What|Removed |Added
CC||mivicaf210 at mxclip dot com
--- Comme
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104328
--- Comment #2 from Jakub Jelinek ---
The first 2 testcases can be fixed with
--- openmp.cc.jj2 2022-01-21 11:01:12.458449420 +0100
+++ openmp.cc 2022-02-02 16:21:36.813563894 +0100
@@ -7757,6 +7757,7 @@ resolve_omp_atomic (gfc_code *cod
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104255
--- Comment #5 from Patrick Palka ---
(In reply to qingzhe huang from comment #4)
> (In reply to Patrick Palka from comment #2)
>
> >
> > error: use of parameter outside function body before ‘)’ token
> >
> > due to 'e' being used outside o
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104333
Martin Liška changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104333
--- Comment #5 from CVS Commits ---
The releases/gcc-11 branch has been updated by Martin Liska
:
https://gcc.gnu.org/g:fb812e0417adc20cac72986df3bf422ed007743c
commit r11-9533-gfb812e0417adc20cac72986df3bf422ed007743c
Author: Martin Liska
Da
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104334
--- Comment #20 from rsandifo at gcc dot gnu.org
---
(In reply to Jakub Jelinek from comment #19)
> Created attachment 52329 [details]
> gcc12-pr104334.patch
>
> Patch doing ?h_range and related comparisons in widest_int.
Looks like a good app
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104333
--- Comment #4 from CVS Commits ---
The master branch has been updated by Martin Liska :
https://gcc.gnu.org/g:9a92e46c0e9a75cd14125493b8826d3e33dd0f67
commit r12-7002-g9a92e46c0e9a75cd14125493b8826d3e33dd0f67
Author: Martin Liska
Date: Wed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104270
David Malcolm changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104270
--- Comment #2 from CVS Commits ---
The master branch has been updated by David Malcolm :
https://gcc.gnu.org/g:9b4eee5fd158c4ee75d1f1000debbf5082fb9b56
commit r12-6997-g9b4eee5fd158c4ee75d1f1000debbf5082fb9b56
Author: David Malcolm
Date: F
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104344
--- Comment #3 from Richard Biener ---
(In reply to Charles Nicholson from comment #2)
> For whatever it's worth, clang does recognize both forms and emit optimal
> assembly at -Os:
>
> https://gcc.godbolt.org/z/sehxYb97E
>
> cast_through_char
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104345
Roger Sayle changed:
What|Removed |Added
CC||roger at nextmovesoftware dot
com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104344
--- Comment #2 from Charles Nicholson ---
For whatever it's worth, clang does recognize both forms and emit optimal
assembly at -Os:
https://gcc.godbolt.org/z/sehxYb97E
cast_through_char_unrolled: # @cast_through_char_unrolled
movd eax, xmm0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104343
Richard Biener changed:
What|Removed |Added
Ever confirmed|0 |1
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104344
Richard Biener changed:
What|Removed |Added
CC||hubicka at gcc dot gnu.org,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104334
--- Comment #19 from Jakub Jelinek ---
Created attachment 52329
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52329&action=edit
gcc12-pr104334.patch
Patch doing ?h_range and related comparisons in widest_int.
1 - 100 of 157 matches
Mail list logo