[Bug target/100461] [11/12 Regression] mingw build broken due to change of rdtsc implementation

2022-05-14 Thread daniel.f.starke at freenet dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100461 --- Comment #8 from Daniel Starke --- This bug was fixes in mingw-w64. The bug fix is included since versions 8.0.1. See

[Bug target/100461] [11/12 Regression] mingw build broken due to change of rdtsc implementation

2021-05-07 Thread daniel.f.starke at freenet dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100461 --- Comment #6 from Daniel Starke --- Thank you for the suggestion, however, I am not involved in the mingw-w64 project. Furthermore, the fact that this regression remains against all versions of mingw-w64 known to date does not change. It is

[Bug target/100461] [11/12 Regression] mingw build broken due to change of rdtsc implementation

2021-05-06 Thread daniel.f.starke at freenet dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100461 --- Comment #4 from Daniel Starke --- Created attachment 50772 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=50772=edit rdtsc.c Please find attached the mingw-w64 file.

[Bug target/100461] New: [11/12 Regression] mingw build broken due to change of rdtsc implementation

2021-05-06 Thread daniel.f.starke at freenet dot de via Gcc-bugs
: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: daniel.f.starke at freenet dot de Target Milestone: --- GCC 11.1.0 build for mingw-w64 is broken now. Up to 10.3.0 the following was used in gcc/config/i386/ia32intrin.h

[Bug target/100460] New: [11/12 Regression] mingw build broken due to use of unsupported open() flags

2021-05-06 Thread daniel.f.starke at freenet dot de via Gcc-bugs
: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: daniel.f.starke at freenet dot de Target Milestone: --- GCC 11.1.0 fails to build with C++ under MinGW due to unsupported open() flags S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP

[Bug preprocessor/95253] [10/11 Regression] Build failure on MSys. Wrong dependency file escaping on Windows.

2021-01-15 Thread daniel.f.starke at freenet dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95253 --- Comment #6 from Daniel Starke --- That is what I did as workaround for me, but I am not sure how this affacts other targets.

[Bug preprocessor/95253] [10/11 Regression] Build failure on MSys. Wrong dependency file escaping on Windows.

2020-05-27 Thread daniel.f.starke at freenet dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95253 Daniel Starke changed: What|Removed |Added Component|target |preprocessor --- Comment #3 from Daniel

[Bug target/95253] [10/11 Regression] Build failure on MSys. Wrong dependency file escaping on Windows.

2020-05-24 Thread daniel.f.starke at freenet dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95253 --- Comment #2 from Daniel Starke --- Minimal test case on MSys/MinGW: echo '#include ' | gcc -MD -MF - -fsyntax-only -x c - Result with gcc 9.3.0: -: \ e:\msys\mingw64_9.3.0\lib\gcc\x86_64-w64-mingw32\9.3.0\include\stddef.h \ [...] Result

[Bug target/95253] [10/11 Regression] Build failure on MSys. Wrong dependency file escaping on Windows.

2020-05-21 Thread daniel.f.starke at freenet dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95253 --- Comment #1 from Daniel Starke --- Edit: I meant colon character, not column operator.

[Bug target/95253] New: [10/11 Regression] Build failure on MSys. Wrong dependency file escaping on Windows.

2020-05-21 Thread daniel.f.starke at freenet dot de
Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: daniel.f.starke at freenet dot de Target Milestone: --- Previously in gcc 9.3.0, escaping of the dependency file output still worked well. Now I get a dependency

[Bug c++/87015] [8/9 Regression] miscompilation of template heavy Boost Spirit code

2019-03-17 Thread daniel.f.starke at freenet dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87015 Daniel Starke changed: What|Removed |Added Known to work||8.3.0 --- Comment #10 from Daniel

[Bug tree-optimization/88896] [8/9 Regression] integer overflow check optimized away

2019-01-17 Thread daniel.f.starke at freenet dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88896 --- Comment #3 from Daniel Starke --- Never mind my question.

