https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102429
--- Comment #2 from CVS Commits ---
The master branch has been updated by Tom de Vries :
https://gcc.gnu.org/g:c2e0d0c1cfb4bf29daed189b39885841ee201a65
commit r12-7425-gc2e0d0c1cfb4bf29daed189b39885841ee201a65
Author: Tom de Vries
Date: Mon
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104716
Richard Biener changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |rguenth at gcc dot
gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104717
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102429
Tom de Vries changed:
What|Removed |Added
Target Milestone|--- |12.0
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104722
Bug ID: 104722
Summary: Wrong std::accumulate result with -D_GLIBCXX_PARALLEL
flag
Product: gcc
Version: og11 (devel/omp/gcc-11)
Status: UNCONFIRMED
Severity:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104722
--- Comment #1 from Andrew Pinski ---
I think this code is undefined as the order of the addition is not specified
for std::accumulate
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104723
Bug ID: 104723
Summary: [12 regression] Redundant usage of stack
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: target
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104722
--- Comment #2 from Hubert Degaudenzi ---
Created attachment 52530
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52530&action=edit
the ii file for the Accumulate.cpp file
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104717
--- Comment #3 from Tom de Vries ---
The test that is failing, is:
...
760 if (SSA_NAME_VAR (ssa_name) != NULL_TREE
761 && TREE_TYPE (ssa_name) != TREE_TYPE (SSA_NAME_VAR (ssa_name)))
762 {
763 error ("type mism
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104723
--- Comment #1 from Hongtao.liu ---
(In reply to Hongtao.liu from comment #0)
> bool f256(char *a)
> {
> char t[] = "012345678901234567890123456789012345678901234567";
> return __builtin_memcpy(a, &t[0], sizeof(t)) == 0;
> }
>
> https://god
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104723
--- Comment #2 from Hongtao.liu ---
update testcase
void f256(char *a)
{
char t[] = "012345678901234567890123456789012345678901234567";
__builtin_memcpy(a, &t[0], sizeof(t));
}
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104711
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104677
--- Comment #4 from CVS Commits ---
The master branch has been updated by Martin Liska :
https://gcc.gnu.org/g:b88f683e57acb06593959c26c9d78861fcd15cf1
commit r12-7426-gb88f683e57acb06593959c26c9d78861fcd15cf1
Author: Martin Liska
Date: Mon
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104533
--- Comment #3 from CVS Commits ---
The master branch has been updated by Martin Liska :
https://gcc.gnu.org/g:6df0c8d417fb33ea130e2957755a60483e9fd692
commit r12-7427-g6df0c8d417fb33ea130e2957755a60483e9fd692
Author: Martin Liska
Date: Mon
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104677
Martin Liška changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104533
Martin Liška changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104686
Richard Biener changed:
What|Removed |Added
Ever confirmed|0 |1
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104724
Bug ID: 104724
Summary: gcc.target/i386/avx512fp16-vcvtsi2sh-1b.c etc. FAIL
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Compone
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104724
Rainer Orth changed:
What|Removed |Added
Target Milestone|--- |12.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104725
Bug ID: 104725
Summary: g++.target/i386/pr35513-1.C etc. FAIL
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: target
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104725
Rainer Orth changed:
What|Removed |Added
Target Milestone|--- |12.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104722
Jonathan Wakely changed:
What|Removed |Added
Resolution|--- |INVALID
Status|UNCONFIRME
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101908
--- Comment #29 from Hongtao.liu ---
>From Agner Fog's excellent optimization
manuals(https://www.agner.org/optimize/microarchitecture.pdf).
For ICX/TGL:
An aligned write of 128 bits or more followed by a read of one or both of the
two halves
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104726
Bug ID: 104726
Summary: gcc.target/i386/pr104551.c FAILs
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: target
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104726
Rainer Orth changed:
What|Removed |Added
Target Milestone|--- |12.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104727
Bug ID: 104727
Summary: gcc.target/i386/pr84101.c XPASSes
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: tree-optimizat
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104727
Rainer Orth changed:
What|Removed |Added
Target Milestone|--- |12.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104728
Bug ID: 104728
Summary: gcc.dg/vect/pr81196-2.c FAILs
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: tree-optimization
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104722
--- Comment #4 from Hubert Degaudenzi ---
(In reply to Jonathan Wakely from comment #3)
> (In reply to Andrew Pinski from comment #1)
> > I think this code is undefined as the order of the addition is not specified
> > for std::accumulate
>
> I
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104729
Bug ID: 104729
Summary: libphobos.betterc/test19933.d FAILs on Solaris
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: d
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104729
Rainer Orth changed:
What|Removed |Added
Target Milestone|--- |12.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104599
Rainer Orth changed:
What|Removed |Added
Resolution|--- |DUPLICATE
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104627
Rainer Orth changed:
What|Removed |Added
CC||seurer at gcc dot gnu.org
--- Comment #7
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104724
--- Comment #1 from Hongyu Wang ---
Created attachment 52531
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52531&action=edit
A patch
Hi Rainer, can you try this on your solaris system? We don't have such platform
to confirm it works.
I'
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104726
--- Comment #1 from Hongyu Wang ---
Created attachment 52532
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52532&action=edit
A patch
Hi Rainer, can you try this on your solaris system? We don't have such platform
to confirm it works.
I'
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104728
Rainer Orth changed:
What|Removed |Added
Target Milestone|--- |12.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104726
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104726
--- Comment #3 from Jakub Jelinek ---
Also, the builtin at the start of main compiled with -mavx2 is risky, there
could be avx2 insns e.g. in the prologue. avx2-check.h is the usual way
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104730
Bug ID: 104730
Summary: gcc.dg/vect/complex/pr102819-9.c FAILs
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: tree-opti
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104730
--- Comment #1 from Rainer Orth ---
Created attachment 52533
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52533&action=edit
32-bit sparc-sun-solaris2.11 pr102819-9.c.172t.vect
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104730
Rainer Orth changed:
What|Removed |Added
Target Milestone|--- |12.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104730
Tamar Christina changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |tnfchris at gcc dot
gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104731
Bug ID: 104731
Summary: 27_io/filesystem/iterators/error_reporting.cc FAILs
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Compone
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104731
Rainer Orth changed:
What|Removed |Added
Target Milestone|--- |12.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104717
--- Comment #4 from Tom de Vries ---
(In reply to Tom de Vries from comment #3)
> The mismatch seems to be:
> ...
> (gdb) call debug_generic_expr (name.typed.type)
> integer(kind=4)[0:D.4266] *
> (gdb) call debug_generic_expr (name.ssa_name.var.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104732
Bug ID: 104732
Summary: gcc.target/i386/pr100711-1.c FAILs
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: target
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104732
--- Comment #1 from Rainer Orth ---
Created attachment 52534
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52534&action=edit
32-bit i386-pc-solaris2.11 pr100711-1.s
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104732
Rainer Orth changed:
What|Removed |Added
Target Milestone|--- |12.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104733
Bug ID: 104733
Summary: [12 Regression] Likely rejects valid since
r12-6022-gbb2a7f80a98de3fe
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Keywords: rejects-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104733
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104733
--- Comment #1 from Andrew Pinski ---
I suspect this is not valid as the operator* is not in the correct namespace.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104733
--- Comment #2 from Andrew Pinski ---
To find that operator it should be in the types namespace. Foundemental types
don't have a namespace associated with it.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104734
Bug ID: 104734
Summary: -isystem hides -Woverloaded-virtual warning
Product: gcc
Version: 11.2.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c+
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104735
Bug ID: 104735
Summary: [12 regression] gdc.test/runnable/complex.d etc. FAIL
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Compo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104735
Rainer Orth changed:
What|Removed |Added
Target Milestone|--- |12.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104736
Bug ID: 104736
Summary: gdc.test/runnable/dhry.d FAILs on Solaris
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: d
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104736
Rainer Orth changed:
What|Removed |Added
Target Milestone|--- |12.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104737
Bug ID: 104737
Summary: [12 regression] gdc.test/runnable_cxx/cppa.d FAILs on
Solaris
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104737
Rainer Orth changed:
What|Removed |Added
Target Milestone|--- |12.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104726
Hongyu Wang changed:
What|Removed |Added
Attachment #52532|0 |1
is obsolete|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104738
Bug ID: 104738
Summary: gdc.test/runnable_cxx/stdint.d FAILs on Solaris
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104738
Rainer Orth changed:
What|Removed |Added
Target Milestone|--- |12.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104739
Bug ID: 104739
Summary: gdc.test/runnable/mangle.d etc. FAIL with Solaris as
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Compon
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104739
Rainer Orth changed:
What|Removed |Added
Target Milestone|--- |12.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104733
--- Comment #3 from Jonathan Wakely ---
Agreed. Either the operator needs to be declared before it's used, or it needs
to be in an associated namespace, which means in namespace 'types'.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104731
Jonathan Wakely changed:
What|Removed |Added
Ever confirmed|0 |1
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104731
--- Comment #1 from Jonathan Wakely ---
Either we need to embed the global dirent into a larger structure with trailing
storage for the file name, or we just disable the test on Solaris (maybe only
run it for *-*-linux-gnu, since it's not testin
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104731
--- Comment #2 from Jonathan Wakely ---
(In reply to Jonathan Wakely from comment #1)
> Either we need to embed the global dirent into a larger structure with
> trailing storage for the file name,
And then we'd still need to disable that warnin
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104723
--- Comment #3 from cuilili ---
(In reply to Hongtao.liu from comment #1)
> STF issue here?
Yes, Since "YMMWORD PTR [rsp-72]" across the cache line, it has STLF issue
here.
vmovdqu64 YMMWORD PTR [rsp-72], ymm31 --> store 32 bytes from [rsp-7
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104721
--- Comment #2 from Michael Matz ---
Is there a testcase where you noticed this, or was it just reading code?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104740
Bug ID: 104740
Summary: gdc.dg/simd_ctfe.d etc. FAIL
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: d
Assigne
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104740
Rainer Orth changed:
What|Removed |Added
Target Milestone|--- |12.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104741
Bug ID: 104741
Summary: gdc.test/runnable/previewin.d FAILs
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: d
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104741
Rainer Orth changed:
What|Removed |Added
Target Milestone|--- |12.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104742
Bug ID: 104742
Summary: [12 regression] gdc.test/runnable/sdtor.d FAILs
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104742
Rainer Orth changed:
What|Removed |Added
Target Milestone|--- |12.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104743
Bug ID: 104743
Summary: [12 regression] gdc.dg/torture/pr96152.d FAILs
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: d
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104744
Bug ID: 104744
Summary: [12 regression] gdc.test/runnable/test15.d FAILs
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104744
Rainer Orth changed:
What|Removed |Added
Target Milestone|--- |12.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104745
Bug ID: 104745
Summary: [12 regression] gdc.test/runnable/testaa.d FAILs
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104745
Rainer Orth changed:
What|Removed |Added
Target Milestone|--- |12.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104717
--- Comment #5 from Tom de Vries ---
At original:
...
void foo ()
...
#pragma acc parallel
...
integer(kind=4) A.3[0:D.4266];
...
At gimple:
...
void foo ()
...
#pragma omp target oacc_parallel
...
integer(kind=4)[
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104723
Richard Biener changed:
What|Removed |Added
Ever confirmed|0 |1
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104727
Richard Biener changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |rguenth at gcc dot
gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104746
Bug ID: 104746
Summary: [12 Regression] False positive for -Wformat-overflow=2
since r12-7033-g3c9f762ad02f398c
Product: gcc
Version: 12.0
Status: UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104746
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104728
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104721
--- Comment #3 from H.J. Lu ---
(In reply to Michael Matz from comment #2)
> Is there a testcase where you noticed this, or was it just reading code?
I am working on a patch to check currently_expanding_gimple_stmt != NULL
in i386 backend. At
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104732
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104730
--- Comment #3 from Richard Biener ---
dg-require-effective-target vect_float
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104743
Richard Biener changed:
What|Removed |Added
Priority|P3 |P4
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104744
Richard Biener changed:
What|Removed |Added
Priority|P3 |P4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104745
Richard Biener changed:
What|Removed |Added
Priority|P3 |P4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104721
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104711
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104725
H.J. Lu changed:
What|Removed |Added
Ever confirmed|0 |1
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104721
--- Comment #5 from CVS Commits ---
The master branch has been updated by H.J. Lu :
https://gcc.gnu.org/g:88f91d8ccc8fec3a811975e3e4765b9a94d3f764
commit r12-7429-g88f91d8ccc8fec3a811975e3e4765b9a94d3f764
Author: H.J. Lu
Date: Mon Feb 28 15
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104728
--- Comment #2 from CVS Commits ---
The master branch has been updated by Richard Biener :
https://gcc.gnu.org/g:75ce477306a205635b8dd0f37801c05396fd443e
commit r12-7430-g75ce477306a205635b8dd0f37801c05396fd443e
Author: Richard Biener
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104727
--- Comment #2 from CVS Commits ---
The master branch has been updated by Richard Biener :
https://gcc.gnu.org/g:8fba8a8c26a22fc5fbc17a99605e0226dc6fbf28
commit r12-7431-g8fba8a8c26a22fc5fbc17a99605e0226dc6fbf28
Author: Richard Biener
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104716
--- Comment #3 from CVS Commits ---
The master branch has been updated by Richard Biener :
https://gcc.gnu.org/g:54ef95cc4d1f3f2cde7c1f13250f889ffb81ca75
commit r12-7432-g54ef95cc4d1f3f2cde7c1f13250f889ffb81ca75
Author: Richard Biener
Date:
1 - 100 of 182 matches
Mail list logo