Bug#151182: marked as done (g++-3.1: struct problems)

2002-12-27 Thread Debian Bug Tracking System
Your message dated Fri, 27 Dec 2002 16:15:26 +0100 with message-id <[EMAIL PROTECTED]> and subject line Bug#151182: g++-3.1: struct problems has caused the attached Bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it

struct problems

2002-07-14 Thread Martin v. Loewis
> Version 2.95 got it right: This is no valid C++ (What happens if someone > adds a constructor to the struct?). While this is indeed not well-formed C++ 98, this is a defect in C++ itself (as it breaks C compatibility). Defect Report 80 (which will be included in the upcoming technical corrigendu

Bug#151182: g++-3.1: struct problems

2002-06-27 Thread Tobias Hunger
Package: g++-3.1 Version: 1:3.1.1-0pre2 Severity: normal Hi! This program is giving me headaches: struct test { char test; }; int main(int argc, char ** argv) { return 0; } ~/test > g++-3.1 -o test test.cc ~/test > g++-2.95 -o test test.cc test.cc:3: ANSI C++ fo