Bug#1015185: Debug info is not stripped in gcc-12 packages

2022-07-22 Thread Daniel Serpell
Followup-For: Bug #1015185 Hi, This is standard behavior with the GCC packages, sadly. See: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=894014 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=783876 Regards, Daniel.

Bug#783876: gcc-5: consider stripping lto1 / cc1 / cc1plus

2015-04-30 Thread Daniel Serpell
Package: gcc-5 Version: 5.1.1-2 Severity: wishlist Dear Maintainer, Currently, gcc-5 packages are really big because the files under /usr/lib/gcc/x86_64-linux-gnu/5 are not stripped, and each one of lto1, cc1 and cc1plus is about 130MB. Please, can those files be striped in the default installat

Bug#261563: gcj-3.3: Suggests non-existing package libgcj-awt4

2004-07-26 Thread Daniel Serpell
Package: gcj-3.3 Version: 1:3.3.4-5 Severity: normal There is a typo in the package, it should be "libgcj4-awt". Thanks, Daniel. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (101, 'experimental') Architecture: i386 (i686) Ker

Bug#210328: gcc-snapshot: SIGSEV in compiler with -pg flags

2003-09-10 Thread Daniel Serpell
Package: gcc-snapshot Version: 20030909-1 Severity: normal The following code causes the compiler to SIGSEV in x86: tst.cpp / #include class A; std::vector < A * > getA() { std::vector< A * > a; return a; } //