-
Notifications
You must be signed in to change notification settings - Fork 3
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
Undeclared __isoc99...scanf() functions in output #111
Comments
On our system it is probably coming from this:
and in the source:
|
Nenad, Thanks for looking into this. I am guessing that one or more the of the tests in the following are different:
So, probably this is something that -Paul |
I also checked the 3.4.1-1 version and it does produce the same code as On 2/9/15 4:05 PM, Paul H. Hargrove wrote:
|
Nenad, This is not a new configuration. -Paul |
I am certain now of the difference between initial and final pre-process. I have yet to determine why |
The definition of -Paul |
It looks like clang-upc2c is converting calls to certain stdio scanf-family functions to some internal name.
These names are now declared anywhere, resulting in implcit decl warnings from non-clang backends.
Some examples from the many test failures appear below.
The text was updated successfully, but these errors were encountered: