davidmalcolm / gcc-python-plugin

GCC plugin that embeds CPython inside the compiler
GNU General Public License v3.0
197 stars 58 forks source link

varargs function types handled incorrectly #101

Closed davidmalcolm closed 7 years ago

davidmalcolm commented 7 years ago

If you examine the types of a varargs function, the last fixed type will be erroneously left off.

This patch fixes that problem but introduces other regressions, which I have not examined.

davidmalcolm commented 7 years ago

Imported from trac issue 60. Created by tromey on 2015-01-30T15:44:01, last modified: 2015-11-22T22:11:52

davidmalcolm commented 7 years ago

Trac comment by tromey on 2015-02-04 12:41:35:

Please see issue #61. I've combined the patches there.

davidmalcolm commented 7 years ago

Trac comment by tromey on 2015-11-22 22:11:52:

This is fixed now.