[Bug tree-optimization/88896] [8/9 Regression] integer overflow check optimized away

2019-01-17 Thread daniel.f.starke at freenet dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88896 --- Comment #2 from Daniel Starke --- You are right. So you are saying that the compiler actually checks all cases of the loop?

[Bug tree-optimization/88896] New: [8/9 Regression] integer overflow check optimized away

2019-01-17 Thread daniel.f.starke at freenet dot de
Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: daniel.f.starke at freenet dot de Target Milestone: --- Created attachment 45451 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=45451=edit test case and asm output Using built-in sp

[Bug debug/87294] New: [8/9 Regression] dwarf-3 generation fails with ICE

2018-09-13 Thread daniel.f.starke at freenet dot de
Component: debug Assignee: unassigned at gcc dot gnu.org Reporter: daniel.f.starke at freenet dot de Target Milestone: --- Created attachment 44690 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44690=edit test case Using GCC version 8.2.0 in mingw-w64 compi

[Bug c++/87015] [8/9 Regression] miscompilation of template heavy Boost Spirit code

2018-08-27 Thread daniel.f.starke at freenet dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87015 --- Comment #5 from Daniel Starke --- I tried the version 8 branch snapshot from 2018-08-24 but the issue still remains.

[Bug c++/87015] [8/9 Regression] miscompilation of template heavy Boost Spirit code

2018-08-22 Thread daniel.f.starke at freenet dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87015 --- Comment #4 from Daniel Starke --- Sure, but it will take some days as I am currently reducing a testcase for another bug.

[Bug c++/87015] [8 Regression] miscompilation of template heavy Boost Spirit code

2018-08-20 Thread daniel.f.starke at freenet dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87015 --- Comment #2 from Daniel Starke --- I am not quite sure how to do this in this case. GCC terminates without an error but the resulting application misbehaves since GCC 8.1.0. That means the assembly output is wrong. Any idea on how to make a

[Bug c++/87015] New: [8 Regression] miscompilation of template heavy Boost Spirit code

2018-08-19 Thread daniel.f.starke at freenet dot de
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: daniel.f.starke at freenet dot de Target Milestone: --- Starting with GCC 8.1.0 I encounter wrong code generations when using template heavy C++ code with Boost Spirit. Using Boost 1.66

[Bug target/86048] [8/9 Regression] .seh_savexmm offset is negative error when compiling libpng

2018-06-12 Thread daniel.f.starke at freenet dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86048 --- Comment #1 from Daniel Starke --- The error does not occur if I pass -fno-reorder-blocks-and-partition.

[Bug target/86048] New: [8/9 Regression] .seh_savexmm offset is negative error when compiling libpng

2018-06-04 Thread daniel.f.starke at freenet dot de
: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: daniel.f.starke at freenet dot de Target Milestone: --- Created attachment 44232 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44232=edit pre-processed source f

[Bug target/80881] Implement Windows native TLS

2017-12-01 Thread daniel.f.starke at freenet dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80881 Daniel Starke changed: What|Removed |Added Known to work|5.3.0 | --- Comment #16 from Daniel Starke

[Bug target/80881] [7/8 Regression] null pointer access in libgomp.h

2017-11-29 Thread daniel.f.starke at freenet dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80881 --- Comment #12 from Daniel Starke --- I am not an expert on this field but your build does not use platform tls support as mine is supposed to do. Furthermore, I was building all under Windows. The only difference during the build process was

[Bug target/80881] [7/8 Regression] null pointer access in libgomp.h

2017-11-29 Thread daniel.f.starke at freenet dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80881 --- Comment #9 from Daniel Starke --- This was a native build. I have added the GCC build in question to https://sourceforge.net/projects/gcc-win64/files/7.1.0/gcc-7.1.0-debug-broken-tls.7z

[Bug target/80881] [7/8 Regression] null pointer access in libgomp.h

