[Bug objc/53943] Compiler ICE with -fobjc-direct-dispatch flag on Linux

2017-07-27 Thread kostja.osipov at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53943 --- Comment #2 from Konstantin Osipov --- kostja@atlas ~ % gcc -fobjc-direct-dispatch foo.m -lobjc foo.m: In function ‘main’: foo.m:14:9: internal compiler error: Segmentation fault @throw [Interface new]; ^ Please submit a full

[Bug c/59090] New: Broken debug information for a function containing __sync_compare_and_swap

2013-11-12 Thread kostja.osipov at gmail dot com
: normal Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: kostja.osipov at gmail dot com gcc 4.6.3 fails to produce a correct debuggable binary when a function uses an atomic built-iin and an infinite loop. In the example below a

[Bug objc/57428] Objective C exceptions completely broken in gcc 4.7

2013-05-27 Thread kostja.osipov at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57428 Konstantin Osipov changed: What|Removed |Added Severity|blocker |critical

[Bug objc/57428] New: Objective C exceptions completely broken in gcc 4.7

2013-05-27 Thread kostja.osipov at gmail dot com
Component: objc Assignee: unassigned at gcc dot gnu.org Reporter: kostja.osipov at gmail dot com /* Compile with: gcc gcc-objective-c-exceptions.m -fobjc-exceptions -o test -lobjc */ #include #include #import @interface Object { Class isa; } + (id) alloc; - (id) init

[Bug libobjc/53944] Can't catch C++ exception in Objective C

2013-05-24 Thread kostja.osipov at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53944 --- Comment #2 from Konstantin Osipov --- Objective C++ exception handling is broken in gcc completely, here's a small example of trying to use C++ and Objective C exceptions together which SEGFAULTs: kostja@olah ~ % cat foo.mm #include #incl

[Bug libobjc/53944] Can't catch C++ exception in Objective C

2012-07-12 Thread kostja.osipov at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53944 Konstantin Osipov changed: What|Removed |Added Host||Linux atlas |

[Bug libobjc/53944] New: Can't catch C++ exception in Objective C

2012-07-12 Thread kostja.osipov at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53944 Bug #: 53944 Summary: Can't catch C++ exception in Objective C Classification: Unclassified Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priorit

[Bug objc/53943] New: Compiler ICE with -fobjc-direct-dispatch flag on Linux

2012-07-12 Thread kostja.osipov at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53943 Bug #: 53943 Summary: Compiler ICE with -fobjc-direct-dispatch flag on Linux Classification: Unclassified Product: gcc Version: 4.6.3 Status: UNCONFIRMED Severity: normal