https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119824
Bug ID: 119824
Summary: initialization of a static member variable with type
auto or decltype(auto) is not accepted
Product: gcc
Version: 15.0
Status: UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118860
Heiko Eißfeldt changed:
What|Removed |Added
CC||heiko at hexco dot de
--- Comment #2 f
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117960
--- Comment #6 from Heiko Eißfeldt ---
Sorry, wrong section in previous comment #5. It is not yet corrected for option
'-fsanitize=hwaddress', which reads at the end: '... and is currently only
available on AArch64.'
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117960
Heiko Eißfeldt changed:
What|Removed |Added
CC||heiko at hexco dot de
--- Comment #5 f
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44574
--- Comment #19 from Heiko Eißfeldt ---
(In reply to Joseph S. Myers from comment #0)
> The atoi function has undefined behavior if its argument is outside
> the range of int. Thus, GCC should not use it for any user input that
> might be outsid
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118041
Bug ID: 118041
Summary: install.texi typos in --enable-host-pie
Product: gcc
Version: 15.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: other
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44574
--- Comment #18 from Heiko Eißfeldt ---
While going through a new list of ato[ilq]{,l} usages I found that both
libbacktrace and lib_vtv implement their own PE COFF reader.
Could/should this PE COFF parsing code be extracted to one place (which?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44574
--- Comment #17 from Heiko Eißfeldt ---
> > I would like to fix the atoi in read-rtl and atoi/atol/atoll/atoq in
> > read-rtl-function, using strtoq as a fallback when strtoll is not available.
>
> Please note that you have strtoll (and friends)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44574
--- Comment #15 from Heiko Eißfeldt ---
Thanks a lot, I will add atoq too.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44574
--- Comment #13 from Heiko Eißfeldt ---
(In reply to Andrew Pinski from comment #9)
> I am going to add a:
> #pragma GCC posion atoi
>
> And fix all of the cases.
Andrew, since I am currently working on this, could you supply a patch
regarding
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82469
--- Comment #6 from Heiko Eißfeldt ---
Still ICEs on ARM64 11.1.0 - trunk.
https://godbolt.org/z/bKEeqz613
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44574
Heiko Eißfeldt changed:
What|Removed |Added
CC||heiko at hexco dot de
--- Comment #12 f
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114542
--- Comment #4 from Heiko Eißfeldt ---
I submitted a patch to replace the atoi functions and add a new testcase.
BTW: the maximum allowed value was INT_MAX (your example used UINT_MAX).
https://gcc.gnu.org/pipermail/gcc-patches/2024-December/671
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117942
--- Comment #4 from Heiko Eißfeldt ---
Thanks for the working fix!
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117942
Bug ID: 117942
Summary: typo in option gives ICE
Product: gcc
Version: 15.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: driver
Assign
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114541
--- Comment #2 from Heiko Eißfeldt ---
For this testcase (which ICEs with trunk)
```
/* PR middle-end/114541 */
/* { dg-do compile } */
/* { dg-options "-fgimple" } */
/* { dg-bogus "internal compiler error" } */
void __GIMPLE (ssa,startwith ("
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114542
--- Comment #3 from Heiko Eißfeldt ---
FYI: the GNUmake bug seems to be fixed now.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114542
--- Comment #2 from Heiko Eißfeldt ---
Filed a GNUmake bug report for that:
https://savannah.gnu.org/bugs/index.php?66499
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114542
Heiko Eißfeldt changed:
What|Removed |Added
CC||heiko at hexco dot de
--- Comment #1 f
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114540
--- Comment #4 from Heiko Eißfeldt ---
After realizing my error in the previous patch (relying on an ERANGE check for
the wanted integer type instead of a check of long type range) I manually
tested my corrected patch. Corner cases behave like o
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114540
Heiko Eißfeldt changed:
What|Removed |Added
Attachment #59671|0 |1
is obsolete|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114541
Heiko Eißfeldt changed:
What|Removed |Added
CC||heiko at hexco dot de
--- Comment #1 f
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114540
--- Comment #2 from Heiko Eißfeldt ---
I also sent it to gcc-patches mailing-list.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114540
Heiko Eißfeldt changed:
What|Removed |Added
CC||heiko at hexco dot de
--- Comment #1 f
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82469
--- Comment #2 from Heiko Eißfeldt ---
I took me a while to find a platform of mine where I got this error.
Right now it happens here as well:
Message:
cpp --traditional -ffreestanding -P gcc_82469.c
: internal compiler error: in _cpp_process_
25 matches
Mail list logo