Processing commands for [EMAIL PROTECTED]:
> severity 103980 serious
Bug#103980: [PR c++/3702] gcc-3.0 copies constructors
Severity set to `serious'.
> thanks
Stopping processing here.
Please contact me if you need assistance.
Darren Benham
(administrator, Debian Bugs database)
Processing commands for [EMAIL PROTECTED]:
> retitle 105569 [mips/mipsel/hppa] g++ exception catching does not work...
Bug#105569: [mips/mipsel] g++ exception catching does not work...
Changed Bug title.
> thanks
Stopping processing here.
Please contact me if you need assistance.
Darren Benham
retitle 105569 [mips/mipsel/hppa] g++ exception catching does not work...
thanks
Also seen on hppa:
[EMAIL PROTECTED]:~$ uname -a
Linux paer 2.4.0-pa43 #8 Tue Jun 26 13:12:21 MDT 2001 parisc64 unknown
[EMAIL PROTECTED]:~$ dpkg --print-architecture
hppa
[EMAIL PROTECTED]:~$ dpkg -l g++
Desired=Unk
severity 103980 serious
thanks
> # severity important is enough to be release critical, but it does not
> # hinder the update system to replace the gcc-3.0 prerelease in
> # testing with the final release.
important isn't release critical. Release critical means the package can't
be released in i
Processing commands for [EMAIL PROTECTED]:
> forwarded 103980 [EMAIL PROTECTED]
Bug#103980: g++-3.0: copies constructors
Noted your statement that Bug has been forwarded to [EMAIL PROTECTED]
> retitle 103980 [PR c++/3702] gcc-3.0 copies constructors
Bug#103980: g++-3.0: copies constructors
Change
Ben Collins <[EMAIL PROTECTED]> writes:
>On Sun, Jul 15, 2001 at 09:21:17PM +0100, Philip Blundell wrote:
>> >No, we aren't talking about nouns, we are talking about
>> >acronyms. The above does not pertain to this use.
>>
>> An acronym is still a noun. (And "80s" isn't an acroynm, anyway.)
>
>
Package: g++
Version: 2.95.x
The following program breaks on mips and mipsel:
#include
class shex {
public:
shex();
~shex();
shex(const shex&);
shex& operator=(const shex&);
};
shex::shex()
{
printf("creating new shex @%p\n", this);
}
shex::s
>Submitter-Id: net
>Originator:Jaakko Niemi <[EMAIL PROTECTED]>
>Organization: The Debian project
>Confidential: no
>Synopsis: g++-3.0 copies constructors
>Severity: serious
>Priority: medium
>Category: c++
>Class: sw-bug
>Release: 3.0 (Debian GNU/Linux)
Processing commands for [EMAIL PROTECTED]:
> severity 103980 serious
Bug#103980: g++-3.0: copies constructors
Severity set to `serious'.
> thanks.
Stopping processing here.
Please contact me if you need assistance.
Darren Benham
(administrator, Debian Bugs database)
severity 103980 serious
thanks.
Are we releasing hppa with woody or not?
If we are, having compiler that does not compile
makes this serious.
-j
> "Jaakko" == Jaakko Niemi <[EMAIL PROTECTED]> writes:
Jaakko>
Jaakko> The compile time is not a problem here, but failure building is.
Jaakko>
Jaakko> You move aiosout (const aiosout &o) ... under public:, which
Jaakko> effectively hides the problem. Please take look at:
Jaakko>
Jaakko>
11 matches
Mail list logo