-
Notifications
You must be signed in to change notification settings - Fork 13.5k
llvm-gcc3 determines source filename incorrectly for errors and debug info #1294
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
Labels
Comments
Re-assign bug to myself as I believe I have a fix for it. |
Source file for test The error message for the line containing fluffy will claim to originate from |
clementval
pushed a commit
to clementval/llvm-project
that referenced
this issue
Jan 17, 2022
…t_for_1280 Add a regression test for llvm#1280
kitano-metro
pushed a commit
to RIKEN-RCCS/llvm-project
that referenced
this issue
Feb 14, 2023
kitano-metro
pushed a commit
to RIKEN-RCCS/llvm-project
that referenced
this issue
Feb 14, 2023
kitano-metro
pushed a commit
to RIKEN-RCCS/llvm-project
that referenced
this issue
Feb 14, 2023
searlmc1
pushed a commit
to ROCm/llvm-project
that referenced
this issue
Mar 24, 2025
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Extended Description
The llvm-gcc3 frontend (based on GCC 3.4 sources) does not correctly determine
the source filename for C constructs under certain conditions. This leads to
two errors:
The text was updated successfully, but these errors were encountered: