https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97162
Richard Biener changed:
What|Removed |Added
CC||hubicka at gcc dot gnu.org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97168
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |11.0
Component|plugins
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97169
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |11.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97162
Richard Biener changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97158
--- Comment #1 from CVS Commits ---
The master branch has been updated by Tom de Vries :
https://gcc.gnu.org/g:ca52f937fff52c494ef2951490c1654750ef8157
commit r11-3383-gca52f937fff52c494ef2951490c1654750ef8157
Author: Tom de Vries
Date: Tue
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97158
Tom de Vries changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97172
Bug ID: 97172
Summary: [11 Regression] ICE: tree code ‘ssa_name’ is not
supported in LTO streams since
r11-3303-g6450f07388f9fe57
Product: gcc
Version: 11.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97102
Tom de Vries changed:
What|Removed |Added
Severity|normal |enhancement
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97172
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97102
--- Comment #7 from Tom de Vries ---
In PR97106 comment 1, it's suggested:
...
14:11 < amonakov> Tobias__: I think the proper way to solve this is define
hooks for the backend to print something for aliases, and then have nvptx-ld.c
resolve them
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97173
Bug ID: 97173
Summary: [11 Regression] ICE in vectorizable_live_operation, at
tree-vect-loop.c:8324 since r11-3025-g095d42feed09f880
Product: gcc
Version: 11.0
Status: UN
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97173
Martin Liška changed:
What|Removed |Added
Known to fail||11.0
Known to work|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97174
Bug ID: 97174
Summary: out-of-namespace function definition
Product: gcc
Version: 7.5.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97164
--- Comment #6 from Jakub Jelinek ---
Created attachment 49260
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=49260&action=edit
gcc11-pr97164.patch
I've tried the above patch overnight, unfortunately libbid uses such construct,
so it broke
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97164
--- Comment #7 from Jakub Jelinek ---
With additional
--- libgcc/config/libbid/bid_functions.h.jj 2020-01-14 20:02:48.619582332
+0100
+++ libgcc/config/libbid/bid_functions.h2020-09-23 01:12:02.672546190
+0200
@@ -81,7 +81,7 @@ ALIGN
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97172
Richard Biener changed:
What|Removed |Added
Keywords||lto
--- Comment #1 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97174
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Known to fail|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97069
Martin Liška changed:
What|Removed |Added
Known to work||11.0
Known to fail|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97069
--- Comment #4 from CVS Commits ---
The master branch has been updated by Martin Liska :
https://gcc.gnu.org/g:6b4e8bf88f1172ce8561f57b12fb81063b21a78f
commit r11-3384-g6b4e8bf88f1172ce8561f57b12fb81063b21a78f
Author: Martin Liska
Date: Mon
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97174
--- Comment #2 from Richard Biener ---
With an instantiation added:
int main () { N::conv (1); }
we get
t.C: In function 'int main()':
t.C:13:25: error: call of overloaded 'conv(int)' is ambiguous
13 | int main () { N::conv (1); }
|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97173
Richard Biener changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97170
--- Comment #2 from jojo ---
(In reply to Andrew Pinski from comment #1)
> target_fcvt is wrong.
> try:
> (define_insn "target_fcvt"
> [(set (match_operand:SI 0 "register_operand" "=r")
> (unspec:SI [(match_operand:SF 1 "register_operan
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97162
--- Comment #8 from CVS Commits ---
The master branch has been updated by Richard Biener :
https://gcc.gnu.org/g:371f0b990f2bbf638b44da27cf6fc5f86e0d6d4e
commit r11-3385-g371f0b990f2bbf638b44da27cf6fc5f86e0d6d4e
Author: Richard Biener
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97162
--- Comment #9 from Tamar Christina ---
Thanks Richi!
I can confirm the testcase builds with that patch :)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97151
--- Comment #9 from CVS Commits ---
The master branch has been updated by Richard Biener :
https://gcc.gnu.org/g:9e64f17d044767248175fece80a2759d94c45fc4
commit r11-3386-g9e64f17d044767248175fece80a2759d94c45fc4
Author: Richard Biener
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97151
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97162
Richard Biener changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97164
--- Comment #8 from Richard Biener ---
(In reply to Jakub Jelinek from comment #7)
> With additional
> --- libgcc/config/libbid/bid_functions.h.jj 2020-01-14 20:02:48.619582332
> +0100
> +++ libgcc/config/libbid/bid_functions.h 2020-09-23
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97173
--- Comment #2 from Richard Biener ---
t.i:12:29: note: node 0x53dcd70 (max_nunits=2, refcnt=2)
t.i:12:29: note:stmt 0 _4 = _1 + _3;
t.i:12:29: note:stmt 1 _4 = _1 + _3;
t.i:12:29: note:stmt 2 _5 = _4 + _3;
t.i:12:29: no
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97160
--- Comment #2 from Dave Love ---
(In reply to Richard Biener from comment #1)
> gcc/fortran/f95-lang.c: if (targetm.libc_has_function (function_sincos))
I haven't checked why it's used there, but I concluded this wasn't a front end
issue from
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97174
Jonathan Wakely changed:
What|Removed |Added
Severity|normal |enhancement
--- Comment #3 from Jonath
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97175
Bug ID: 97175
Summary: ice in maybe_warn_for_bound, at builtins.c:3483
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71233
--- Comment #34 from CVS Commits ---
The master branch has been updated by Kyrylo Tkachov :
https://gcc.gnu.org/g:f2868e4bcff2c7b882d01231f039459c00e59d7b
commit r11-3389-gf2868e4bcff2c7b882d01231f039459c00e59d7b
Author: Kyrylo Tkachov
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71233
--- Comment #33 from CVS Commits ---
The master branch has been updated by Kyrylo Tkachov :
https://gcc.gnu.org/g:d23ea1e865301cd45f14ccbdb0bca49251fde9e1
commit r11-3388-gd23ea1e865301cd45f14ccbdb0bca49251fde9e1
Author: Kyrylo Tkachov
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97176
Bug ID: 97176
Summary: Cannot return deferred length strings when using
-fno-automatic
Product: gcc
Version: 10.2.1
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96814
--- Comment #5 from Richard Biener ---
So the issue of the miscompile is that we do not expand the vector
constructor created by vector lowering correctly. Of course we don't actually
_want_ CTORs of those ...
The following fixes the miscompile
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97164
--- Comment #9 from Jan Smets ---
Thanks for the quick resolution everyone. Our codebase apparenty has a handful
of these issues.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71233
--- Comment #35 from CVS Commits ---
The master branch has been updated by Kyrylo Tkachov :
https://gcc.gnu.org/g:e8e818399d70c5a5a3d30a54d305c6e2b92e2c66
commit r11-3390-ge8e818399d70c5a5a3d30a54d305c6e2b92e2c66
Author: Kyrylo Tkachov
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97173
--- Comment #3 from CVS Commits ---
The master branch has been updated by Richard Biener :
https://gcc.gnu.org/g:52e5b3fd8ef1d1b3ff86e26bd0aa7266bd9767fd
commit r11-3391-g52e5b3fd8ef1d1b3ff86e26bd0aa7266bd9767fd
Author: Richard Biener
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97173
Richard Biener changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97175
Martin Liška changed:
What|Removed |Added
Ever confirmed|0 |1
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71233
--- Comment #36 from CVS Commits ---
The master branch has been updated by Kyrylo Tkachov :
https://gcc.gnu.org/g:02b5377b3766804059b7824330d33d0e1cef2e5b
commit r11-3392-g02b5377b3766804059b7824330d33d0e1cef2e5b
Author: Kyrylo Tkachov
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84329
Arseny Solokha changed:
What|Removed |Added
CC||asolokha at gmx dot com
--- Comment #1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97177
Bug ID: 97177
Summary: [11 Regression] ICE in dependent_type_p, at
cp/pt.c:26475
Product: gcc
Version: 11.0
Status: UNCONFIRMED
Keywords: ice-on-valid-code
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97178
Bug ID: 97178
Summary: gcc/analyzer/program-state.cc:575:54: runtime error:
member call on null pointer of type 'struct engine'
Product: gcc
Version: 11.0
Status: UNCONFI
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97177
Martin Liška changed:
What|Removed |Added
CC||marxin at gcc dot gnu.org,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97171
Nathan Sidwell changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |nathan at gcc dot
gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97179
Bug ID: 97179
Summary: [LTO][Offloading] LTO's ltrans partiitioning causes
link errors for offload_vars + offload_funcs
("undefined reference")
Product: gcc
Versi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96466
Richard Biener changed:
What|Removed |Added
CC||rsandifo at gcc dot gnu.org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97171
--- Comment #1 from Martin Liška ---
Created attachment 49262
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=49262&action=edit
Original unreduced test-case
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97171
--- Comment #2 from Nathan Sidwell ---
reduced testcase:
template
void transform(_UnaryOperation);
template
void Apply ()
{
extern T Maker (void); // block-scope extern with dependent type
transform (Maker);
}
template void Apply ();
T
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96453
--- Comment #4 from Martin Liška ---
Fixed on master with r11-3302-g3696a50beeb73f4d.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96453
--- Comment #5 from Richard Biener ---
Needs -fno-tree-dce to ICE (otherwise the loop is completely elided).
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96453
Richard Biener changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #6
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97134
Patrick Palka changed:
What|Removed |Added
Ever confirmed|0 |1
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96466
Richard Biener changed:
What|Removed |Added
Assignee|marxin at gcc dot gnu.org |rguenth at gcc dot
gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96466
--- Comment #10 from CVS Commits ---
The master branch has been updated by Richard Biener :
https://gcc.gnu.org/g:bc909324bda71543add2229adfa59d8daff5f0db
commit r11-3394-gbc909324bda71543add2229adfa59d8daff5f0db
Author: Richard Biener
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97085
Richard Biener changed:
What|Removed |Added
Ever confirmed|0 |1
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97085
--- Comment #2 from Richard Biener ---
#1 0x015c8944 in gimple_expand_vec_cond_expr (gsi=0x7fffda50,
vec_cond_ssa_name_uses=0x7fffda20)
at ../../src/trunk/gcc/gimple-isel.cc:133
133 gcc_assert (known_eq (GET_MODE_S
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97180
Bug ID: 97180
Summary: warning: ‘__builtin___strncat_chk’ on strncat when it
is not necessary
Product: gcc
Version: 10.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97085
--- Comment #3 from Richard Biener ---
The following also works, and we then expand from
mask__31.28_102 = vect__50.25_95 != { 5, ... };
vect_patt_63.29_105 = VEC_COND_EXPR ;
diff --git a/gcc/match.pd b/gcc/match.pd
index 7d63bb973cb..e6dcd
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96453
Richard Biener changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Assignee|marxin at g
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96453
--- Comment #7 from CVS Commits ---
The master branch has been updated by Richard Biener :
https://gcc.gnu.org/g:3457dae55f72bd4ac0f346bbebb02d1613ac4b5c
commit r11-3396-g3457dae55f72bd4ac0f346bbebb02d1613ac4b5c
Author: Richard Biener
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84329
Marek Polacek changed:
What|Removed |Added
CC||mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97157
Marek Polacek changed:
What|Removed |Added
CC||mpolacek at gcc dot gnu.org
Reso
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97125
Marek Polacek changed:
What|Removed |Added
CC||jim at meyering dot net
--- Comment #7 f
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97125
--- Comment #8 from CVS Commits ---
The master branch has been updated by Marek Polacek :
https://gcc.gnu.org/g:c48ffe21f8f3478cf08f9442e3f973df358caf2a
commit r11-3397-gc48ffe21f8f3478cf08f9442e3f973df358caf2a
Author: Marek Polacek
Date: Su
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97125
Marek Polacek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97171
--- Comment #3 from CVS Commits ---
The master branch has been updated by Nathan Sidwell :
https://gcc.gnu.org/g:13f7c5d504b5fe6c233f2e68acd10bd4fc9007ac
commit r11-3398-g13f7c5d504b5fe6c233f2e68acd10bd4fc9007ac
Author: Nathan Sidwell
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97171
Nathan Sidwell changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80753
Matthijs Kooijman changed:
What|Removed |Added
CC||matthijs at stdin dot nl
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97181
Bug ID: 97181
Summary: Inlining of leaf case in recursion
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: enhancement
Priority: P3
Component: tree-op
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97181
Thomas Koenig changed:
What|Removed |Added
Version|unknown |11.0
--- Comment #1 from Thomas Koenig
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97085
--- Comment #4 from Marc Glisse ---
I would be happy with a revert of that patch, if the ARM backend gets fixed,
but indeed a missed optimization should not cause an ICE.
(In reply to Richard Biener from comment #2)
> At least we're not at all e
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82721
markeggleston at gcc dot gnu.org changed:
What|Removed |Added
CC||markeggleston at gcc do
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97178
David Malcolm changed:
What|Removed |Added
Ever confirmed|0 |1
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80753
--- Comment #4 from Matthijs Kooijman ---
I looked a bit at the source, and it seems the the problem is (not
surprisingly) that `__has_include` causes the header filename to be put into
the cache, and an error message is only generated when the e
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97180
Martin Sebor changed:
What|Removed |Added
Last reconfirmed||2020-09-23
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97175
Martin Sebor changed:
What|Removed |Added
Status|NEW |ASSIGNED
Component|tree-optimiza
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71233
--- Comment #37 from CVS Commits ---
The master branch has been updated by Kyrylo Tkachov :
https://gcc.gnu.org/g:65c9878641cbe0ed898aa7047b7b994e9d4a5bb1
commit r11-3402-g65c9878641cbe0ed898aa7047b7b994e9d4a5bb1
Author: Kyrylo Tkachov
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97176
kargl at gcc dot gnu.org changed:
What|Removed |Added
CC||kargl at gcc dot gnu.org
--- C
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93449
Carl Love changed:
What|Removed |Added
CC||carll at gcc dot gnu.org
--- Comment #8 from
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97182
Bug ID: 97182
Summary: Add support for targets that only define
SYS_futex_time64 and not SYS_futex
Product: gcc
Version: 11.0
Status: UNCONFIRMED
Severity: norm
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97183
Bug ID: 97183
Summary: zstd build failure for gcc 10 on Ubuntu 16.04
Product: gcc
Version: 10.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: boot
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97182
--- Comment #1 from Jonathan Wakely ---
The consequence of not using SYS_futex is that we use a mutex + condition
variable for some synchronization, which is obviously suboptimal if futexes are
actually available.
Changing to use a futex would b
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97178
--- Comment #2 from CVS Commits ---
The master branch has been updated by David Malcolm :
https://gcc.gnu.org/g:f65ebb5210e2fded0f7b339219685f4480124f0c
commit r11-3403-gf65ebb5210e2fded0f7b339219685f4480124f0c
Author: David Malcolm
Date: We
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93421
--- Comment #2 from Rich Felker ---
Rather than #if defined(SYS_futex_time64), I think it should be made:
#if defined(SYS_futex_time64) && SYS_futex_time64 != SYS_futex
This is in consideration of support for riscv32 and future archs without le
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97178
David Malcolm changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95677
Nathan Sidwell changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |nathan at gcc dot
gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69855
Nathan Sidwell changed:
What|Removed |Added
Resolution|FIXED |---
Status|RESOLVED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97127
--- Comment #8 from Michael_S ---
What are values of gcc "loop" cost of the relevant instructions now?
1. AVX256 Load
2. FMA3 ymm,ymm,ymm
3. AVX256 Regmove
4. FMA3 mem,ymm,ymm
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97148
H.J. Lu changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97148
H.J. Lu changed:
What|Removed |Added
Keywords||patch
URL|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93421
--- Comment #3 from Jonathan Wakely ---
Ack. I assume you saw PR 97182 and that's what prompted your comment. Otherwise
it's quite a coincidence :)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97182
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97184
Bug ID: 97184
Summary: Incorrect MOVDIRI and MOVDIR64B patterns
Product: gcc
Version: 8.4.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: target
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97182
--- Comment #3 from Jim Wilson ---
libgomp works on riscv64-linux. It would only be riscv32-linux that is broken.
The riscv32 support was only just recently added to FSF glibc, and hasn't
appeared in a release yet, so arguably, there is no ABI
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97176
--- Comment #2 from anlauf at gcc dot gnu.org ---
(In reply to kargl from comment #1)
> Workaround 3.
>
> Explicitly give entities the SAVE attribute whereby your
> testfunc() becomes
>
> function testfunc(string) result(res)
> charact
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97182
--- Comment #4 from Jakub Jelinek ---
(In reply to Jim Wilson from comment #3)
> libgomp works on riscv64-linux. It would only be riscv32-linux that is
> broken.
>
> The riscv32 support was only just recently added to FSF glibc, and hasn't
> ap
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97185
Bug ID: 97185
Summary: inconsistent builtin elimination for impossible range
Product: gcc
Version: 11.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Compone
1 - 100 of 125 matches
Mail list logo