Re: A bug in gcc-13.2.0-llvm-17.0.5-mingw-w64ucrt-11.0.1-r3 with the -O3 option

2024-10-17 Thread Jonathan Wakely via Gcc-bugs
On 17/10/24 12:16 +0300, Сергей wrote: Hello All,    I found a bug in gcc-13.2.0-llvm-17.0.5-mingw-w64ucrt-11.0.1-r3 for Windows. This bug occurs when translating the file "bug.c" with the -O3 option. There is no error when translating it with the -O2 option. To check this bug, download bug.c f

Re: Is this a bug is 14.2.0?

2024-09-26 Thread Jonathan Wakely via Gcc-bugs
On 26/09/24 04:44 +, Jason Mancini wrote: Problem happens in 14.2.0, 13.2.0, 12.2.0 Doesn't seem to happen in 10.2.0 or 11.2.0 Only seems to happen for -std=c++17/14/11, but not for c++20/23/26. Only seems to happen for -O2, but not -O0 / -O1 / -O3. Happens for vector, but not deque or list.

Re: [PATCH] RISC-V: Fix factor in dwarf_poly_indeterminate_value [PR116305]

2024-08-19 Thread Jonathan Wakely via Gcc-bugs
Hi, It's not useful to CC the gcc-bugs list with patches. Please just send the patch to the gcc-patches list (and any other appropriate lists, like libstdc++ or fortran, if appropriate). If you want to update the bugzilla report, you can manually add a comment to it with the URL of the patch submi

Re: C preprocessor bug

2024-07-22 Thread Jonathan Wakely via Gcc-bugs
On 22/07/24 12:24 +0300, Ovidiu Panait wrote: Hi, When processing large header files, the C preprocessor reports error on the wrong line. This mailing list is for automated emails fom our bug tracker, not for reporting bugs. Emails sent directly to this list will not get tracked as bugs, and

Re: gcc dynamic_bitset bug

2024-06-10 Thread Jonathan Wakely via Gcc-bugs
Hi, This mailing list is for automated mails from our bug database, not for reporting bugs. Please see https://gcc.gnu.org/bugs/ for how to report bugs, although it looks like this was already reported as Bug 115399. Thanks for finding the bug though.

Re: GCC Installation breaks older header files

2024-05-21 Thread Jonathan Wakely via Gcc-bugs
This mailing list is for automated mail from our bugzilla database, not for reporting bugs. It looks like you should be using the gcc-help mailing list anyway, not reporting a bug. I've CC'd that list. Please remove the gcc-bugs mailing list from the CC list when replying. On 20/05/24 20:48 +

Re: ’ ] ' is displayed.

2023-12-24 Thread Jonathan Wakely via Gcc-bugs
This mailing list is for automated emails from our bug database, not for reporting bugs directly. See https://gcc.gnu.org/bugs/ for how to report bugs, thanks.

Re: Strange compile error when g++ work with std=c++20.

2023-11-28 Thread Jonathan Wakely via Gcc-bugs
This mailing list is for automated email from our Bugzilla bug database, not for reporting bugs directly. Please see https://gcc.gnu.org/bugs/ for instructions on how to report bugs. However, Andrew already explained why GCC is correct and this is not a GCC bug. Just use DECLARE_SINGLETON(Receive

Re: C++ undefined behaviour sanitiser bug when compiled with optimization

2023-09-01 Thread Jonathan Wakely via Gcc-bugs
This mailing list is for automated email from our bug tracker, it's not for reporting bugs directly. Emails sent to this list are likely to be missed, and definitely won't get entered into the bug tracker. Please use Bugzilla to report bugs, as described at https://gcc.gnu.org/bugs/

Re: GNU C raw string literals not documented?

2023-05-22 Thread Jonathan Wakely via Gcc-bugs
> Not sure if this is the right mailing list for this. It's not. This mailing list is for automated email from our bug tracker. If you want to report a bug, please use that bug tracker instead of an email. See https://gcc.gnu.org/bugs/ for instructions. Thanks!

Re: Stack Canary Security Issue in gcc-arm-none-eabi-9

2023-05-18 Thread Jonathan Wakely via Gcc-bugs
On 18/05/23 12:01 +0100, Jonathan Wakely wrote: This mailing list is for automated email from our bugzilla database. To report a bug, please don't email the list, use bugzilla as documented at https://gcc.gnu.org/bugs/ - thanks. Note however, that GCC 9 is no longer supported by gcc.gnu.org, a

Re: Stack Canary Security Issue in gcc-arm-none-eabi-9

2023-05-18 Thread Jonathan Wakely via Gcc-bugs
This mailing list is for automated email from our bugzilla database. To report a bug, please don't email the list, use bugzilla as documented at https://gcc.gnu.org/bugs/ - thanks.

Re: printf behaviour

2023-05-12 Thread Jonathan Wakely via Gcc-bugs
This mailing list is for automated mails from our Bugzilla bug tracker system. If you want to report a bug, please see https://gcc.gnu.org/bugs/ If you want to ask a question, use the gcc-h...@gcc.gnu.org list, not the gcc-bugs list. Please direct any follow-up discussion there instead. There is

Re: Y2038: GCC gthr-posix.h weakref symbol invoking function has impact on time values

