https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67255
Дилян Палаузов changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67255
--- Comment #5 from Marek Polacek ---
Yeah, I see nothing wrong in GCC source files.
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67255
Marek Polacek changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
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:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67255
Marek Polacek changed:
What|Removed |Added
CC||mpolacek at gcc dot gnu.org
--- Comment