Re: PR fortran/125092 -checks for binding label argument mismatch
Thomas Koenig <[email protected]>
| Newsgroups | gmane.comp.gcc.patches,gmane.comp.gcc.fortran |
|---|---|
| Message-ID | <[email protected]> |
Hi Jerry, > Looks good to go. I wondered about the TO DO in one of the comments. Are > you planning to do this later? Any thoughts about it? Thanks! Committed as r17-514-g8b40209e48c8212ad870724b83718ed244bdf6eb . Regarding the TODO: I am not sure what the best way to go about this would be. There might be some way to get at the C compiler's list of reserved external identifiers and check if a user's Fortran declarations match those (varargs never will). Or we could (for the time) just check against a list of vararg function like printf, which should always be rejected. Best regards Thomas