2023-05-05 Thread Jonathan Wakely via Gcc-bugs
On Fri, 5 May 2023 at 12:13, Florian Weimer wrote: > > * Puneet Kumar Yatnal via Gcc-bugs: > > > What is next step here? How do I post this in Bugzilla and get > > support. > > This issue has already been fixed with this commit: > > commit 80fe172ba9820199c2bbce5d0611ffca27823049 > Author: Jonatha

Re: About initialization of automatic variables

2023-04-18 Thread Jonathan Wakely via Gcc-bugs
The gcc-bugs@gcc.gnu.org list is for automated email from our Bugzilla database, please don't use it to report bugs or to ask questions about how GCC works. For questions about using GCC send email to gcc-h...@gcc.gnu.org and to report bugs please use bugzilla: https://gcc.gnu.org/bugs/ Thanks!

Re: Y2038: GCC gthr-posix.h weakref symbol invoking function has impact on time values

2023-04-17 Thread Jonathan Wakely via Gcc-bugs
On Mon, 17 Apr 2023, 09:27 Puneet Kumar Yatnal (QUIC), < quic_pune...@quicinc.com> wrote: > Here issue is weakref symbol in gcc not using the __asm_ function pointed > by pthread.h instead its calling directly ___pthread_cond_timedwait which > is exposed by version_symbol in pthread_cond_wait.c of

Re: Y2038: GCC gthr-posix.h weakref symbol invoking function has impact on time values

2023-04-17 Thread Jonathan Wakely via Gcc-bugs
On Mon, 17 Apr 2023, 07:54 Andrew Pinski via Gcc-help, wrote: > On Sun, Apr 16, 2023 at 10:41 PM Puneet Kumar Yatnal (QUIC) via > Gcc-bugs wrote: > > > > > > ++ > > From: Puneet Kumar Yatnal (QUIC) > > Sent: Monday, April 17, 2023 9:26 AM > > To: gcc-h...@gcc.gnu.org > > Subject: Y2038: GCC gthr

Re: gcc-12: FTBFS on hurd-i386

2022-10-06 Thread Jonathan Wakely via Gcc-bugs
Hello, This mailing list is for automated mail from Bugzilla. Emails sent directly to this list are liable to be missed or just ignored. Please report bugs to Bugzilla instead, see https://gcc.gnu.org/bugs/ Patches should be sent to the gcc-patches mailing list, not gcc-bugs: https://gcc.gnu.org

Re: Weird struct behavior on ESA S390

2021-08-26 Thread Jonathan Wakely via Gcc-bugs
This mailing list is for automated emails from our bugzilla database, not for reporting bugs directly. To report a bug please follow the instructions at https://gcc.gnu.org/bugs/ Your email doesn't look like a bug report anyway, maybe you meant to send it to the gcc-help mailing list? Thanks.

Re: Compilation of rust-demangle.c fails on MinGW

2021-08-04 Thread Jonathan Wakely via Gcc-bugs
> The libiberty README says to report bugs to gcc-bugs@gcc.gnu.org. Well that needs to be fixed. It should point to https://gcc.gnu.org/bugs/ instead.

Re: Compilation of rust-demangle.c fails on MinGW

2021-08-04 Thread Jonathan Wakely via Gcc-bugs
In GCC's bugzilla. You could also report it to the sourceware.org bugzilla for binutils, but I think GCC is the upstream for libiberty.

Re: RISC-V: Parsing custom extension that is version 0

2021-06-23 Thread Jonathan Wakely via Gcc-bugs
The gcc-bugs mailing list is for automated mails from our Bugzilla database. Bug reports should be entered into Bugzilla, and discussions should happen in Bugzilla or on a more apppropriate mailing list (because most GCC devs do not routinely read the gcc-bugs mails).

Re: How to fix GCC Upgrade issues(which always disappeared by add some trace prints)?

2020-10-16 Thread Jonathan Wakely via Gcc-bugs
This mailing list is for automated mails from our bug database. Please use the gcc-help mailing list for questions like this.

Re: stdc++ issue: extremely long compile time with large number of string literals

2020-07-09 Thread Jonathan Wakely via Gcc-bugs
> I'm not sure if this is the right mailing list for asking about No it's not, this list is for automated mails from our bug database. > (possible) g++ issues. If not, I'd appreciate it if someone can point > me to the right one. See https://gcc.gnu.org/lists.html which tells you that gcc-help i

Re: How GCC treats ice-on-invalid-code?

2020-06-30 Thread Jonathan Wakely via Gcc-bugs
> These are the “true” ice-on-invalid-code bugs, i.e. those that are > meant to be classified as “ice-on-invalid-code” instead of “error-recovery” > in bugzilla. They generally get much more attention than “error-recovery” > bugs. And even those are lower priority than ice-on-valid bugs, and IMHO

Re: How GCC treats ice-on-invalid-code?

2020-06-30 Thread Jonathan Wakely via Gcc-bugs
> I am sorry maybe I send this in a wrong place, I have sent this again in > gcc-bug-requ...@gcc.gun.org. Well that's even more wrong. g...@gcc.gnu.org would be the right place.

Re: bug in bit structure compilation

2020-05-14 Thread Jonathan Wakely via Gcc-bugs
I know you've realised the problem here now, but ... This mailing list is for automated mails from our bugzilla database. To report a bug please use bugzilla. Sending email directly to the list will often be ignored, and will never create a bugzilla report. See https://gcc.gnu.org/bugs/ for detai