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

CBE generates new warnings since the signless work #1463

Closed
lattner opened this issue Jan 7, 2007 · 2 comments
Closed

CBE generates new warnings since the signless work #1463

lattner opened this issue Jan 7, 2007 · 2 comments
Labels

Comments

@lattner
Copy link
Collaborator

lattner commented Jan 7, 2007

Bugzilla Link 1091
Resolution FIXED
Resolved on Feb 22, 2010 12:54
Version trunk
OS All

Extended Description

f.e. on ldecod:

Output/ldecod.cbe.c:71646: warning: this decimal constant is unsigned only in ISO C90
Output/ldecod.cbe.c:71657:50: warning: integer constant is so large that it is unsigned
Output/ldecod.cbe.c:71657: warning: this decimal constant is unsigned only in ISO C90
Output/ldecod.cbe.c:71668:50: warning: integer constant is so large that it is unsigned
Output/ldecod.cbe.c:71668: warning: this decimal constant is unsigned only in ISO C90
Output/ldecod.cbe.c:71688:50: warning: integer constant is so large that it is unsigned
Output/ldecod.cbe.c:71688: warning: this decimal constant is unsigned only in ISO C90
Output/ldecod.cbe.c:73136:68: warning: integer constant is so large that it is unsigned

This occurs on lines like:
ltmp_19690_125__PHI_TEMPORARY = ((long long)-9223372036854775808ll)

-Chris

@llvmbot
Copy link
Collaborator

llvmbot commented Jan 7, 2007

Mine.

@llvmbot
Copy link
Collaborator

llvmbot commented Jan 8, 2007

@llvmbot llvmbot transferred this issue from llvm/llvm-bugzilla-archive Dec 3, 2021
kitano-metro pushed a commit to RIKEN-RCCS/llvm-project that referenced this issue Mar 7, 2023
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants