https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105002
Richard Biener changed:
What|Removed |Added
Keywords||missed-optimization
Target Milestone
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104989
--- Comment #3 from CVS Commits ---
The master branch has been updated by Jakub Jelinek :
https://gcc.gnu.org/g:6adbb51eaa85f5bfed1ee06327daca306d48986d
commit r12-7749-g6adbb51eaa85f5bfed1ee06327daca306d48986d
Author: Jakub Jelinek
Date: T
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84964
--- Comment #18 from CVS Commits ---
The master branch has been updated by Jakub Jelinek :
https://gcc.gnu.org/g:6adbb51eaa85f5bfed1ee06327daca306d48986d
commit r12-7749-g6adbb51eaa85f5bfed1ee06327daca306d48986d
Author: Jakub Jelinek
Date: T
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102645
--- Comment #6 from CVS Commits ---
The master branch has been updated by Jakub Jelinek :
https://gcc.gnu.org/g:7d5ee289510f0c7ac2c318e396c8a6f0d0d93db0
commit r12-7750-g7d5ee289510f0c7ac2c318e396c8a6f0d0d93db0
Author: Jakub Jelinek
Date: T
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104989
Jakub Jelinek changed:
What|Removed |Added
Summary|[9/10/11/12 Regression] ICE |[9/10/11 Regression] ICE in
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105011
Bug ID: 105011
Summary: [nvptx] FAIL: gcc.dg/atomic/stdatomic-flag-2.c -O1
execution test
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105011
--- Comment #1 from Tom de Vries ---
(In reply to Tom de Vries from comment #0)
> It should probably do something like:
> ...
> return (woldval & wval) != 0;
> ...
Indeed, that fixes the FAILs.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104999
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104964
--- Comment #6 from Martin Liška ---
I've got something similar that can be seen in libqt5core library:
QByteArray qt_readlink(const char *path)
{
#ifndef PATH_MAX
// suitably large value that won't consume too much memory
# define PATH_MA
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105006
Richard Biener changed:
What|Removed |Added
Priority|P3 |P1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104982
--- Comment #6 from CVS Commits ---
The master branch has been updated by hongtao Liu :
https://gcc.gnu.org/g:919fbffef0755562cd3b686c838069c20bc7878f
commit r12-7751-g919fbffef0755562cd3b686c838069c20bc7878f
Author: liuhongt
Date: Mon Mar
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104982
--- Comment #7 from Hongtao.liu ---
Fixed in GCC12.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105011
--- Comment #2 from Tom de Vries ---
Even better:
...
diff --git a/libatomic/tas_n.c b/libatomic/tas_n.c
index d0d8c283b495..65eaa7753a51 100644
--- a/libatomic/tas_n.c
+++ b/libatomic/tas_n.c
@@ -73,7 +73,7 @@ SIZE(libat_test_and_set) (UTYPE *m
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105000
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=105007
Richard Biener changed:
What|Removed |Added
CC||amacleod at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105009
Richard Biener changed:
What|Removed |Added
Ever confirmed|0 |1
Target|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105010
Richard Biener changed:
What|Removed |Added
Host||powerpc64-freebsd
Target|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104982
Richard Biener changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46235
Bug 46235 depends on bug 104982, which changed state.
Bug 104982 Summary: [12 Regression] FAIL: gcc.target/i386/bt-5.c by r12-7687
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104982
What|Removed |Added
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105010
--- Comment #2 from Piotr Kubaj ---
GNU assembler version 2.37 (powerpc64-portbld-freebsd13.1) using BFD version
(GNU Binutils) 2.37
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105012
Bug ID: 105012
Summary: [12 Regression] wrf from SPECCPU2017 ICEs during LTO
linking
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Keywords: ice-on-valid-code
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105013
Bug ID: 105013
Summary: Valgrind reports accessing uninitialized memory when
-O2 option is used
Product: gcc
Version: 9.4.0
Status: UNCONFIRMED
Severity: norma
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102278
Piotr Kubaj changed:
What|Removed |Added
Resolution|--- |FIXED
Status|WAITING
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102426
--- Comment #12 from ro at CeBiTec dot Uni-Bielefeld.DE ---
> --- Comment #11 from Jakub Jelinek ---
> Created attachment 52656
> --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52656&action=edit
> gcc12-pr102426.patch
>
> So like this the
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105012
Martin Liška changed:
What|Removed |Added
Last reconfirmed||2022-03-22
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105000
--- Comment #4 from Hongtao.liu ---
(In reply to Martin Liška from comment #3)
> Can we close it as fixed?
I think so.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105000
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104978
Hongtao.liu changed:
What|Removed |Added
Resolution|--- |FIXED
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105013
Martin Liška changed:
What|Removed |Added
Ever confirmed|0 |1
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102426
--- Comment #13 from CVS Commits ---
The master branch has been updated by Jakub Jelinek :
https://gcc.gnu.org/g:6ee5892638526366fc3d8a1f4426f3cc278ea061
commit r12-7752-g6ee5892638526366fc3d8a1f4426f3cc278ea061
Author: Jakub Jelinek
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102645
Jakub Jelinek changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102426
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105014
Bug ID: 105014
Summary: [nvptx] FAIL: gcc.dg/pr97459-1.c execution test
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105014
--- Comment #1 from Tom de Vries ---
First FAIL minimizes to:
...
typedef __uint128_t T;
union u {
T t;
struct {
unsigned long long x;
unsigned long long y;
} xy;
};
#define PRINT(VAR) \
do
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105015
Bug ID: 105015
Summary: [OpenMP] wrong results with target link with multiple
translation units
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Keywords: missed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105012
Richard Biener changed:
What|Removed |Added
CC||rguenth at gcc dot gnu.org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105012
Richard Biener changed:
What|Removed |Added
Priority|P3 |P1
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104908
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |11.3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104997
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |12.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105010
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |12.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77299
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105012
--- Comment #3 from Martin Liška ---
Created attachment 52661
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52661&action=edit
ltrans object file
I have a small LTRANS reproducer:
$ ./lto1 -fltrans /home/marxin/Programming/testcases/wrf_
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93808
Richard Biener changed:
What|Removed |Added
Priority|P3 |P4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97787
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
--- Comment #28 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105012
--- Comment #4 from Richard Biener ---
OK, so we have
(gdb) p debug_gimple_stmt (stmt)
derf(address-taken) ={v} {CLOBBER};
lacking virtual operands and the LHS is
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105012
Martin Liška changed:
What|Removed |Added
Summary|[12 Regression] wrf from|[12 Regression] wrf from
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105012
--- Comment #6 from Martin Liška ---
(In reply to Richard Biener from comment #4)
> OK, so we have
>
> (gdb) p debug_gimple_stmt (stmt)
> derf(address-taken) ={v} {CLOBBER};
>
> lacking virtual operands and the LHS is
>
> type
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105012
Richard Biener changed:
What|Removed |Added
Component|lto |fortran
--- Comment #7 from Richard Bi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105012
--- Comment #8 from Martin Liška ---
Yes:
$ cat module_cam_error_function.fppized.f90
module error_function
integer, parameter :: r8 = selected_real_kind(12) ! 8 byte real
contains
SUBROUTINE CALERF_r8(ARG, RESULT, JINT)
integer, parameter :
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105012
--- Comment #9 from Richard Biener ---
Built by
void
gfc_conv_expr_reference (gfc_se * se, gfc_expr * expr, bool add_clobber)
{
...
else if (add_clobber && expr->ref == NULL)
{
tree clobber;
tree var;
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105012
Richard Biener changed:
What|Removed |Added
Keywords||wrong-code
--- Comment #10 from Richar
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97787
--- Comment #29 from Xi Ruoyao ---
GNU ld has added a workaround for this. But I'm not sure what will happen
using other linkers (gold or lld).
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105012
--- Comment #11 from Richard Biener ---
(In reply to Richard Biener from comment #10)
> likely triggered by the INTENT(out), it looks like gfortran fails to properly
> name-lookup a variable of the same name as the function? The intent is
> lik
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105012
--- Comment #12 from Richard Biener ---
erfcx_r4 = {CLOBBER};
calerf_r4 ((real(kind=4) *) x, &__result_erfcx_r4(address-taken),
&jint(address-taken));
hints at that gfortran somehow knows that it should pass the result but it
still somehow
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97787
Richard Biener changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105016
Bug ID: 105016
Summary: [libgcc, TARGET_HAS_NO_HW_DIVIDE] Incorrect result for
__udivmodti4
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105016
--- Comment #1 from Tom de Vries ---
Created attachment 52662
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52662&action=edit
test-case
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97787
--- Comment #31 from Jakub Jelinek ---
Does any *.o file being LTO linked together have > 64K sections?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103662
Jakub Jelinek changed:
What|Removed |Added
CC||burnus at gcc dot gnu.org,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105002
Kewen Lin changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |linkw at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105016
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105016
--- Comment #3 from Tom de Vries ---
In libgcc.h, I see:
...
#define __udivmoddi4__NDW(udivmod,4)
...
and for LIBGCC2_UNITS_PER_WORD == 8 we have:
...
#define __NDW(a,b) __ ## a ## ti ## b
...
So, AFAICT it's possible that __udivmoddi4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104898
--- Comment #2 from CVS Commits ---
The master branch has been updated by Martin Liska :
https://gcc.gnu.org/g:c6e75a4a353fe36920bac34b66fca4bfb71f7d91
commit r12-7758-gc6e75a4a353fe36920bac34b66fca4bfb71f7d91
Author: Martin Liska
Date: Tue
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104898
--- Comment #3 from Martin Liška ---
> The parentheses in "(%qs)" look redundant.
Agree, I'm going to fix that as well.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105016
--- Comment #4 from Richard Biener ---
I see. The function should probably use count_leading_zeros instead of
__builtin_clzll? Though I fail to see how that would make a difference
since it doesn't have support for TImode either.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105016
--- Comment #5 from Richard Biener ---
The UDIV_NEEDS_NORMALIZATION path with !TARGET_HAS_NO_HW_DIVIDE might be
similarly affected.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105016
Richard Biener changed:
What|Removed |Added
Ever confirmed|0 |1
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104898
--- Comment #4 from CVS Commits ---
The master branch has been updated by Martin Liska :
https://gcc.gnu.org/g:1c2a3aeee7dce83a9068f741162a6126a808de1d
commit r12-7759-g1c2a3aeee7dce83a9068f741162a6126a808de1d
Author: Martin Liska
Date: Tue
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104898
--- Comment #5 from CVS Commits ---
The master branch has been updated by Martin Liska :
https://gcc.gnu.org/g:d85a84c76bdd021df9c38955881d4b094785d2a8
commit r12-7760-gd85a84c76bdd021df9c38955881d4b094785d2a8
Author: Martin Liska
Date: Tue
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104898
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104904
--- Comment #2 from CVS Commits ---
The master branch has been updated by Martin Liska :
https://gcc.gnu.org/g:c1ba4e5b883d142167a2f9f32395e349681fb932
commit r12-7761-gc1ba4e5b883d142167a2f9f32395e349681fb932
Author: Martin Liska
Date: Tue
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104904
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104903
--- Comment #2 from CVS Commits ---
The master branch has been updated by Martin Liska :
https://gcc.gnu.org/g:a47b1599f2885bc7691e01c0edcd54d6ebf2e7c9
commit r12-7762-ga47b1599f2885bc7691e01c0edcd54d6ebf2e7c9
Author: Martin Liska
Date: Tue
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104903
Martin Liška changed:
What|Removed |Added
CC||marxin at gcc dot gnu.org
Resolu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104552
Bug 104552 depends on bug 104903, which changed state.
Bug 104903 Summary: missing quotes in diagnostic
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104903
What|Removed |Added
--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104902
--- Comment #2 from CVS Commits ---
The master branch has been updated by Martin Liska :
https://gcc.gnu.org/g:ef0e11ac88a1d7833cff5ec9ab26e1d053c9
commit r12-7763-gef0e11ac88a1d7833cff5ec9ab26e1d053c9
Author: Martin Liska
Date: Tue
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104902
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104552
Bug 104552 depends on bug 104902, which changed state.
Bug 104902 Summary: missing %q in diagnostic
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104902
What|Removed |Added
--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105015
Tobias Burnus changed:
What|Removed |Added
Keywords|missed-optimization |wrong-code
--- Comment #1 from Tobias B
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89697
--- Comment #5 from Richard Biener ---
(In reply to Martin Jambor from comment #1)
> This is because we set TREE_NO_WARNING in generate_subtree_copies. I'll
> remove it, see what breaks and take it from there.
Did you ever see what's the result
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105012
--- Comment #13 from CVS Commits ---
The master branch has been updated by Richard Biener :
https://gcc.gnu.org/g:08f263e703c4100fa7b9f08cb26cee6c0bd75e4a
commit r12-7764-g08f263e703c4100fa7b9f08cb26cee6c0bd75e4a
Author: Richard Biener
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105012
Richard Biener changed:
What|Removed |Added
Keywords|ice-on-valid-code, |missed-optimization
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89697
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #6
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105017
Bug ID: 105017
Summary: gcc/analyzer/sm-taint.cc:631:21: warning: private
field 'm_mem_space' is not used
[-Wunused-private-field]
Product: gcc
Version: 12.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105017
Martin Liška changed:
What|Removed |Added
Summary|gcc/analyzer/sm-taint.cc:63 |[12 Regression]
|1:21:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104916
--- Comment #4 from CVS Commits ---
The master branch has been updated by Tom de Vries :
https://gcc.gnu.org/g:a624388b9546b066250be8baa118b7d50c403c25
commit r12-7765-ga624388b9546b066250be8baa118b7d50c403c25
Author: Tom de Vries
Date: Wed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104783
--- Comment #7 from CVS Commits ---
The master branch has been updated by Tom de Vries :
https://gcc.gnu.org/g:a624388b9546b066250be8baa118b7d50c403c25
commit r12-7765-ga624388b9546b066250be8baa118b7d50c403c25
Author: Tom de Vries
Date: Wed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104957
--- Comment #4 from CVS Commits ---
The master branch has been updated by Tom de Vries :
https://gcc.gnu.org/g:f8b15e177155960017ac0c5daef8780d1127f91c
commit r12-7766-gf8b15e177155960017ac0c5daef8780d1127f91c
Author: Tom de Vries
Date: Fri
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104925
--- Comment #1 from CVS Commits ---
The master branch has been updated by Tom de Vries :
https://gcc.gnu.org/g:24ee43194a542768b987be5d8021ae4ba7bad7b5
commit r12-7769-g24ee43194a542768b987be5d8021ae4ba7bad7b5
Author: Tom de Vries
Date: Sun
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104925
Tom de Vries changed:
What|Removed |Added
Resolution|--- |FIXED
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104957
Tom de Vries changed:
What|Removed |Added
Target Milestone|--- |12.0
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104783
Tom de Vries changed:
What|Removed |Added
Resolution|--- |FIXED
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104916
Tom de Vries changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104916
Tom de Vries changed:
What|Removed |Added
Target Milestone|--- |12.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98215
Tom de Vries changed:
What|Removed |Added
Severity|normal |enhancement
Keywords|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102314
Jakub Jelinek changed:
What|Removed |Added
CC||burnus at gcc dot gnu.org
--- Comment #
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97102
Tom de Vries changed:
What|Removed |Added
Target Milestone|--- |12.0
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97106
Bug 97106 depends on bug 97102, which changed state.
Bug 97102 Summary: [nvptx] PTX JIT compilation failed when using aliases
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97102
What|Removed |Added
--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96645
Jason Merrill changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102314
--- Comment #4 from Jakub Jelinek ---
Though, if we make those arrays incomplete, gfc_omp_finish_clause will need to
figure out what size to use. This is in:
if (OMP_CLAUSE_SIZE (c) == NULL_TREE)
OMP_CLAUSE_SIZE (c)
= DECL_P (decl)
1 - 100 of 190 matches
Mail list logo