Message242519
| Author | steve.dower |
|---|---|
| Recipients | ezio.melotti, larry, mrabarnett, python-dev, serhiy.storchaka, steve.dower |
| Date | 2015-05-03.20:32:23 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1430685143.09.0.763536285178.issue20148@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
It fails on VC10, 11, 12 and 14, so I doubt it's going to be changed. That said, it looks like the non-static forward definition may be some sort of extension, since it causes a redefinition error (mismatched storage class) on all versions when using /Za to disable extensions.
It could be a C99 feature ("tentative definitions" I think), as Serhiy suggests, but if so then it's very likely not going to be added between the RC (released last week) and final versions of the compiler. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-05-03 20:32:23 | steve.dower | set | recipients: + steve.dower, larry, ezio.melotti, mrabarnett, python-dev, serhiy.storchaka |
| 2015-05-03 20:32:23 | steve.dower | set | messageid: <1430685143.09.0.763536285178.issue20148@psf.upfronthosting.co.za> |
| 2015-05-03 20:32:23 | steve.dower | link | issue20148 messages |
| 2015-05-03 20:32:23 | steve.dower | create | |