Bug#263440: g++-3.3: Reporting of undeclared identifiers: one report per class only

2004-08-04 Thread Eray Ozkural (exa)
Package: g++-3.3 Version: 1:3.3.4-3 Severity: normal Although the error message tells me that the undeclared identifiers are reported per function, they are reported once for a whole class. The compiler reports the error on a member fxn the class, and does not report the undeclared identifier

Bug#224945: g++-3.3: there is a problem with sort() algorithm

2003-12-23 Thread Eray Ozkural (exa)
Package: g++-3.3 Version: 1:3.3.2-4 Severity: normal orion:c++$ cat stl4.cxx #include algorithm #include list using namespace std; int main() { listint a; sort(a.begin(), a.end()); return 0; } This doesn't compile, it looks like valid C++ code. There is either a bug in the std lib

Bug#180266: cpp-3.2: Program does not terminate, spews out random chars at EOF

2003-02-08 Thread Eray Ozkural (exa)
Package: cpp-3.2 Version: 1:3.2.2-1 Severity: grave Justification: renders package unusable You can't compile any C or C++ programs because the CPP is going to dump some memory (or whatnot) beginning at EOF. Suggestion: Maybe you guys should be doing a make check before packing those binaries

Re: Bug#119440: g++: Compiler does not give any errors when a function fails to return required value

2001-11-13 Thread Eray Ozkural \(exa\)
the -Wreturn-type option to detect this kind of problem. Of course, detection cannot be reliable, so the warning is off by default (which is also documented). - -- Eray Ozkural (exa) [EMAIL PROTECTED] Comp. Sci. Dept., Bilkent University, Ankara www: http://www.cs.bilkent.edu.tr/~erayo GPG

Bug#105285: libstdc++-2.10: cmath doesn't define trunc(...)

2001-07-14 Thread exa
libraries -- Eray Ozkural (exa) [EMAIL PROTECTED] Comp. Sci. Dept., Bilkent University, Ankara www: http://www.cs.bilkent.edu.tr/~erayo GPG public key fingerprint: 360C 852F 88B0 A745 F31B EA0F 7C07 AE16 874D 539C #include cmath #include iostream int main() { float a = trunc(3.5); std::cout