2017-11-28 Thread daniel.f.starke at freenet dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80881 --- Comment #7 from Daniel Starke --- Error report from Dr.Memory: Error #1: UNADDRESSABLE ACCESS: reading 0x-0x0008 8 byte(s) # 0 gomp_resolve_num_threads

[Bug libgomp/80881] [7 Regression] null pointer access in libgomp.h

2017-05-26 Thread daniel.f.starke at freenet dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80881 --- Comment #2 from Daniel Starke --- True, I have rebuild GCC without --enable-tls enabled and the null pointer access is gone. So I guess there is still no TLS support for mingw-w64 (even though Windows supports it as far as I know).

[Bug libgomp/80881] New: [7.1 Regression] null pointer access in libgomp.h

2017-05-25 Thread daniel.f.starke at freenet dot de
: libgomp Assignee: unassigned at gcc dot gnu.org Reporter: daniel.f.starke at freenet dot de CC: jakub at gcc dot gnu.org Target Milestone: --- GCC 7.1.0 compiled OpenMP applications fail with invalid memory access to address 0. Used configuration

[Bug ipa/78535] [6.2] invalid code generation with -O1 -fdevirtualize

2016-11-28 Thread daniel.f.starke at freenet dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78535 --- Comment #3 from Daniel Starke --- Created attachment 40176 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40176=edit -fdump-ipa-devirt-details output Requested -fdump-ipa-devirt-details output.

[Bug ipa/78535] [6.2] invalid code generation with -O1 -fdevirtualize

2016-11-25 Thread daniel.f.starke at freenet dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78535 --- Comment #1 from Daniel Starke --- Comparing the outputs created with -fdump-tree-all enabled for both tested command-line combinations hints that -flto -fdevirtualize fails when one of the following passes is enabled via -O1: - nothrow -

[Bug ipa/78535] New: [6.2] invalid code generation with -O1 -fdevirtualize

2016-11-25 Thread daniel.f.starke at freenet dot de
Component: ipa Assignee: unassigned at gcc dot gnu.org Reporter: daniel.f.starke at freenet dot de Target Milestone: --- Using GCC: Target: x86_64-w64-mingw32 Configured with: ../../src/gcc-6.2.0/configure --host=x86_64-w64-mingw32 --enable-languages=c,c++ --enable-seh-exceptions

[Bug c/70378] [5.3] inconsistant warnings with -Wconversion for different types

2016-03-23 Thread daniel.f.starke at freenet dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70378 --- Comment #1 from Daniel Starke --- No warning was observed when using g++ instead of gcc.

[Bug c/70378] New: [5.3] inconsistant warnings with -Wconversion for different types

2016-03-23 Thread daniel.f.starke at freenet dot de
Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: daniel.f.starke at freenet dot de Target Milestone: --- Tested with GCC 4.4.3 and 5.3.0 whereas 5.3.0 was configured as Configured with: ../../src/gcc-5.3.0/configure --host=x86_64-w64

[Bug target/69284] [5.3] SIGSEGV when running 32-bit result on MinGW when linked dynamically

2016-03-20 Thread daniel.f.starke at freenet dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69284 --- Comment #6 from Daniel Starke --- (In reply to katayama.hirofumi...@gmail.com from comment #4) > Hello, Andrew Pinski. > Where is ld bug track? See https://sourceware.org/bugzilla/show_bug.cgi?id=19480

[Bug lto/69394] [5.3] ICE when linking with lto

2016-01-22 Thread daniel.f.starke at freenet dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69394 --- Comment #4 from Daniel Starke --- I see, but the output of the same GCC version should be the same regardless the host if the target is the same, right? I used the same source tree to build GCC 5.3.0 for x86_64-linux-gnu and for

[Bug lto/69394] [5.3] ICE when linking with lto

2016-01-21 Thread daniel.f.starke at freenet dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69394 --- Comment #2 from Daniel Starke --- I have tested the same with gcc 4.9.3 to make clear whether this is a regression or not. Sadly I was not able to build the libstdc++ with -flto. Compiling the same program as before did not result in a ICE

[Bug lto/69394] New: [5.3] ICE when linking with lto

2016-01-20 Thread daniel.f.starke at freenet dot de
Assignee: unassigned at gcc dot gnu.org Reporter: daniel.f.starke at freenet dot de Target Milestone: --- Created attachment 37410 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37410=edit ICE backtrace Configured with: ../../src/gcc-5.3.0/configure --enable-languages=

[Bug target/69284] [5.3] SIGSEGV when running 32-bit result on MinGW when linked dynamically

2016-01-15 Thread daniel.f.starke at freenet dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69284 --- Comment #1 from Daniel Starke --- I have tried a couple of things to find the cause of this bug. - using -O1 instead of -O3 when building GCC - using -O2 instead of -O3 when building GCC - using -fno-lto when building GCC - using the

[Bug target/69284] New: [5.3] SIGSEGV when running 32-bit result on MinGW when linked dynamically

2016-01-14 Thread daniel.f.starke at freenet dot de
: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: daniel.f.starke at freenet dot de Target Milestone: --- Using GCC 5.3 compiled as ../../src/gcc-5.3.0/configure --enable-languages=c,c++ --enable-seh-exceptions --enable

[Bug lto/65995] LTO: ICE in add_symbol_to_partition_1 for debug build

2015-07-24 Thread daniel.f.starke at freenet dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65995 Daniel Starke daniel.f.starke at freenet dot de changed: What|Removed |Added Known to fail||5.2.0

[Bug target/65867] [5/6 Regression] bootstrap fails for mingw32 due to missing header in ssp.c

2015-07-01 Thread daniel.f.starke at freenet dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65867 --- Comment #4 from Daniel Starke daniel.f.starke at freenet dot de --- I have already sent a patch to the ML. https://gcc.gnu.org/ml/gcc-patches/2015-04/msg01539.html

[Bug lto/65995] LTO: ICE in add_symbol_to_partition_1 for debug build

2015-05-05 Thread daniel.f.starke at freenet dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65995 --- Comment #4 from Daniel Starke daniel.f.starke at freenet dot de --- I was able to build r222810 without bootstrap. However, the result remains the same. I am still getting the following error when linking all together: lto1.exe: internal

[Bug lto/65995] LTO: ICE in add_symbol_to_partition_1 for debug build

2015-05-05 Thread daniel.f.starke at freenet dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65995 --- Comment #3 from Daniel Starke daniel.f.starke at freenet dot de --- I have yet to bootstrap the current trunk (r222810). It currently fails with /usr/new-gcc/bin32/./prev-gcc/xg++ -B/usr/new-gcc/bin32/./prev-gcc/ -B/mingw/mingw32/bin

[Bug lto/65995] LTO: ICE in add_symbol_to_partition_1 for debug build

2015-05-04 Thread daniel.f.starke at freenet dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65995 --- Comment #2 from Daniel Starke daniel.f.starke at freenet dot de --- I already applied the open() patch listed there so this is definitively a different bug. I will try again with the current trunk hopefully within this week.

[Bug lto/65995] New: LTO: ICE in add_symbol_to_partition_1 for debug build

2015-05-03 Thread daniel.f.starke at freenet dot de
Component: lto Assignee: unassigned at gcc dot gnu.org Reporter: daniel.f.starke at freenet dot de Target Milestone: --- Using GCC 5.1.0 compiled as: COLLECT_GCC=E:\msys\mingw64-64\bin\g++.exe COLLECT_LTO_WRAPPER=e:/msys/mingw64-64/bin/../libexec/gcc/x86_64-w64-mingw32/5.1.0/lto

[Bug lto/65559] [5/6 Regression] lto1.exe: internal compiler error: in read_cgraph_and_symbols, at lto/lto.c:2947

