[Bug c/57665] cpp: stringification does not work for __GNUC__

2013-06-21 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57665 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c/57665] cpp: stringification does not work for __GNUC__

2013-06-21 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57665 --- Comment #1 from Jonathan Wakely --- 1) You didn't attach a testcase 2) GCC 4.3 is unsupported and unmaintained 3) You have the wrong number of underscores: #define GCC_VERSION #__GNUC__ "." #___GNUC_MINOR__ "." #__GNUC_PATCHLEVEL