https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107766
Bug ID: 107766
Summary: [13 Regression] ICE Segmentation fault since
r13-4137-gc5df8392c5848c04
Product: gcc
Version: 13.0
Status: UNCONFIRMED
Keywords: ice-on
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107766
Martin Liška changed:
What|Removed |Added
Last reconfirmed||2022-11-20
Status|UNCONFIRME
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107767
Bug ID: 107767
Summary: GCC has some problems in optimizer of trivial case
Product: gcc
Version: 13.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Componen
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107768
Bug ID: 107768
Summary: Bogus -Wzero-as-null-pointer-constant in coroutine
Product: gcc
Version: 13.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Componen
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107767
--- Comment #1 from Коренберг Марк ---
See assembler output for firewall2(). It's not -Os optimized (compare to
firewall(), which is ok)
```
firewall:
movw64(%rdi), %ax
cmpb$17, (%rdi)
sete%cl
leal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107769
Bug ID: 107769
Summary: -flto with -Os/-O2/-O3 emitted code with gcc 12.x
segfaults via mutated global in .rodata
Product: gcc
Version: 12.2.0
Status: UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107183
--- Comment #6 from CVS Commits ---
The master branch has been updated by Jakub Jelinek :
https://gcc.gnu.org/g:6b5c98c1c0003bd470a4428bede6c862637a94b8
commit r13-4175-g6b5c98c1c0003bd470a4428bede6c862637a94b8
Author: Jakub Jelinek
Date: S
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105614
--- Comment #18 from gagan sidhu (broly) ---
hi,
i wanted to correct an inaccuracy in my previous comment, as i needed to build
a MIPS64 multilib toolchain today and ran into the same problem.
the solution is, as my friend of chinese origin su
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107770
Bug ID: 107770
Summary: Comparison of vectors of float doesn't work
Product: gcc
Version: 12.2.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: ji
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107769
Andrew Pinski changed:
What|Removed |Added
Summary|-flto with -Os/-O2/-O3 |[12/13 Regression] -flto
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107771
Bug ID: 107771
Summary: Cannot resolve templated conversion operator in
templated struct
Product: gcc
Version: 12.2.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107772
Bug ID: 107772
Summary: [missed optimization] function prologue generated even
though it's only needed in an unlikely path
Product: gcc
Version: 13.0
Status: UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107568
Iain Sandoe changed:
What|Removed |Added
Ever confirmed|0 |1
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107772
Andrew Pinski changed:
What|Removed |Added
Ever confirmed|0 |1
Severity|normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107773
Bug ID: 107773
Summary: Class members do not hide nested types
Product: gcc
Version: 11.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107771
--- Comment #1 from Andrew Pinski ---
Reduced testcase:
```
struct bind_in
{
template
operator R const& () const;
}a;
int x(void) {
return a;
}
```
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107771
Andrew Pinski changed:
What|Removed |Added
Keywords||rejects-valid
Status|UNCONF
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107771
Andrew Pinski changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61663
Andrew Pinski changed:
What|Removed |Added
CC||alvinhochun at gmail dot com
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77660
--- Comment #1 from Andrew Pinski ---
I am pretty sure this is really a dup of bug 61663.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41233
--- Comment #9 from Andrew Pinski ---
(In reply to Zack Weinberg from comment #0)
>
> _ZN9convertercvPT_I4DestEEv
[apinski@xeond2 stage1-gcc]$ c++filt _ZN9convertercvPT_I4DestEEv
converter::operator Dest*()
This now demangles as of 2.30.
>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107773
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Keywords|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41233
--- Comment #10 from Zack Weinberg ---
The examples found by other people still don't demangle, though...
$ c++filt --version 2>&1 | head -n1
GNU c++filt (GNU Binutils for Debian) 2.39
$ c++filt <<\EOF
_ZNK3FooIPvEcvS_IT_EIiEEv
_ZN5vnullcv3vecIT
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107661
--- Comment #13 from Sergei Trofimovich ---
(In reply to Sergei Trofimovich from comment #12)
> Testing the following:
>
> --- a/gcc/ipa-cp.cc
> +++ b/gcc/ipa-cp.cc
> @@ -5869,37 +5869,37 @@ cgraph_edge_brings_all_scalars_for_node (struct
> cgr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104689
Ramana Radhakrishnan changed:
What|Removed |Added
CC||ramana at gcc dot gnu.org
--- Co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104688
--- Comment #18 from CVS Commits ---
The releases/gcc-12 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:86dea99d8525bf49d51636332d6be440e51b931a
commit r12-8920-g86dea99d8525bf49d51636332d6be440e51b931a
Author: Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107183
--- Comment #7 from CVS Commits ---
The releases/gcc-12 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:196cb25ddbc6c4fae5e7b1c0a09f32f59bdabaa8
commit r12-8922-g196cb25ddbc6c4fae5e7b1c0a09f32f59bdabaa8
Author: Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107675
--- Comment #10 from Tamar Christina ---
I've bisected this to:
commit 6e80a1d164d1f996ad08a512c25a7c2ca893
Author: Thomas Neumann
Date: Tue Mar 1 21:57:35 2022 +0100
eliminate mutex in fast path of __register_frame
The __regis
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107675
Tamar Christina changed:
What|Removed |Added
Component|libstdc++ |libgcc
--- Comment #11 from Tamar Chr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107774
Bug ID: 107774
Summary: rtl failed to simplify subreg:vec_select to just
vec_select.
Product: gcc
Version: 13.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107775
Bug ID: 107775
Summary: misoptimization in vec_set lower part of vector in the
memory.
Product: gcc
Version: 13.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107764
Eric Gallager changed:
What|Removed |Added
Last reconfirmed||2022-11-21
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107776
Bug ID: 107776
Summary: [13 Regression] ICE: SIGSEGV in
complex_mul_pattern::matches
(tree-vect-slp-patterns.cc:1042) with -O2 -std=c11
Product: gcc
Version: 13.
Keywords: ice-on-valid-code
Severity: normal
Priority: P3
Component: analyzer
Assignee: dmalcolm at gcc dot gnu.org
Reporter: asolokha at gmx dot com
Target Milestone: ---
gcc 13.0.0 20221120 snapshot (g:a16a5460447eaaff0b4468064e4d7b1cc8fc42eb
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107778
Bug ID: 107778
Summary: handle_contract_violation should reflect
_GLIBCXX_VERBOSE
Product: gcc
Version: 13.0
Status: UNCONFIRMED
Severity: normal
Pri
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107778
--- Comment #1 from cqwrteur ---
__attribute__ ((weak)) void
handle_contract_violation (const std::experimental::contract_violation &)
{
__builtin_trap();
}
some thing like that. I cannot afford stdio and iostream
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107778
--- Comment #2 from cqwrteur ---
BTW. Why does the default contract does not crash program when it violates?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107778
--- Comment #3 from cqwrteur ---
(In reply to cqwrteur from comment #2)
> BTW. Why does the default contract does not crash program when it violates?
Also why the function is not noexcept?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67196
Richard Biener changed:
What|Removed |Added
Known to work||13.0
Keywords|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91470
Richard Biener changed:
What|Removed |Added
Keywords||needs-bisection
--- Comment #10 from Ri
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107766
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=107779
Bug ID: 107779
Summary: Support implicit references from inline assembler to
compiler symbols
Product: gcc
Version: 13.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107779
Andrew Pinski changed:
What|Removed |Added
Severity|normal |enhancement
Keywords|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107780
Bug ID: 107780
Summary: strchrnul' was not declared in this scope; did you
mean 'strchr'? For contracts for canadian compilation
Product: gcc
Version: 13.0
Status: UNCON
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107781
Bug ID: 107781
Summary: strchrnul' was not declared in this scope; did you
mean 'strchr'? For contracts for canadian compilation
Product: gcc
Version: 13.0
Status: UNCON
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107782
Bug ID: 107782
Summary: constexpr volatile variable is permitted to appear in
a constant expression
Product: gcc
Version: 12.2.1
Status: UNCONFIRMED
Severity:
Priority: P3
Component: analyzer
Assignee: dmalcolm at gcc dot gnu.org
Reporter: asolokha at gmx dot com
Target Milestone: ---
gcc 13.0.0 20221120 snapshot (g:a16a5460447eaaff0b4468064e4d7b1cc8fc42eb) ICEs
when compiling the following testcase w/ -fanalyzer
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99772
Andrew Pinski changed:
What|Removed |Added
Ever confirmed|0 |1
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106560
--- Comment #9 from CVS Commits ---
The trunk branch has been updated by Andrew Pinski :
https://gcc.gnu.org/g:b03ad138a61f64d8a77876d6864aad5103fff498
commit r13-4181-gb03ad138a61f64d8a77876d6864aad5103fff498
Author: Andrew Pinski
Date: Sa
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106560
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |FIXED
Target Milestone|12.3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87497
Andrew Pinski changed:
What|Removed |Added
Keywords||needs-bisection
--- Comment #2 from Andr
51 matches
Mail list logo