[Bug libstdc++/59974] ostream crashes on large numbers under Windows

2023-06-08 Thread 10walls at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59974 jon_y <10walls at gmail dot com> changed: What|Removed |Added CC| |10walls at gma

[Bug driver/108350] Windows: invoking gcc via symlink does not work

2023-02-11 Thread 10walls at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108350 jon_y <10walls at gmail dot com> changed: What|Removed |Added CC| |10walls at gma

[Bug testsuite/108675] FAIL: gcc.c-torture/execute/builtins/*printf.c when stdio.h includes definitions

2023-02-06 Thread 10walls at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108675 --- Comment #3 from jon_y <10walls at gmail dot com> --- I'm fine with something like __HIDE_PRINTF_PROTOTYPES to prevent them from being exposed, though there may be places that needs to be fixed up from assuming the prototypes exist.

[Bug target/107998] [13 Regression] gcc-13-20221204 failure to build on Cygwin No dirname for option: m32

2023-02-01 Thread 10walls at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107998 --- Comment #20 from jon_y <10walls at gmail dot com> --- No, Cygwin does not use fat objects/archives. As far as I know, Cygwin never shipped multilib capable gcc.

[Bug testsuite/108192] g++.dg/cet-notrack-1.C searching for wrong function on mingw

2023-01-07 Thread 10walls at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108192 jon_y <10walls at gmail dot com> changed: What|Removed |Added CC| |10walls at gma

[Bug testsuite/108150] gcc.dg/attr-aligned.c fails with incorrect max alignment

2023-01-07 Thread 10walls at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108150 --- Comment #3 from jon_y <10walls at gmail dot com> --- Created attachment 54211 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=54211=edit Fix attempt 1 Makes errors emitted same as on Linux.

[Bug debug/100383] cfi sections directive detection fails with binutils 2.36

2022-12-27 Thread 10walls at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100383 jon_y <10walls at gmail dot com> changed: What|Removed |Added CC| |10walls at gma

[Bug target/82028] Windows x86_64 should not pass float aggregates in xmm

2022-01-12 Thread 10walls at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82028 --- Comment #4 from jon_y <10walls at gmail dot com> --- I can't seem to change the bug status to confirmed.

[Bug gcov-profile/94570] -fprofile-dir is broken on Cygwin

2020-04-15 Thread 10walls at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94570 jon_y <10walls at gmail dot com> changed: What|Removed |Added Attachment #48281|0 |1 is ob

[Bug gcov-profile/94570] -fprofile-dir is broken on Cygwin

2020-04-15 Thread 10walls at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94570 --- Comment #9 from jon_y <10walls at gmail dot com> --- if defined(__MSDOS__) || (defined(_WIN32) && ! defined(__CYGWIN__) || defined(__OS2__) I've tested the above and confirmed that coverage.ii does have the correct separator

[Bug gcov-profile/94570] -fprofile-dir is broken on Cygwin

2020-04-15 Thread 10walls at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94570 --- Comment #8 from jon_y <10walls at gmail dot com> --- I forgot to mention that while Cygwin runs on Windows, applications should always use UNIX style paths.

[Bug gcov-profile/94570] -fprofile-dir is broken on Cygwin

2020-04-15 Thread 10walls at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94570 --- Comment #7 from jon_y <10walls at gmail dot com> --- Created attachment 48281 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48281=edit Alternate patch I'm not sure if ltmain.sh is shared in the cygnus tree, but this patch sh

[Bug c/88568] [7 Regression] 'dllimport' no longer implies 'extern' in C

2019-05-01 Thread 10walls at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88568 --- Comment #27 from jon_y <10walls at gmail dot com> --- Thanks Jakub.

[Bug c/88568] [7/8/9 Regression] 'dllimport' no longer implies 'extern' in C

2019-03-09 Thread 10walls at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88568 --- Comment #22 from jon_y <10walls at gmail dot com> --- Bootstrapped sucessfully on x86_64-pc-cygwin, test compiles and has the data member dllimported. Patch looks good.

[Bug c/88568] [7/8/9 Regression] 'dllimport' no longer implies 'extern' in C

2019-03-05 Thread 10walls at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88568 --- Comment #16 from jon_y <10walls at gmail dot com> --- I'll try testing over the weekends.

[Bug target/89534] mingw is not declaring MAKE_DECL_ONE_ONLY macro

2019-03-01 Thread 10walls at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89534 --- Comment #3 from jon_y <10walls at gmail dot com> --- My experience with weak symbols on mingw is that it will lead to an undefined symbol error if it was the only symbol definition. It only works if the weak symbol was encountered

[Bug target/89534] mingw is not declaring MAKE_DECL_ONE_ONLY macro

2019-02-28 Thread 10walls at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89534 --- Comment #1 from jon_y <10walls at gmail dot com> --- Weak symbols aren't quite supported with PE, I'm not sure if making the symbol weak is the right approach. Do you have a test case to show this will lead to the correct be

[Bug c/88568] [7/8/9 Regression] 'dllimport' no longer implies 'extern' in C

2019-01-10 Thread 10walls at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88568 --- Comment #8 from jon_y <10walls at gmail dot com> --- I've used a linux hosted mingw toolchain to build a mingw toolchain from the same sources, it seems to be working fine. I've only enabled C and C++.

[Bug c/88568] [7/8/9 Regression] 'dllimport' no longer implies 'extern' in C

2019-01-08 Thread 10walls at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88568 jon_y <10walls at gmail dot com> changed: What|Removed |Added CC| |10walls at gma

[Bug target/86856] Format warnings building all-gcc

2018-09-01 Thread 10walls at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86856 --- Comment #13 from jon_y <10walls at gmail dot com> --- Looks good from my end, thanks for the fixes.

[Bug target/86856] Format warnings building all-gcc

2018-08-29 Thread 10walls at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86856 --- Comment #12 from jon_y <10walls at gmail dot com> --- I've just tested the trunk version as a Linux native build, I don't see the warnings. I will proceed to do a mingw cross compiler soon with the trunk version.

[Bug target/39947] New: Shared libgcc getting clobbered for multilib builds

2009-04-28 Thread 10walls at gmail dot com
Component: target AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: 10walls at gmail dot com GCC target triplet: *-w64-mingw32 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39947

[Bug target/39947] Shared libgcc getting clobbered for multilib builds

2009-04-28 Thread 10walls at gmail dot com
--- Comment #1 from 10walls at gmail dot com 2009-04-28 15:39 --- Hi, some more info on the configured gcc: built with: ../gcc-trunk/configure --host=i686-pc-mingw32 --build=i686-pc-mingw32 --target=x86_64-w64-mingw32 --enable-multilib --enable-64bit --prefix=/mingw/w64_64