https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105513
--- Comment #4 from Hongtao.liu ---
For pattern supports 'm' alternative, mem_cost is frequency which is quite low
compared to pp->costs (ira_register_move_cost[mode][rclass][hard_reg_class]) *
frequency)
For x86 backend even gpr->gpr cost is 2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105585
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |12.2
Keywords|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105586
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |11.4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105587
Richard Biener changed:
What|Removed |Added
Priority|P3 |P1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105589
Richard Biener changed:
What|Removed |Added
Summary|[ICE] templated type alias |[12/13 Regression] [ICE]
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105587
--- Comment #2 from Hongtao.liu ---
Mine, I'm testing a patch.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105590
Bug ID: 105590
Summary: GCC should give backtraces on Darwin when it ICEs
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: enhancement
Priority: P3
Comp
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105586
Jakub Jelinek changed:
What|Removed |Added
Ever confirmed|0 |1
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93318
luoxhu at gcc dot gnu.org changed:
What|Removed |Added
CC||luoxhu at gcc dot gnu.org
---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93318
--- Comment #10 from luoxhu at gcc dot gnu.org ---
And the Profile id of that node is streamed to many objects after lto
partition:
grep -- "19598949" **
db_server.ltrans0.000i.cgraph: Profile id: 19598949
db_server.ltrans0.000i.cgraph: Profil
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105590
--- Comment #1 from Iain Sandoe ---
disclaimer: I have not looked at libbacktrace for some time - but the current
behaviour matches my understanding of the situation.
On Darwin, debug information is not stored in the main executable, but in a
s
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105463
--- Comment #6 from CVS Commits ---
The master branch has been updated by Richard Earnshaw :
https://gcc.gnu.org/g:6a116728e27c4da65d84483c0e75561a7479d4d5
commit r13-417-g6a116728e27c4da65d84483c0e75561a7479d4d5
Author: Richard Earnshaw
Date
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105463
Richard Earnshaw changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Assignee|unassign
ecking-yes-rtl-df-extra-nobootstrap-amd64
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 13.0.0 20220513 (experimental) (GCC)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105591
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |13.0
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105591
Hongtao.liu changed:
What|Removed |Added
CC||crazylht at gmail dot com
--- Comment #2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105591
--- Comment #3 from Jakub Jelinek ---
We certainly can't reject the __builtin_shuffle, it is valid.
"The elements of the input vectors are numbered in memory ordering of
VEC0 beginning at 0 and VEC1 beginning at N. The elements of MASK are
cons
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41723
Jason Merrill changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65608
Bug 65608 depends on bug 41723, which changed state.
Bug 41723 Summary: [9/10 Regression] Error when using a qualified name to
declare a nested template instantiation as a friend of the containing template
https://gcc.gnu.org/bugzilla/show_bug.cg
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105591
--- Comment #4 from Zdenek Sojka ---
(In reply to Richard Biener from comment #1)
> Confirmed. The offset is very large negative, built by simplify_bitfield_ref
> here:
>
> 2416 tem = build3 (BIT_FIELD_REF, TREE_TYPE (op),
> 2417
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105591
--- Comment #5 from Jakub Jelinek ---
So, it is correct that the code uses TREE_INT_CST_LOW (at least as long as we
only support power of 2 nelts vectors), but in all places it uses it it should
mask it with nelts-1 or 2*nelts-1 depending on whe
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105591
--- Comment #6 from Hongtao.liu ---
Maybe we should add an canonicalization in match.pd to make sure index is in
range of 0 - 2*N, and the general code need't to do check idx % 2*N.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105591
--- Comment #7 from Jakub Jelinek ---
(In reply to Hongtao.liu from comment #6)
> Maybe we should add an canonicalization in match.pd to make sure index is in
> range of 0 - 2*N, and the general code need't to do check idx % 2*N.
That wouldn't
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105411
Gaius Mulley changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105591
--- Comment #8 from Jakub Jelinek ---
And doing it in match.pd would only hide bugs in handling it properly.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105585
Martin Liška changed:
What|Removed |Added
Summary|[12/13 Regression] Spurious |[12/13 Regression] Spurious
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105535
--- Comment #5 from CVS Commits ---
The releases/gcc-12 branch has been updated by Martin Liska
:
https://gcc.gnu.org/g:5176d2755c6f4e348d1da00abfa4ab9f06a35ddd
commit r12-8374-g5176d2755c6f4e348d1da00abfa4ab9f06a35ddd
Author: Martin Liska
Da
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105535
Martin Liška changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102300
--- Comment #7 from CVS Commits ---
The releases/gcc-11 branch has been updated by Jason Merrill
:
https://gcc.gnu.org/g:8d2f59c8e26960df81e054c7afd2ef63171bae05
commit r11-9991-g8d2f59c8e26960df81e054c7afd2ef63171bae05
Author: Jason Merrill
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105591
--- Comment #9 from Jakub Jelinek ---
Note, APIs like vec-perm-indices.h do the clamping already, it is just about
code that doesn't use those APIs.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102300
Jason Merrill changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105591
--- Comment #10 from Hongtao.liu ---
Understand code like builtin_shuffle may have out-range index which needs to be
clamped, but why vec_perm_expr also needs to accept that.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105588
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105591
--- Comment #11 from Jakub Jelinek ---
Because VEC_PERM_EXPR doesn't require the mask argument to be constant (and
neither does __builtin_shuffle, unlike e.g. __builtin_shufflevector).
If the mask argument remains non-constant until end of compi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105591
--- Comment #12 from Hongtao.liu ---
(In reply to Jakub Jelinek from comment #11)
> Because VEC_PERM_EXPR doesn't require the mask argument to be constant (and
> neither does __builtin_shuffle, unlike e.g. __builtin_shufflevector).
> If the mask
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105592
Bug ID: 105592
Summary: array out of bound not detected by ubsan
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: sanitiz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105575
--- Comment #9 from Jason Merrill ---
(In reply to Martin Liška from comment #8)
> While GCC 12.1 rejects the code with:
>
> ../../buildtools/third_party/libc++/trunk/include/string:742:13: error:
> anonymous struct with base classes
>
> Rejec
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105592
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105575
Jason Merrill changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102479
Jason Merrill changed:
What|Removed |Added
CC||yahan at iscas dot ac.cn
--- Comment #8
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99555
--- Comment #14 from Thomas Schwinge ---
Regarding my previous report that after
commit r12-7332-g5ed77fb3ed1ee0289a0ec9499ef52b99b39421f1
"[libgomp, nvptx] Fix hang in gomp_team_barrier_wait_end"...
(In reply to Thomas Schwinge from comment #13
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105589
Patrick Palka changed:
What|Removed |Added
CC||jason at gcc dot gnu.org,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102479
--- Comment #9 from CVS Commits ---
The releases/gcc-11 branch has been updated by Patrick Palka
:
https://gcc.gnu.org/g:f705d0f2d03cc4d9f890832798b3352553f2262f
commit r11-9992-gf705d0f2d03cc4d9f890832798b3352553f2262f
Author: Patrick Palka
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102479
Patrick Palka changed:
What|Removed |Added
Target Milestone|12.0|11.4
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=2082
--- Comment #12 from Jonathan Wakely ---
N.B. we might also want to consider whether G++ should stop defining __STDC__,
which C says indicates a conforming C implementation, but C++ says is
implementation-defined whether C++ compilers define it or
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105588
--- Comment #4 from Hubert Tong ---
(In reply to Jakub Jelinek from comment #3)
> _Alignof(expression) works like __alignof__(expression) which works like
> __alignof__(__typeof(expression)), while _Alignof(type_name) is mandated by
> the standa
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104547
--- Comment #9 from CVS Commits ---
The master branch has been updated by Andrew Macleod :
https://gcc.gnu.org/g:cf2141a0c640fc9b1c497db3f4d5b270f4b8252a
commit r13-438-gcf2141a0c640fc9b1c497db3f4d5b270f4b8252a
Author: Andrew MacLeod
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104547
Andrew Macleod changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105593
Bug ID: 105593
Summary: avx512 math function raises uninitialized variable
warning
Product: gcc
Version: 12.1.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105593
Andrew Pinski changed:
What|Removed |Added
Component|other |target
--- Comment #1 from Andrew Pinsk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105593
Andrew Pinski changed:
What|Removed |Added
Target||X86_64
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100079
Jason Merrill changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96926
Jason Merrill changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103681
Jason Merrill changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Target Milestone|9.5
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58616
Bug 58616 depends on bug 103681, which changed state.
Bug 103681 Summary: [9/10/11 Regression] Unusual behavior for tail padding with
different c++ standards and NSDMI
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103681
What|Remov
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91618
Jason Merrill changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104476
Jason Merrill changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Target Milestone|11.4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105594
Bug ID: 105594
Summary: -Wuse-without-only issued for any submodule
Product: gcc
Version: 11.2.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105592
m.cencora at gmail dot com changed:
What|Removed |Added
CC||m.cencora at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105595
Bug ID: 105595
Summary: Coroutines can trigger -Wsubobject-linkage
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c+
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65211
--- Comment #8 from CVS Commits ---
The releases/gcc-11 branch has been updated by Jason Merrill
:
https://gcc.gnu.org/g:e60f7127b3282e0201a1bba8ff550dc3c3fdbe61
commit r11-9993-ge60f7127b3282e0201a1bba8ff550dc3c3fdbe61
Author: Jason Merrill
D
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101698
--- Comment #4 from CVS Commits ---
The releases/gcc-11 branch has been updated by Jason Merrill
:
https://gcc.gnu.org/g:5c6577dcf1d413582775063c905d917e21bf0eba
commit r11-9994-g5c6577dcf1d413582775063c905d917e21bf0eba
Author: Jason Merrill
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101442
--- Comment #7 from CVS Commits ---
The releases/gcc-11 branch has been updated by Jason Merrill
:
https://gcc.gnu.org/g:f9e356458d8f14b5a82f3244385ce814903fc02b
commit r11-9995-gf9e356458d8f14b5a82f3244385ce814903fc02b
Author: Jason Merrill
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105592
--- Comment #3 from Jakub Jelinek ---
Note, the -fsanitize=bounds instrumentation is done when taking the address, at
that point the compiler doesn't know if it will be dereferenced or not, and
especially with -O0 it won't at all. As #c2 says,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105596
Bug ID: 105596
Summary: Loop counter widened to 128-bit unnecessarily
Product: gcc
Version: 13.0
Status: UNCONFIRMED
Keywords: missed-optimization
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105586
--- Comment #2 from Segher Boessenkool ---
We have
+(debug_insn 11 10 81 2 (var_location:QI u8_1 (mem/c:QI (plus:DI (unspec:DI [
+(symbol_ref:DI ("*.LANCHOR0") [flags 0x182])
+(reg:DI 2 2)
+
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105593
--- Comment #2 from Rogério de Souza Moraes ---
Created attachment 52971
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52971&action=edit
C code to trigger the uninitialized warning
The C code attached reproduces the uninitialized warning
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105597
Bug ID: 105597
Summary: ice in type, at value-range.h:223
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
As
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105593
--- Comment #3 from Rogério de Souza Moraes ---
The code attached in the previous comment triggers the "warning: '__Y' is used
uninitialized [-Wuninitialized]".
The command line to compile it is:
/grid/common/test/gcc-v12.1.0d1rh74_lnx86/bin/g
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105597
--- Comment #1 from David Binderman ---
The bug seems to have started recently, between git hash 5b2a24ebfc0b2b4c
and 98e475a8f58ca3ba, a distance of 111 commits.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105576
--- Comment #5 from Fangrui Song ---
(In reply to Hongtao.liu from comment #4)
> constraint "i" + "%p0"?
>
> asm (".pushsection .xxx,\"aw\"; .dc.a %p0; .popsection" :: "i"(addr)); //
> supported on aarch64 and riscv
> asm (".pushsection .xx
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105162
--- Comment #9 from CVS Commits ---
The master branch has been updated by Sebastian Pop :
https://gcc.gnu.org/g:bc25483c055d62f94f8c289f80843dda3c4a6ff4
commit r13-446-gbc25483c055d62f94f8c289f80843dda3c4a6ff4
Author: Sebastian Pop
Date: Mo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86355
--- Comment #10 from CVS Commits ---
The releases/gcc-10 branch has been updated by Jason Merrill
:
https://gcc.gnu.org/g:aa030fca4b7257656aa6bfe879d79a332b3c39ea
commit r10-10733-gaa030fca4b7257656aa6bfe879d79a332b3c39ea
Author: Jason Merrill
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91241
--- Comment #19 from CVS Commits ---
The releases/gcc-10 branch has been updated by Jason Merrill
:
https://gcc.gnu.org/g:a86e0cadefe5a2469bb9872bb5b93017ccb23935
commit r10-10734-ga86e0cadefe5a2469bb9872bb5b93017ccb23935
Author: Jason Merrill
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99066
--- Comment #9 from CVS Commits ---
The releases/gcc-10 branch has been updated by Jason Merrill
:
https://gcc.gnu.org/g:20b503f1125c0b0a7f4b2bb1214d4a3cc6fd9f70
commit r10-10735-g20b503f1125c0b0a7f4b2bb1214d4a3cc6fd9f70
Author: Jason Merrill
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101442
--- Comment #8 from CVS Commits ---
The releases/gcc-10 branch has been updated by Jason Merrill
:
https://gcc.gnu.org/g:54d1992376d7880a88778dab20a7cfe8cde32bc3
commit r10-10736-g54d1992376d7880a88778dab20a7cfe8cde32bc3
Author: Jason Merrill
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101698
--- Comment #5 from CVS Commits ---
The releases/gcc-10 branch has been updated by Jason Merrill
:
https://gcc.gnu.org/g:f06e1ff97cb383118afed4c87dfa104e7c4b141d
commit r10-10737-gf06e1ff97cb383118afed4c87dfa104e7c4b141d
Author: Jason Merrill
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65211
--- Comment #9 from CVS Commits ---
The releases/gcc-10 branch has been updated by Jason Merrill
:
https://gcc.gnu.org/g:4b0c04f6b1c96f9baa7620c152b28e723212f955
commit r10-10738-g4b0c04f6b1c96f9baa7620c152b28e723212f955
Author: Jason Merrill
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105597
Andrew Macleod changed:
What|Removed |Added
CC||amacleod at redhat dot com
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105594
kargl at gcc dot gnu.org changed:
What|Removed |Added
Ever confirmed|0 |1
Status|UNCONFIR
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105597
--- Comment #3 from David Binderman ---
Reduced C code seems to be:
typedef struct {
int allocated;
} vvec;
int vvneeds_want, mgpssort;
void vvinit(vvec *v, int minelems) { v->allocated = -minelems; }
void vvneeds(vvec *v, int needed) {
if
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105597
Marek Polacek changed:
What|Removed |Added
Last reconfirmed||2022-05-13
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69445
--- Comment #9 from CVS Commits ---
The releases/gcc-9 branch has been updated by Jason Merrill
:
https://gcc.gnu.org/g:30a100abe48cebcdf3d685e856850d4192f05ad9
commit r9-10161-g30a100abe48cebcdf3d685e856850d4192f05ad9
Author: Jakub Jelinek
Da
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67184
--- Comment #20 from CVS Commits ---
The releases/gcc-9 branch has been updated by Jason Merrill
:
https://gcc.gnu.org/g:30a100abe48cebcdf3d685e856850d4192f05ad9
commit r9-10161-g30a100abe48cebcdf3d685e856850d4192f05ad9
Author: Jakub Jelinek
D
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100032
--- Comment #8 from CVS Commits ---
The releases/gcc-9 branch has been updated by Jason Merrill
:
https://gcc.gnu.org/g:945c2afcb390dd040510ee7a2dc996ad204031c5
commit r9-10162-g945c2afcb390dd040510ee7a2dc996ad204031c5
Author: Jason Merrill
D
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91933
--- Comment #11 from CVS Commits ---
The releases/gcc-9 branch has been updated by Jason Merrill
:
https://gcc.gnu.org/g:370440f9f9860b59686138cf5213601cf6dda812
commit r9-10163-g370440f9f9860b59686138cf5213601cf6dda812
Author: Jason Merrill
D
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96673
Jason Merrill changed:
What|Removed |Added
Summary|[9/10 Regression] Friend|[9 Regression] Friend class
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96311
--- Comment #11 from CVS Commits ---
The releases/gcc-9 branch has been updated by Jason Merrill
:
https://gcc.gnu.org/g:aa3e2a211933efaeb6ecd0a69f196606b8a40b43
commit r9-10165-gaa3e2a211933efaeb6ecd0a69f196606b8a40b43
Author: Jason Merrill
D
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95870
--- Comment #14 from CVS Commits ---
The releases/gcc-9 branch has been updated by Jason Merrill
:
https://gcc.gnu.org/g:cf475f6e23581b1766e508dba81171de8f81b180
commit r9-10166-gcf475f6e23581b1766e508dba81171de8f81b180
Author: Jason Merrill
D
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90664
--- Comment #7 from CVS Commits ---
The releases/gcc-9 branch has been updated by Jason Merrill
:
https://gcc.gnu.org/g:45fb36bf93a7cc6506c2a12f9c4aa3981f4e6b44
commit r9-10167-g45fb36bf93a7cc6506c2a12f9c4aa3981f4e6b44
Author: Jason Merrill
Da
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101717
--- Comment #10 from CVS Commits ---
The releases/gcc-9 branch has been updated by Jason Merrill
:
https://gcc.gnu.org/g:7ce3d2ab2a1a144f94a3a9be716fb831cb76603b
commit r9-10168-g7ce3d2ab2a1a144f94a3a9be716fb831cb76603b
Author: Jason Merrill
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99901
--- Comment #10 from CVS Commits ---
The releases/gcc-9 branch has been updated by Jason Merrill
:
https://gcc.gnu.org/g:623842bead8452c03f2b1c6817f2a86a1d2d4d12
commit r9-10169-g623842bead8452c03f2b1c6817f2a86a1d2d4d12
Author: Jason Merrill
D
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59950
--- Comment #11 from CVS Commits ---
The releases/gcc-9 branch has been updated by Jason Merrill
:
https://gcc.gnu.org/g:3daf541e8fe2dd0807a3dd49a9b8c065d7d46731
commit r9-10170-g3daf541e8fe2dd0807a3dd49a9b8c065d7d46731
Author: Jason Merrill
D
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104646
--- Comment #6 from CVS Commits ---
The releases/gcc-9 branch has been updated by Jason Merrill
:
https://gcc.gnu.org/g:7b4bd8dbd8d07e298528b0f033102ce8f693e739
commit r9-10171-g7b4bd8dbd8d07e298528b0f033102ce8f693e739
Author: Jason Merrill
D
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98249
--- Comment #6 from CVS Commits ---
The releases/gcc-9 branch has been updated by Jason Merrill
:
https://gcc.gnu.org/g:86d50501e487597d8b97f40d1c87dfcd694a9441
commit r9-10172-g86d50501e487597d8b97f40d1c87dfcd694a9441
Author: Jason Merrill
Da
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101442
--- Comment #9 from CVS Commits ---
The releases/gcc-9 branch has been updated by Jason Merrill
:
https://gcc.gnu.org/g:48b8d5e028abee8869de946bbd7d24d746655d88
commit r9-10173-g48b8d5e028abee8869de946bbd7d24d746655d88
Author: Jason Merrill
D
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101698
--- Comment #6 from CVS Commits ---
The releases/gcc-9 branch has been updated by Jason Merrill
:
https://gcc.gnu.org/g:de0b78d1e75e9483b4550abc38b9199c96465dc5
commit r9-10174-gde0b78d1e75e9483b4550abc38b9199c96465dc5
Author: Jason Merrill
D
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65211
--- Comment #10 from CVS Commits ---
The releases/gcc-9 branch has been updated by Jason Merrill
:
https://gcc.gnu.org/g:2a9658132c449e48e1c3532190c8ab72f4bbe788
commit r9-10175-g2a9658132c449e48e1c3532190c8ab72f4bbe788
Author: Jason Merrill
D
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99643
--- Comment #7 from CVS Commits ---
The releases/gcc-9 branch has been updated by Jason Merrill
:
https://gcc.gnu.org/g:4231a43fd4ac6ccffd4d4b7cca70d45b2368cede
commit r9-10176-g4231a43fd4ac6ccffd4d4b7cca70d45b2368cede
Author: Jason Merrill
Da
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91217
--- Comment #10 from CVS Commits ---
The releases/gcc-9 branch has been updated by Jason Merrill
:
https://gcc.gnu.org/g:da999d938e516ff12b39a0aa7e8f6d97fbee60df
commit r9-10177-gda999d938e516ff12b39a0aa7e8f6d97fbee60df
Author: Jason Merrill
D
1 - 100 of 160 matches
Mail list logo