Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

llvm-gcc4 lacks support for C++ exceptions #1242

Closed
lattner opened this issue Aug 6, 2006 · 3 comments
Closed

llvm-gcc4 lacks support for C++ exceptions #1242

lattner opened this issue Aug 6, 2006 · 3 comments
Labels
bugzilla Issues migrated from bugzilla enhancement Improving things as opposed to bug fixing, e.g. new or missing feature llvm-tools All llvm tools that do not have corresponding tag

Comments

@lattner
Copy link
Collaborator

lattner commented Aug 6, 2006

Bugzilla Link 870
Resolution FIXED
Resolved on Dec 31, 2007 03:24
Version 1.5
OS All
Depends On #964 llvm/llvm-bugzilla-archive#1379 llvm/llvm-bugzilla-archive#1380 llvm/llvm-bugzilla-archive#1410 llvm/llvm-bugzilla-archive#1414 llvm/llvm-bugzilla-archive#1415 llvm/llvm-bugzilla-archive#1443
Blocks #870 #1016 llvm/llvm-bugzilla-archive#1522
CC @asl

Extended Description

Tracking bug, this prevents llvm-gcc4 from fully replacing llvm-gcc3.

@llvmbot
Copy link
Collaborator

llvmbot commented Mar 24, 2007

Jim,

Could you update this PR with the current status of what remains to be done?

Thanks,

Reid.

@asl
Copy link
Collaborator

asl commented May 11, 2007

Current status:

Thanks to Jim, EH supports is basically runnable. We've successfully run
Shootout-C++/except test on x86/linux. Dunkan is working on some ADA-related
testcases.

There are many small glitches preventing LLVM-side of code to be usable in many
situations, but we're slowly progressing :)

The biggest "bad" thing is lack of support from GCC runtime (this is llvm/llvm-bugzilla-archive#1379 ),
thus we need to link system (e.g. not compiled by llvm-gcc) libgcc, which
includes working runtime implementation.

@llvmbot
Copy link
Collaborator

llvmbot commented Dec 31, 2007

As far as I know llvm-gcc-4.2 fully supports C++ exceptions, while
llvm-gcc-4.0 mostly supports them (it doesn't handle some corner
cases correctly).

@llvmbot llvmbot transferred this issue from llvm/llvm-bugzilla-archive Dec 3, 2021
@Endilll Endilll added enhancement Improving things as opposed to bug fixing, e.g. new or missing feature and removed missing-feature labels Aug 15, 2023
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugzilla Issues migrated from bugzilla enhancement Improving things as opposed to bug fixing, e.g. new or missing feature llvm-tools All llvm tools that do not have corresponding tag
Projects
None yet
Development

No branches or pull requests

4 participants