To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=51545
                  Issue #:|51545
                  Summary:|error: memory input 0 is not directly addressable on
                          |linux sparc gcc-4.0
                Component:|porting
                  Version:|OOo 2.0 Beta
                 Platform:|Sun
                      URL:|
               OS/Version:|Linux
                   Status:|NEW
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P3
             Subcomponent:|code
              Assigned to:|sparcmoz
              Reported by:|sparcmoz





------- Additional comments from [EMAIL PROTECTED] Mon Jul  4 06:14:22 -0700 
2005 -------
-DSHAREDLIB -D_DLL_  -DMULTITHREAD  -o ../../../unxlngs.pro/slo/cpp2uno.o
/home/jim/ooo/bridges/source/cpp_uno/gcc3_linux_sparc/cpp2uno.cxx
cc1plus: warning: -Wuninitialized is not supported without -O
cc1plus: warning: -Wuninitialized is not supported without -O
/home/jim/ooo/bridges/source/cpp_uno/gcc3_linux_sparc/cpp2uno.cxx: In function
'void<unnamed>::cpp_vtable_call()':
/home/jim/ooo/bridges/source/cpp_uno/gcc3_linux_sparc/cpp2uno.cxx:423: error:
memory input 0 is not directly addressable
/home/jim/ooo/bridges/source/cpp_uno/gcc3_linux_sparc/cpp2uno.cxx:430: error:
memory input 0 is not directly addressable
/home/jim/ooo/bridges/source/cpp_uno/gcc3_linux_sparc/cpp2uno.cxx:439: error:
memory input 0 is not directly addressable
/home/jim/ooo/bridges/source/cpp_uno/gcc3_linux_sparc/cpp2uno.cxx:439: error:
memory input 1 is not directly addressable
/home/jim/ooo/bridges/source/cpp_uno/gcc3_linux_sparc/cpp2uno.cxx:445: error:
memory input 0 is not directly addressable
/home/jim/ooo/bridges/source/cpp_uno/gcc3_linux_sparc/cpp2uno.cxx:450: error:
memory input 0 is not directly addressable
/home/jim/ooo/bridges/source/cpp_uno/gcc3_linux_sparc/cpp2uno.cxx:457: error:
memory input 0 is not directly addressable
dmake:  Error code 1, while making '../../../unxlngs.pro/slo/cpp2uno.obj'
'---* tg_merge.mk *---'
dmake:  Error code 255, while making 'do_it_noopt'
'---* tg_merge.mk *---'

ERROR: Error 65280 occurred while making
/home/jim/ooo/bridges/source/cpp_uno/gcc3_linux_sparc
[EMAIL PROTECTED]:~/ooo/bridges$

the code:
 
case typelib_TypeClass_BYTE:
__asm__( "ld %0, %%l0\n\t"
   "ldsb [%%l0], %%i0\n"
    : : "m"(&nRegReturn) );

and etc...
This was only a warning on gcc-3.4. There is no much
                   
http://people.redhat.com/dnovillo/pub/tree-ssa/doc/html/gimplify_8c-source.html
03621               error ("memory input %d is not directly addressable", i);

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to