https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107214
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |13.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107220
Richard Biener changed:
What|Removed |Added
Keywords||testsuite-fail
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107229
Richard Biener changed:
What|Removed |Added
Resolution|--- |FIXED
Priority|P3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107231
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |13.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107229
Richard Biener changed:
What|Removed |Added
CC||ro at gcc dot gnu.org
--- Comment #7 f
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107232
Richard Biener changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107240
Richard Biener changed:
What|Removed |Added
Keywords||testsuite-fail
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107242
--- Comment #5 from Richard Biener ---
I think that either the C++ frontend needs to reject this code or we need to
ignore -frounding-math in constant folding this (I think we do that elsewhere).
x86 is fine, presumambly because of ... !?
I ge
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107244
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |13.0
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107229
Richard Biener changed:
What|Removed |Added
CC||dcb314 at hotmail dot com
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107097
--- Comment #7 from CVS Commits ---
The master branch has been updated by Jakub Jelinek :
https://gcc.gnu.org/g:98e341130f87984af07c884fea773c0bb3cc8821
commit r13-3290-g98e341130f87984af07c884fea773c0bb3cc8821
Author: Jakub Jelinek
Date: F
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=323
--- Comment #225 from CVS Commits ---
The master branch has been updated by Jakub Jelinek :
https://gcc.gnu.org/g:98e341130f87984af07c884fea773c0bb3cc8821
commit r13-3290-g98e341130f87984af07c884fea773c0bb3cc8821
Author: Jakub Jelinek
Date: Fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87390
--- Comment #29 from CVS Commits ---
The master branch has been updated by Jakub Jelinek :
https://gcc.gnu.org/g:16ec267063c8ce60769888d4097bcd158410adc8
commit r13-3291-g16ec267063c8ce60769888d4097bcd158410adc8
Author: Jakub Jelinek
Date: F
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82071
--- Comment #7 from CVS Commits ---
The master branch has been updated by Jakub Jelinek :
https://gcc.gnu.org/g:16ec267063c8ce60769888d4097bcd158410adc8
commit r13-3291-g16ec267063c8ce60769888d4097bcd158410adc8
Author: Jakub Jelinek
Date: Fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107097
--- Comment #8 from CVS Commits ---
The master branch has been updated by Jakub Jelinek :
https://gcc.gnu.org/g:16ec267063c8ce60769888d4097bcd158410adc8
commit r13-3291-g16ec267063c8ce60769888d4097bcd158410adc8
Author: Jakub Jelinek
Date: F
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107250
Richard Biener changed:
What|Removed |Added
Keywords||missed-optimization
Component
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107097
Jakub Jelinek changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107254
Richard Biener changed:
What|Removed |Added
Summary|[11 Regression] Wrong |[11/12/13 Regression] Wrong
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107250
--- Comment #3 from Alexander Monakov ---
Well, obviously because in one function both 'f' and 'tmp' are live across the
call, and in the other function only 'f' is live across the call. The
difference is literally pushing one register vs. two r
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107254
--- Comment #5 from Martin Liška ---
(In reply to Richard Biener from comment #3)
> (In reply to Martin Liška from comment #1)
> > Fixed with r12-2051-g7d810646d421f697 and started with
> > r11-2453-gc89366b12ff4f362.
> >
> > @Richi: Can you pl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107257
Bug ID: 107257
Summary: Wrong code at -O2 on x86_64-linux-gnu
Product: gcc
Version: 13.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107258
Bug ID: 107258
Summary: ASAN at -O1 failed to detect a stack-under-flow
Product: gcc
Version: 13.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107254
--- Comment #6 from Richard Biener ---
So I think the issue is that we have a live operation:
[local count: 955630225]:
# jc_42 = PHI
_2 = (integer(kind=8)) jc_42;
_3 = _2 * stride.1_23;
_4 = _3 + offset.2_24;
_5 = _4 + 1;
_6 =
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107254
Richard Biener changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107258
Martin Liška changed:
What|Removed |Added
Resolution|--- |INVALID
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107259
Bug ID: 107259
Summary: Vectorize VxHF _Float16 modes using partial vectors
without -mavx512vl
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107256
Jonathan Wakely changed:
What|Removed |Added
See Also||https://gcc.gnu.org/bugzill
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84250
shanchuan tian changed:
What|Removed |Added
CC||shanchuantian at gmail dot com
--- Comm
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107254
--- Comment #7 from Richard Biener ---
I have a patch in testing.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94328
shanchuan tian changed:
What|Removed |Added
CC||shanchuantian at gmail dot com
--- Comm
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107259
Richard Biener changed:
What|Removed |Added
Target||x86_64-*-*
--- Comment #1 from Richard
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107257
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Known to fail|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107260
Bug ID: 107260
Summary: The prvalue with the value 0 that is not a integer
literal shouldn't convert to std::nullptr_t
Product: gcc
Version: unknown
Status: UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106165
Vincent Lefèvre changed:
What|Removed |Added
CC||vincent-gcc at vinc17 dot net
--- Com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94328
--- Comment #10 from Martin Liška ---
(In reply to shanchuan tian from comment #9)
> Dear all,
> Is this problem solved?
No.
> Can logging work properly when asan and ubsan be compiled at the same?
Sorry, but it can't be easily fixed as explai
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107248
--- Comment #5 from CVS Commits ---
The master branch has been updated by Eric Botcazou :
https://gcc.gnu.org/g:e39b170695a161feba7401b7d21d824db9ee1f8f
commit r13-3296-ge39b170695a161feba7401b7d21d824db9ee1f8f
Author: Eric Botcazou
Date: F
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=38644
--- Comment #74 from CVS Commits ---
The master branch has been updated by Eric Botcazou :
https://gcc.gnu.org/g:e39b170695a161feba7401b7d21d824db9ee1f8f
commit r13-3296-ge39b170695a161feba7401b7d21d824db9ee1f8f
Author: Eric Botcazou
Date: F
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107248
--- Comment #6 from CVS Commits ---
The releases/gcc-12 branch has been updated by Eric Botcazou
:
https://gcc.gnu.org/g:a5a6598d5b1d29741993371310c0bb8ca57e190c
commit r12-8831-ga5a6598d5b1d29741993371310c0bb8ca57e190c
Author: Eric Botcazou
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=38644
--- Comment #75 from CVS Commits ---
The releases/gcc-12 branch has been updated by Eric Botcazou
:
https://gcc.gnu.org/g:a5a6598d5b1d29741993371310c0bb8ca57e190c
commit r12-8831-ga5a6598d5b1d29741993371310c0bb8ca57e190c
Author: Eric Botcazou
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107248
--- Comment #7 from CVS Commits ---
The releases/gcc-11 branch has been updated by Eric Botcazou
:
https://gcc.gnu.org/g:3f4b65df625edae3e8829718af721ad2330b3f22
commit r11-10311-g3f4b65df625edae3e8829718af721ad2330b3f22
Author: Eric Botcazou
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=38644
--- Comment #76 from CVS Commits ---
The releases/gcc-11 branch has been updated by Eric Botcazou
:
https://gcc.gnu.org/g:3f4b65df625edae3e8829718af721ad2330b3f22
commit r11-10311-g3f4b65df625edae3e8829718af721ad2330b3f22
Author: Eric Botcazou
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107260
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=38644
--- Comment #77 from CVS Commits ---
The releases/gcc-10 branch has been updated by Eric Botcazou
:
https://gcc.gnu.org/g:d0ef37c35b7ff7324b4567652380f32079d46088
commit r10-11034-gd0ef37c35b7ff7324b4567652380f32079d46088
Author: Eric Botcazou
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107248
--- Comment #8 from CVS Commits ---
The releases/gcc-10 branch has been updated by Eric Botcazou
:
https://gcc.gnu.org/g:d0ef37c35b7ff7324b4567652380f32079d46088
commit r10-11034-gd0ef37c35b7ff7324b4567652380f32079d46088
Author: Eric Botcazou
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107257
Martin Liška changed:
What|Removed |Added
CC||marxin at gcc dot gnu.org
--- Comment #1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107254
--- Comment #8 from CVS Commits ---
The master branch has been updated by Richard Biener :
https://gcc.gnu.org/g:9ed4a849afb5b18b462bea311e7eee454c2c9f68
commit r13-3297-g9ed4a849afb5b18b462bea311e7eee454c2c9f68
Author: Richard Biener
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107254
Richard Biener changed:
What|Removed |Added
Summary|[11/12/13 Regression] Wrong |[11/12 Regression] Wrong
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107257
Martin Liška changed:
What|Removed |Added
Status|NEW |WAITING
--- Comment #2 from Martin Liška
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107248
Eric Botcazou changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64697
Eric Botcazou changed:
What|Removed |Added
CC||alvinhochun at gmail dot com
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104862
Eric Botcazou changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106112
--- Comment #8 from CVS Commits ---
The releases/gcc-10 branch has been updated by Richard Biener
:
https://gcc.gnu.org/g:983d87530d8efbae6b5f4973c52edd1071d26add
commit r10-11035-g983d87530d8efbae6b5f4973c52edd1071d26add
Author: Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106131
--- Comment #14 from CVS Commits ---
The releases/gcc-10 branch has been updated by Richard Biener
:
https://gcc.gnu.org/g:a8abbf6d15fefe5ac27aa7c21201883b66cc9b01
commit r10-11036-ga8abbf6d15fefe5ac27aa7c21201883b66cc9b01
Author: Richard Bien
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106331
--- Comment #14 from CVS Commits ---
The releases/gcc-10 branch has been updated by Richard Biener
:
https://gcc.gnu.org/g:cf404eb3b55a3711134bddee98d6d8d881be8a69
commit r10-11037-gcf404eb3b55a3711134bddee98d6d8d881be8a69
Author: Richard Bien
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106513
--- Comment #8 from CVS Commits ---
The releases/gcc-10 branch has been updated by Richard Biener
:
https://gcc.gnu.org/g:29ad829c93d530e75dee88d2550350c14fcaf8f6
commit r10-11038-g29ad829c93d530e75dee88d2550350c14fcaf8f6
Author: Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106540
--- Comment #8 from CVS Commits ---
The releases/gcc-10 branch has been updated by Richard Biener
:
https://gcc.gnu.org/g:d2fa5521282cc7b5510e1e2c431a56d12693d74f
commit r10-11039-gd2fa5521282cc7b5510e1e2c431a56d12693d74f
Author: Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106131
Richard Biener changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Known to work|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106334
--- Comment #12 from CVS Commits ---
The releases/gcc-10 branch has been updated by Richard Biener
:
https://gcc.gnu.org/g:d2fa5521282cc7b5510e1e2c431a56d12693d74f
commit r10-11039-gd2fa5521282cc7b5510e1e2c431a56d12693d74f
Author: Richard Bien
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106112
Richard Biener changed:
What|Removed |Added
Known to fail||10.4.0
Known to work|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106331
Richard Biener changed:
What|Removed |Added
Known to work||10.4.1
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82738
Bug 82738 depends on bug 106331, which changed state.
Bug 106331 Summary: [10 Regression] Whole array assignment of empty string
segfaults with -Og since r12-2633-ge5e164effa30fd2b
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106331
W
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106513
Richard Biener changed:
What|Removed |Added
Known to work||10.4.1
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106540
Richard Biener changed:
What|Removed |Added
Known to work||10.4.1
Resolution|---
gnu-ld
--with-as=/usr/bin/x86_64-pc-linux-gnu-as --disable-libstdcxx-pch
--prefix=/repo/gcc-trunk//binary-trunk-r13-3292-20221014093701-gc2565a31c16-checking-yes-rtl-df-extra-nobootstrap-amd64
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 13.0.0 20221014 (experimental) (GCC)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107261
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
zstd
gcc version 13.0.0 20221014 (experimental) (GCC)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107257
Richard Biener changed:
What|Removed |Added
Resolution|--- |INVALID
Status|WAITING
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106430
Patrick Palka changed:
What|Removed |Added
CC||ppalka at gcc dot gnu.org
S
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101449
Patrick Palka changed:
What|Removed |Added
CC||johelegp at gmail dot com
--- Comment #
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103524
Bug 103524 depends on bug 106430, which changed state.
Bug 106430 Summary: [modules] ICE on function result of imported type with
user-declared constexpr SMF
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106430
What|Removed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101449
Patrick Palka changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |ppalka at gcc dot
gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106304
--- Comment #3 from CVS Commits ---
The master branch has been updated by Patrick Palka :
https://gcc.gnu.org/g:d6a488f243acfac4bdbbb0eefbee3ae916159cf5
commit r13-3299-gd6a488f243acfac4bdbbb0eefbee3ae916159cf5
Author: Patrick Palka
Date: F
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106304
Patrick Palka changed:
What|Removed |Added
Target Milestone|--- |13.0
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103524
Bug 103524 depends on bug 106304, which changed state.
Bug 106304 Summary: [modules] ICE compiling dynamic_cast in constexpr function
(in tree_node, at cp/module.cc:9183)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106304
What|R
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107263
Bug ID: 107263
Summary: Memcpy not elided when initializing struct
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: tr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107260
Marek Polacek changed:
What|Removed |Added
CC||mpolacek at gcc dot gnu.org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99769
Patrick Palka changed:
What|Removed |Added
See Also|https://gcc.gnu.org/bugzill |
|a/show_bug.cgi?id=10
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106304
Patrick Palka changed:
What|Removed |Added
See Also|https://gcc.gnu.org/bugzill |
|a/show_bug.cgi?id=9
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103524
Bug 103524 depends on bug 99769, which changed state.
Bug 99769 Summary: [modules] internal compiler error: in tree_node, at
cp/module.cc:9105 when compile module partitions
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99769
What
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107260
--- Comment #3 from Marek Polacek ---
I wonder if we could wrap the INTEGER_CST in a NOP_EXPR/V_C_E to make it clear
it's not an integer literal.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107264
Bug ID: 107264
Summary: -O1 disables -Wfree-nonheap-object on a map
Product: gcc
Version: 12.2.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c+
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52145
Andrew Pinski changed:
What|Removed |Added
CC||xmh970252187 at gmail dot com
--- Commen
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107260
Andrew Pinski changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107264
Andrew Pinski changed:
What|Removed |Added
Ever confirmed|0 |1
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107263
Andrew Pinski changed:
What|Removed |Added
Severity|normal |enhancement
Keywords|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107265
Bug ID: 107265
Summary: error: TARGET_VXWORKS7 was not declared in this scope;
did you mean TARGET_VXWORKS
Product: gcc
Version: 13.0
Status: UNCONFIRMED
Sever
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107266
Bug ID: 107266
Summary: Reject kind=4 characters for BIND(C) – it invalid and
generates wrong code
Product: gcc
Version: 13.0
Status: UNCONFIRMED
Keywords: acc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107266
--- Comment #1 from Tobias Burnus ---
Better example:
character(kind=4) function f(x) bind(C)
character(kind=4), value :: x
end
Has the dump:
__attribute__((fn spec (". w ")))
character(kind=1) f (character(kind=1) x)
{
(void) 0;
}
Not
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107267
Bug ID: 107267
Summary: ice in cp_gimplify_init_expr, at cp/cp-gimplify.cc:253
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Comp
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107267
--- Comment #1 from David Binderman ---
The compiler first seems to break sometime between git hash 8a9e92b249c9c5a5
and 6ffbf87ca66f4ed9, a day later.
Reduction running.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107267
--- Comment #2 from David Binderman ---
There is only one mention of cp_gimplify_init_expr in that git
range, and it is the final commit of Jason's, marked
6ffbf87ca66f4ed9cd79cff675fabe2109e46e85.
Not a smoking gun, but possibly a lead candida
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107268
Bug ID: 107268
Summary: Poor diagnostic for missing colon in ctor-initializer
Product: gcc
Version: 12.2.1
Status: UNCONFIRMED
Keywords: diagnostic
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107240
--- Comment #3 from Segher Boessenkool ---
(In reply to Peter Bergner from comment #1)
> I guess the first question is, is it expected that the
> vect-bitfield-write-2.c loop should be vectorized on power7 which only has
> Altivec and not VSX?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93746
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107240
--- Comment #4 from avieira at gcc dot gnu.org ---
Might be worth posting the output of -fdump-tree-vect-all might be failing to
vectorize due to some specific lack of feature that we can test for.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107240
--- Comment #5 from Segher Boessenkool ---
So perhaps this needs instructions new on P8 (which fleshed out the integer
support amongst other things, but that sounds relevant here?) Test that with
{ powerpc*-*-* && has_arch_pwr8 }
or such? Bu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107206
--- Comment #5 from Martin Jambor ---
I believe this is fallout from the fix to PR 92706 where we started
propagating accesses across assignments also from LHS to RHS and
because everything is totally flow-insensitive, we have an access
represen
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107268
Marek Polacek changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94920
John David Anglin changed:
What|Removed |Added
CC||danglin at gcc dot gnu.org
--- Comme
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106812
Charles-Henri Gros changed:
What|Removed |Added
CC||chgros at coverity dot com
--- Com
1 - 100 of 121 matches
Mail list logo