You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C front-end: tolerate type differences with asm renaming
The example found in glibc shows how asm renaming may be combined with
changes in return type names (even when there isn't actually a bit-level
difference amongst the types). Weakening the asm-renamed declaration by
marking it "incomplete" works around this problem.
0 commit comments