2015-04-29 Thread daniel.f.starke at freenet dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65559 Daniel Starke daniel.f.starke at freenet dot de changed: What|Removed |Added CC

[Bug target/65867] New: [5 Regression] bootstrap fails for mingw32 due to missing header in ssp.c

2015-04-23 Thread daniel.f.starke at freenet dot de
: trivial Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: daniel.f.starke at freenet dot de Created attachment 35392 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=35392action=edit patch Bootstrapping gcc 5.1 with ming32

[Bug driver/60968] [4.9 Regression] Bootstrap fails on mingw32 with -dumpspecs

2014-05-31 Thread daniel.f.starke at freenet dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60968 --- Comment #5 from Daniel Starke daniel.f.starke at freenet dot de --- Removing --disable-sjlj-exceptions solved the problem. I did not try the current 4.9.1 branch yet.

[Bug driver/60968] [4.9 Regression] Bootstrap fails on mingw32 with -dumpspecs

2014-05-31 Thread daniel.f.starke at freenet dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60968 --- Comment #6 from Daniel Starke daniel.f.starke at freenet dot de --- I can confirm that the problem does not occur in r211103 of the 4.9 branch.

[Bug driver/60968] [4.9 Regression] Bootstrap fails on mingw32 with -dumpspecs

2014-05-01 Thread daniel.f.starke at freenet dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60968 --- Comment #3 from Daniel Starke daniel.f.starke at freenet dot de --- Created attachment 32720 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=32720action=edit gdb output with backtrace for -falign-functions I have tried building GCC 4.9.0

[Bug driver/60968] [4.9 Regression] Bootstrap fails on mingw32 with -dumpspecs

2014-04-26 Thread daniel.f.starke at freenet dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60968 --- Comment #2 from Daniel Starke daniel.f.starke at freenet dot de --- I was able to locate the problem. The SIGSEG only occures when bootstrapping GCC with -fomit-frame-pointer.

[Bug driver/60968] New: [4.9 Regression] Bootstrap fails on mingw32 with -dumpspecs

2014-04-25 Thread daniel.f.starke at freenet dot de
Priority: P3 Component: driver Assignee: unassigned at gcc dot gnu.org Reporter: daniel.f.starke at freenet dot de Created attachment 32684 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=32684action=edit gdb output with backtrace Bootstrapping GCC 4.9 on Windows 7

[Bug driver/60968] [4.9 Regression] Bootstrap fails on mingw32 with -dumpspecs

2014-04-25 Thread daniel.f.starke at freenet dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60968 --- Comment #1 from Daniel Starke daniel.f.starke at freenet dot de --- This bug does not occurs when bootstrapping GCC with -O0 -g2.

[Bug libgomp/56357] [4.8 Regression] missing symbol references for libgomp when using -flto -fopenmp on mingw32

2013-03-08 Thread daniel.f.starke at freenet dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56357 --- Comment #4 from Daniel Starke daniel.f.starke at freenet dot de 2013-03-08 20:05:19 UTC --- I tried the same configuration in a different mingw build environment for gcc. The resulting gcc build worked fine and did not show

[Bug libgomp/56357] [4.8 Regression] missing symbol references for libgomp when using -flto -fopenmp on mingw32

2013-02-26 Thread daniel.f.starke at freenet dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56357 --- Comment #3 from Daniel Starke daniel.f.starke at freenet dot de 2013-02-26 08:02:13 UTC --- I have currently no means to do so but I will try that as soon as possible.

[Bug target/56412] New: [4.8 Regression] libtool: cygpath: command not found for mingw32 host

2013-02-20 Thread daniel.f.starke at freenet dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56412 Bug #: 56412 Summary: [4.8 Regression] libtool: cygpath: command not found for mingw32 host Classification: Unclassified Product: gcc Version: 4.8.0

[Bug target/56412] [4.8 Regression] libtool: cygpath: command not found for mingw32 host

