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-gcc 4.2] Should handle ;force_align_arg_pointer' gcc attribute #2008

Closed
asl opened this issue Sep 2, 2007 · 8 comments
Closed

[llvm-gcc 4.2] Should handle ;force_align_arg_pointer' gcc attribute #2008

asl opened this issue Sep 2, 2007 · 8 comments
Labels
bugzilla Issues migrated from bugzilla llvm-tools All llvm tools that do not have corresponding tag

Comments

@asl
Copy link
Collaborator

asl commented Sep 2, 2007

Bugzilla Link 1636
Resolution FIXED
Resolved on Apr 23, 2008 15:43
Version trunk
OS Linux
CC @asl

Extended Description

crtfastmath.c is miscompiled at least on x86/linux. See #2006 for details.

@asl
Copy link
Collaborator Author

asl commented Sep 2, 2007

This is 4.2-specific stuff. We should handle "force_align_arg_pointer" function attribute.

@lattner
Copy link
Collaborator

lattner commented Sep 11, 2007

This is a bug, but doesn't block 1634.

@lattner
Copy link
Collaborator

lattner commented Feb 18, 2008

Any update on this?

@asl
Copy link
Collaborator Author

asl commented Feb 18, 2008

I have partly-working patch and hope to continue it soon.

@asl
Copy link
Collaborator Author

asl commented Apr 23, 2008

Actually, we can easily ignore this attribute. New stack realignment code handles this case (attribute was introduced to workaround poor gcc's stack realignment support) without any problems.

@asl
Copy link
Collaborator Author

asl commented Nov 26, 2021

mentioned in issue llvm/llvm-bugzilla-archive#1649

1 similar comment
@asl
Copy link
Collaborator Author

asl commented Nov 26, 2021

mentioned in issue llvm/llvm-bugzilla-archive#1649

@llvmbot
Copy link
Collaborator

llvmbot commented Nov 26, 2021

mentioned in issue llvm/llvm-bugzilla-archive#1776

@llvmbot llvmbot transferred this issue from llvm/llvm-bugzilla-archive Dec 3, 2021
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 llvm-tools All llvm tools that do not have corresponding tag
Projects
None yet
Development

No branches or pull requests

3 participants