Bug#319824: gcc: manpage typo: "\-"

2005-07-24 Thread Justin Pryzby
Package: gcc Severity: minor Version: 3.3.5-3 I see: -Wunused-function Warn whenever a static function is declared but not defined or a non\-inline static function is unused. where \- is apparently overescaped. -- To UNSUBSCRIBE, email to [EMAIL PROT

[Bug rtl-optimization/22392] Huge memory usage and infinite(?) loop with -fno-enforce-eh-specs

2005-07-24 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-25 01:53 --- I think this is the same bug as PR 20826. -- What|Removed |Added OtherBugsDependingO|

Bug#319818: gcc-4.0-hppa64: /etc/alternatives/hppa64-linux-gcc link is invalid (missing "-gnu")

2005-07-24 Thread Grant Grundler
Package: gcc-4.0-hppa64 Version: 4.0.1-2 Severity: normal parisc kernel builds fail after installing gcc-4.0-hppa64. [EMAIL PROTECTED]:~$ cd /usr/src/linux-2.6 grundler <500>make /home/src/linux-2.6/scripts/gcc-version.sh: line 11: hppa64-linux-gnu-gcc: command not found /home/src/linux-2.6/scrip

Bug#319744: marked as done (g++-4.0: cout << &charvar is scrambled)

2005-07-24 Thread Debian Bug Tracking System
Your message dated Sun, 24 Jul 2005 20:58:57 +0200 with message-id <[EMAIL PROTECTED]> and subject line Bug#319744: g++-4.0: cout << &charvar is scrambled has caused the attached Bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the cas

[Bug target/23043] [4.1 regression] [m68k-linux] bootstrap error on m68k-linux

2005-07-24 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Keywords||build, ice-on-valid-code Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/sh

Bug#319744: g++-4.0: cout << &charvar is scrambled

2005-07-24 Thread Gerhard Horecky
Package: g++-4.0 Version: 4.0.1-2 Severity: normal If one tries to output an address of a character variable or a pointer to a character variable, the output is scrambled. Consider the following test program: #include #include main () { char a = 'a'; bool b = 0; short s = 0; int i = 4711; ch