2013-02-20 Thread daniel.f.starke at freenet dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56412 --- Comment #1 from Daniel Starke daniel.f.starke at freenet dot de 2013-02-20 20:15:58 UTC --- A patch of lto-plugin/configure could solve this issue for now if the patch of libtool.m4 was too extensive for stage4. --- gcc-4.8.0-r196092

[Bug target/56412] [4.8 Regression] libtool: cygpath: command not found for mingw32 host

2013-02-20 Thread daniel.f.starke at freenet dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56412 --- Comment #2 from Daniel Starke daniel.f.starke at freenet dot de 2013-02-20 20:23:32 UTC --- Sorry, here is the correct patch proposed. --- gcc-4.8.0-r196092/lto-plugin/configure2013-02-15 22:11:56 + +++ gcc-4.8.0-patch/lto

[Bug ada/52123] [4.7/4.8 Regression] gcc bootstrap with ada fails on mingw target

2013-02-16 Thread daniel.f.starke at freenet dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52123 --- Comment #13 from Daniel Starke daniel.f.starke at freenet dot de 2013-02-16 12:41:42 UTC --- I just tried out to bootstrap r196092 on mingw32. There is still one more cast patch missing to make it work for that target. diff -uart gcc

[Bug libgomp/56357] New: [4.8 Regression] missing symbol references for libgomp when using -flto -fopenmp on mingw32

2013-02-16 Thread daniel.f.starke at freenet dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56357 Bug #: 56357 Summary: [4.8 Regression] missing symbol references for libgomp when using -flto -fopenmp on mingw32 Classification: Unclassified Product: gcc Version:

[Bug middle-end/56185] [4.7 Regression] ICE for Arithmetic exception with -O2 and -fgraphite

2013-02-13 Thread daniel.f.starke at freenet dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56185 --- Comment #6 from Daniel Starke daniel.f.starke at freenet dot de 2013-02-13 21:08:40 UTC --- This issue does not occur with checking enabled. See below a working configuration. COLLECT_GCC=D:\Programme\msys\mingw64\bin\x86_64-w64

[Bug ada/52123] [4.7/4.8 Regression] gcc bootstrap with ada fails on mingw target

2013-02-06 Thread daniel.f.starke at freenet dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52123 --- Comment #9 from Daniel Starke daniel.f.starke at freenet dot de 2013-02-06 17:04:21 UTC --- This will probably not fix all problems with ada on mingw. My last tests with 4.7.2 made me also need to patch this: diff -uart gcc-4.7.2

[Bug middle-end/56185] [4.7 Regression] ICE for Arithmetic exception with -O2 and -fgraphite

2013-02-06 Thread daniel.f.starke at freenet dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56185 --- Comment #5 from Daniel Starke daniel.f.starke at freenet dot de 2013-02-07 06:43:35 UTC --- The arithmetic exception is caught by gcc, thus not triggered in gdb. I tried a couple of things with gdb but could not find the point at which

[Bug middle-end/56185] [4.7 Regression] ICE for Arithmetic exception with -O2 and -fgraphite

2013-02-05 Thread daniel.f.starke at freenet dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56185 Daniel Starke daniel.f.starke at freenet dot de changed: What|Removed |Added Known to work

[Bug middle-end/56185] [4.7 Regression] ICE for Arithmetic exception with -O2 and -fgraphite

2013-02-03 Thread daniel.f.starke at freenet dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56185 --- Comment #1 from Daniel Starke daniel.f.starke at freenet dot de 2013-02-03 16:24:56 UTC --- This issue does not appear with isl backend as in the configuration below. However, I still need ppl to build gcc. Using built-in specs

[Bug middle-end/56185] New: [4.7 Regression] ICE for Arithmetic exception with -O2 and -fgraphite

2013-02-02 Thread daniel.f.starke at freenet dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56185 Bug #: 56185 Summary: [4.7 Regression] ICE for Arithmetic exception with -O2 and -fgraphite Classification: Unclassified Product: gcc Version: 4.7.2

