Re: [Mingw-w64-public] Internal compiler error specific to MinGW when using -fstack-clash-protection and __attribute__((noreturn))

2023-02-04 Thread Christian Franke
LIU Hao wrote: 在 2023-02-04 20:51, Théo Cavignac 写道: Sorry, I misclicked and sent an half written mail. So as I tried to expose, I am using MinGW with following configuration: This looks like a GCC issue. Reported here: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108673 Workaround: -f

Re: [Mingw-w64-public] Internal compiler error specific to MinGW when using -fstack-clash-protection and __attribute__((noreturn))

2023-02-04 Thread LIU Hao
在 2023-02-04 20:51, Théo Cavignac 写道: Sorry, I misclicked and sent an half written mail. So as I tried to expose, I am using MinGW with following configuration: This looks like a GCC issue. Reported here: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108673 -- Best regards, LIU Hao Open

Re: [Mingw-w64-public] Internal compiler error specific to MinGW when using -fstack-clash-protection and __attribute__((noreturn))

2023-02-04 Thread Théo Cavignac
Sorry, I misclicked and sent an half written mail. So as I tried to expose, I am using MinGW with following configuration: Using built-in specs. COLLECT_GCC=x86_64-w64-mingw32-gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-w64-mingw32/12.2.0/lto-wrapper Target: x86_64-w64-mingw32 Con

[Mingw-w64-public] Internal compiler error specific to MinGW when using -fstack-clash-protection and __attribute__((noreturn))

2023-02-04 Thread Théo Cavignac
Hello, As implied by the subject I isolated an internal compiler error that is specific to MinGW (stock GCC Minimal code /*   /usr/bin/x86_64-w64-mingw32-gcc \     -O2 -fstack-clash-protection -c \     -freport-bug \     -o f.o f.c  */ void exit(int) __attribute__((

Re: [Mingw-w64-public] Internal compiler error building mingw-w64-crt (default msvcrt is ucrt)

2021-11-09 Thread Kacvinsky, Tom
Weird, running make without the -j option magically "fixed" the error. Not sure why. From: Kacvinsky, Tom Sent: Tuesday, November 9, 2021 6:32 PM To: mingw-w64-public@lists.sourceforge.net Subject: Internal compiler error building mingw-w64-crt (default msvcrt is ucrt) I am building (once again

[Mingw-w64-public] Internal compiler error building mingw-w64-crt (default msvcrt is ucrt)

2021-11-09 Thread Kacvinsky, Tom
I am building (once again) a GCC with UCRT support, this time using the UCRT64 tool chain that I was able to install today. I am using master of the mingw-w64 git repo, freshly updated today, but have a problem building the CRT libraries: D:/DEV/mingw-w64-gcc-11.2.0-ucrt-1/x86_64-w64-mingw32/in

[Mingw-w64-public] internal compiler error

2018-01-18 Thread Matt Sexton via Mingw-w64-public
Hello, x86_64-w64-mingw32-gcc from the mingw64-gcc-7.2.0-1.fc27.x86_64 package on Fedora 27 is reporting the following error in compiling some of our code: internal compiler error: in get_constraint_for_ptr_offset, at tree-ssa-structalias.c:3155 Is this the right place to ask about the bug? Ass

Re: [Mingw-w64-public] internal compiler error 4.9.2

2016-04-01 Thread Victor Bombi
I am not sure if it has been seen so I confirm again that internal error persists with 4.9.3 victor bombi - Original Message - From: "Victor Bombi" To: Sent: Monday, March 14, 2016 7:31 PM Subject: Re: [Mingw-w64-public] internal compiler error 4.9.2 > The same int

Re: [Mingw-w64-public] internal compiler error 4.9.2

2016-03-14 Thread Victor Bombi
The same intenal error is happening - Original Message - From: "niXman" To: Sent: Thursday, March 03, 2016 5:45 PM Subject: Re: [Mingw-w64-public] internal compiler error 4.9.2 > >> I have got an internal compiler error with mingw-w64 posi-dwarf 32 bits >> f

Re: [Mingw-w64-public] internal compiler error 4.9.2

2016-03-03 Thread niXman
> I have got an internal compiler error with mingw-w64 posi-dwarf 32 bits > from > mingw-builds. > I posted that to gcc bugs: > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69832 > > but as you can see it seems only related to mingw-w64 > > What can be done? Hi, Can you try 4.9.3...5.3.0?

[Mingw-w64-public] internal compiler error 4.9.2

2016-03-03 Thread Victor Bombi
Hello, I have got an internal compiler error with mingw-w64 posi-dwarf 32 bits from mingw-builds. I posted that to gcc bugs: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69832 but as you can see it seems only related to mingw-w64 What can be done? Bet regards victor bombi --

Re: [Mingw-w64-public] internal compiler error: Segmentation fault, MinGW-W64 4.8.1

2015-08-10 Thread Peter Foelsche
on windows: g++ (GCC) 4.8.2 -- crashes g++ (x86_64-posix-seh-rev0, Built by MinGW-W64 project) 5.1.0 -- works fine -- This email may contain material that is confidential and/or proprietary that the sender intended only for specific recipients. Any review by unintended recipients, forwarding

[Mingw-w64-public] internal compiler error: Segmentation fault, MinGW-W64 4.8.1

2015-08-10 Thread Peter Foelsche
source code: https://onedrive.live.com/redir?resid=2BFA22F3AB9E833!59288&authkey=!AAxbkAffcBIxUTA&ithint=file%2cbz Compiled with: g++ -shared -DNDEBUG -w -xc++ -shared -o 1.dll -O3 -funroll-loops -march=native -mno-avx -ffast-math -Xlinker --enable-auto-import hisimsoi_fb_va.cpp on windows 7

Re: [Mingw-w64-public] Internal compiler error: Error reporting routines re-entered.

2014-02-19 Thread JonY
On 2/17/2014 18:17, Wim Bekker wrote: > Suddenly this morning I receive the error message below. What can I do > about it? > > Internal compiler error: Error reporting routines re-entered. > > Please submit a full bug report, > > with preprocessed source if appropriate. > ^^^ It's a gc

[Mingw-w64-public] Internal compiler error: Error reporting routines re-entered.

2014-02-19 Thread Wim Bekker
Suddenly this morning I receive the error message below. What can I do about it? Internal compiler error: Error reporting routines re-entered. Please submit a full bug report, with preprocessed source if appropriate. See for instructions. Makefile.Debug:1529: recipe for target `debug/rmc_test.

[Mingw-w64-public] Internal compiler error: Error reporting routines re-entered.

2014-02-18 Thread Wim Bekker
Suddenly this morning I receive this error message: Internal compiler error: Error reporting routines re-entered. Please submit a full bug report, with preprocessed source if appropriate. See for instructions. I figured it out that it happens when I call vector::emplace_back for an object w