Bug#227129: gcc-3.3: some strings are not translateable

2004-01-11 Thread Roland Illig
Package: gcc-3.3 Version: 1:3.3.3-0pre0 Severity: normal Some strings in the package gcc-3.3 are not translateable but should be, for example: gcc/cp/call.c:2531: str = candidates are:; gcc/cp/call.c:2554: str =; -- System Information: Debian Release: testing/unstable

Bug#200140: gcc-3.3: -Wunreachable-code leads to false alarms

2003-07-05 Thread Roland Illig
Package: gcc-3.3 Version: 1:3.3.1-0pre0 Severity: minor Tags: upstream /* this is foo.c */ #include stdarg.h #include stdio.h #include stdlib.h extern const char *program_name; static void printf_checked(const char *fmt, ...) /[EMAIL PROTECTED] fileSystem, stdout, stderr, errno; @*/ /[EMAIL

Bug#198752: gpc-2.1-3.3: internal error compiling a pascal file

2003-06-25 Thread Roland Illig
Package: gpc-2.1-3.3 Version: 1:3.3.20030507-3 Severity: normal [EMAIL PROTECTED]:~ gcc kellogs.p gcc: Internal GPC problem: internal option `--amtmpfile' not given [EMAIL PROTECTED]:~ gpc-2.1-3.3 kellogs.p [EMAIL PROTECTED]:~ -- System Information: Debian Release: testing/unstable

Bug#197504: gcc-3.3: too relaxed checking with -Wstrict-prototypes

2003-06-15 Thread Roland Illig
Package: gcc-3.3 Version: 1:3.3-3 Severity: normal Tags: upstream $ cat gcc-bug.c int foo(void); int foo() { return 42; } $ gcc -c -Wstrict-prototypes gcc-bug.c $ I expected gcc to raise a warning in line 3, because a function is declared with an unknown parameter list instead of an