[Bug bootstrap/37739] [4.4 Regression] bootstrap broken with core gcc gcc-4.2.x

2008-11-16 Thread jakub at gcc dot gnu dot org
--- Comment #5 from jakub at gcc dot gnu dot org 2008-11-16 13:02 --- *** Bug 38155 has been marked as a duplicate of this bug. *** -- jakub at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/38155] [4.4 regression] gcc build failure on powerpc biarch

2008-11-16 Thread jakub at gcc dot gnu dot org
--- Comment #2 from jakub at gcc dot gnu dot org 2008-11-16 13:02 --- *** This bug has been marked as a duplicate of 37739 *** -- jakub at gcc dot gnu dot org changed: What|Removed |Added

Bug#505950: gcc-4.3: Use of Unicode quotes depends on LC_CTYPE rather than LC_MESSAGES

2008-11-16 Thread Josh Triplett
Package: gcc-4.3 Version: 4.3.2-1 Severity: normal gcc uses Unicode quote marks with LC_CTYPE=en_US.UTF-8, but not with LC_CTYPE=C. Shouldn't that depend on LC_MESSAGES instead, not LC_CTYPE? LC_CTYPE should only affect character classification, such as this character counts as uppercase. -