Open Quuxplusone opened 8 years ago
Bugzilla Link | PR26986 |
Status | NEW |
Importance | P normal |
Reported by | Bhupendra Thosare (bhupendra_thosare@persistent.co.in) |
Reported on | 2016-03-18 03:33:25 -0700 |
Last modified on | 2016-03-19 00:01:34 -0700 |
Version | 3.4 |
Hardware | PC Linux |
CC | dblaikie@gmail.com, dgregor@apple.com, llvm-bugs@lists.llvm.org |
Fixed by commit(s) | |
Attachments | |
Blocks | |
Blocked by | |
See also |
One more point, when we are removing enums and structure from "XXXX" structure
then return by reference is also working fine with release build using clang.
P.S. :
In my last comment,
inline ::com::sun::star::uno::Type const
cppu_detail_getUnoType(::xoc::svc::event::ZEventObject const *)
means
inline ::com::sun::star::uno::Type const cppu_detail_getUnoType(XXXX const *)
a standalone test case would be helpful
(In reply to comment #2)
> a standalone test case would be helpful
We have not tried to reproduce the issue but we have one observation to share.
Default construction (i.e. return by reference) works fine when it get called
from cpp process but return by reference returns NULL when it get called from
java process i.e. via JNI method.