Processed: move misfiled bug

2003-04-04 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > reassign 187652 gcc-3.2 Bug#187652: [patch] [3.2.3/hppa] fix function pointer comparisions Bug reassigned from package `gcc' to `gcc-3.2'. > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system adminis

Bug#187652: [patch] [3.2.3/hppa] fix function pointer comparisions

2003-04-04 Thread Randolph Chung
In reference to a message from Matthias Klose, dated Apr 05: > Will do. What about applying this patch upstream for 3.2.3? since this is not a regression, i'm not sure it will be a candidate for 3.2.3, but if Gabriel is ok with it, all the better :-) randolph

Bug#187652: [patch] [3.2.3/hppa] fix function pointer comparisions

2003-04-04 Thread Matthias Klose
Will do. What about applying this patch upstream for 3.2.3? Randolph Chung writes: > Package: gcc > Version: 3.2.3 > Severity: important > Tags: patch > > Please include the attached patch in the next gcc-3.2.3 upload. It > fixes an important bug in doing function pointer comparisions on hppa. >

Bug#187652: [patch] [3.2.3/hppa] fix function pointer comparisions

2003-04-04 Thread Randolph Chung
Package: gcc Version: 3.2.3 Severity: important Tags: patch Please include the attached patch in the next gcc-3.2.3 upload. It fixes an important bug in doing function pointer comparisions on hppa. This patch was backported from the gcc-3.3 branch. Test-compiled with no regressions. This bug cause

Bug#187599: Cannot subtract from streampos

2003-04-04 Thread Bart Samwel
Package: g++ Version: 3.2.3-20030331 If I have the following code: #include int foo() { std::streampos pos; pos - 1; } When I compile this with "g++ -Wall test.cc", this gives me: test.cc: In function `int foo()': test.cc:6: ISO C++ says that `std::fpos<_StateT> std::fpos<_StateT>::operator