[Bug c/67255] -Wpadded mixes apostrophes

2015-08-18 Thread dilyan.palauzov at aegee dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67255 Дилян Палаузов changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug c/67255] -Wpadded mixes apostrophes

2015-08-18 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67255 --- Comment #5 from Marek Polacek --- Yeah, I see nothing wrong in GCC source files.

[Bug c/67255] -Wpadded mixes apostrophes

2015-08-18 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67255 --- Comment #4 from Jonathan Wakely --- GCC uses consistent quotes, but depends on environment variables such as LANG. Presumably one of the commands you are running sets LANG=C or similar, which causes GCC to output ASCII apostrophes. If you wan

[Bug c/67255] -Wpadded mixes apostrophes

2015-08-18 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67255 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug c/67255] -Wpadded mixes apostrophes

2015-08-18 Thread dilyan.palauzov at aegee dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67255 --- Comment #2 from Дилян Палаузов --- git clone https://cgit.cyrus.foundation/cyrus-imapd cd cyrus-imapd libtoolize autoreconf -i CFLAGS="-Wpadded" ./configure --with-sqlite make 2>&1 | grep righ | sort -u prints: imap/append.h:62:9: warning:

[Bug c/67255] -Wpadded mixes apostrophes

2015-08-18 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67255 Marek Polacek changed: What|Removed |Added CC||mpolacek at gcc dot gnu.org --- Comment