[Bug target/48659] Segmentation fault when using openMP and SSE

2013-01-28 Thread daniel.f.starke at freenet dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48659 --- Comment #3 from Daniel Starke daniel.f.starke at freenet dot de 2013-01-28 11:53:14 UTC --- I can confirm this bug for gcc 4.7.2 mingw64. The -mstackrealign command-line flag can be used as workaround as described on http

[Bug target/52122] [4.6/4.7/4.8 Regression] incorrect ln -s replacement for mingw like targets in configure files

2012-09-24 Thread daniel.f.starke at freenet dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52122 --- Comment #9 from Daniel Starke daniel.f.starke at freenet dot de 2012-09-24 16:55:33 UTC --- The problem in autoconf was fixed with version 2.69. I suggest to update AC_PREREQ within the configure.ac files to this version.

[Bug target/52122] [4.6/4.7/4.8 Regression] incorrect ln -s replacement for mingw like targets in configure files

2012-09-24 Thread daniel.f.starke at freenet dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52122 --- Comment #10 from Daniel Starke daniel.f.starke at freenet dot de 2012-09-24 16:57:53 UTC --- Here is the reference to the autoconf change: http://git.savannah.gnu.org/gitweb/?p=autoconf.git;a=commitdiff;h

[Bug target/52122] [4.6/4.7/4.8 Regression] incorrect ln -s replacement for mingw like targets in configure files

2012-09-22 Thread daniel.f.starke at freenet dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52122 --- Comment #7 from Daniel Starke daniel.f.starke at freenet dot de 2012-09-22 16:00:03 UTC --- It seems to be partly a gcc autoconfig macro issue. Seeing the following in gcc/acinclude.m4 dnl See if symbolic links work and if not, try

[Bug target/52122] [4.6/4.7/4.8 Regression] incorrect ln -s replacement for mingw like targets in configure files

2012-04-26 Thread daniel.f.starke at freenet dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52122 --- Comment #4 from Daniel Starke daniel.f.starke at freenet dot de 2012-04-26 18:06:54 UTC --- Created attachment 27249 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=27249 possible patch for gcc 4.7.0

[Bug target/52122] [4.6/4.7/4.8 Regression] incorrect ln -s replacement for mingw like targets in configure files

2012-04-26 Thread daniel.f.starke at freenet dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52122 --- Comment #5 from Daniel Starke daniel.f.starke at freenet dot de 2012-04-26 18:07:37 UTC --- The mailinglist discussion covers only a part of the problem. I have attached a possible patch for gcc 4.7.0 to highlight to problem.

[Bug target/52122] [4.6/4.7/4.8 Regression] incorrect ln -s replacement for mingw like targets in configure files

2012-04-05 Thread daniel.f.starke at freenet dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52122 --- Comment #2 from Daniel Starke daniel.f.starke at freenet dot de 2012-04-05 16:14:19 UTC --- (In reply to comment #1) Please update this bug with respect to the mailing list discussion that took place. Can you please add a link

[Bug target/52122] New: [4.6.x/4.7] incorrect ln -s replacement for mingw like targets in configure files

2012-02-04 Thread daniel.f.starke at freenet dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52122 Bug #: 52122 Summary: [4.6.x/4.7] incorrect ln -s replacement for mingw like targets in configure files Classification: Unclassified Product: gcc Version: 4.7.0

[Bug ada/52123] New: [4.7] gcc bootstrap with ada fails on mingw target

2012-02-04 Thread daniel.f.starke at freenet dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52123 Bug #: 52123 Summary: [4.7] gcc bootstrap with ada fails on mingw target Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal

[Bug c/51900] New: [4.6 Regression] const variable initialization always zero

2012-01-19 Thread daniel.f.starke at freenet dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51900 Bug #: 51900 Summary: [4.6 Regression] const variable initialization always zero Classification: Unclassified Product: gcc Version: 4.6.2 Status: UNCONFIRMED

