HP aC++/HP ANSI C A.06.28 Release (769149-001, March 2014)

int main() {
S s1, s2;
s1 = s2; // calls implicitly generated operator
// previously used to call the user-defined one
const S s3;
s3 = s2; // still calls the user-defined operator
return 0;
}"
New features in version A.06.12
Version A.06.12 of the HP aC++ compiler supports the following new features:
+Ofast (-fast) and +Ofaster Options
Interaction between +Oinit_check and +check=uninit
+Ofast (-fast) and +Ofaster options
The +Ofast and +Ofaster options now cause the data and text page size to be 1MB instead
of 4MB, for increased performance The +Ofast option no longer implies the unsafe optimizations
+Ointeger_overflow=aggressive and +Olibcalls.
Interaction between +Oinit_check and +check=uninit
When +Oinit_check and +check=uninit are used together, warnings will still be generated
at compile time for potentially uninitialized variables, but they will not be automatically initialized
by the compiler, so that lack of initialization can be detected at runtime.
New features in version A.06.10
Version A.06.10 of the HP aC++ compiler provides complete source and binary compatibility
(including OpenMP features) with earlier versions of the A.06.xx family.
HP aC++ compiler version A.06.10 supports the following new features:
HP Code Advisor
+cond_rodata Option (Obsoleted)
+[no]dep_name Option (New)
+expand_types_in_diag Option (New)
+FPmode (Enhanced)
+Ointeger_overflow Option (Default Changed)
+Onolibcalls= Option (New)
+wendian Option (New)
+wlint Option (Enhanced)
+wsecurity= Option (New)
System-wide option configuration (New)
[NO]PTRS_TO_GLOBALS Pragma (New)
-AA -D_HP_NONSTD_FAST_IOSTREAM performance Macro (New)
New function attributes
Improved Diagnostics
C++ Standard Library
46 Product changes in earlier versions