[
https://issues.apache.org/jira/browse/STDCXX-704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12561902#action_12561902
]
Martin Sebor commented on STDCXX-704:
-------------------------------------
Fix committed in http://svn.apache.org/viewcvs?view=rev&rev=614760. The test
driver output now looks like this:
{noformat}
# INFO (S1) (10 lines):
# TEXT:
# COMPILER: HP aCC, __HP_aCC = 61400, __EDG_VERSION__ = 306
# ENVIRONMENT: ia64 running hp-ux
# FILE: 23.deque.modifiers.cpp
# COMPILED: Jan 23 2008, 19:43:09
# COMMENT:
############################################################
{noformat}
> [HP aCC 6.14] test driver misidentifies compiler as EDG eccp
> ------------------------------------------------------------
>
> Key: STDCXX-704
> URL: https://issues.apache.org/jira/browse/STDCXX-704
> Project: C++ Standard Library
> Issue Type: Bug
> Components: Test Driver
> Affects Versions: 4.2.0
> Environment: aCC: HP C/aC++ B3910B A.06.14 [Feb 22 2007]
> Reporter: Martin Sebor
> Assignee: Martin Sebor
> Priority: Trivial
> Fix For: 4.2.1
>
> Original Estimate: 1h
> Remaining Estimate: 1h
>
> When compiled with HP aCC 6 on HP-UX/IPF, the test driver claims it's
> actually been compiled with the vanilla EDG front end instead of correctly
> identifying the HP compiler (which happens to use the EDG front end):
> {noformat}
> $ ./23.deque.modifiers
> # INFO (S1) (10 lines):
> # TEXT:
> # COMPILER: EDG eccp, __EDG_VERSION__ = 306
> # ENVIRONMENT: ia64 running hp-ux
> # FILE: 23.deque.modifiers.cpp
> # COMPILED: Jan 15 2008, 19:44:22
> # COMMENT:
> ############################################################
> {noformat}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.