https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118194
Xi Ruoyao changed:
What|Removed |Added
CC||xry111 at gcc dot gnu.org
--- Comment #1 fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118198
--- Comment #3 from Chuncai ---
Got it, thank you.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118198
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24490
Andrew Pinski changed:
What|Removed |Added
Known to work||
Resolution|INVALID
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118198
--- Comment #1 from Andrew Pinski ---
must has been inlined and mostly optimized. In that the several copies of abort
has been merged together.
There is not much to be done here.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118198
Bug ID: 118198
Summary: GCC wrong debug information bug
Product: gcc
Version: 14.2.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
As
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118032
--- Comment #31 from Mark Wielaard ---
(In reply to Filip Kastl from comment #30)
> (In reply to Mark Wielaard from comment #28)
> > I haven't tried yet, but do you mean something like the following?
> > - /* Note: l + 1 is the number of cases
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117643
--- Comment #19 from Jerry DeLisle ---
(In reply to kargls from comment #17)
> On 12/24/24 10:03, jvdelisle at gcc dot gnu.org wrote:
> > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117643
> >
> > --- Comment #15 from Jerry DeLisle ---
> > F
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117643
Jerry DeLisle changed:
What|Removed |Added
Attachment #59960|0 |1
is obsolete|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117643
--- Comment #17 from kargls at comcast dot net ---
On 12/24/24 10:03, jvdelisle at gcc dot gnu.org wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117643
>
> --- Comment #15 from Jerry DeLisle ---
> From Harald's post. "There is another
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91883
--- Comment #3 from Andrew Pinski ---
(In reply to David Stone from comment #2)
> Here's another example:
That is a regression on the trunk, see PR 115910 for that issue.
The original issue here is unrelated to that.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91883
David Stone changed:
What|Removed |Added
CC||davidfromonline at gmail dot
com
--- Comm
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118194
Sam James changed:
What|Removed |Added
Summary|spurious warning with |[12/13/14/15 regression]
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118197
Zdenek Sojka changed:
What|Removed |Added
Keywords|ice-on-invalid-code |ice-on-valid-code
Known to fail|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118197
Bug ID: 118197
Summary: ICE: SIGSEGV in emit_move_insn (expr.cc:4635) at -O1
and above
Product: gcc
Version: 15.0
Status: UNCONFIRMED
Keywords: ice-on-invalid-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118050
--- Comment #3 from John David Anglin ---
Will do.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118050
Andi Kleen changed:
What|Removed |Added
CC||andi-gcc at firstfloor dot org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118195
Sam James changed:
What|Removed |Added
CC||sjames at gcc dot gnu.org
--- Comment #1 fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118196
Jonathan Wakely changed:
What|Removed |Added
Last reconfirmed||2024-12-24
Status|UNCONFI
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117643
--- Comment #16 from Jerry DeLisle ---
Needed a minor tweak:
+ if (string->ts.type != BT_CHARACTER
+ || (string->ts.type == BT_CHARACTER
// && on the inner paren instead of ||
+ && (string->ts.kind != 1 && string->ts.is_c_interop
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118196
Bug ID: 118196
Summary: The assignment operator for std::generator does not
return, so generators cannot be reassigned
Product: gcc
Version: 14.2.0
Status: UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70557
--- Comment #10 from Siarhei Volkau ---
Created attachment 59965
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=59965&action=edit
MIPS patch
Ditto for 32-bit MIPS.
MIPS emits:
move$3,$0
move$2,$0
sw $3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70557
Siarhei Volkau changed:
What|Removed |Added
CC||lis8215 at gmail dot com
--- Comment #9
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117643
--- Comment #15 from Jerry DeLisle ---
>From Harald's post. "There is another case I found while playing which is
rejected:
print *, f_c_string(c_char_"abc", asis)"
I bet the parsing does not handle c_char_ with the two underscores. I h
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117643
--- Comment #14 from kargls at comcast dot net ---
(In reply to Jerry DeLisle from comment #12)
> The following additional patch from Harald posted on the gfortran list:
>
> https://gcc.gnu.org/pipermail/fortran/2024-December/061452.html
>
> di
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118195
Bug ID: 118195
Summary: accepted template member definition with a different
template-head
Product: gcc
Version: 14.2.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117951
--- Comment #4 from John David Anglin ---
run.cc compiles okay if I add -fno-gcse to compile command.
dave@mx3210:~/gnu/gcc/objdir/hppa-linux-gnu/libstdc++-v3/testsuite$ cat xxx.sh
/home/dave/gnu/gcc/objdir/./gcc/xg++ -shared-libgcc
-B/home/dav
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118194
Bug ID: 118194
Summary: spurious warning with -Wmaybe-uninitialized
Product: gcc
Version: 14.2.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118193
Bug ID: 118193
Summary: ICE: in verify_ctor_sanity, at cp/constexpr.cc:5362
Product: gcc
Version: 15.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Compone
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118192
Bug ID: 118192
Summary: ICE: in build_data_member_initialization, at
cp/constexpr.cc:453
Product: gcc
Version: 15.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118191
Andreas Schwab changed:
What|Removed |Added
Resolution|WORKSFORME |INVALID
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118191
newbie-02 changed:
What|Removed |Added
Resolution|INVALID |WORKSFORME
--- Comment #2 from newbie-02 -
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118022
Arsen Arsenović changed:
What|Removed |Added
Target Milestone|--- |15.0
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118032
--- Comment #30 from Filip Kastl ---
(In reply to Mark Wielaard from comment #28)
> I haven't tried yet, but do you mean something like the following?
> - /* Note: l + 1 is the number of cases of the switch. */
> - if (l + 1 > (unsigned) para
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118191
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118022
Arsen Arsenović changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118191
Bug ID: 118191
Summary: missing option to read __float128 from command line
argument or string
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: norm
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118174
Sam James changed:
What|Removed |Added
CC||rguenth at gcc dot gnu.org
Summa
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116254
Paul Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63426
Bug 63426 depends on bug 118059, which changed state.
Bug 118059 Summary: [15 Regression] ubsan instrumented gcc: valid value for
type 'expr_t' in gcc/fortran/trans-expr.cc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118059
What|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118059
Paul Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118186
Sam James changed:
What|Removed |Added
Summary|FAIL: |[15 regression] FAIL:
|gc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118184
Sam James changed:
What|Removed |Added
Summary|[15 regression] glibc |[15 regression] glibc
|re
43 matches
Mail list logo