[Bug fortran/67063] segfault in opening a formatted file at second time with status="replace"

2015-08-04 Thread ismail at donmez dot ws
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67063 İsmail Dönmez changed: What|Removed |Added CC||ismail at donmez dot ws --- Comment #5

[Bug c++/66748] New: Crash with abi_tag attribute

2015-07-03 Thread ismail at donmez dot ws
++ Assignee: unassigned at gcc dot gnu.org Reporter: ismail at donmez dot ws Target Milestone: --- λ cat t.cpp enum __attribute__((abi_tag("foo"))) E {}; λ g++ -c t.cpp t.cpp:1:41: internal compiler error: Segmentation fault enum __attribute__((abi_tag(

[Bug bootstrap/66471] BITMAP is a reserved keyword on MinGW

2015-06-09 Thread ismail at donmez dot ws
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66471 --- Comment #2 from İsmail Dönmez --- (In reply to Martin Liška from comment #1) > Created attachment 35725 [details] > Patch > > May I ask you for testing the patch? Fixes the bootstrap for me, thanks.

[Bug bootstrap/66471] New: BITMAP is a reserved keyword on MinGW

2015-06-09 Thread ismail at donmez dot ws
Assignee: unassigned at gcc dot gnu.org Reporter: ismail at donmez dot ws Target Milestone: --- gcc/mem-stats-traits.h has: /* Memory allocation origin. */ enum mem_alloc_origin { HASH_TABLE, HASH_MAP, HASH_SET, VEC, BITMAP, GGC

[Bug c++/56926] Crash (without ICE) while compiling Boost.Math

2015-06-02 Thread ismail at donmez dot ws
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56926 İsmail "cartman" Dönmez changed: What|Removed |Added CC| |ismail at don