https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118500
Xi Ruoyao changed:
What|Removed |Added
CC||xry111 at gcc dot gnu.org
--- Comment #9 fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118575
--- Comment #1 from Sam James ---
(The natural counterpoint being "well, they're not trivial", but my response
would be "okay, but it's about the almost-guaranteed intent of the user.")
Or perhaps at least we should mention it in the docs for
-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118575
Bug ID: 118575
Summary: -ftrivial-auto-var-init=zero should perhaps imply
-fzero-init-padding-bits=all
Product: gcc
Version: 15.0
Status: UNCONFIRMED
Severity:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109832
Andrew Pinski changed:
What|Removed |Added
Resolution|DUPLICATE |---
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118578
Bug ID: 118578
Summary: simple code crash on some AlmaLinux 8.4 but works on
other machines of the same OS
Product: gcc
Version: 12.3.0
Status: UNCONFIRMED
Sev
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118577
--- Comment #1 from Andrew Pinski ---
Adding:
```
void f()
{
C a;
}
```
GCC now rejects it with a similar message as clang:
```
: In destructor 'virtual C::~C()':
:8:8: error: 'static void A::operator delete(void*, int)' is private
wit
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118575
--- Comment #2 from Sam James ---
Actually... for -ftrivial-auto-var-init, we document [0] the behaviour as "With
this option, GCC will also initialize any padding of automatic variables that
have structure or union types to zeroes.".
So, maybe
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118547
--- Comment #2 from Andrew Pinski ---
(In reply to Richard Sandiford from comment #1)
> I suppose this is just a case of adding aarch64_variant_pcs requirements to
> the tests. (The use of .variant_pcs is deliberately not gated on assembler
> s
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118577
Bug ID: 118577
Summary: Deleted dtor trying to override non-deleted one with
user-defined 'operator delete' is not forbidden
Product: gcc
Version: 15.0
Status: UNCONFIRM
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118576
--- Comment #2 from Andrew Pinski ---
I am not 100% sure but this seems related to
https://cplusplus.github.io/CWG/issues/2504.html .
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118049
--- Comment #7 from GCC Commits ---
The releases/gcc-14 branch has been updated by Nathaniel Shead
:
https://gcc.gnu.org/g:a82352a2a074230d841a3944e30bd497726e0bfa
commit r14-11233-ga82352a2a074230d841a3944e30bd497726e0bfa
Author: Nathaniel Sh
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118049
Nathaniel Shead changed:
What|Removed |Added
Target Milestone|15.0|14.3
--- Comment #8 from Nathaniel Sh
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117875
Richard Biener changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 117875, which changed state.
Bug 117875 Summary: [15 Regression] 28% regression for 456.hmmer on Zen4 with
-Ofast -march=native
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117875
What|Removed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80342
--- Comment #3 from Richard Biener ---
*** Bug 118565 has been marked as a duplicate of this bug. ***
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118565
Richard Biener changed:
What|Removed |Added
Resolution|--- |DUPLICATE
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109832
Andrew Pinski changed:
What|Removed |Added
Component|target |middle-end
Assignee|unassigne
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109832
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |12.5
Known to work|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118571
--- Comment #6 from Jerry DeLisle ---
(In reply to kargls from comment #3)
> diff --git a/libgfortran/io/write.c b/libgfortran/io/write.c
> index 54312bf67e9..084ac314f5c 100644
> --- a/libgfortran/io/write.c
> +++ b/libgfortran/io/write.c
> @@
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118576
Bug ID: 118576
Summary: gcc does not realize implicitly deleted default
constructor in virtual inheritance with using-decl
Product: gcc
Version: 15.0
Status: UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118576
--- Comment #1 from Andrew Pinski ---
MSVC also accepts it.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55120
Andrew Pinski changed:
What|Removed |Added
Status|NEW |SUSPENDED
Alias|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109093
Sam James changed:
What|Removed |Added
Attachment #59531|0 |1
is obsolete|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118501
Richard Sandiford changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |rsandifo at gcc dot
gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117875
--- Comment #19 from Richard Biener ---
Remains
fast_algorithms.c:133:19: optimized: Loop 3 distributed: split to 3 loops and
0 library calls.
fast_algorithms.c:133:19: optimized: Loop 5 distributed: split to 2 loops and
0 library calls.
fas
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118565
Bug ID: 118565
Summary: match.pd patterns with non-leaf useless conversions
result in SSA copies
Product: gcc
Version: 15.0
Status: UNCONFIRMED
Severity: norma
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118565
Richard Biener changed:
What|Removed |Added
Ever confirmed|0 |1
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118286
Sam James changed:
What|Removed |Added
Last reconfirmed||2025-01-20
Status|RESOLVED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115921
--- Comment #10 from GCC Commits ---
The master branch has been updated by Xi Ruoyao :
https://gcc.gnu.org/g:10e98638998745ebc3888a20e661a8364e88ea3a
commit r15-7062-g10e98638998745ebc3888a20e661a8364e88ea3a
Author: Xi Ruoyao
Date: Tue Jan
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118563
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |15.0
Priority|P3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118563
Bug ID: 118563
Summary: [15 regression] libstdc++ incompatible ABI change on
riscv64
Product: gcc
Version: 15.0
Status: UNCONFIRMED
Keywords: ABI
Sev
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117875
--- Comment #18 from Richard Biener ---
(In reply to Richard Biener from comment #17)
> -sre_math.c:174:17: optimized: loop vectorized using 16 byte vectors
>
> -sre_math.c:192:17: optimized: loop vectorized using 16 byte vectors
Those two are
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118348
Richard Sandiford changed:
What|Removed |Added
Status|NEW |ASSIGNED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117270
Richard Sandiford changed:
What|Removed |Added
Assignee|tnfchris at gcc dot gnu.org|rsandifo at gcc dot
gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118552
--- Comment #3 from GCC Commits ---
The master branch has been updated by Richard Biener :
https://gcc.gnu.org/g:1265afa91d51606605f85e732344e86e4e4dae9b
commit r15-7059-g1265afa91d51606605f85e732344e86e4e4dae9b
Author: Richard Biener
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118549
Sam James changed:
What|Removed |Added
Keywords||documentation
--- Comment #8 from Sam James
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118552
Richard Biener changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118544
--- Comment #7 from Tibor Győri ---
(In reply to Richard Biener from comment #5)
> I suppose cunroll should report the loop was fully peeled.
>
> Note the unroll amount might be confusig when for example loop header copying
> causes the number
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118564
Bug ID: 118564
Summary: DSP instruction support missing for ARM Cortex M4
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Compon
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118321
--- Comment #7 from Tobias Burnus ---
(In reply to Thomas Schwinge from comment #6)
> Curious, for C we don't need any such changes, to handle nested functions,
> for example? (I don't remember how these are implemented exactly.)
For internal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118273
--- Comment #2 from Tamar Christina ---
It seems that the nmasks is wrong here:
unsigned nmasks
= exact_div (ncopies * bestn->simdclone->simdlen,
TYPE_VECTOR_SUBPARTS (vecty
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118321
Thomas Schwinge changed:
What|Removed |Added
CC||tschwinge at gcc dot gnu.org
--- Comm
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114948
Richard Biener changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118552
Richard Biener changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118566
Bug ID: 118566
Summary: 'requires' avoids out-class implemention to find
inside-class declaration
Product: gcc
Version: 14.2.0
Status: UNCONFIRMED
Severity: no
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118255
--- Comment #8 from GCC Commits ---
The releases/gcc-12 branch has been updated by Simon Martin
:
https://gcc.gnu.org/g:7bb462dd2a6a6551d142e7ad983fa2afd1df9253
commit r12-10919-g7bb462dd2a6a6551d142e7ad983fa2afd1df9253
Author: Simon Martin
D
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118547
Richard Sandiford changed:
What|Removed |Added
CC||rsandifo at gcc dot gnu.org
--- Com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118509
Jakub Jelinek changed:
What|Removed |Added
Summary|[14/15 regression] |[14 regression] Front-end
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118224
--- Comment #8 from GCC Commits ---
The master branch has been updated by Jakub Jelinek :
https://gcc.gnu.org/g:d882e48d48bf300941c3610c5af157c64ccf0a84
commit r15-7056-gd882e48d48bf300941c3610c5af157c64ccf0a84
Author: Jakub Jelinek
Date: M
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118509
--- Comment #13 from GCC Commits ---
The master branch has been updated by Jakub Jelinek :
https://gcc.gnu.org/g:d9d0eeea93d39d304c7420e87f4b903d89f2e9fa
commit r15-7057-gd9d0eeea93d39d304c7420e87f4b903d89f2e9fa
Author: Jakub Jelinek
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118544
Richard Sandiford changed:
What|Removed |Added
CC||rsandifo at gcc dot gnu.org
--- Com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118535
Richard Biener changed:
What|Removed |Added
Keywords||needs-bisection
Priority|P3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118544
--- Comment #5 from Richard Biener ---
"loop unrolled 2 times" would be wrong, "loop unrolled using an unroll factor
of two" might be OK. I suppose cunroll should report the loop was fully
peeled.
Note the unroll amount might be confusig when
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118549
Richard Biener changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114948
Richard Biener changed:
What|Removed |Added
Target Milestone|14.3|15.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65608
Bug 65608 depends on bug 118255, which changed state.
Bug 118255 Summary: [12 Regression] Unnecessary error on variable shadowing for
friend declaration inside template class with non-type parameter since
r9-1493-g8945521a50a7dd
https://gcc.gnu.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118255
Simon Martin changed:
What|Removed |Added
Known to work||12.4.1, 13.3.1, 14.2.1
Statu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117875
--- Comment #20 from GCC Commits ---
The master branch has been updated by Richard Biener :
https://gcc.gnu.org/g:7b64f757a8df8efd989000baa667279f8957442e
commit r15-7063-g7b64f757a8df8efd989000baa667279f8957442e
Author: Richard Biener
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118067
--- Comment #16 from GCC Commits ---
The releases/gcc-13 branch has been updated by Uros Bizjak :
https://gcc.gnu.org/g:1fe03d184723ee942c74b5e6f8cde45d2fcdcd60
commit r13-9335-g1fe03d184723ee942c74b5e6f8cde45d2fcdcd60
Author: Uros Bizjak
Dat
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118535
Jakub Jelinek changed:
What|Removed |Added
Keywords|needs-bisection |
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118570
Sam James changed:
What|Removed |Added
See Also||https://github.com/llvm/llv
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116447
--- Comment #8 from Christophe Lyon ---
Indeed, the problem is that +mve does not enable the floating-point extension,
as opposed to +mve.fp, which means that arm_fp16_inst is false (in arm.cc /
arm_option_reconfigure_globals) so arm_fp16_format
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118560
Sam James changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Keywords|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118570
Alexander Monakov changed:
What|Removed |Added
CC||amonakov at gcc dot gnu.org
--- Com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117702
Ian Lance Taylor changed:
What|Removed |Added
Resolution|--- |FIXED
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117424
--- Comment #10 from Andrew Macleod ---
It also works if I use
--disable-tree-cunroll
which makes me suspicious of cunroll.
It also works if I use
--fdisable-tree-evrp --fdisable-tree-vrp1
So I thought perhaps VRP is doing something to
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118571
--- Comment #1 from kargls at comcast dot net ---
Trimming the testcase to show to clean up the -fdump-tree-original output.
program test
use iso_fortran_env
implicit none
integer, parameter :: ucs4 = selected_char_kind('ISO_10646')
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118498
David Malcolm changed:
What|Removed |Added
Resolution|--- |WORKSFORME
Status|UNCONFIRM
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118500
David Malcolm changed:
What|Removed |Added
Ever confirmed|0 |1
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116632
Iain Buclaw changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116613
Bug 116613 depends on bug 116632, which changed state.
Bug 116632 Summary: d_diagnostic_report_diagnostic and non-textual diagnostic
output formats (e.g. SARIF)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116632
What|Removed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118572
Bug ID: 118572
Summary: wrong code for expression ((0x80 & c) != 0) && ((0xc0
& c&) == 0x80))
Product: gcc
Version: 15.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118572
Sam James changed:
What|Removed |Added
See Also||https://gcc.gnu.org/bugzill
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118572
Andrew Pinski changed:
What|Removed |Added
CC||pinskia at gcc dot gnu.org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118572
--- Comment #3 from Sam James ---
```
__attribute__((noipa))
int test(char c)
{
return (((0x80 & (c&0xff)) != 0) && ((0xc0 & (c&0xff)) == 0x80));
}
int main() {
if (test(0x80) == 0)
__builtin_abort();
}
```
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118568
Bug ID: 118568
Summary: Diagnosing more dangling references
Product: gcc
Version: 14.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118565
Andrew Pinski changed:
What|Removed |Added
Depends on||80342
--- Comment #2 from Andrew Pinski
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118566
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118566
Marek Polacek changed:
What|Removed |Added
CC||mpolacek at gcc dot gnu.org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118560
Jakub Jelinek changed:
What|Removed |Added
Summary|[15 regression] ICE when|[15 regression] ICE when
/configure --disable-bootstrap
--enable-checking=yes --prefix=/local/suz-local/software/local/gcc-trunk
--enable-sanitizers --enable-languages=c,c++ --disable-werror --enable-multilib
Thread model: posix
Supported LTO compression algorithms: zlib
gcc version 15.0.1 20250120 (experimental) (GCC)
[5
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118569
Sam James changed:
What|Removed |Added
Keywords||ice-on-valid-code
Summary|ICE on
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114434
--- Comment #8 from GCC Commits ---
The master branch has been updated by Iain Buclaw :
https://gcc.gnu.org/g:9ab38952a2033d6d4a8e31c3c4d2ab1a25a406c6
commit r15-7071-g9ab38952a2033d6d4a8e31c3c4d2ab1a25a406c6
Author: Iain Buclaw
Date: Mon J
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118572
--- Comment #4 from Peter Damianov ---
It gets optimized correctly with `-funsigned-char`, so I think this is
something signedness related.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118563
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118214
Jakub Jelinek changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118569
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
Last reconfi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118528
--- Comment #2 from GCC Commits ---
The master branch has been updated by Jakub Jelinek :
https://gcc.gnu.org/g:0b58219fe112c01ff335edf699c4fc69e718c75b
commit r15-7069-g0b58219fe112c01ff335edf699c4fc69e718c75b
Author: Jakub Jelinek
Date: M
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118570
Bug ID: 118570
Summary: -O2 much faster than -O3 for Romberg's method
Product: gcc
Version: 15.0
Status: UNCONFIRMED
Keywords: missed-optimization
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113425
--- Comment #6 from Tamar Christina ---
(In reply to Torbjorn SVENSSON from comment #5)
> @Tamar: You can see the same fails with 14.2.Rel1 that is available for
> download from the Arm webpage.
>
> I see the following in my gcc.log for Cortex-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118531
--- Comment #2 from GCC Commits ---
The trunk branch has been updated by Richard Sandiford :
https://gcc.gnu.org/g:1b8820421488d220a95f651b51175d618063c48c
commit r15-7072-g1b8820421488d220a95f651b51175d618063c48c
Author: Richard Sandiford
Da
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118384
--- Comment #8 from GCC Commits ---
The trunk branch has been updated by Richard Sandiford :
https://gcc.gnu.org/g:8edf8b552313951cb4f2f97821ee4b3820c9506b
commit r15-7074-g8edf8b552313951cb4f2f97821ee4b3820c9506b
Author: Richard Sandiford
Da
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118501
--- Comment #7 from GCC Commits ---
The trunk branch has been updated by Richard Sandiford :
https://gcc.gnu.org/g:6612b8e55471fabd2071a9637a06d3ffce2b05a6
commit r15-7073-g6612b8e55471fabd2071a9637a06d3ffce2b05a6
Author: Richard Sandiford
Da
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114434
--- Comment #9 from GCC Commits ---
The releases/gcc-14 branch has been updated by Iain Buclaw
:
https://gcc.gnu.org/g:ffa44df6768368dc516c9626ec388a3561c7644f
commit r14-11230-gffa44df6768368dc516c9626ec388a3561c7644f
Author: Iain Buclaw
Dat
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118384
Richard Sandiford changed:
What|Removed |Added
CC||rsandifo at gcc dot gnu.org
--- Com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118348
--- Comment #7 from GCC Commits ---
The trunk branch has been updated by Richard Sandiford :
https://gcc.gnu.org/g:749dcd9ba8466fec5b51dd564cd63424c44f808b
commit r15-7076-g749dcd9ba8466fec5b51dd564cd63424c44f808b
Author: Richard Sandiford
Da
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118571
--- Comment #2 from kargls at comcast dot net ---
Tracing into libgfortran, the bug appears to be in write.c(write_utf8_char4).
In particular, the entire string is written due to line 181. The 'src_len'
is likely wrong if one has an A edit descr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118067
--- Comment #17 from GCC Commits ---
The releases/gcc-12 branch has been updated by Uros Bizjak :
https://gcc.gnu.org/g:9a1efd1ee2509abb93878bd911d8c07143b10e33
commit r12-10920-g9a1efd1ee2509abb93878bd911d8c07143b10e33
Author: Uros Bizjak
Da
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118572
Andrew Pinski changed:
What|Removed |Added
Ever confirmed|0 |1
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118572
--- Comment #6 from Sam James ---
Thanks, I'd meant to do that and forgot.
1 - 100 of 171 matches
Mail list logo