-
Notifications
You must be signed in to change notification settings - Fork 15.4k
Closed
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzillaclang:codegenIR generation bugs: mangling, exceptions, etc.IR generation bugs: mangling, exceptions, etc.
Description
| Bugzilla Link | 3722 |
| Resolution | FIXED |
| Resolved on | Mar 04, 2009 13:17 |
| Version | unspecified |
| OS | FreeBSD |
| Attachments | Testcase |
| CC | @asl,@pwo |
Extended Description
The attached application is only 6 KB when compiled with GCC, but 104 KB when compiled with Clang. This is because the array at the top is initialized with zeroes. GCC puts it in BSS, while Clang does not.
Metadata
Metadata
Assignees
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzillaclang:codegenIR generation bugs: mangling, exceptions, etc.IR generation bugs: mangling, exceptions, etc.