https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121427
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99258
Andrew Pinski changed:
What|Removed |Added
CC||pascal_cuoq at hotmail dot com
--- Comme
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121422
Andrew Pinski changed:
What|Removed |Added
Last reconfirmed||2025-08-06
Version|14.2.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121422
Bug ID: 121422
Summary: [16 Regression] wrong code for proping zero
incorrectly
Product: gcc
Version: 14.2.0
Status: UNCONFIRMED
Keywords: wrong-code
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121421
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Assignee|unassigned
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116375
--- Comment #6 from Andrew Pinski ---
Created attachment 62064
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=62064&action=edit
Current patch which does not work
I have some new ideas on how to fix this. more related to
https://gcc.gnu.or
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116375
--- Comment #5 from Andrew Pinski ---
So even with hacking the verifiers (for now) and getting this in the
.optimized:
```
void g ()
{
[local count: 1073741824]:
f ({}); [tail call]
return;
}
```
We still get a memset and a memcpy. So t
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121420
--- Comment #8 from Andrew Pinski ---
(In reply to Sam James from comment #7)
> ->
> https://lore.kernel.org/linux-perf-users/
> fea380fb0934d039d19821bba88130e632bbfe8d.1754438581.git@gentoo.org/T/#u
>
> MOVED then?
Let's wait for the rep
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121420
--- Comment #6 from Andrew Pinski ---
s/FIELD_EXISTENCE/BPF_FIELD_EXISTS/
But you get the idea.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121420
--- Comment #5 from Andrew Pinski ---
(In reply to Andrew Pinski from comment #4)
> I think this patch fixes the issue:
diff --git a/tools/perf/util/bpf_skel/sample_filter.bpf.c
b/tools/perf/util/bpf_skel/sample_filter.bpf.c
index b195e6efeb8b.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121420
--- Comment #4 from Andrew Pinski ---
I think this patch fixes the issue:
```
diff --git a/tools/perf/util/bpf_skel/sample_filter.bpf.c
b/tools/perf/util/bpf_skel/sample_filter.bpf.c
index b195e6efeb8b..f1ffef44f603 100644
--- a/tools/perf/util/
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121420
--- Comment #3 from Andrew Pinski ---
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=3a8b8fc3174891c4c12f5766d82184a82d4b2e3e
introduced the brokenness after the Cupertino Miranda's patch.
commit 3a8b8fc3174891c4c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121420
--- Comment #2 from Andrew Pinski ---
This looks like it is doing the old way.
because GCC documentation says it should be just done as:
__builtin_preserve_field_info (arg->y, FIELD_BYTE_OFFSET);
https://gcc.gnu.org/onlinedocs/gcc/BPF-Built-i
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93507
Andrew Pinski changed:
What|Removed |Added
See Also||https://gcc.gnu.org/bugzill
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121419
--- Comment #5 from Andrew Pinski ---
LLVM's compiler-rt even depends on it always being expanded;
https://github.com/llvm/llvm-project/issues/12035 .
:)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121419
--- Comment #4 from Andrew Pinski ---
https://gitlab.freedesktop.org/libevdev/udev-hid-bpf/-/blob/main/src/bpf/testing/0010-WALTOP__Batteryless-Tablet.bpf.c?ref_type=heads
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121419
--- Comment #3 from Andrew Pinski ---
There might be a better way of implementing scaled_log2 rather than using
__builtin_clzg here.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121419
Andrew Pinski changed:
What|Removed |Added
Target||bpf
--- Comment #2 from Andrew Pinski
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121408
Andrew Pinski changed:
What|Removed |Added
Keywords||error-recovery,
|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121418
Bug ID: 121418
Summary: Missed copy prop for aggregate after a memcpy
Product: gcc
Version: 14.2.0
Status: UNCONFIRMED
Keywords: missed-optimization
Severity: enhancemen
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121415
Andrew Pinski changed:
What|Removed |Added
See Also||https://github.com/llvm/llv
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121415
Andrew Pinski changed:
What|Removed |Added
Ever confirmed|0 |1
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121408
Andrew Pinski changed:
What|Removed |Added
Last reconfirmed||2025-08-05
Status|UNCONFIRM
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111231
--- Comment #40 from Andrew Pinski ---
(In reply to Andrew Pinski from comment #39)
> (In reply to Richard Earnshaw from comment #34)
> > To be honest, I'm more concerned that we aren't eliminating a lot of these
> > copies during the gimple opt
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121418
Andrew Pinski changed:
What|Removed |Added
Blocks||121364
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121417
Bug ID: 121417
Summary: Missed copy prop for aggregate with memcpy
Product: gcc
Version: 14.2.0
Status: UNCONFIRMED
Keywords: missed-optimization
Severity: enhancement
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121417
Andrew Pinski changed:
What|Removed |Added
Last reconfirmed||2025-08-05
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111231
--- Comment #39 from Andrew Pinski ---
(In reply to Richard Earnshaw from comment #34)
> To be honest, I'm more concerned that we aren't eliminating a lot of these
> copies during the gimple optimization phase. The memcpy is really a type
> pun
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121343
Andrew Pinski changed:
What|Removed |Added
Severity|normal |enhancement
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121407
--- Comment #3 from Andrew Pinski ---
(In reply to Kirill A. Korinsky from comment #2)
> Andrew, not sure.
>
> A hunk for intrinsic.texi and gfortran.texi probably new.
Ok, looks like only part is fixed. That bug is still open it seems. So let
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121389
Andrew Pinski changed:
What|Removed |Added
Ever confirmed|0 |1
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121389
--- Comment #3 from Andrew Pinski ---
Created attachment 62051
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=62051&action=edit
Reduced testcase
I added back some code because the loop became not happening.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121389
--- Comment #2 from Andrew Pinski ---
Reducing ...
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121206
--- Comment #9 from Andrew Pinski ---
(In reply to Sam James from comment #8)
> r16-1645-g309dbcea2cabb3
That might have just exposed it.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121405
Andrew Pinski changed:
What|Removed |Added
Attachment #62046|0 |1
is obsolete|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120544
Andrew Pinski changed:
What|Removed |Added
CC||kirill at korins dot ky
--- Comment #12
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121407
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121406
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121406
Andrew Pinski changed:
What|Removed |Added
Keywords||diagnostic
--- Comment #1 from Andrew P
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121405
--- Comment #3 from Andrew Pinski ---
Created attachment 62047
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=62047&action=edit
Reduced using int rather than char
Combine in GCC 15+ is not able to do the combine in this case. Instead we g
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121362
Andrew Pinski changed:
What|Removed |Added
See Also||https://gcc.gnu.org/bugzill
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121405
--- Comment #2 from Andrew Pinski ---
This is the .optimized from highway where I saw this:
```
MEM [(struct Vec128 *)&D.741237] = _4040;
MEM [(struct Vec128 *)&D.741237 + 1B] = _4047;
MEM [(struct Vec128 *)&D.741237 + 2B] = _4054;
ME
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121405
Bug ID: 121405
Summary: Another missed VN via a copy (but via an int copy)
Product: gcc
Version: 14.2.0
Status: UNCONFIRMED
Keywords: missed-optimization
Severity: norma
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121405
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |13.5
Known to fail|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121405
Andrew Pinski changed:
What|Removed |Added
Severity|normal |enhancement
Version|14.2.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121362
--- Comment #7 from Andrew Pinski ---
(In reply to Richard Biener from comment #6)
> Fixed. I'd be interested in cases we're still missing.
This fixed the cases that I saw inside highway which was a store of 2 null
pointers to a struct and the
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121400
--- Comment #2 from Andrew Pinski ---
(In reply to Kirill A. Korinsky from comment #1)
> /build/pobj/gcc-15.1.0/gcc-15.1.0/libgcc/config/aarch64/__arm_tpidr2_restore.
> S: Assembler messages:
> /build/pobj/gcc-15.1.0/gcc-15.1.0/libgcc/config/aar
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121388
--- Comment #1 from Andrew Pinski ---
Created attachment 62044
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=62044&action=edit
Semi reduced
This as reduced as I can get it.
The problem looks related to how long branches work. So we get
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121394
--- Comment #9 from Andrew Pinski ---
(In reply to Andrew Pinski from comment #8)
> So now where does `.align` get emitted.
This is due to r0-46282-gf41115930523b3; the current code does:
```
/* Make sure all constants in SECTION_MERGE and no
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121394
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=121394
Andrew Pinski changed:
What|Removed |Added
Last reconfirmed||2025-08-04
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121394
--- Comment #8 from Andrew Pinski ---
(In reply to Andrew Pinski from comment #6)
> (In reply to Andrew Pinski from comment #5)
> > Oh yes:
> > https://www.sourceware.org/ml/binutils/2002-11/msg00604.html
> >
> > Now I need to find out the conc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121394
Andrew Pinski changed:
What|Removed |Added
Keywords||link-failure
--- Comment #6 from Andrew
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121394
--- Comment #5 from Andrew Pinski ---
Oh yes:
https://www.sourceware.org/ml/binutils/2002-11/msg00604.html
Now I need to find out the conclusion of that
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121397
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |15.2
Summary|build fails in
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121397
Andrew Pinski changed:
What|Removed |Added
Target||aarch64*-*-openbsd
Summary|B
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121397
Andrew Pinski changed:
What|Removed |Added
Last reconfirmed||2025-08-04
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121394
--- Comment #2 from Andrew Pinski ---
This is using clang as the assembler? I am suspecting it is a bug there.
The section is not being padding to the alignment of the section.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120718
Andrew Pinski changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121358
Andrew Pinski changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121388
Bug ID: 121388
Summary: Invalid cble produced with -march=armv9-a+cmpbr while
building bid_binarydecimal
Product: gcc
Version: 14.2.0
Status: UNCONFIRMED
Keywo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121385
--- Comment #6 from Andrew Pinski ---
(In reply to Andrew Pinski from comment #5)
> Or easier disable aarch64_tbzltdi1 if TARGET_CMPBR like:
> diff --git a/gcc/config/aarch64/aarch64.md b/gcc/config/aarch64/aarch64.md
> index a4ae6859da0..7c87b0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121385
--- Comment #5 from Andrew Pinski ---
Both can match:
(jump_insn 297 296 298 35 (set (pc)
(if_then_else (lt (reg:DI 170 [ _94 ])
(const_int 0 [0]))
(label_ref 303)
(pc))) "../../../comb/libgcc/libg
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121385
--- Comment #4 from Andrew Pinski ---
So there is a conflict between aarch64_tbzltdi1 and aarch64_cbltdi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121386
--- Comment #6 from Andrew Pinski ---
There has definitely improvements to flex in this area too:
e.g.
https://github.com/westes/flex/commit/5574881ff4c9b08c73b6acc0087d6046c2b48de5
and
https://github.com/westes/flex/commit/8ab4ea7364641bf498
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121386
--- Comment #3 from Andrew Pinski ---
Maybe there is min version of flex that is needed to build the sources from
that makes it usable on openbsd.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121386
Andrew Pinski changed:
What|Removed |Added
Summary|Can't build on OpenBSD |[14/15 Regression] Can't
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121386
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121385
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121385
--- Comment #3 from Andrew Pinski ---
Created attachment 62039
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=62039&action=edit
Reduced testcase
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121385
--- Comment #2 from Andrew Pinski ---
```
../../gcc/cc1 _mulvdi3.i -O2 -march=armv9-a+cmpbr
vprintf getchar fgetc_unlocked getc_unlocked getchar_unlocked putchar
fputc_unlocked putc_unlocked putchar_unlocked getline feof_unlocked
ferror_unlock
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121385
--- Comment #1 from Andrew Pinski ---
Created attachment 62038
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=62038&action=edit
preprocessed source
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=23782
--- Comment #11 from Andrew Pinski ---
After my patch, we get:
```
void drawbutton (struct coord upperleft, struct coord lowerright, unsigned int
upperleftcolor, unsigned int lowerrightrcolor, unsigned int fillcolor, unsigned
int drawbackground)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121382
Andrew Pinski changed:
What|Removed |Added
Last reconfirmed||2025-08-03
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121382
--- Comment #2 from Andrew Pinski ---
Created attachment 62037
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=62037&action=edit
Slighty better testcase
This testcase does NOT depend on IPA VRP to produce the needed range to cause
the issu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121382
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |15.2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121383
Andrew Pinski changed:
What|Removed |Added
Status|NEW |ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121383
Andrew Pinski changed:
What|Removed |Added
Ever confirmed|0 |1
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121348
--- Comment #5 from Andrew Pinski ---
(In reply to Andrew Pinski from comment #4)
> I suspect the issue is we use std::ill rather than std::uninitialized_fill .
s/std::ill/std::fill/. Sorry snout the typo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121348
--- Comment #4 from Andrew Pinski ---
I suspect the issue is we use std::ill rather than std::uninitialized_fill .
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121376
--- Comment #1 from Andrew Pinski ---
https://www.open-std.org/jtc1/sc22/wg14/www/docs/n1285.htm
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121280
--- Comment #1 from Andrew Pinski ---
Note this code is undefined if vect.empty() is true due to front being
undefined in that case.
Adding that check makes the warning go away too; either for
`vect_copy.empty()`or `vect.empty()`.
So this is de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121336
Andrew Pinski changed:
What|Removed |Added
Last reconfirmed||2025-08-02
Status|UNCONFIRM
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121348
--- Comment #2 from Andrew Pinski ---
https://cplusplus.github.io/LWG/lwg-defects.html#2323
Change it to just:
equires: T shall be CopyInsertable into *this.
So this looks like it was changed for C++20.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121348
--- Comment #1 from Andrew Pinski ---
https://eel.is/c++draft/vector.capacity
Preconditions: T is Cpp17CopyInsertable into vector.
https://eel.is/c++draft/container.alloc.reqmts#def:Cpp17CopyInsertable_into_X
T is Cpp17CopyInsertable into X m
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121358
--- Comment #5 from Andrew Pinski ---
This patch fixes this issue:
```
diff --git a/gcc/simplify-rtx.cc b/gcc/simplify-rtx.cc
index c723a07f06b..c5f49ff2645 100644
--- a/gcc/simplify-rtx.cc
+++ b/gcc/simplify-rtx.cc
@@ -8460,7 +8460,8 @@ simplif
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121358
--- Comment #4 from Andrew Pinski ---
So I think the problem is force_subreg expected simplify_gen_subreg would
simplify the subreg of the const_vector into a const_int but in this case we
don't as we don't have a way to simplify const_vectors w
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121374
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121373
--- Comment #3 from Andrew Pinski ---
(In reply to printfne from comment #2)
> (In reply to Andrew Pinski from comment #1)
> > > For some reasons, I couldn't find this patch in the short term.
> >
> > Found it:
> >
> > https://inbox.sourceware
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121372
--- Comment #9 from Andrew Pinski ---
r8-3818-g806aa9b2f24aa2 was when GCC documentation added that inline-asm
example.
https://inbox.sourceware.org/gcc-patches/20170821012323.gc3...@bubble.grove.modra.org/
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121372
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |MOVED
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121370
Andrew Pinski changed:
What|Removed |Added
Ever confirmed|0 |1
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121373
Andrew Pinski changed:
What|Removed |Added
Ever confirmed|0 |1
Keywords|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121371
--- Comment #2 from Andrew Pinski ---
If you used size_t, then it would just work.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121368
Andrew Pinski changed:
What|Removed |Added
See Also||https://github.com/llvm/llv
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121368
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121358
--- Comment #3 from Andrew Pinski ---
Note normally the backend supports this const_vector correctly but the subreg
around looks like it is causing issues.
I might take a look this afternoon.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121369
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84476
Andrew Pinski changed:
What|Removed |Added
CC||vladimir.krivopalov at gmail
dot c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95773
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
1 - 100 of 7862 matches
Mail list logo