Bug#489234: *sigh*

2008-07-04 Thread Michael Casadevall
X-Debbugs-CC: [EMAIL PROTECTED] I should not send patches when I'm half alseep. Here's one that's actually appliable ;-) --- gcc-4.3.1/gcc/config/m68k/linux-old.h2008-07-04 04:02:21.0 -0400 +++ gcc-4.3.1/gcc/config/m68k/linux.h2008-07-04 05:23:21.0 -0400 @@ -37,6 +37,13 @@

Bug#489234: patch to allow gnu99 mode on m68k

2008-07-04 Thread Michael Casadevall
Package: gcc-4.3 Version: 4.3.1-2 Severity: important Tags: patch On m68k, gnu99 mode doesn't work correctly out of the box due to our woefully outdated glibc (we're currently stuck at 2.5-1). This is because the inline schematics changed between glibc 2.5 and 2.7, and gcc 4.2 to 4.3. This patch

Bug#433539: gcc-4.1: Final patch for profiling

2007-08-03 Thread Michael Casadevall
Package: gcc-4.1 Version: 4.1.2-13 Followup-For: Bug #433539 As a follow up to my last email, I've updated my patch more, and now it properly handles profiling with -static and without. I also used it to build and profile hurd translators as staticially built binaries without a problem. This p

Bug#435907: gcc-4.1: Empty ; causes programs built with profiling to hang

2007-08-03 Thread Michael Casadevall,,,
Package: gcc-4.1 Version: 4.1.2-13 Severity: important Discovered by running configure, any empty lines with just a ; will cause an endless loop. I attempted to debug with gdb, but that crashed to. I've included a test file that reproduces the problem. Also reproduced with gcc-4.2 -- System In

Bug#433539: gcc-4.1: Updated Profiling Patch (yet again)

2007-08-03 Thread Michael Casadevall
Package: gcc-4.1 Version: 4.1.2-13 Followup-For: Bug #433539 While that specfile (and the updated patch) does solve the problem, it incorrectly causes all static binaries to be built with profiling. I'm testing a new patch that fixes this behavior (I've attached it, but it hasn't been fully te

Bug#434937: gcc-4.2: Profiling on Hurd procudes a non-working executable

2007-07-27 Thread Michael Casadevall
Package: gcc-4.2 Version: 4.2.1-0 Severity: normal Tags: patch Profiling support is broken on Hurd due to a mistake within GCC's internal spec files. I've included a patch to fix the default spec file. Michael -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy:

Bug#433539: gcc-4.1: profiling support on hurd

2007-07-17 Thread Michael Casadevall
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 X-Debbugs-Cc: [EMAIL PROTECTED], [EMAIL PROTECTED] Package: gcc-4.1 Version: 4.1.2-13 Severity: important Tags: patch Profiling support on Hurd has been broken for some time due to a mistake within GCC's spec files. I've included a patch that change