http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54432
Bug #: 54432
Summary: Memory leak when linking libobjc with gcc
Classification: Unclassified
Product: gcc
Version: 4.1.2
Status: UNCONFIRMED
Severity: major
Priority:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54432
--- Comment #1 from Karl Kirch 2012-08-31 02:06:50
UTC ---
Another test case.
Looks like I end up with lost memory for every class I define.
#include
@interface Test : Object
{}
@end
@implementation Test
@end
int main()
{
id t = [[Test al
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54432
--- Comment #2 from Karl Kirch 2012-08-31 02:10:38
UTC ---
GCC info
gcc -v
Using built-in specs.
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man
--infodir=/usr/share/info --enable-shared --enable-t
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54432
--- Comment #3 from Karl Kirch 2012-08-31 02:11:48
UTC ---
GCC info
gcc -v
Using built-in specs.
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man
--infodir=/usr/share/info --enable-shared --enable-t