https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101944
Andrew Pinski changed:
What|Removed |Added
Severity|normal |enhancement
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104834
Bug ID: 104834
Summary: visibility=hidden ignored for template instantiations
for certain dependent types
Product: gcc
Version: 11.2.1
Status: UNCONFIRMED
Seve
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104832
--- Comment #1 from Andreas Schwab ---
I think the basic problem is the default GOROOT of /usr (aka $prefix). This is
related to bug 89171.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104834
--- Comment #1 from Aleksander Wabik ---
Default visiblity symbols in the object file generated by the compilation:
- in GCC:
$ readelf -sW test.o | grep -v UND | grep -v SECTION | grep DEFAULT
1: 0 FILELOCAL DEF
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104835
Bug ID: 104835
Summary: [12 Regression] libphobos fails to build on
mips64el-linux-gnu
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104835
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |12.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104834
--- Comment #2 from Andrew Pinski ---
Note I think it is the vtable for std::thread::_State_impl which looks broken
and not the deconstructor.
Note I think there are different issues here too and not really related to
another one.
The enum issue
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104834
--- Comment #3 from Richard Biener ---
Confirmed. Note that when not optimizing clang also gets you
1: 0 FILELOCAL DEFAULT ABS test.cc
2: 0 NOTYPE LOCAL DEFAULT4 GCC_except_table0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104834
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104826
--- Comment #2 from Jakub Jelinek ---
Started with my r12-1319-gd4d38135b3137f1d3148138340e67bdcd7ea8216
Very similar to PR102314 which isn't fixed yet.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104834
--- Comment #4 from Andrew Pinski ---
Oh also the deconstructor has a local symbol so can be safely ignored.
But the vtable is the bug though.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104834
--- Comment #5 from Aleksander Wabik ---
(In reply to Andrew Pinski from comment #2)
> The enum issue is seperate from the vtable issue.
Should I create separate bug for that then?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104825
--- Comment #3 from CVS Commits ---
The master branch has been updated by Richard Biener :
https://gcc.gnu.org/g:dc46350d44c2949ec38deb028960f8040f8e8e5d
commit r12-7531-gdc46350d44c2949ec38deb028960f8040f8e8e5d
Author: Richard Biener
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104482
Kewen Lin changed:
What|Removed |Added
Last reconfirmed||2022-03-08
Assignee|unassigned at
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104836
Bug ID: 104836
Summary: ice in unify, at cp/pt.cc:24055
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
As
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104837
Bug ID: 104837
Summary: tree check fail: in tree_operand_check, at tree.h:3948
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Comp
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104825
Richard Biener changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104838
Bug ID: 104838
Summary: [12 Regression] i686 gnat1 hangs since r12-7472
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104838
Jakub Jelinek changed:
What|Removed |Added
CC||ebotcazou at gcc dot gnu.org,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104838
--- Comment #1 from Andrew Pinski ---
Does the patch in PR 104781 fix this one too?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104838
--- Comment #2 from Andrew Pinski ---
well that patch might not fully fix it, I think the patch should have the check
for *-*-cygwin* | *-*-solaris2 removed from libgcc/config.host and
t-eh-return-no-sse be unconditional there ...
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104838
--- Comment #3 from Jakub Jelinek ---
Thanks for the hint, that might be indeed it.
In Fedora for i686 the default C{,XX}FLAGS are
-m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign
-fasynchronous-unwind-tables -fstack-clash-prot
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104552
--- Comment #30 from CVS Commits ---
The master branch has been updated by Martin Jambor :
https://gcc.gnu.org/g:da2667cb025ec81c0fab438abee0e83c636148aa
commit r12-7532-gda2667cb025ec81c0fab438abee0e83c636148aa
Author: Martin Jambor
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84201
--- Comment #16 from Richard Biener ---
Created attachment 52582
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52582&action=edit
simple --param patch
This adds the ability to turn off floating point induction vectorization with
--param ve
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104198
--- Comment #18 from ro at CeBiTec dot Uni-Bielefeld.DE ---
> --- Comment #17 from Jakub Jelinek ---
> Is this fixed now?
It is: SPARCv9 bootstrap is back to normal.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104839
Bug ID: 104839
Summary: ppc64 regression of GCC 12: conditional long += long
becomes unconditional SUBFC
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severit
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104198
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104755
--- Comment #5 from CVS Commits ---
The master branch has been updated by Tamar Christina :
https://gcc.gnu.org/g:5f07095d22f58572c06997aa6d4f3bc456e1925d
commit r12-7533-g5f07095d22f58572c06997aa6d4f3bc456e1925d
Author: Tamar Christina
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104839
--- Comment #1 from Victor Stinner ---
Thanks Miro Hrončok who identified the Cython regressiond and wrote a Cython
reproducer. Thanks Serge Guelton who helped me to write a shorter C reproducer.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104755
Tamar Christina changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104751
Arnaud Charlet changed:
What|Removed |Added
CC||charlet at gcc dot gnu.org
Res
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84201
--- Comment #17 from Richard Biener ---
(In reply to Richard Biener from comment #16)
> Created attachment 52582 [details]
> simple --param patch
>
> This adds the ability to turn off floating point induction vectorization with
> --param vect-in
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104840
Bug ID: 104840
Summary: [nvptx] Can't set predicable attribute to true
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: t
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104824
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102209
--- Comment #1 from Jonathan Wakely ---
The standard does not permit copy elision for function parameters. The call to
the move constructor is observable, and cannot be elided.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104552
--- Comment #31 from Martin Liška ---
@Erik: I appreciate your help, but I have 2 comments:
1) You made a lot of archeological work where you identified who added which
regression. Wouldn't it be better to prepare a fix patch? I can help you wi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104746
Martin Liška changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63535
--- Comment #3 from Tobias Burnus ---
Wording from 22-007:
"19.5.1.6 Construct association
"Execution of a SELECT RANK or SELECT TYPE statement establishes an association
between
the selector and the associate name of the construct. Execution
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63535
Tobias Burnus changed:
What|Removed |Added
Resolution|--- |DUPLICATE
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77418
Tobias Burnus changed:
What|Removed |Added
CC||burnus at gcc dot gnu.org
--- Comment #5
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77418
Tobias Burnus changed:
What|Removed |Added
Last reconfirmed|2016-08-31 00:00:00 |
--- Comment #6 from Tobias Burnus ---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104783
--- Comment #3 from Tom de Vries ---
Created attachment 52584
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52584&action=edit
Tentative patch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104839
Jonathan Wakely changed:
What|Removed |Added
Known to fail||12.0
Summary|ppc64 regress
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104839
--- Comment #2 from Jonathan Wakely ---
The test fails with -O1 and passes with -O1 -fno-forward-propagate
Also, the test passes with -Og and fails with -Og -fif-conversion
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104026
Richard Biener changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |rsandifo at gcc dot
gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103819
Richard Biener changed:
What|Removed |Added
Priority|P1 |P2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104839
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103761
Richard Biener changed:
What|Removed |Added
CC||rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90183
--- Comment #4 from Jonathan Wakely ---
Also relevant for French:
#: cp/error.c:4357
#, gcc-internal-format
msgid "override controls (override/final) only available with %<-std=c++11%>
or %<-std=gnu++11%>"
msgstr "le contrôle de la surcharge (ov
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94698
Jonathan Wakely changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=40883
Bug 40883 depends on bug 94698, which changed state.
Bug 94698 Summary: Improper French translation for "override"
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94698
What|Removed |Added
-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81930
Bug 81930 depends on bug 94698, which changed state.
Bug 94698 Summary: Improper French translation for "override"
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94698
What|Removed |Added
-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101744
Richard Biener changed:
What|Removed |Added
Resolution|--- |FIXED
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101755
Richard Biener changed:
What|Removed |Added
Keywords||testsuite-fail
--- Comment #3 from Ric
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104839
--- Comment #4 from Jakub Jelinek ---
Started with r12-3252-gcad36f38576a6a781e3c62ab061c68f5b8dab13a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101910
Richard Biener changed:
What|Removed |Added
CC||marxin at gcc dot gnu.org,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101910
--- Comment #3 from Martin Liška ---
> So I wonder what variant LNT exactly benchmarks.
It uses:
https://gitlab.suse.de/marxin/cpp-benchmarks
Note the benchmark tends to be extremely sensitive to a layout that
dramatically influences speed. Si
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101910
--- Comment #4 from Martin Liška ---
E.g this one is really caused by system update:
https://lnt.opensuse.org/db_default/v4/CPP/graph?plot.0=176.922.0
So I would close this unless Honza bisects that and provides a perf numbers.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104823
Martin Liška changed:
What|Removed |Added
CC||marxin at gcc dot gnu.org
--- Comment #3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84201
--- Comment #18 from CVS Commits ---
The master branch has been updated by Richard Biener :
https://gcc.gnu.org/g:058d19b42ad4c4c22635f70db6913a80884aedec
commit r12-7535-g058d19b42ad4c4c22635f70db6913a80884aedec
Author: Richard Biener
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104827
Martin Liška changed:
What|Removed |Added
Ever confirmed|0 |1
Summary|[12 Regression] ICE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84201
Richard Biener changed:
What|Removed |Added
Resolution|--- |INVALID
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 84201, which changed state.
Bug 84201 Summary: 549.fotonik3d_r from SPEC2017 fails verification with recent
Intel and AMD CPUs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84201
What|Removed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84613
Bug 84613 depends on bug 84201, which changed state.
Bug 84201 Summary: 549.fotonik3d_r from SPEC2017 fails verification with recent
Intel and AMD CPUs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84201
What|Removed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104836
Martin Liška changed:
What|Removed |Added
CC||jason at gcc dot gnu.org,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101910
Richard Biener changed:
What|Removed |Added
Resolution|--- |INVALID
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53947
Bug 53947 depends on bug 101910, which changed state.
Bug 101910 Summary: [12 Regression] tsvc regressions for -O2
-ftree-loop-vectorize at zen hardware
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101910
What|Removed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100457
Bug 100457 depends on bug 101910, which changed state.
Bug 101910 Summary: [12 Regression] tsvc regressions for -O2
-ftree-loop-vectorize at zen hardware
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101910
What|Removed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104839
--- Comment #5 from Jakub Jelinek ---
This goes wrong during fwprop1.
In #c3 testcase at -O2 in bar we have before fwprop1:
(call_insn 6 2 7 2 (parallel [
(set (reg:DI 3 3)
(call (mem:SI (symbol_ref:DI ("foo") [flags
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104839
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104746
Martin Liška changed:
What|Removed |Added
Status|RESOLVED|NEW
Resolution|WONTFIX
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85665
Eric Gallager changed:
What|Removed |Added
CC||egallager at gcc dot gnu.org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102664
--- Comment #9 from Eric Gallager ---
(In reply to Jonathan Wakely from comment #8)
> (In reply to Jonathan Wakely from comment #7)
> > https://www.gnu.org/software/autoconf/manual/autoconf-2.69/html_node/
> > Limitations-of-Usual-Tools.html#ind
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102664
--- Comment #10 from Martin Liška ---
> I still get "expr: syntax error" when trying to do `git gcc-descr 716bb02b`
> after re-running `sh ./contrib/gcc-git-customization.sh`
Ok, so can you please run:
$ bash -x ./contrib/git-descr.sh 716bb02b
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102664
--- Comment #11 from Jonathan Wakely ---
git-descr.sh uses ${r:-no} which is a bash feature, but the shebang says
/bin/sh
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102664
--- Comment #12 from Jonathan Wakely ---
Ah no, my mistake, any POSIX shell should expand that correctly.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102664
--- Comment #13 from Jonathan Wakely ---
Ah, but 'expr match str re' is not in POSIX, it should be 'expr str : re'
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104841
Bug ID: 104841
Summary: [nvptx] Multi-version ptx
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: enhancement
Priority: P3
Component: target
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102664
--- Comment #14 from Martin Liška ---
(In reply to Jonathan Wakely from comment #13)
> Ah, but 'expr match str re' is not in POSIX, it should be 'expr str : re'
Great, I can confirm it works for me. Can you please install the change?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102664
--- Comment #15 from Jonathan Wakely ---
(In reply to Jonathan Wakely from comment #7)
> https://www.gnu.org/software/autoconf/manual/autoconf-2.69/html_node/
> Limitations-of-Usual-Tools.html#index-g_t_0040command_007bexpr_007d-1813
>
> The ex
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102664
--- Comment #16 from Jonathan Wakely ---
Using "${r}" instead of ${r:-no} would be simpler too, but that can be done
separately.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102664
--- Comment #17 from CVS Commits ---
The master branch has been updated by Jonathan Wakely :
https://gcc.gnu.org/g:10ecf5182a0f63d79a44b953483ecfbb54d29bcb
commit r12-7536-g10ecf5182a0f63d79a44b953483ecfbb54d29bcb
Author: Jonathan Wakely
Date
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102664
--- Comment #18 from Jonathan Wakely ---
Eric, please try again now.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104842
Bug ID: 104842
Summary: mips: signed overflow in LUI_OPERAND
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: target
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54865
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102664
--- Comment #19 from Eric Gallager ---
(In reply to Martin Liška from comment #10)
> > I still get "expr: syntax error" when trying to do `git gcc-descr 716bb02b`
> > after re-running `sh ./contrib/gcc-git-customization.sh`
>
> Ok, so can you p
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102664
--- Comment #20 from Jonathan Wakely ---
The first sed is failing.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104552
--- Comment #32 from CVS Commits ---
The master branch has been updated by Eric Gallager :
https://gcc.gnu.org/g:6319391d5634ceb07abfadfaabee25e403f5110a
commit r12-7537-g6319391d5634ceb07abfadfaabee25e403f5110a
Author: Eric Gallager
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102664
--- Comment #21 from Jonathan Wakely ---
We should use: sed -n 's,^tags/,,;s,^basepoints/gcc-,r,p'
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=40073
--- Comment #19 from Jeffrey A. Law ---
I stumbled over this as well as some point. One thing I started playing with,
but had to set aside was making vect_get_range_info smarter.
In particular the case I was looking at VAR would have a single
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88061
Barry Revzin changed:
What|Removed |Added
CC||barry.revzin at gmail dot com
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102664
--- Comment #22 from Jonathan Wakely ---
\? is not allowed in a POSIX BRE, and unsupported by Solaris and BSD.
The capture group with \( and \) is not supported by /usr/bin/sed on Solaris,
but is supported by /usr/xpg4/bin but I guess we can ju
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104552
--- Comment #33 from rsandifo at gcc dot gnu.org
---
(In reply to Eric Gallager from comment #28)
> (In reply to Roland Illig from comment #10)
> > From aarch64-sve-builtins.cc:
> > > error_at (location, "passing single vector %qT to argument %
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102664
--- Comment #23 from Jonathan Wakely ---
I have a patch ...
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104790
--- Comment #1 from CVS Commits ---
The master branch has been updated by Andre Simoes Dias Vieira
:
https://gcc.gnu.org/g:796f5220c808bc37adbd1081476589ab1a5d7ac3
commit r12-7538-g796f5220c808bc37adbd1081476589ab1a5d7ac3
Author: Andre Vieira
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104613
--- Comment #2 from H.J. Lu ---
We can add a sorry since -mfunction-return=thunk isn't supported with
__builtin_eh_return.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104781
--- Comment #8 from CVS Commits ---
The master branch has been updated by H.J. Lu :
https://gcc.gnu.org/g:23ed4df521db9d66782d3f9cf291fc2564cf313a
commit r12-7539-g23ed4df521db9d66782d3f9cf291fc2564cf313a
Author: H.J. Lu
Date: Fri Mar 4 05:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102664
--- Comment #24 from Jonathan Wakely ---
Patch: https://gcc.gnu.org/pipermail/gcc-patches/2022-March/591396.html
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104843
Bug ID: 104843
Summary: signed overflow in compute_const_anchors, at
cse.cc:1180
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
Prio
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104843
Xi Ruoyao changed:
What|Removed |Added
Target||mips
Blocks|
1 - 100 of 174 matches
Mail list logo