You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@stdcxx.apache.org by "Martin Sebor (JIRA)" <ji...@apache.org> on 2008/01/24 01:34:34 UTC

[jira] Created: (STDCXX-704) [HP aCC 6.14] test driver misidentifies compiler as EDG eccp

[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
            Priority: Trivial
             Fix For: 4.2.1


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.


[jira] Closed: (STDCXX-704) [HP aCC 6.14] test driver misidentifies compiler as EDG eccp

Posted by "Martin Sebor (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/STDCXX-704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Sebor closed STDCXX-704.
-------------------------------

    Resolution: Fixed

Merged to branches/4.2.x in http://svn.apache.org/viewcvs?view=rev&rev=614790
Closing as Fixed.

> [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.


[jira] Commented: (STDCXX-704) [HP aCC 6.14] test driver misidentifies compiler as EDG eccp

Posted by "Martin Sebor (JIRA)" <ji...@apache.org>.
    [ 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.


[jira] Assigned: (STDCXX-704) [HP aCC 6.14] test driver misidentifies compiler as EDG eccp

Posted by "Martin Sebor (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/STDCXX-704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Sebor reassigned STDCXX-704:
-----------------------------------

    Assignee: Martin Sebor

> [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.