Bug#205402: g++-3.3: typedef handling broken

2003-08-14 Thread Goedson Teixeira Paixao
Package: g++-3.3 Version: 1:3.3.1-1 Severity: normal g++-3.3 fails to compile the code in test.cc with the following message: test.cc: In function `int main(int, char**)': test.cc:22: error: conversion from `BClass' to `B*' is ambiguous test.cc:16: error: candidates are: BClass::operator B*()

Bug#205403: g++-3.3: typedef handling broken

2003-08-14 Thread Goedson Teixeira Paixao
Package: g++-3.3 Version: 1:3.3.1-1 Severity: normal g++-3.3 fails to compile the code in test.cc with the following message: test.cc: In function `int main(int, char**)': test.cc:22: error: conversion from `BClass' to `B*' is ambiguous test.cc:16: error: candidates are: BClass::operator B*()

Doubt on correctnes of code

2003-08-09 Thread Goedson Teixeira Paixao
[ Please CC: me in the replies since I'm not subscribed to this list ] Hello, The code below is compiled fine by g++-2.95 while g++-3.3 (version 3.3.1-1) fails with the following message: /home/goedson/teste.cc: In function `int main(int, char**)': /home/goedson/teste.cc:22: error: conversion

Bug#203351: g++-3.3: Broken parser

2003-07-29 Thread Goedson Teixeira Paixao
Package: g++-3.3 Version: 1:3.3.1-0rc1 Severity: important The g++-3.3 parser fails to parse the code bellow with the following error message: test.cc:33: error: declaration of `Bitmap::operator GdkBitmap*() const' test.cc:23: error: conflicts with previous declaration `Bitmap::operator