[Bug tree-optimization/103089] -Wmaybe-uninitialized -O2 false positive

2021-11-04 Thread xantares09 at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103089 xantares09 at hotmail dot com changed: What|Removed |Added Resolution|--- |INVALID

[Bug tree-optimization/103089] -Wmaybe-uninitialized -O2 false positive

2021-11-04 Thread xantares09 at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103089 --- Comment #2 from xantares09 at hotmail dot com --- indeed, I assumed both were positive, I guess there's no bug then

[Bug c/103089] New: -Wmaybe-uninitialized -O2 false positive

2021-11-04 Thread xantares09 at hotmail dot com via Gcc-bugs
Assignee: unassigned at gcc dot gnu.org Reporter: xantares09 at hotmail dot com Target Milestone: --- Created attachment 51736 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=51736=edit minimal reproducer on this example gcc 11.2, 11.1 gives a false positive for -Wma

[Bug c++/87729] Please include -Woverloaded-virtual in -Wall

2020-08-07 Thread xantares09 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87729 --- Comment #5 from xantares09 at hotmail dot com --- still there with 10.1, see attached patch

[Bug c++/87729] Please include -Woverloaded-virtual in -Wall

2020-08-07 Thread xantares09 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87729 xantares09 at hotmail dot com changed: What|Removed |Added CC||xantares09 at hotmail dot

[Bug libbacktrace/95012] [mingw/gcc10.1] mmapio.c:69:14: error: implicit declaration of function ‘getpagesize’

2020-05-10 Thread xantares09 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95012 --- Comment #3 from xantares09 at hotmail dot com --- mingw does not define getpagesize as far as I can tell with: $ grep -nr getpagesize /usr/i686-w64-mingw32/include/ but gcc seems to detect it (9.x and 10.x): checking for getpagesize

[Bug libbacktrace/95012] [mingw/gcc10.1] mmapio.c:69:14: error: implicit declaration of function ‘getpagesize’

2020-05-08 Thread xantares09 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95012 --- Comment #1 from xantares09 at hotmail dot com --- the full compilation script can be seen here: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=mingw-w64-gcc

[Bug libbacktrace/95012] New: [mingw/gcc10.1] mmapio.c:69:14: error: implicit declaration of function ‘getpagesize’

2020-05-08 Thread xantares09 at hotmail dot com
Severity: normal Priority: P3 Component: libbacktrace Assignee: unassigned at gcc dot gnu.org Reporter: xantares09 at hotmail dot com CC: ian at gcc dot gnu.org Target Milestone: --- when updating archlinux mingw-w64-gcc from 9.3.0 to 10.1.0 I

[Bug tree-optimization/88156] ftree-vrp elides sign condition on mingw

2018-11-23 Thread xantares09 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88156 xantares09 at hotmail dot com changed: What|Removed |Added Resolution|FIXED |INVALID --- Comment #8

[Bug tree-optimization/88156] ftree-vrp elides sign condition on mingw

2018-11-23 Thread xantares09 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88156 xantares09 at hotmail dot com changed: What|Removed |Added Resolution|INVALID |FIXED --- Comment #7

[Bug tree-optimization/88156] ftree-vrp elides sign condition on mingw

2018-11-23 Thread xantares09 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88156 --- Comment #4 from xantares09 at hotmail dot com --- I found this in stddef.h: #ifndef __WCHAR_TYPE__ /* wchar_t is unsigned short for compatibility with MS runtime */ #define __WCHAR_TYPE__ unsigned short #endif

[Bug tree-optimization/88156] ftree-vrp elides sign condition on mingw

2018-11-23 Thread xantares09 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88156 --- Comment #3 from xantares09 at hotmail dot com --- Add yes, your C testcase leads to the same results.

[Bug tree-optimization/88156] ftree-vrp elides sign condition on mingw

2018-11-23 Thread xantares09 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88156 --- Comment #2 from xantares09 at hotmail dot com --- Thanks for the quick reply. On mingw __WCHAR_TYPE__ expands to short unsigned int: $ x86_64-w64-mingw32-gcc -E main.c ... # 3 "main.cxx" int string_hash(const short unsigned

[Bug tree-optimization/88156] New: ftree-vrp elides sign condition on mingw

2018-11-22 Thread xantares09 at hotmail dot com
-optimization Assignee: unassigned at gcc dot gnu.org Reporter: xantares09 at hotmail dot com Target Milestone: --- Using mingw/gcc 8.2.0, at O2 level, ftree-vrp seems to elide the if(h<0) condition in the following example: #include int string_hash(const wchar_t* d

[Bug rtl-optimization/85638] [8/9 regression] build failure for Ada runtime with SJLJ exceptions on x86

2018-05-08 Thread xantares09 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85638 --- Comment #15 from xantares09 at hotmail dot com --- The build goes through with your second patch too, thanks a lot.

[Bug ada/85638] [8/9 regression] build failure for Ada runtime with SJLJ exceptions on x86

2018-05-04 Thread xantares09 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85638 --- Comment #11 from xantares09 at hotmail dot com --- Oh, ok

[Bug ada/85638] [8/9 regression] build failure for Ada runtime with SJLJ exceptions on x86

2018-05-04 Thread xantares09 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85638 --- Comment #9 from xantares09 at hotmail dot com --- Yes, I applied your patch, now the build fails with another error: gcc -c -I./ -I/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.1/adalib/../adainclude -I/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.1/adalib -I

[Bug ada/85638] gcc 8.1.0 fails to build ada language for target i686-w64-mingw32

2018-05-03 Thread xantares09 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85638 --- Comment #2 from xantares09 at hotmail dot com --- Created attachment 44061 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44061=edit ./src/gcc-build-i686-w64-mingw32/gcc/ada/rts/a-calend.adb

[Bug ada/85638] gcc 8.1.0 fails to build ada language for target i686-w64-mingw32

2018-05-03 Thread xantares09 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85638 --- Comment #1 from xantares09 at hotmail dot com --- Created attachment 44060 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44060=edit ??

[Bug ada/85638] New: gcc 8.1.0 fails to build ada language for target i686-w64-mingw32

2018-05-03 Thread xantares09 at hotmail dot com
Priority: P3 Component: ada Assignee: unassigned at gcc dot gnu.org Reporter: xantares09 at hotmail dot com Target Milestone: --- Created attachment 44059 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44059=edit error log Summary === Archlinux, x86

[Bug libgomp/67141] wrong libgomp mutex initialisation order

2015-10-28 Thread xantares09 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67141 --- Comment #9 from xantares09 at hotmail dot com --- I can confirm the patch from gcc-5 branch applied on top of 5.2.0 fixes the mingw problem. Thanks a lot. xan.

[Bug libgomp/67141] wrong libgomp mutex initialisation order

2015-08-12 Thread xantares09 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67141 --- Comment #2 from xantares09 at hotmail dot com --- Note that you'll need mingw-w64 4.0.4, not 4.0.2 to reproduce, I used gcc 5.2.0.

[Bug libgomp/67141] wrong libgomp mutex initialisation order

2015-08-11 Thread xantares09 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67141 xantares09 at hotmail dot com changed: What|Removed |Added CC||xantares09 at hotmail dot