Bugzilla – Bug 443774
gcc compiler error
Last modified: 2008-11-11 16:02:10 UTC
Created attachment 251348 [details] source code to be compiled When compiling source.ii (see attachment) with g++ -c -O2 source.ii I get a compiler error XrdSecProtocolpwd.cc: In member function ‘virtual int XrdSecProtocolpwd::Authenticate(XrdSecCredentials*, XrdSecParameters**, XrdOucErrInfo*)’: XrdSecProtocolpwd.cc:1137: internal compiler error: in copy_reference_ops_from_ref, at tree-ssa-sccvn.c:588 I am using gcc version 4.3.1 20080507 (prerelease) [gcc-4_3-branch revision 135036] (SUSE Linux) Regards, Stefan
This is fixed for openSUSE 11.1. You can use -fno-tree-sra to work around the issue or update GCC from devel:tools:gcc. *** This bug has been marked as a duplicate of bug 423594 ***