https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106773
--- Comment #17 from CVS Commits ---
The master branch has been updated by David Faust :
https://gcc.gnu.org/g:2bce22e88e1c8486a0f2d42311506a8d3da20fb7
commit r13-4707-g2bce22e88e1c8486a0f2d42311506a8d3da20fb7
Author: David Faust
Date: Wed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106773
--- Comment #19 from CVS Commits ---
The master branch has been updated by David Faust :
https://gcc.gnu.org/g:70b303049e45c180236a4114f844311652bad002
commit r13-4709-g70b303049e45c180236a4114f844311652bad002
Author: David Faust
Date: Wed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106773
--- Comment #18 from CVS Commits ---
The master branch has been updated by David Faust :
https://gcc.gnu.org/g:4f7aa145b796c044526c93f390e68f3b56a1b30a
commit r13-4708-g4f7aa145b796c044526c93f390e68f3b56a1b30a
Author: David Faust
Date: Wed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108109
Bug ID: 108109
Summary: [ICE] gfortran compilation fails calling 'free()' with
'malloc(): mismatching next->prev_size (unsorted)'
Product: gcc
Version: 13.0
Status: UNCO
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108104
Andrew Pinski changed:
What|Removed |Added
Keywords||ice-on-valid-code
Summary|IC
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108108
--- Comment #4 from M Welinder ---
> Since it was not read again, the file is not considered included ...
It must have been read -- how else could gcc decide it was the same?
# strace -f gcc -MM c.c 2>&1 >Makefile | grep 'open.*\.h' | grep -v
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108104
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108104
--- Comment #3 from Andrew Pinski ---
It is definitely a pointer to member function issue.
I tried with just a pointer to a function and it worked and even a pointer to a
member field works too:
```
struct ss {
int t;
};
template struct Fre
^
0xe33c71 ipa_param_adjustments::modify_call(cgraph_edge*, bool)
../../trunk.d1/gcc/ipa-param-manipulation.cc:700
I have a reduction running. Problem seems to be recent (today or yesterday).
Command line is
$ ~/gcc/results.20221214.asan.ubsan/bin/g++ -c -march=native -std=
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108099
--- Comment #9 from Jakub Jelinek ---
Though, on
// PR c++/108099
// { dg-do compile { target c++11 } }
// { dg-options "" }
using u128 = unsigned __int128_t;
using s128 = signed __int128_t;
template struct integral_constant {
static constex
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108110
--- Comment #1 from David Binderman ---
CPU is AMD Ryzen 7 5700G, so -march flag is zen3.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108110
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |13.0
Summary|ice in modify_c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108110
--- Comment #2 from Andrew Pinski ---
Most likely one of the following revisions ranges caused the issue:
r13-4705 - r13-4706
r13-4684 - r13-4691
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108111
Bug ID: 108111
Summary: Rust meets clang
Product: gcc
Version: 13.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: rust
Assignee: unassi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108099
--- Comment #10 from Jakub Jelinek ---
Another question is what with this tolerated extension happens when the typedef
is unsigned.
// PR c++/108099
// { dg-do compile { target c++11 } }
// { dg-options "" }
typedef unsigned long long t64;
usi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108109
--- Comment #1 from anlauf at gcc dot gnu.org ---
Is this attached file to be preprocessed? Or does it need special options?
Can't reproduce here.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108112
Bug ID: 108112
Summary: ICE on explicit instantiation of template member
operator delete
Product: gcc
Version: 12.2.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108093
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Summary|Quadratic error
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79426
anlauf at gcc dot gnu.org changed:
What|Removed |Added
Summary|[10/11/12/13 Regression]|[10 Regression] fortran -
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108112
Andrew Pinski changed:
What|Removed |Added
Last reconfirmed||2022-12-14
Status|UNCONFIRM
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108112
Andrew Pinski changed:
What|Removed |Added
See Also||https://gcc.gnu.org/bugzill
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=36406
Andrew Pinski changed:
What|Removed |Added
Known to fail||
--- Comment #9 from Andrew Pinski ---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108113
Bug ID: 108113
Summary: Rust and --enable-link-serialization=1
Product: gcc
Version: 13.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: rust
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108113
Marc Poulhiès changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |dkm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107537
--- Comment #4 from michael.foerderer at gmx dot de ---
This is my first patch, I hope that I did it right:
https://gcc.gnu.org/pipermail/gcc-patches/2022-December/608512.html
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108114
Bug ID: 108114
Summary: Designated initialization of parent class results in
error in C++20 mode
Product: gcc
Version: 12.2.0
Status: UNCONFIRMED
Severity: nor
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108114
--- Comment #1 from Andrew Pinski ---
clang gives:
:11:19: warning: mixture of designated and non-designated initializers
in the same initializer list is a C99 extension [-Wc99-designator]
B b{{.a = 0}, .b = 1};
^~
:11:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108114
--- Comment #2 from Andrew Pinski ---
(In reply to Gawain Bolton from comment #0)
> From my understanding of the C++20 standard (cf.
> https://eel.is/c++draft/dcl.init.general#nt:brace-or-equal-initializer)
> this code attached is valid since a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95947
--- Comment #5 from anlauf at gcc dot gnu.org ---
The dump tree shows near the pack intrinsic:
- for character(len=10):
atmp.4.dtype = {.elem_len=10, .rank=1, .type=6};
atmp.4.span = 10;
atmp.4.data = 0B;
atmp.4.offset = 0;
_
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108109
--- Comment #2 from Tobias Burnus ---
Created attachment 54096
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=54096&action=edit
valgrind output.
(In reply to anlauf from comment #1)
> Is this attached file to be preprocessed? Or does it
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95947
--- Comment #6 from anlauf at gcc dot gnu.org ---
Setting a breakpoint in gfc_resolve_pack, I find for the len=: case:
(gdb) p *array->ts.u.cl
$12 = {length = 0x0, next = 0x2cc7af0, length_from_typespec = false,
backend_decl = 0x0,
passed_leng
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108065
--- Comment #2 from CVS Commits ---
The master branch has been updated by David Malcolm :
https://gcc.gnu.org/g:41faa1d7beb90b235858c8a692be926642ad5559
commit r13-4710-g41faa1d7beb90b235858c8a692be926642ad5559
Author: David Malcolm
Date: W
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108109
anlauf at gcc dot gnu.org changed:
What|Removed |Added
Ever confirmed|0 |1
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108065
David Malcolm changed:
What|Removed |Added
Summary|[13 Regression] ICE in |[13 Regression] ICE in
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108111
--- Comment #1 from Marc Poulhiès ---
Hello David,
Looking at the errors, most of them are trivial to fix.
1-6: missing 'override'.
9: not present in most recent dev branch on github, can be ignored as it will
disappear when we update the gcc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108111
--- Comment #2 from Jonathan Wakely ---
(In reply to Marc Poulhiès from comment #1)
> I'll need to read a bit more about the 8 (default move assignment op being
> deleted).
Lexer has this member:
buffered_queue input_queue;
That has a membe
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108110
--- Comment #3 from David Binderman ---
Reduced C++ code seems to be:
namespace std {
template struct integral_constant {
static constexpr int value = __v;
};
using true_type = integral_constant;
using false_type = integral_constant;
templat
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108104
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=108115
Bug ID: 108115
Summary: spurious pointer used after realloc warning
Product: gcc
Version: 12.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108115
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
See Also|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106119
Andrew Pinski changed:
What|Removed |Added
CC||t...@develop-help.com
--- Comment #5 fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104075
Bug 104075 depends on bug 108115, which changed state.
Bug 108115 Summary: spurious pointer used after realloc warning
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108115
What|Removed |Added
---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104075
Bug 104075 depends on bug 108115, which changed state.
Bug 108115 Summary: spurious pointer used after realloc warning
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108115
What|Removed |Added
---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108115
Andrew Pinski changed:
What|Removed |Added
Last reconfirmed||2022-12-15
Status|RESOLVED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108116
Bug ID: 108116
Summary: internal compiler error: in check_noexcept_r, at
cp/except.cc:1074
Product: gcc
Version: 12.2.0
Status: UNCONFIRMED
Keywords: ice-on-va
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108116
m101010a at gmail dot com changed:
What|Removed |Added
Attachment #54098|0 |1
is obsolete|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108110
--- Comment #4 from David Binderman ---
Git bisect now running. Trying 15f04af347e3b65f.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108071
--- Comment #10 from CVS Commits ---
The master branch has been updated by Jason Merrill :
https://gcc.gnu.org/g:4ef521bbc63f8a3883d507a8b6c1f95f442df3fe
commit r13-4712-g4ef521bbc63f8a3883d507a8b6c1f95f442df3fe
Author: Jason Merrill
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105838
--- Comment #20 from CVS Commits ---
The master branch has been updated by Jason Merrill :
https://gcc.gnu.org/g:4ef521bbc63f8a3883d507a8b6c1f95f442df3fe
commit r13-4712-g4ef521bbc63f8a3883d507a8b6c1f95f442df3fe
Author: Jason Merrill
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108096
Jason Merrill changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108117
Bug ID: 108117
Summary: Wrong instruction scheduling on value coming from
abnormal SSA
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108117
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |INVALID
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108117
--- Comment #2 from Andrew Pinski ---
https://en.cppreference.com/w/c/program/setjmp
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108117
--- Comment #3 from Andrew Pinski ---
There used to be a warning for this. Even saw someone post an updated version
of it that happens on gimple (but that never went in).
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108110
--- Comment #5 from David Binderman ---
That revision seems good. Trying 7450b25566b7a738.
For the reduced code, -march=zen3 not required.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108117
Alexander Monakov changed:
What|Removed |Added
CC||amonakov at gcc dot gnu.org
--- Com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108110
--- Comment #6 from David Binderman ---
(In reply to David Binderman from comment #5)
> That revision seems good. Trying 7450b25566b7a738.
Seems good. Trying 512098a3316f07d4.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108110
David Binderman changed:
What|Removed |Added
CC||mjambor at suse dot cz
--- Comment #7
101 - 158 of 158 matches
Mail list logo