Issue 66749 - unxsols4 non-pro comphelper debug=x fails
Summary: unxsols4 non-pro comphelper debug=x fails
Status: ACCEPTED
Alias: None
Product: utilities
Classification: Unclassified
Component: code (show other issues)
Version: 680m173
Hardware: All Solaris
: P5 (lowest) Trivial (vote)
Target Milestone: OOo Later
Assignee: AOO issues mailing list
QA Contact: issues@tools
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-26 15:26 UTC by Stephan Bergmann
Modified: 2017-05-20 11:33 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Stephan Bergmann 2006-06-26 15:26:20 UTC
On unxsols4 non-pro, at least using the CC 5.5 used by Sun Hamburg Release
Engineering
(<http://wiki.services.openoffice.org/wiki/Compiler_versions_used_by_port_maintainers_and_release_engineers>),
comphelper/source/misc/asyncnotification.cxx:1.6 fails with

"comphelper/source/misc/asyncnotification.cxx", line 195: Warning: statement is
unreachable.

This appears to be a compiler error (which appears to be fixed in CC 5.8 at
least) that can be reduced to

~> cat bug.cc
struct S1 { virtual int terminate(); };
struct S2: S1 {
    virtual int terminate() {
        S1::terminate();
        return 0;
    }
};
~> CC -c +w2 bug.cc
"bug.cc", line 5: Warning: statement is unreachable.
1 Warning(s) detected.

Interestingly, after s/terminate/f/ in bug.cc, the file compiles fine.
Comment 1 Stephan Bergmann 2006-06-26 15:27:30 UTC
.
Comment 2 Stephan Bergmann 2006-06-29 09:48:34 UTC
On a related note, unxsoli4.pro SRC680m173 canvas/source/null dmake debug=x
fails in canvas/source/null/null_spritecanvas.cxx:1.3

Failure in /so/env/compilers/SUNWS8_p/intel/SUNWspro/prod/bin/fbe, status = 0xb
Fatal Error exec'ing /so/env/compilers/SUNWS8_p/intel/SUNWspro/prod/bin/fbe
Comment 3 Marcus 2017-05-20 11:33:23 UTC
Reset assigne to the default "issues@openoffice.apache.org".