Bug#211082: treelang-3.3: treelang frontend not installed.

2003-09-15 Thread Martin von Loewis
Package: treelang-3.3 Version: 1:3.3.2-0pre3 Severity: normal The treelang package only contains the tree1 backend, but is missing the treelang frontend (which probably should be installed as treelang-3.3). -- System Information: Debian Release: testing/unstable Architecture: i386 Kernel: Linux

treelang does not support empty argument lists

2003-09-15 Thread Martin von Loewis
>Submitter-Id: net >Originator: >Organization: >Confidential: no >Synopsis: treelang does not support empty argument lists >Severity: serious >Priority: low >Category: >Class: change-request >Release: 3.3.2 20030908 (Debian prerelease) (Debian testing/un

ICE in treelang frontend

2003-09-15 Thread Martin von Loewis
>Submitter-Id: net >Originator: >Organization: >Confidential: no >Synopsis: ICE in treelang frontend >Severity: critical >Priority: low >Category: other >Class: ice-on-legal-code >Release: 3.3.2 20030908 (Debian prerelease) (Debian testing/unstable) >Envi

debian-gcc@lists.debian.org

2002-01-15 Thread Martin von Loewis
>Submitter-Id: net >Originator:Martin v. Loewis <[EMAIL PROTECTED] >Organization: >Confidential: no >Synopsis: >Severity: serious >Priority: medium >Category: c++ >Class: rejects-legal >Release: 3.0.3 (Debian testing/unstable) >Environment: System: Linux

Bug#128026: libstdc++3: std::wcout does not perform encoding conversions

2002-01-06 Thread Martin von Loewis
Package: libstdc++3 Version: 1:3.0.3-1 Severity: normal Running the program #include int main(){ std::locale loc("de_DE.UTF-8"); std::locale::global(loc); std::wcout<