[Bug c++/36654] Inlined con/de-structor breaks virtual inheritance dllimport classes

2008-10-09 Thread tdragon at tdragon dot net
--- Comment #6 from tdragon at tdragon dot net 2008-10-09 22:57 --- Ping! Any ideas on this bug? -- tdragon at tdragon dot net changed: What|Removed |Added Known to

[Bug c++/36654] Inlined con/de-structor breaks virtual inheritance dllimport classes

2008-09-20 Thread tdragon at tdragon dot net
--- Comment #5 from tdragon at tdragon dot net 2008-09-20 17:57 --- Any news or thoughts on this bug? (*Ping*) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36654

[Bug c++/36654] Inlined con/de-structor breaks virtual inheritance dllimport classes

2008-08-27 Thread jsm28 at gcc dot gnu dot org
--- Comment #4 from jsm28 at gcc dot gnu dot org 2008-08-27 22:04 --- 4.3.2 is released, changing milestones to 4.3.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/36654] Inlined con/de-structor breaks virtual inheritance dllimport classes

2008-08-11 Thread tdragon at tdragon dot net
--- Comment #3 from tdragon at tdragon dot net 2008-08-12 02:13 --- As of r138967 pulled down today from the 4.3 branch, this bug is in fact still present. Shell session follows. g++ -v Using built-in specs. Target: mingw32 Configured with: ../gcc-4.3-svn/configure --prefix=/mingw

[Bug c++/36654] Inlined con/de-structor breaks virtual inheritance dllimport classes

2008-06-28 Thread dannysmith at users dot sourceforge dot net
--- Comment #2 from dannysmith at users dot sourceforge dot net 2008-06-28 07:53 --- This is duplicate of 35921 and is fixed on 4.3.2 and trunk. *** This bug has been marked as a duplicate of 35921 *** -- dannysmith at users dot sourceforge dot net changed: What

[Bug c++/36654] Inlined con/de-structor breaks virtual inheritance dllimport classes

2008-06-27 Thread tdragon at tdragon dot net
--- Comment #1 from tdragon at tdragon dot net 2008-06-27 17:09 --- I have also discovered that this bug is *not* present in the MinGW 4.2.1 TP (or in MinGW 3.4.5), but is present in unofficial builds of GCC 4.3.1 and 4.2.4 as well as 4.3.0. --