https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109035
--- Comment #6 from chenglulu ---
I tried changing the code,
diff --git a/gcc/lra-eliminations.cc b/gcc/lra-eliminations.cc
index 4220639..efaea6922b5 100644
--- a/gcc/lra-eliminations.cc
+++ b/gcc/lra-eliminations.cc
@@ -914,6 +914,11 @@ el
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109035
--- Comment #5 from chenglulu ---
On AARCH64:
$cat t.c
int test(int x)
{
char buf[128 << 10];
return buf[x];
}
$cat t-1.c
int test(int x)
{
char buf[0xfff];
return buf[x];
}
The generated assemblies are as fo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109103
Bug ID: 109103
Summary: Missing function internal_error_at
Product: gcc
Version: 13.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: other
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109102
Bug ID: 109102
Summary: Wrong quotes in diagnostic
Product: gcc
Version: 13.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: modula2
Ass
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109101
Bug ID: 109101
Summary: Wrong quotes in OpenMP diagnostic
Product: gcc
Version: 13.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109100
--- Comment #1 from Roland Illig ---
While here: In that same message, there is a single space between sentences 1
and 2, but 2 spaces between sentences 2 and 3.
While here: can not is usually spelled cannot.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109100
Bug ID: 109100
Summary: Possible typo CRS
Product: gcc
Version: 13.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: target
Assignee: una
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105135
Andrew Pinski changed:
What|Removed |Added
Component|target |tree-optimization
--- Comment #7 from A
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105135
--- Comment #6 from Andrew Pinski ---
If we change all char to "unsigned char", it is still different and for
to_lower_3 we get on the tree level:
if (_1 <= 25)
goto ; [34.00%]
else
goto ; [66.00%]
[local count: 365072224]:
_4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109099
Bug ID: 109099
Summary: Assignment in NAMELIST input does not fill in
row-column order
Product: gcc
Version: 12.2.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105532
Andrew Pinski changed:
What|Removed |Added
Known to fail||10.1.0, 12.1.0, 12.2.0
Summa
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105532
--- Comment #10 from CVS Commits ---
The releases/gcc-12 branch has been updated by Andrew Pinski
:
https://gcc.gnu.org/g:67608f7a2cf3eff99654ab3f44d5183049e3b36c
commit r12-9241-g67608f7a2cf3eff99654ab3f44d5183049e3b36c
Author: Andrew Pinski
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109098
Hans-Peter Nilsson changed:
What|Removed |Added
CC||hp at gcc dot gnu.org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109098
--- Comment #4 from David Malcolm ---
(In reply to Andrew Pinski from comment #2)
> So I think there is a bug in that code ...
The issue is in sarif_builder::maybe_make_artifact_content_object, which uses;
char *text_utf8 = maybe_read_file (f
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109098
--- Comment #3 from David Malcolm ---
(In reply to Andrew Pinski from comment #1)
> I would have assumed you need -finput-charset= for the non-utf8 ones really
> if your LANG/LANGUAGE is not set to C/UTF8 really.
Yeah, but when complaining abou
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109098
--- Comment #2 from Andrew Pinski ---
https://gcc.gnu.org/onlinedocs/gcc-12.2.0/gcc/Preprocessor-Options.html#index-finput-charset
Even has the following:
-finput-charset=charset
Set the input character set, used for translation from the chara
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109098
--- Comment #1 from Andrew Pinski ---
I would have assumed you need -finput-charset= for the non-utf8 ones really if
your LANG/LANGUAGE is not set to C/UTF8 really.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109098
David Malcolm changed:
What|Removed |Added
Last reconfirmed||2023-03-11
Status|UNCONFIRM
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109098
Bug ID: 109098
Summary: Encoding errors on SARIF output for non-UTF-8 source
files
Product: gcc
Version: 13.0
Status: UNCONFIRMED
Severity: normal
Pr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109097
Bug ID: 109097
Summary: No SARIF output happens on an ICE
Product: gcc
Version: 13.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: analyzer
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109074
--- Comment #11 from Andrew Pinski ---
(In reply to Murugesan Nagarajan from comment #10)
> (In reply to Murugesan Nagarajan from comment #9)
> > Thank you again. Reason for Porting this comment:
> > Libc Library having core dump issue.hence tho
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109074
--- Comment #10 from Murugesan Nagarajan ---
(In reply to Murugesan Nagarajan from comment #9)
> Thank you again. Reason for Porting this comment:
> Libc Library having core dump issue.hence thought of sharing this bug at
> Libc Library.
Hence
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109096
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |ASSIGNED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109096
Andrew Pinski changed:
What|Removed |Added
Last reconfirmed||2023-03-10
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109095
Andrew Pinski changed:
What|Removed |Added
Last reconfirmed||2023-03-10
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109096
--- Comment #1 from Jonathan Müller ---
Sorry, wrong godbolt link: https://godbolt.org/z/f1fGExsr7
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108684
Andrew Pinski changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108684
--- Comment #15 from CVS Commits ---
The releases/gcc-12 branch has been updated by Andrew Pinski
:
https://gcc.gnu.org/g:657e1e89d34b114ca47fe1f2c5366927c5850af7
commit r12-9239-g657e1e89d34b114ca47fe1f2c5366927c5850af7
Author: Andrew Pinski
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109096
Bug ID: 109096
Summary: __has_unique_object_representations does not account
for unnamed bitfield
Product: gcc
Version: 13.0
Status: UNCONFIRMED
Severity: norm
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109074
--- Comment #9 from Murugesan Nagarajan ---
Thank you again. Reason for Porting this comment:
Libc Library having core dump issue.hence thought of sharing this bug at Libc
Library.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106945
anlauf at gcc dot gnu.org changed:
What|Removed |Added
CC||anlauf at gcc dot gnu.org
--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109095
Bug ID: 109095
Summary: ICE when specializing a template with an auto nontype
template template parameter
Product: gcc
Version: 12.2.0
Status: UNCONFIRMED
Seve
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104039
Andrew Pinski changed:
What|Removed |Added
Summary|[10/11/12/13 Regression]|[10/11 Regression] AArch64
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109093
--- Comment #4 from David Binderman ---
Created attachment 54639
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=54639&action=edit
C source code
A third example that fails at the same git hash.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109093
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |13.0
Summary|csmith: a Febru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109093
--- Comment #3 from David Binderman ---
Created attachment 54638
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=54638&action=edit
C source code
This C code seems to fail in the same way. Possible duplicate.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=16186
trashyankes at wp dot pl changed:
What|Removed |Added
CC||trashyankes at wp dot pl
--- C
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109094
--- Comment #1 from David Malcolm ---
Created attachment 54637
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=54637&action=edit
Unreduced reproducer
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109093
David Binderman changed:
What|Removed |Added
CC||jakub at redhat dot com
--- Comment #
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109094
Bug ID: 109094
Summary: [13 Regression] ICE in -fanalyzer seen in qemu's
target/i386/tcg/translate.c
Product: gcc
Version: 13.0
Status: UNCONFIRMED
Severity: n
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103725
Andrew Pinski changed:
What|Removed |Added
Keywords||needs-bisection
--- Comment #6 from And
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107703
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Assignee|unassigned
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107558
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=109039
Jakub Jelinek changed:
What|Removed |Added
Summary|[12/13 Regression] |[12 Regression]
|Misc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107703
--- Comment #3 from CVS Commits ---
The master branch has been updated by Jakub Jelinek :
https://gcc.gnu.org/g:c227508d06a63f9b8fede3fd88813accb447060e
commit r13-6599-gc227508d06a63f9b8fede3fd88813accb447060e
Author: Jakub Jelinek
Date: F
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107703
--- Comment #2 from CVS Commits ---
The master branch has been updated by Jakub Jelinek :
https://gcc.gnu.org/g:246127ab238bac6aa71a9b4ee1f6fabf776b5ccb
commit r13-6598-g246127ab238bac6aa71a9b4ee1f6fabf776b5ccb
Author: Jakub Jelinek
Date: F
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107558
--- Comment #3 from CVS Commits ---
The master branch has been updated by Jakub Jelinek :
https://gcc.gnu.org/g:60b6f5c0a334db3f8f6dffaf0b9aab42fd5c54a2
commit r13-6597-g60b6f5c0a334db3f8f6dffaf0b9aab42fd5c54a2
Author: Jakub Jelinek
Date: F
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109039
--- Comment #5 from CVS Commits ---
The master branch has been updated by Jakub Jelinek :
https://gcc.gnu.org/g:991f9eb2da3a268b7b08346761fa0078ab55f506
commit r13-6596-g991f9eb2da3a268b7b08346761fa0078ab55f506
Author: Jakub Jelinek
Date: F
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92342
Andrew Pinski changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Target Milestone|10.5
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108179
Jason Merrill changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109093
--- Comment #1 from David Binderman ---
Current git range is g:7478278f88ba1753 .. g:fea34ee491104f32
This is 7 commits. 6 of them seem to be libstdc++ and then there is
this one:
commit 866555b170016c49beb869a78cbecdeb07c63135
Author: Jakub J
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108972
Jason Merrill changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108972
--- Comment #3 from CVS Commits ---
The trunk branch has been updated by Jason Merrill :
https://gcc.gnu.org/g:a915c29a7d63ccb88cfded75ba1c8c4919845e98
commit r13-6594-ga915c29a7d63ccb88cfded75ba1c8c4919845e98
Author: Jason Merrill
Date: Th
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108060
Marek Polacek changed:
What|Removed |Added
Summary|[10/11/12/13 Regression]|[10/11/12 Regression] UBsan
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109050
--- Comment #2 from CVS Commits ---
The trunk branch has been updated by Marek Polacek :
https://gcc.gnu.org/g:4d0baeae315ebe7d0ec7682ea3e7c0516027c2b8
commit r13-6593-g4d0baeae315ebe7d0ec7682ea3e7c0516027c2b8
Author: Marek Polacek
Date: We
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108060
--- Comment #8 from CVS Commits ---
The trunk branch has been updated by Marek Polacek :
https://gcc.gnu.org/g:4d0baeae315ebe7d0ec7682ea3e7c0516027c2b8
commit r13-6593-g4d0baeae315ebe7d0ec7682ea3e7c0516027c2b8
Author: Marek Polacek
Date: We
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108882
Jakub Jelinek changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104332
--- Comment #9 from CVS Commits ---
The master branch has been updated by Harald Anlauf :
https://gcc.gnu.org/g:e20e5d9dc11b64e8eabce6803c91cb5768207083
commit r13-6592-ge20e5d9dc11b64e8eabce6803c91cb5768207083
Author: Harald Anlauf
Date: T
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108938
Bug 108938 depends on bug 108874, which changed state.
Bug 108874 Summary: [10/11/12/13 Regression] Missing bswap detection
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108874
What|Removed |Added
--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108933
Bug 108933 depends on bug 108874, which changed state.
Bug 108874 Summary: [10/11/12/13 Regression] Missing bswap detection
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108874
What|Removed |Added
--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108874
Andrew Pinski changed:
What|Removed |Added
Known to work||13.0
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94094
Bug 94094 depends on bug 108874, which changed state.
Bug 108874 Summary: [10/11/12/13 Regression] Missing bswap detection
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108874
What|Removed |Added
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108874
--- Comment #13 from CVS Commits ---
The trunk branch has been updated by Andrew Pinski :
https://gcc.gnu.org/g:fcbc5c190c40b51c82f827830ce403c07d628960
commit r13-6591-gfcbc5c190c40b51c82f827830ce403c07d628960
Author: Andrew Pinski
Date: F
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108994
--- Comment #16 from Tom Stellard ---
I looked into this a little more, and I think the s390x failures may be an LLVM
bug. It's trying to JIT an X86 ELF file on s390x, and I think maybe the layout
of the frames is different due to endianness.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109092
Andrew Pinski changed:
What|Removed |Added
Last reconfirmed||2023-03-10
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109093
Bug ID: 109093
Summary: csmith: a February runtime bug ?
Product: gcc
Version: 13.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
Ass
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109092
Bug ID: 109092
Summary: [13 Regression] ICE: RTL check: expected code 'reg',
have 'subreg' in rhs_regno, at rtl.h:1932 when
building libgcc on riscv64
Product: gcc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109087
--- Comment #10 from Andrew Pinski ---
(In reply to David Binderman from comment #9)
> (In reply to Richard Biener from comment #6)
> > Try -fno-tree-vectorize?
>
> I tried that, and it made no difference at all.
>
> I also tried dropping the
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107532
--- Comment #19 from Marek Polacek ---
(In reply to Barnabás Pőcze from comment #17)
> The simple test case with std::span still triggers the warning:
> https://gcc.godbolt.org/z/43cKxdqr3. I feel that without deeper code
> analysis such a warni
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108994
--- Comment #15 from Jakub Jelinek ---
So I guess the primary question would be, are threads involved in the
reproducer or not?
All the backtraces don't include start_thread, so the crashes are from the
initial thread, but that doesn't mean othe
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107532
--- Comment #18 from Marek Polacek ---
(In reply to Jonathan Wakely from comment #16)
> Span is a view, so it is like reference-wrapper. The lifetime of the
> underlying data is not tied to the lifetime of the Span.
Aha, I could add a check for
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109087
--- Comment #9 from David Binderman ---
(In reply to Richard Biener from comment #6)
> Try -fno-tree-vectorize?
I tried that, and it made no difference at all.
I also tried dropping the -march= setting back to znver1 and
that also made no diff
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90596
--- Comment #1 from CVS Commits ---
The master branch has been updated by Thomas Schwinge :
https://gcc.gnu.org/g:f8332e52a498df480f72303de32ad0751ad899fe
commit r13-6590-gf8332e52a498df480f72303de32ad0751ad899fe
Author: Thomas Schwinge
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109059
David Malcolm changed:
What|Removed |Added
Last reconfirmed||2023-03-10
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107532
--- Comment #17 from Barnabás Pőcze ---
The simple test case with std::span still triggers the warning:
https://gcc.godbolt.org/z/43cKxdqr3. I feel that without deeper code analysis
such a warning will generate too many false positives and peopl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109087
--- Comment #8 from Andrew Pinski ---
(In reply to Martin Liška from comment #7)
> With gcc pr109087.c -w -ftrivial-auto-var-init=zero -g -O3 -march=znver3
> -fno-strict-aliasing -fno-tree-vectorize -fno-tree-slp-vectorize
> it started with r13-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109059
--- Comment #1 from CVS Commits ---
The master branch has been updated by David Malcolm :
https://gcc.gnu.org/g:14f5e56a8a766c6f48c2a07b301fce2db1a19a3c
commit r13-6589-g14f5e56a8a766c6f48c2a07b301fce2db1a19a3c
Author: David Malcolm
Date: F
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107532
--- Comment #16 from Jonathan Wakely ---
Span is a view, so it is like reference-wrapper. The lifetime of the underlying
data is not tied to the lifetime of the Span.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107532
--- Comment #15 from Marek Polacek ---
Hmm, so it's this line
const FrameMetadata::Plane &meta = buffer->metadata().planes()[i];
and we complain because we have
libcamera::Span::operator[]
(&TARGET_EXPR (buffer)>))>, (size_type)
VIEW_CONVERT_
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92851
--- Comment #3 from Kohei Takahashi ---
It's still rejected in GCC 13.0. https://wandbox.org/permlink/jKItc5W8KnYR7JN1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108910
--- Comment #11 from Jakub Jelinek ---
To be exact, it is more complicated than that.
Some types with extra types are created using build_variant_type_copy and so
their TYPE_MAIN_VARIANT is without the attributes.
Example is handle_aligned_attri
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109091
Bug ID: 109091
Summary: AIX: thread_local is not being internally linked
Product: gcc
Version: 10.3.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Componen
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109071
qinzhao at gcc dot gnu.org changed:
What|Removed |Added
CC||qinzhao at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109090
--- Comment #4 from Marek Polacek ---
Dunno, this doesn't seem to be fixed by the patch in PR108995.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109090
--- Comment #3 from Martin Liška ---
A dup of PR108995?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109090
--- Comment #2 from Marek Polacek ---
Started with r8-343-g2bf54d93f15921 it seems:
commit 2bf54d93f159210d0c05a07c655eb847c069365c
Author: Richard Biener
Date: Tue May 2 12:43:47 2017 +
common.opt (fstrict-overflow): Alias negative
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109090
Marek Polacek changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109087
Martin Liška changed:
What|Removed |Added
Ever confirmed|0 |1
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109090
Bug ID: 109090
Summary: UBSan signed integer overflow check missing.
Product: gcc
Version: 13.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108910
--- Comment #10 from Jakub Jelinek ---
(In reply to Christophe Lyon from comment #9)
> So is it expected that the alignment of TYPE_MAIN_VARIANT(type) is 512?
Yes, it is. aligned attribute on non-aggregate types create a distinct type,
and TYP
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108910
Christophe Lyon changed:
What|Removed |Added
CC||rearnsha at gcc dot gnu.org
--- Comme
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109041
--- Comment #9 from ishikawa,chiaki ---
Thank you for the confirmation for the fix in GCC-12.
Now I have to figure out how GCC-12 seems to miscompile something in
Thunderbird mail client to report a run-time assertion error.
(Compiling Thunderb
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109088
Andrew Pinski changed:
What|Removed |Added
Last reconfirmed||2023-03-10
Severity|normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109088
--- Comment #4 from Andrew Pinski ---
Created attachment 54635
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=54635&action=edit
testcase
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108542
Jason Merrill changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109060
David Malcolm changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108475
David Malcolm changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108566
Jason Merrill changed:
What|Removed |Added
Summary|[11/12/13 Regression] ICE: |[11/12 Regression] ICE:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108566
--- Comment #6 from CVS Commits ---
The trunk branch has been updated by Jason Merrill :
https://gcc.gnu.org/g:e1c8cf9006bd278e969ab7ed35178067ce128f32
commit r13-6582-ge1c8cf9006bd278e969ab7ed35178067ce128f32
Author: Jason Merrill
Date: Th
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108475
--- Comment #1 from CVS Commits ---
The master branch has been updated by David Malcolm :
https://gcc.gnu.org/g:c4fd232f9843bb800548a906653aeb0723cdb411
commit r13-6581-gc4fd232f9843bb800548a906653aeb0723cdb411
Author: David Malcolm
Date: F
1 - 100 of 140 matches
Mail list logo