[Bug 124086] bridge test fails when compiling testtools

2014-02-25 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=124086 h...@apache.org h...@apache.org changed: What|Removed |Added Attachment #82630|0 |1 is

[Bug 124086] bridge test fails when compiling testtools

2014-02-25 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=124086 h...@apache.org h...@apache.org changed: What|Removed |Added Attachment #82631|0 |1 is

[Bug 124086] bridge test fails when compiling testtools

2014-02-25 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=124086 h...@apache.org h...@apache.org changed: What|Removed |Added Attachment #82632|0 |1 is

[Bug 124086] bridge test fails when compiling testtools

2014-02-25 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=124086 --- Comment #13 from h...@apache.org h...@apache.org --- Ah, so the 16byte stack alignment is not needed? The most important difference is the removal of the regparm then. Does it work now also for debug=true with this patch? Thanks for the

[Bug 124086] bridge test fails when compiling testtools

2014-02-19 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=124086 --- Comment #5 from Apostolos Syropoulos asyropoulos...@hotmail.com --- Thank you very much for pointing this out. However, if you check out

[Bug 124086] bridge test fails when compiling testtools

2014-02-19 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=124086 --- Comment #6 from h...@apache.org h...@apache.org --- (In reply to Apostolos Syropoulos from comment #5) Thank you very much for pointing this out. However, if you check out

[Bug 124086] bridge test fails when compiling testtools

2014-02-19 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=124086 --- Comment #7 from Apostolos Syropoulos asyropoulos...@hotmail.com --- Created attachment 82630 -- https://issues.apache.org/ooo/attachment.cgi?id=82630action=edit cpp2uno.cxx patch -- You are receiving this mail because: You are on the CC

[Bug 124086] bridge test fails when compiling testtools

2014-02-19 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=124086 --- Comment #8 from Apostolos Syropoulos asyropoulos...@hotmail.com --- Created attachment 82631 -- https://issues.apache.org/ooo/attachment.cgi?id=82631action=edit cpp2uno.cxx patch -- You are receiving this mail because: You are on the CC

[Bug 124086] bridge test fails when compiling testtools

2014-02-19 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=124086 --- Comment #9 from Apostolos Syropoulos asyropoulos...@hotmail.com --- Created attachment 82632 -- https://issues.apache.org/ooo/attachment.cgi?id=82632action=edit uno2cpp.cxx patch -- You are receiving this mail because: You are on the CC

[Bug 124086] bridge test fails when compiling testtools

2014-02-19 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=124086 --- Comment #10 from Apostolos Syropoulos asyropoulos...@hotmail.com --- The 2 patches I have attached pass the testtools bridge test. However, when they are built with debug=t they cause the testtools to throw an exception. -- You are

[Bug 124086] bridge test fails when compiling testtools

2014-02-18 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=124086 --- Comment #4 from h...@apache.org h...@apache.org --- Looking at the patch again there is a forward declaration of callVirtualMethod() immediately followed by its actual definition. IMHO the forward declaration is superfluous. I don't have a

[Bug 124086] bridge test fails when compiling testtools

2014-02-13 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=124086 h...@apache.org h...@apache.org changed: What|Removed |Added Status|UNCONFIRMED |ACCEPTED

[Bug 124086] bridge test fails when compiling testtools

2014-02-13 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=124086 h...@apache.org h...@apache.org changed: What|Removed |Added Attachment #82406|0 |1 is

[Bug 124086] bridge test fails when compiling testtools

2014-02-13 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=124086 --- Comment #2 from SVN Robot svn...@dev.null.org --- hdu committed SVN revision 1567914 into trunk: #i124086# preserve 16byte stack alignment in gcc3-solaris-intel's uno2cpp bridge -- You are receiving this mail because: You are on the CC

[Bug 124086] bridge test fails when compiling testtools

2014-02-13 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=124086 h...@apache.org h...@apache.org changed: What|Removed |Added Status|ACCEPTED|RESOLVED

[Bug 124086] bridge test fails when compiling testtools

2014-01-27 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=124086 --- Comment #1 from Apostolos Syropoulos asyropoulos...@hotmail.com --- Created attachment 82406 -- https://issues.apache.org/ooo/attachment.cgi?id=82406action=edit Patch for file bridges/source/cpp_uno/gcc3_solaris_intel/uno2cpp.cxx This