https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88784
Qi Feng changed:
What|Removed |Added
CC||ffengqi at gcc dot gnu.org
--- Comment #2 from
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90328
Richard Biener changed:
What|Removed |Added
Keywords||alias
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90329
Richard Biener changed:
What|Removed |Added
Keywords||ABI
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90356
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90331
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90312
--- Comment #5 from Martin Liška ---
Author: marxin
Date: Mon May 6 07:35:59 2019
New Revision: 270899
URL: https://gcc.gnu.org/viewcvs?rev=270899&root=gcc&view=rev
Log:
Error only when a non-default -mabi is used with sanitizers (PR
sanitizer/
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90331
Richard Biener changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90312
Martin Liška changed:
What|Removed |Added
Known to work||10.0
Known to fail|9.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90331
--- Comment #3 from Richard Biener ---
Author: rguenth
Date: Mon May 6 07:38:26 2019
New Revision: 270900
URL: https://gcc.gnu.org/viewcvs?rev=270900&root=gcc&view=rev
Log:
2019-05-06 Richard Biener
PR testsuite/90331
* gcc.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90336
Richard Biener changed:
What|Removed |Added
Keywords||wrong-debug
Status|UNCONFIR
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90338
Richard Biener changed:
What|Removed |Added
Keywords||rejects-valid
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90340
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90341
Richard Biener changed:
What|Removed |Added
Target||x86_64-*-*
Status|UNCONFIRM
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90342
Richard Biener changed:
What|Removed |Added
CC||dmalcolm at gcc dot gnu.org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90345
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90357
Bug ID: 90357
Summary: [9 regression][MIPS] New FAIL:
gcc.c-torture/execute/20080502-1.c -O0 start with
r269880
Product: gcc
Version: 9.0
Status: UN
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90346
Richard Biener changed:
What|Removed |Added
Keywords||wrong-code
Status|UNCONFIRM
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90357
--- Comment #1 from Paul Hua ---
Fix patch:
diff --git a/gcc/config/mips/mips.c b/gcc/config/mips/mips.c
index 1de33b2..89fc073 100644
--- a/gcc/config/mips/mips.c
+++ b/gcc/config/mips/mips.c
@@ -4849,6 +4849,7 @@ mips_split_move (rtx dest, rtx
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90341
--- Comment #4 from Kyle De'Vir ---
Here's what `-march=native` expands to:
COLLECT_GCC_OPTIONS='-march=native'
/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.1/cc1 -quiet - "-march=znver1" -mmmx
-mno-3dnow -msse -msse2 -msse3 -mssse3 -msse4a -mcx16 -msa
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90348
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90348
Richard Biener changed:
What|Removed |Added
CC||matz at gcc dot gnu.org,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90353
Richard Biener changed:
What|Removed |Added
Keywords||diagnostic
Status|UNCONFIRM
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90354
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90357
Richard Biener changed:
What|Removed |Added
Keywords||missed-optimization
Priority|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90340
--- Comment #4 from Martin Liška ---
Simplified test-case:
$ cat /tmp/csibe.c
int a;
int foo(char c) {
switch (c) {
case 'c':
return a;
case 's':
return 3;
case 'n':
return 1;
case '%':
return -2;
case 'o':
retur
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90354
--- Comment #3 from vfdff ---
I work on GCC 7.3, in function scan_trace, control = pat->insn (0), so it only
check whether or not a jump_insn for the first insn of sequence.
for (prev = insn, insn = NEXT_INSN (insn);
insn;
prev =
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90332
--- Comment #2 from Richard Biener ---
Hmm, can't get the test to FAIL with a cross, somehow the dejagnu tests always
end up UNSUPPORTED. The testcase for x86_64 has
/* With AVX256 or more we do not pull off the trick eliding the epilogue. */
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90346
Martin Liška changed:
What|Removed |Added
Status|NEW |ASSIGNED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90316
Richard Biener changed:
What|Removed |Added
Known to work||10.0
Summary|[8/9/10 Regress
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90316
--- Comment #9 from Richard Biener ---
Author: rguenth
Date: Mon May 6 08:54:40 2019
New Revision: 270902
URL: https://gcc.gnu.org/viewcvs?rev=270902&root=gcc&view=rev
Log:
2019-05-06 Richard Biener
PR tree-optimization/90316
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90340
--- Comment #5 from Fredrik Hederstierna
---
I use patched sources from
http://gcc.hederstierna.com/csibe
I think you could download and try it out.
Toolchain I build with
https://github.com/fredrikhederstierna/buildbuddy
Otherwise I think the
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90343
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90340
--- Comment #7 from Martin Liška ---
> I'm curious how much can save following patch:
>
Plus how much can you cave with 9.1 and -fno-jump-tables?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90340
--- Comment #6 from Martin Liška ---
(In reply to Fredrik Hederstierna from comment #5)
> I use patched sources from
> http://gcc.hederstierna.com/csibe
I've just tried that but I see quite some compilation errors:
/home/marxin/Downloads/CSiBE-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90347
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90340
--- Comment #8 from Fredrik Hederstierna
---
Ok, thannks, I will try to have a look at it later tonight (I'm at my regular
job now ;-)
Thanks/Fredrik
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90327
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|2019-05-03 00:00
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90358
Bug ID: 90358
Summary: [10 Regression] 526.blender_r train run does not
finish after r270847 on znver1
Product: gcc
Version: 9.0
Status: UNCONFIRMED
Severity: n
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90358
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90328
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
Known to work|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89698
--- Comment #9 from Richard Biener ---
Author: rguenth
Date: Mon May 6 09:40:15 2019
New Revision: 270904
URL: https://gcc.gnu.org/viewcvs?rev=270904&root=gcc&view=rev
Log:
2019-05-03 Richard Biener
Backport from mainline
20
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86984
--- Comment #10 from Richard Biener ---
Author: rguenth
Date: Mon May 6 09:40:15 2019
New Revision: 270904
URL: https://gcc.gnu.org/viewcvs?rev=270904&root=gcc&view=rev
Log:
2019-05-03 Richard Biener
Backport from mainline
2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90071
--- Comment #7 from Richard Biener ---
Author: rguenth
Date: Mon May 6 09:40:15 2019
New Revision: 270904
URL: https://gcc.gnu.org/viewcvs?rev=270904&root=gcc&view=rev
Log:
2019-05-03 Richard Biener
Backport from mainline
20
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89595
--- Comment #9 from Richard Biener ---
Author: rguenth
Date: Mon May 6 09:40:15 2019
New Revision: 270904
URL: https://gcc.gnu.org/viewcvs?rev=270904&root=gcc&view=rev
Log:
2019-05-03 Richard Biener
Backport from mainline
20
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89595
--- Comment #10 from rguenther at suse dot de ---
On Sat, 4 May 2019, mikpelinux at gmail dot com wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89595
>
> Mikael Pettersson changed:
>
>What|Removed |
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90358
Richard Biener changed:
What|Removed |Added
Version|9.0 |10.0
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90356
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89710
--- Comment #6 from Richard Biener ---
Author: rguenth
Date: Mon May 6 09:40:15 2019
New Revision: 270904
URL: https://gcc.gnu.org/viewcvs?rev=270904&root=gcc&view=rev
Log:
2019-05-03 Richard Biener
Backport from mainline
20
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89711
--- Comment #10 from Richard Biener ---
Author: rguenth
Date: Mon May 6 09:40:15 2019
New Revision: 270904
URL: https://gcc.gnu.org/viewcvs?rev=270904&root=gcc&view=rev
Log:
2019-05-03 Richard Biener
Backport from mainline
2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90356
--- Comment #6 from Jakub Jelinek ---
Created attachment 46301
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46301&action=edit
gcc10-pr90356.patch
Full untested patch.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90359
Bug ID: 90359
Summary: [8 Regression] profiled bootstrap fails on
aarch64-linux-gnu
Product: gcc
Version: 8.3.1
Status: UNCONFIRMED
Severity: normal
P
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90358
Richard Biener changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90358
--- Comment #3 from Martin Liška ---
(In reply to Richard Biener from comment #2)
> Created attachment 46302 [details]
> untested patch
>
> Does this help?
Yes, it helps. The affected file was:
blender/source/blender/modifiers/intern/MOD_solidi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90360
Bug ID: 90360
Summary: Missed optimization: unnecessary use of callee-saved
registers
Product: gcc
Version: 10.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90358
--- Comment #4 from rguenther at suse dot de ---
On Mon, 6 May 2019, marxin at gcc dot gnu.org wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90358
>
> --- Comment #3 from Martin Liška ---
> (In reply to Richard Biener from comment #2)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90329
--- Comment #11 from Tomas Kalibera ---
Even restoring the state that LAPACK/BLAS works but without providing
guarantees would help short-term, and I think this could be in line with the
goal of best performance within the standard.
At least in
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90360
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90330
--- Comment #8 from Matt Thompson ---
(In reply to Iain Sandoe from comment #7)
> (In reply to Matt Thompson from comment #6)
> > (In reply to Iain Sandoe from comment #5)
> > > (In reply to Matt Thompson from comment #4)
> > > > Also: I do have
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90329
--- Comment #12 from Janne Blomqvist ---
(In reply to Tomas Kalibera from comment #11)
> At least in the case I debugged, I think gfortran could do better by not
> writing the 1 as string length to the place on the stack where the compiler
> know
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90359
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90330
--- Comment #9 from Iain Sandoe ---
(In reply to Matt Thompson from comment #8)
> (In reply to Iain Sandoe from comment #7)
> > (In reply to Matt Thompson from comment #6)
> > > (In reply to Iain Sandoe from comment #5)
> > > > (In reply to Matt
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90346
Martin Liška changed:
What|Removed |Added
CC||hjl.tools at gmail dot com,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90329
--- Comment #13 from Tomas Kalibera ---
I understand the compiler may not know and typically does not whether the
called function accepts "character(len=1)" or "character(len=*)", so it may
have to pass the 1. But the situation where I suggest no
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90330
--- Comment #10 from Matt Thompson ---
(In reply to Iain Sandoe from comment #9)
> (In reply to Matt Thompson from comment #8)
> >
> > I just tried to rebuild gcc 9.1.0 on my laptop, and I got the same error at
> > the same point in make install
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90361
Bug ID: 90361
Summary: Undefined symbols in libstdc++ when building with
--with-default-libstdcxx-abi=gcc4-compatible
Product: gcc
Version: 9.1.0
Status: UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90330
--- Comment #11 from Iain Sandoe ---
(In reply to Matt Thompson from comment #10)
> (In reply to Iain Sandoe from comment #9)
> > (In reply to Matt Thompson from comment #8)
> I don't usually remove it from my path because it had never caused a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90362
Bug ID: 90362
Summary: or1k: Soft divide does not work correctly
Product: gcc
Version: 9.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: target
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90362
Stafford Horne changed:
What|Removed |Added
Target||or1k
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90362
Stafford Horne changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90328
Richard Biener changed:
What|Removed |Added
Known to work||10.0
Summary|[7/8/9/10 Regre
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90328
--- Comment #5 from Richard Biener ---
Author: rguenth
Date: Mon May 6 12:38:35 2019
New Revision: 270906
URL: https://gcc.gnu.org/viewcvs?rev=270906&root=gcc&view=rev
Log:
2019-05-06 Richard Biener
PR tree-optimization/90328
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90359
Richard Biener changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90359
--- Comment #3 from Richard Biener ---
Author: rguenth
Date: Mon May 6 12:40:18 2019
New Revision: 270907
URL: https://gcc.gnu.org/viewcvs?rev=270907&root=gcc&view=rev
Log:
2019-05-06 Richard Biener
PR bootstrap/90359
Backpo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89655
--- Comment #9 from Richard Biener ---
Author: rguenth
Date: Mon May 6 12:40:18 2019
New Revision: 270907
URL: https://gcc.gnu.org/viewcvs?rev=270907&root=gcc&view=rev
Log:
2019-05-06 Richard Biener
PR bootstrap/90359
Backpo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90363
Bug ID: 90363
Summary: or1k: Extra mask insn after load from memory
Product: gcc
Version: 9.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: targ
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90363
Stafford Horne changed:
What|Removed |Added
Target||or1k
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90329
--- Comment #14 from rguenther at suse dot de ---
On Mon, 6 May 2019, tomas.kalibera at gmail dot com wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90329
>
> --- Comment #13 from Tomas Kalibera ---
> I understand the compiler may not k
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90362
--- Comment #2 from Stafford Horne ---
Originally reported by Richard Selvaggi.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89656
--- Comment #6 from Richard Biener ---
Author: rguenth
Date: Mon May 6 12:40:18 2019
New Revision: 270907
URL: https://gcc.gnu.org/viewcvs?rev=270907&root=gcc&view=rev
Log:
2019-05-06 Richard Biener
PR bootstrap/90359
Backpo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88828
--- Comment #5 from Richard Biener ---
Author: rguenth
Date: Mon May 6 12:43:30 2019
New Revision: 270908
URL: https://gcc.gnu.org/viewcvs?rev=270908&root=gcc&view=rev
Log:
2019-05-06 Richard Biener
PR tree-optimization/88828
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90364
Bug ID: 90364
Summary: 521.wrf_r is 9.5 % slower with PGO on Zen CPUs at
-Ofast and native march/mtune
Product: gcc
Version: 9.0
Status: UNCONFIRMED
Severity: n
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90277
--- Comment #4 from Jonathan Wakely ---
(In reply to François Dumont from comment #3)
> As stated in my message this patch can be consider as a fix for this PR as
> it reserve buckets for 11 buckets so iterators are not invalidated during
> execu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90364
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90361
--- Comment #1 from Richard Biener ---
I can link correctly with -D_GLIBCXX_USE_CXX11_ABI=0 have yet to check a build
with the gcc4 ABI as default.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90361
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63477
Alexandre Ganea changed:
What|Removed |Added
CC||alexandre.ganea at ubisoft dot
com
--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90329
--- Comment #15 from Thomas Koenig ---
Hi Tomas,
> I understand the compiler may not know and typically does not whether the
> called function accepts "character(len=1)" or "character(len=*)", so it may
> have to pass the 1. But the situation wh
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90358
Richard Biener changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 90358, which changed state.
Bug 90358 Summary: [10 Regression] 526.blender_r train run does not finish
after r270847 on znver1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90358
What|Removed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90358
--- Comment #6 from Richard Biener ---
Author: rguenth
Date: Mon May 6 13:40:00 2019
New Revision: 270911
URL: https://gcc.gnu.org/viewcvs?rev=270911&root=gcc&view=rev
Log:
2019-05-06 Richard Biener
PR tree-optimization/90358
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90365
Bug ID: 90365
Summary: OpenMP default(none) + schedule(dynamic, variable) -
difference with clang
Product: gcc
Version: 9.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90365
--- Comment #1 from Roman Lebedev ---
Forgot to add https://godbolt.org/z/CeVhEu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90365
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90366
Bug ID: 90366
Summary: OpenMP default(none) - std::cerr is diagnosed as "not
specified in enclosing 'parallel'", unlike clang
Product: gcc
Version: 9.0
Status: UNCONFIRME
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90312
--- Comment #7 from Martin Liška ---
Author: marxin
Date: Mon May 6 14:01:45 2019
New Revision: 270912
URL: https://gcc.gnu.org/viewcvs?rev=270912&root=gcc&view=rev
Log:
Backport r270899
2019-05-06 Martin Liska
Backport from mainli
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90312
Martin Liška changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Known to work|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90365
Roman Lebedev changed:
What|Removed |Added
See Also||https://bugs.llvm.org/show_
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90316
--- Comment #10 from Than McIntosh ---
Update: it looks like we are not out of the woods quite yet -- I am seeing some
similar behavior farther into the build. I will try to produce another reduced
test case (this one is proving more difficult re
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90330
--- Comment #12 from Matt Thompson ---
(In reply to Iain Sandoe from comment #11)
> (In reply to Matt Thompson from comment #10)
> > (In reply to Iain Sandoe from comment #9)
> > > (In reply to Matt Thompson from comment #8)
>
>
> > I don't usu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63477
--- Comment #5 from Martin Sebor ---
(In reply to Alexandre Ganea from comment #4)
The test case has been reduced a little too far -- it reads an uninitialized
variable:
for (unsigned i;; i++)
for (; i;)
if (j[i] == j[0])
h.
1 - 100 of 167 matches
Mail list logo