https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100508
Richard Biener changed:
What|Removed |Added
Keywords||ice-on-valid-code, openmp
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100509
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Assignee|unassigned
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100471
--- Comment #6 from CVS Commits ---
The master branch has been updated by Jakub Jelinek :
https://gcc.gnu.org/g:98acbb3111fcb5e57d5e63d46c0d92f4e53e3c2a
commit r12-706-g98acbb3111fcb5e57d5e63d46c0d92f4e53e3c2a
Author: Jakub Jelinek
Date: Tu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100511
--- Comment #4 from Richard Biener ---
I don't see how we can say x->count is loop invariant, the GIMPLE memory model
allows aliasing of 'g' via 'x->count' since the effective type of 'g' can
be a struct XX (and the store via 'g' doesn't change
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100512
Richard Biener changed:
What|Removed |Added
Last reconfirmed||2021-05-11
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100513
Richard Biener changed:
What|Removed |Added
Target||powerpc64le-linux
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100513
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100513
--- Comment #10 from Martin Liška ---
Reproduced with master on gcc112 machine (ppc64le).
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100152
--- Comment #53 from Iain Sandoe ---
on macOS 10.15 (Darwin19) with r12-637-g56103737 comparing unpatched / patched.
-WARNING: 29_atomics/atomic_float/wait_notify.cc execution test program timed
out.
-FAIL: 29_atomics/atomic_float/wait_notify.c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100511
--- Comment #5 from Jiangning Liu ---
If we change "c3 = a" to "c3 = x->b", GCC can optimize it without IPA. It seems
VRP is working for this case.
$ cat tt7.c
#include
int a;
typedef struct {
int b;
int count;
} XX;
int g;
__attrib
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100512
Martin Liška changed:
What|Removed |Added
Summary|[12 Regression] ICE during |[12 Regression] ICE during
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100509
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=100508
Martin Liška changed:
What|Removed |Added
CC||marxin at gcc dot gnu.org
--- Comment #2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100504
Martin Liška changed:
What|Removed |Added
CC||marxin at gcc dot gnu.org
St
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100502
Martin Liška changed:
What|Removed |Added
Ever confirmed|0 |1
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100502
Martin Liška changed:
What|Removed |Added
Priority|P3 |P1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100508
--- Comment #3 from Jakub Jelinek ---
If you change it to #pragma omp declare simd it will start certainly earlier.
I think the bug is in the inliner.
Before dse1 we have:
V m;
:
m_2 = j;
# DEBUG m => m_2
and dse1 turns that into:
#
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100513
Martin Liška changed:
What|Removed |Added
CC||hubicka at gcc dot gnu.org
Su
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100513
Martin Liška changed:
What|Removed |Added
Target Milestone|--- |11.2
Priority|P3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100515
Bug ID: 100515
Summary: [12 Regression] ICE in output_rnglists, at
dwarf2out.c:12294
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Keywords: ice-on-valid-code
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100515
--- Comment #1 from Arseny Solokha ---
(In reply to Arseny Solokha from comment #0)
> reduced from
> clang/testsuite/AST/ast-dump-openmp-taskloop-simd.c
Reduced from test/AST/ast-dump-openmp-taskloop-simd.c from the clang 11.1.0
test suite.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100499
Martin Liška changed:
What|Removed |Added
Keywords|needs-bisection |
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100499
--- Comment #3 from Martin Liška ---
But expected result is end g_2823 = 32768, right?
Clang returns the same result 32768.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100499
Martin Liška changed:
What|Removed |Added
CC||amker at gcc dot gnu.org
--- Comment #4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100499
--- Comment #5 from John Dong ---
(In reply to Martin Liška from comment #3)
> But expected result is end g_2823 = 32768, right?
> Clang returns the same result 32768.
Yes, I think so.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100515
Martin Liška changed:
What|Removed |Added
Last reconfirmed||2021-05-11
Summary|[12 Regres
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96005
--- Comment #2 from Tom de Vries ---
On my usual machine, using system cuda I don't get beyond 6.1:
...
diff --git a/gcc/config/nvptx/nvptx.c b/gcc/config/nvptx/nvptx.c
index 7a7a9130e84..ecf3803df3c 100644
--- a/gcc/config/nvptx/nvptx.c
+++ b/gc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100516
Bug ID: 100516
Summary: Unexpected -Wstringop-overread in deque
initialization from empty initializer_list
Product: gcc
Version: 11.1.0
Status: UNCONFIRMED
Key
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100516
--- Comment #1 from vopl at bk dot ru ---
Please look at the following code, it throws an unexpected warning
[-Wstringop-overread].
$ cat b11.cpp && echo EOF
#include
void f()
{
std::initializer_list il{};
std::deque{il};
}
EOF
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100497
--- Comment #9 from Tom de Vries ---
(In reply to Tobias Burnus from comment #8)
> I am wondering whether it has something to do with shfl now requiring .sync,
> especially for sm_70. (Non-sync version was deprecated in ISA 6.0 and for
> sm_70 r
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100508
Jakub Jelinek changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100513
--- Comment #12 from Martin Liška ---
Created attachment 50789
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=50789&action=edit
Reduced test-case (x86_64)
Fails on master with:
$ g++ tree-cfg.ii -O3 --param ggc-min-expand=1 --param ggc-m
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100499
Richard Biener changed:
What|Removed |Added
Known to work|11.1.0 |
Known to fail|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100419
--- Comment #1 from CVS Commits ---
The master branch has been updated by SRINATH PARVATHANENI
:
https://gcc.gnu.org/g:9b905ba9ebba8d2cc805c26351225e7f74c02333
commit r12-711-g9b905ba9ebba8d2cc805c26351225e7f74c02333
Author: Srinath Parvathane
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100390
Thomas Schwinge changed:
What|Removed |Added
Ever confirmed|0 |1
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100513
--- Comment #13 from Richard Biener ---
So we're reaching a unreleased SSA names def_stmt which points to a ggc_freed
CFG block. Referenced from a function decls symtab node and edge call stmts.
And we're collecting after PRE.
The basic-block
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100517
Bug ID: 100517
Summary: [12 Regression] ICE in rvalue, at cp/tree.c:946
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Keywords: ice-on-invalid-code
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100513
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54835
David Friberg changed:
What|Removed |Added
CC||davveston at gmail dot com
--- Comment #
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100499
bin cheng changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |amker at gcc dot gnu.org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100513
--- Comment #15 from Richard Biener ---
(In reply to Jakub Jelinek from comment #14)
> If you want to avoid that
> if (lhs && TREE_CODE (lhs) == SSA_NAME)
> SSA_NAME_DEF_STMT (lhs) = gs;
> in gimple_call_set_lhs, I think it deserves a comm
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100509
--- Comment #4 from CVS Commits ---
The master branch has been updated by Richard Biener :
https://gcc.gnu.org/g:ca8e8301180fa71de1a76769fc038df2ab85dfeb
commit r12-712-gca8e8301180fa71de1a76769fc038df2ab85dfeb
Author: Richard Biener
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100509
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |9.4
Summary|ICE at -O3: in
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100517
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |12.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54835
Jonathan Wakely changed:
What|Removed |Added
Status|SUSPENDED |ASSIGNED
--- Comment #20 from Jonathan
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100513
--- Comment #16 from Richard Biener ---
Created attachment 50790
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=50790&action=edit
patch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100513
--- Comment #17 from Richard Biener ---
Jiu, can you test whether the proposed patch fixes the bootstrap-O3 issue on
ppc64le?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100499
--- Comment #8 from Martin Liška ---
(In reply to bin cheng from comment #7)
> (In reply to Martin Liška from comment #4)
> > (In reply to Martin Liška from comment #3)
> > > But expected result is end g_2823 = 32768, right?
> > > Clang returns
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100517
Martin Liška changed:
What|Removed |Added
Ever confirmed|0 |1
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100390
Tom de Vries changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100397
Tom de Vries changed:
What|Removed |Added
CC||vries at gcc dot gnu.org
--- Comment #3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100445
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=100400
Martin Liška changed:
What|Removed |Added
Ever confirmed|0 |1
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100380
Martin Liška changed:
What|Removed |Added
CC||marxin at gcc dot gnu.org
Ever confi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99725
--- Comment #2 from CVS Commits ---
The master branch has been updated by Alex Coplan :
https://gcc.gnu.org/g:2ac1f0eb3887335b7a7e845812956fa436e72a91
commit r12-715-g2ac1f0eb3887335b7a7e845812956fa436e72a91
Author: Alex Coplan
Date: Tue May
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99725
--- Comment #3 from Alex Coplan ---
Fixed on trunk, keeping open for backports.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100242
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100453
--- Comment #2 from Eric Botcazou ---
It's SRA writing into a TREE_READONLY parameter:
void g (const struct a h)
{
const h$b;
int c.0_1;
int _2;
int c.1_3;
_4;
int _5;
_6;
int _7;
:
h$b_14 = MEM[(struct a *)&h].b;
got
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100448
Martin Liška changed:
What|Removed |Added
CC||jason at gcc dot gnu.org,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100518
Bug ID: 100518
Summary: ICE in copy_to_mode_reg, at explow.c:651
Product: gcc
Version: 11.0
Status: UNCONFIRMED
Keywords: ice-on-valid-code
Severity: normal
Pr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100519
Bug ID: 100519
Summary: ICE in insert_stmt_after, at tree-ssa-reassoc.c:1452
Product: gcc
Version: 11.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Compon
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100519
Richard Biener changed:
What|Removed |Added
Last reconfirmed||2021-05-11
Assignee|unassign
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100513
--- Comment #18 from CVS Commits ---
The master branch has been updated by Richard Biener :
https://gcc.gnu.org/g:7e0fe7761da9255c9342788956c37b426875d872
commit r12-716-g7e0fe7761da9255c9342788956c37b426875d872
Author: Richard Biener
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100513
Richard Biener changed:
What|Removed |Added
Target Milestone|11.2|10.4
Assignee|hubicka at gcc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100497
Tobias Burnus changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100497
--- Comment #11 from Jakub Jelinek ---
(In reply to Tobias Burnus from comment #10)
> Oddly, if one replaces
>
> #pragma omp target teams distribute parallel for reduction(||: orfc)
> map(orfc)
>
> by
>
> #pragma omp target map(orfc)
> {
>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100513
--- Comment #20 from Jiu Fu Guo ---
Yes, with the patch, bootstrap-O3 pass on ppc64le too.
Thanks!
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100400
--- Comment #2 from Arseny Solokha ---
% g++-12.0.0 -v
Using built-in specs.
COLLECT_GCC=g++-12.0.0
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-unknown-linux-gnu/12.0.0/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with:
/var/tmp/porta
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100400
--- Comment #3 from Arseny Solokha ---
% cat .c.008t.omp_oacc_kernels_decompose
;; Function foo (_Z3foov, funcdef_no=0, decl_uid=2487, cgraph_uid=1,
symbol_order=1)
EMERGENCY DUMP:
void foo ()
{
# DEBUG BEGIN_STMT
#pragma omp targe
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100400
Martin Liška changed:
What|Removed |Added
Status|WAITING |NEW
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100513
--- Comment #21 from Jiu Fu Guo ---
When build the go on trunk with the patch, an error occur:
In function 'syscall.forkExec':
go1: error: address taken, but ADDRESSABLE bit not set
PHI argument
&go..C479;
for PHI node
err$__object_77 = PHI
dur
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100513
--- Comment #22 from rguenther at suse dot de ---
On Tue, 11 May 2021, guojiufu at gcc dot gnu.org wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100513
>
> --- Comment #21 from Jiu Fu Guo ---
> When build the go on trunk with the patc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100431
--- Comment #3 from Joey Dumont ---
I had tested with a simple printf:
#include
#ifndef N_
# define N_(msgid) msgid
#endif
int
main(int argc, char* argv[]) {
printf(N_("use of C++23 % integer constant"));
printf(N_("use of C++23 %%> int
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100513
--- Comment #23 from Jiu Fu Guo ---
Created attachment 50791
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=50791&action=edit
the command to build syscall.o
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100516
--- Comment #2 from vopl at bk dot ru ---
minimal reproduce code I have:
using size_t = decltype(sizeof(char));
class initializer
{
const char* _array;
size_t _len;
public:
constexpr initializer() : _array{}, _len{} { }
co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100513
--- Comment #24 from Jiu Fu Guo ---
(In reply to rguent...@suse.de from comment #22)
> On Tue, 11 May 2021, guojiufu at gcc dot gnu.org wrote:
>
cut..
> > Makefile:3001: recipe for target 'syscall.lo' failed
>
> Yes, this was reported by Maxim
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100520
Bug ID: 100520
Summary: [11/12 Regression] aarch64: ‘-fcompare-debug’ failure
with -fprofile-generate
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100431
--- Comment #4 from Jakub Jelinek ---
%< and %> are GCC diagnostics format specifiers, not printf.
They are more similar to e.g. GNU printf %m , something that doesn't take any
va_arg, but is interpreted.
Try
printf ("%m\n");
vs.
printf ("%s", "
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100517
--- Comment #2 from CVS Commits ---
The master branch has been updated by Jason Merrill :
https://gcc.gnu.org/g:010d4a5047166037b316ed22331f3d99742f1f1d
commit r12-721-g010d4a5047166037b316ed22331f3d99742f1f1d
Author: Jason Merrill
Date: Tu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100517
Jason Merrill changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
gcc version 12.0.0 20210511 (experimental) [master revision
:7db32cac8:aa891c56f25baac94db004e309d1b6e40b770a95] (GCC)
$ cat mutant.c
__builtin_clz(int a) { return __builtin_clz(a); }
$ gcc-trunk -O2 mutant.c
mutant.c:1:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
1
: x86_64-pc-linux-gnu
Configured with: /tmp/tmp.FUbEknNORK-gcc-builder/gcc/configure
--enable-languages=c,c++,lto --enable-checking-yes --enable-multiarch
--prefix=/scratch/software/gcc-trunk --disable-bootstrap
Thread model: posix
Supported LTO compression algorithms: zlib
gcc version 12.0.0 20210511
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100523
Bug ID: 100523
Summary: [11/12 Regression] armv8.1-m.main -fcompare-debug
failure with -O -fmodulo-sched -mtune=cortex-a53
Product: gcc
Version: 12.0
Status: UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100524
Bug ID: 100524
Summary: pragma GCC diagnostic ignored "-Wanalyzer-too-complex"
ignored by cc1
Product: gcc
Version: 11.1.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99988
--- Comment #6 from CVS Commits ---
The releases/gcc-11 branch has been updated by Alex Coplan
:
https://gcc.gnu.org/g:1011bb8bc67cf34c45a9237d72a801a14ad9ef0f
commit r11-8379-g1011bb8bc67cf34c45a9237d72a801a14ad9ef0f
Author: Alex Coplan
Date:
--disable-bootstrap
Thread model: posix
Supported LTO compression algorithms: zlib
gcc version 12.0.0 20210511 (experimental) [master revision
:7db32cac8:aa891c56f25baac94db004e309d1b6e40b770a95] (GCC)
$ cat mutant.c
__GIMPLE
foo() { __builtin_abs(a); }
$ gcc-trunk -O0 mutant.c
mutant.c:1:1: error
-pc-linux-gnu
Configured with: /tmp/tmp.FUbEknNORK-gcc-builder/gcc/configure
--enable-languages=c,c++,lto --enable-checking-yes --enable-multiarch
--prefix=/scratch/software/gcc-trunk --disable-bootstrap
Thread model: posix
Supported LTO compression algorithms: zlib
gcc version 12.0.0 20210511
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100479
Patrick Palka changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |ppalka at gcc dot
gnu.org
: zlib
gcc version 12.0.0 20210511 (experimental) [master revision
:7db32cac8:aa891c56f25baac94db004e309d1b6e40b770a95] (GCC)
$ cat mutant.c
__GIMPLE
foo() {
int __builtin_abs;
__builtin_abs();
}
$ gcc-trunk -O0 mutant.c
mutant.c:1:1: error: ‘__GIMPLE’ only valid with ‘-fgimple’
1
LTO compression algorithms: zlib
gcc version 12.0.0 20210511 (experimental) [master revision
:7db32cac8:aa891c56f25baac94db004e309d1b6e40b770a95] (GCC)
$ cat mutant.c
a;
__attribute__((target_clones(a + 0x12345U))) fast_clamp() {}
$ gcc-trunk -O0 mutant.c
mutant.c:1:1: warning: data definition
: x86_64-pc-linux-gnu
Configured with: /tmp/tmp.FUbEknNORK-gcc-builder/gcc/configure
--enable-languages=c,c++,lto --enable-checking-yes --enable-multiarch
--prefix=/scratch/software/gcc-trunk --disable-bootstrap
Thread model: posix
Supported LTO compression algorithms: zlib
gcc version 12.0.0 20210511
-gnu
Configured with: /tmp/tmp.FUbEknNORK-gcc-builder/gcc/configure
--enable-languages=c,c++,lto --enable-checking-yes --enable-multiarch
--prefix=/scratch/software/gcc-trunk --disable-bootstrap
Thread model: posix
Supported LTO compression algorithms: zlib
gcc version 12.0.0 20210511 (experimental
: x86_64-pc-linux-gnu
Configured with: /tmp/tmp.FUbEknNORK-gcc-builder/gcc/configure
--enable-languages=c,c++,lto --enable-checking-yes --enable-multiarch
--prefix=/scratch/software/gcc-trunk --disable-bootstrap
Thread model: posix
Supported LTO compression algorithms: zlib
gcc version 12.0.0 20210511
LTO compression algorithms: zlib
gcc version 12.0.0 20210511 (experimental) [master revision
:7db32cac8:aa891c56f25baac94db004e309d1b6e40b770a95] (GCC)
$ cat mutant.c
__attribute__((target_clones(foo() != 3))) foo() {}
$ gcc-trunk mutant.c
mutant.c:1:30: warning: implicit declaration of function
--prefix=/scratch/software/gcc-trunk --disable-bootstrap
Thread model: posix
Supported LTO compression algorithms: zlib
gcc version 12.0.0 20210511 (experimental) [master revision
:7db32cac8:aa891c56f25baac94db004e309d1b6e40b770a95] (GCC)
$ cat mutant.c
typedef __SIZE_TYPE__ size_t;
void *memcpy(void
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100533
Bug ID: 100533
Summary: [10/11/12 Regression] aarch64: -fcompare-debug failure
with -O -fmodulo-sched
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100532
--- Comment #1 from Chengnian Sun ---
Another duplicate.
$ cat mutant.c
void *memcpy(void[], const void *, __SIZE_TYPE__);
f(x) {
if (f)
memcpy(x, x, x);
}
$ gcc-trunk mutant.c
mutant.c:1:18: error: declaration of type name as array of
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100516
Martin Sebor changed:
What|Removed |Added
Blocks||97048
Status|UNCONFIRMED
--disable-bootstrap
Thread model: posix
Supported LTO compression algorithms: zlib
gcc version 12.0.0 20210511 (experimental) [master revision
:7db32cac8:aa891c56f25baac94db004e309d1b6e40b770a95] (GCC)
$ cat mutant.c
__attribute__((target_clones(foo( baz() {}
$ gcc-trunk mutant.c
mutant.c:1:30
--disable-bootstrap
Thread model: posix
Supported LTO compression algorithms: zlib
gcc version 12.0.0 20210511 (experimental) [master revision
:7db32cac8:aa891c56f25baac94db004e309d1b6e40b770a95] (GCC)
$ cat mutant.c
__GIMPLE
foo() {
int t1;
t1_1 = __builtin_abs(__builtin_abs());
}
$ gcc-trunk
1 - 100 of 181 matches
Mail list logo