[Bug target/51900] [4.6 Regression] const variable initialization always zero

2012-01-19 Thread daniel.f.starke at freenet dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51900 --- Comment #3 from Daniel Starke daniel.f.starke at freenet dot de 2012-01-19 11:52:27 UTC --- [...] COLLECT_GCC_OPTIONS='-static' '-O2' '-v' '-Q' '-o' 'a.o' '-c' '-mtune=i386' '-march=i386' [...] GNU C (GCC) version 4.6.2 (mingw32

[Bug target/51900] [4.6 Regression] const variable initialization always zero

2012-01-19 Thread daniel.f.starke at freenet dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51900 --- Comment #5 from Daniel Starke daniel.f.starke at freenet dot de 2012-01-19 14:51:33 UTC --- Compiling it with gcc -static -fcommon -o main.o -c main.c gcc -static -fcommon -o a.o -c a.c gcc -static -o main.exe main.o a.o results in $ ./main

[Bug target/51900] [4.6/4.7 Regression] const variable initialization always zero

2012-01-19 Thread daniel.f.starke at freenet dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51900 --- Comment #10 from Daniel Starke daniel.f.starke at freenet dot de 2012-01-20 07:41:10 UTC --- I have tested the problem with the option switches -O0, -O1, -O2, -O3, -O4, -Os and -Ofast. Only -O0 results in a 5, 6, 7 output. Turning

[Bug target/48233] New: [4.6] can't bootstrap with ada, java and go on mingw

2011-03-22 Thread daniel.f.starke at freenet dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48233 Summary: [4.6] can't bootstrap with ada, java and go on mingw Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target

[Bug target/47814] [4.6 Regression] Bootstrap fails on mingw32 by undefined reference to 'lexer_line'

2011-02-23 Thread daniel.f.starke at freenet dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47814 --- Comment #2 from Daniel Starke daniel.f.starke at freenet dot de 2011-02-23 12:31:52 UTC --- (In reply to comment #1) lexer_line as well as the other problematic symbols are defined in gengtype-lex.c: nm build/gengtype-lex.o | egrep

[Bug target/47814] New: [4.6 Regression] Bootstrap fails on mingw32 by undefined reference to 'lexer_line'

2011-02-19 Thread daniel.f.starke at freenet dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47814 Summary: [4.6 Regression] Bootstrap fails on mingw32 by undefined reference to 'lexer_line' Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal

[Bug c++/47338] [4.5 Regression] cc1plus returns exit code 5

2011-01-20 Thread daniel.f.starke at freenet dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47338 --- Comment #7 from Daniel Starke daniel.f.starke at freenet dot de 2011-01-20 18:51:53 UTC --- As this patch also works with gcc 4.5.x I'd like to request this change for the gcc 4.5 branch as well.

[Bug c++/47338] New: [4.5 Regression][C++] cc1plus returns exist code 5

2011-01-18 Thread daniel.f.starke at freenet dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47338 Summary: [4.5 Regression][C++] cc1plus returns exist code 5 Product: gcc Version: 4.5.2 Status: UNCONFIRMED Severity: major Priority: P3 Component: c++ AssignedTo:

[Bug c++/47338] [4.5 Regression] cc1plus returns exist code 5

2011-01-18 Thread daniel.f.starke at freenet dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47338 --- Comment #2 from daniel.f.starke at freenet dot de 2011-01-18 17:30:54 UTC --- What do you mean by debug? I can't even compile it because cc1plus exists half the way.

[Bug c++/47338] [4.5 Regression] cc1plus returns exit code 5

2011-01-18 Thread daniel.f.starke at freenet dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47338 --- Comment #4 from Daniel Starke daniel.f.starke at freenet dot de 2011-01-18 20:48:34 UTC --- Here is the debugging output. I can attach the whole back-trace if needed. GNU gdb (GDB) 7.2 Copyright (C) 2010 Free Software Foundation, Inc