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

2023-06-09 Thread steve at sk2 dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59974 --- Comment #6 from Stephen Kitt --- The patches were written by Jeff Epler, not me, so I can't assign copyright or sign off.

[Bug target/54412] minimal 32-byte stack alignment with -mavx on 64-bit Windows

2022-04-01 Thread steve at sk2 dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54412 Stephen Kitt changed: What|Removed |Added CC||steve at sk2 dot org --- Comment #35

[Bug other/55930] [7/8/9/10 Regression] libatomic build failure if configured with --disable-dependency-tracking

2019-07-10 Thread steve at sk2 dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55930 --- Comment #14 from Stephen Kitt --- (In reply to Andrew Pinski from comment #5) > But the bigger question is why are you passing --disable-dependency-tracking > ? I ran into this issue because Debian's debhelper's dh_auto_configure passes

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

2019-03-06 Thread steve at sk2 dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88568 --- Comment #21 from Stephen Kitt --- (In reply to Jakub Jelinek from comment #20) > Cross compilers don't bootstrap (build themselves multiple times), only > build. Sorry, I meant I did a library-less cross-build, followed by a MinGW-w64 build

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

2019-03-06 Thread steve at sk2 dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88568 --- Comment #19 from Stephen Kitt --- (In reply to Jakub Jelinek from comment #18) > (In reply to Stephen Kitt from comment #17) > > jon_y, you can have your weekend back ;-). > > Well, it should be tested also with a GCC bootstrap/regtest,

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

2019-03-06 Thread steve at sk2 dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88568 --- Comment #17 from Stephen Kitt --- Thanks for the fix Jakub, I’ve verified it on Qt and Andre Heinecke has verified it on Gpg4Win (see https://bugs.debian.org/923214 for details). jon_y, you can have your weekend back ;-).

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

2019-03-05 Thread steve at sk2 dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88568 Stephen Kitt changed: What|Removed |Added CC||steve at sk2 dot org --- Comment #14

[Bug gcov-profile/79392] MinGW-w64 backend: programs built with --coverage do not create *.gcda files

2017-12-18 Thread steve at sk2 dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79392 --- Comment #7 from Stephen Kitt --- (In reply to Martin Liška from comment #6) > After what was said, can we close it as invalid? Yes, please do.

[Bug gcov-profile/79392] MinGW-w64 backend: programs built with --coverage do not create *.gcda files

2017-12-06 Thread steve at sk2 dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79392 Stephen Kitt changed: What|Removed |Added CC||steve at sk2 dot org --- Comment #5 from

[Bug other/55930] libatomic build failure if configured with --disable-dependency-tracking

2016-11-18 Thread steve at sk2 dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55930 Stephen Kitt changed: What|Removed |Added CC||steve at sk2 dot org --- Comment #4 from

[Bug c/61813] __attribute__((__packed__)) does not pack struct containing uint16_t with uint32_t

2015-08-26 Thread steve at sk2 dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61813 Stephen Kitt steve at sk2 dot org changed: What|Removed |Added CC||steve at sk2 dot org

[Bug ipa/61916] Internal compiler error in symtab_nonoverwritable_alias with -O2

2015-03-01 Thread steve at sk2 dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61916 --- Comment #7 from Stephen Kitt steve at sk2 dot org --- Created attachment 34913 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=34913action=edit Pre-processed source reproducing the bug

[Bug middle-end/63373] ELF symbol sizes for variable-length objects are too small

2015-03-01 Thread steve at sk2 dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63373 --- Comment #5 from Stephen Kitt steve at sk2 dot org --- Oops sorry, wrong bug...

[Bug middle-end/63373] ELF symbol sizes for variable-length objects are too small

2015-03-01 Thread steve at sk2 dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63373 Stephen Kitt steve at sk2 dot org changed: What|Removed |Added CC||steve at sk2 dot org

[Bug ipa/61916] Internal compiler error in symtab_nonoverwritable_alias with -O2

2015-03-01 Thread steve at sk2 dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61916 Stephen Kitt steve at sk2 dot org changed: What|Removed |Added CC||steve at sk2 dot org

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

2014-01-28 Thread steve at sk2 dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59974 --- Comment #1 from Stephen Kitt steve at sk2 dot org --- Created attachment 31973 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=31973action=edit Proposed patch

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

2014-01-28 Thread steve at sk2 dot org
: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: steve at sk2 dot org Created attachment 31972 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=31972action=edit Test case This is forwarded from http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=736946 and courtesy

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

2014-01-28 Thread steve at sk2 dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59974 --- Comment #3 from Stephen Kitt steve at sk2 dot org --- Thanks for the quick feedback. It's not actually MinGW-w64 which is broken but the Windows runtime library; MinGW-w64 provides its own C99-compliant implementation of vsnprintf.

[Bug ada/59692] Missing __gnat_malloc on mingw targets

2014-01-06 Thread steve at sk2 dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59692 --- Comment #2 from Stephen Kitt steve at sk2 dot org --- My mistake, this happens with Debian gcc which includes the patch in http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48835

[Bug ada/59692] New: Missing __gnat_malloc on mingw targets

2014-01-05 Thread steve at sk2 dot org
Assignee: unassigned at gcc dot gnu.org Reporter: steve at sk2 dot org Created attachment 31579 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=31579action=edit Implement __gnat_malloc in s-memory-mingw.adb. The __gnat_malloc definition which was added recently to s-memory.adb

[Bug c++/58558] New: [Regression] ICE when building mednafen with -O2 on mips and mipsel on gcc 4.8.1 and 4.9.0

2013-09-28 Thread steve at sk2 dot org
Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: steve at sk2 dot org Created attachment 30922 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=30922action=edit Source code causing the ICE Hi, The attached

[Bug rtl-optimization/58079] internal compiler error: in do_SUBST, at combine.c:711

2013-09-28 Thread steve at sk2 dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58079 Stephen Kitt steve at sk2 dot org changed: What|Removed |Added CC||steve at sk2 dot org

[Bug c++/58558] [Regression] ICE when building mednafen with -O2 on mips and mipsel on gcc 4.8.1 and 4.9.0

2013-09-28 Thread steve at sk2 dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58558 Stephen Kitt steve at sk2 dot org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED