You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stdcxx.apache.org by "Martin Sebor (JIRA)" <ji...@apache.org> on 2007/07/08 20:42:04 UTC

[jira] Created: (STDCXX-475) [Intel C++ 10.0.025/Linux] ICE in 18.exception.cpp

[Intel C++ 10.0.025/Linux] ICE in 18.exception.cpp
--------------------------------------------------

                 Key: STDCXX-475
                 URL: https://issues.apache.org/jira/browse/STDCXX-475
             Project: C++ Standard Library
          Issue Type: Bug
          Components: Tests
         Environment: Intel C++ 10.0.025/Linux
            Reporter: Martin Sebor


The test 18.exception.cpp fails to compile with Intel C++ 10.0.025 with the following internal compiler error:

icc -c -I/home/sebor/stdcxx/include/ansi -D_RWSTDDEBUG   -D_REENTRANT -I/home/sebor/stdcxx/include -I/build/sebor/stdcxx-icc-10.0.025-15S/include -I/home/sebor/stdcxx/tests/include  -cxxlib-nostd -g   -w1   /home/sebor/stdcxx/tests/support/18.exception.cpp
/home/sebor/stdcxx/tests/support/18.exception.cpp(806): internal error: assertion failed at: "shared/edgcpfe/lower_il.c", line 7891

          struct C: A { };
                 ^

compilation aborted for /home/sebor/stdcxx/tests/support/18.exception.cpp (code 4)


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (STDCXX-475) [Intel C++ 10.0.025/Linux] ICE in 18.exception.cpp

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

Martin Sebor updated STDCXX-475:
--------------------------------

    Affects Version/s: trunk
        Fix Version/s: 4.2

This affects the trunk (and the pre-release 4.2.0) but not 4.1.3 because the test was added after 4.1.3 came out.

> [Intel C++ 10.0.025/Linux] ICE in 18.exception.cpp
> --------------------------------------------------
>
>                 Key: STDCXX-475
>                 URL: https://issues.apache.org/jira/browse/STDCXX-475
>             Project: C++ Standard Library
>          Issue Type: Bug
>          Components: Tests
>    Affects Versions: trunk
>         Environment: Intel C++ 10.0.025/Linux
>            Reporter: Martin Sebor
>            Assignee: Martin Sebor
>             Fix For: 4.2
>
>
> The test 18.exception.cpp fails to compile with Intel C++ 10.0.025 with the following internal compiler error:
> icc -c -I/home/sebor/stdcxx/include/ansi -D_RWSTDDEBUG   -D_REENTRANT -I/home/sebor/stdcxx/include -I/build/sebor/stdcxx-icc-10.0.025-15S/include -I/home/sebor/stdcxx/tests/include  -cxxlib-nostd -g   -w1   /home/sebor/stdcxx/tests/support/18.exception.cpp
> /home/sebor/stdcxx/tests/support/18.exception.cpp(806): internal error: assertion failed at: "shared/edgcpfe/lower_il.c", line 7891
>           struct C: A { };
>                  ^
> compilation aborted for /home/sebor/stdcxx/tests/support/18.exception.cpp (code 4)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (STDCXX-475) [Intel C++ 10.0.025/Linux] ICE in 18.exception.cpp

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

Martin Sebor reassigned STDCXX-475:
-----------------------------------

    Assignee: Martin Sebor

> [Intel C++ 10.0.025/Linux] ICE in 18.exception.cpp
> --------------------------------------------------
>
>                 Key: STDCXX-475
>                 URL: https://issues.apache.org/jira/browse/STDCXX-475
>             Project: C++ Standard Library
>          Issue Type: Bug
>          Components: Tests
>         Environment: Intel C++ 10.0.025/Linux
>            Reporter: Martin Sebor
>            Assignee: Martin Sebor
>
> The test 18.exception.cpp fails to compile with Intel C++ 10.0.025 with the following internal compiler error:
> icc -c -I/home/sebor/stdcxx/include/ansi -D_RWSTDDEBUG   -D_REENTRANT -I/home/sebor/stdcxx/include -I/build/sebor/stdcxx-icc-10.0.025-15S/include -I/home/sebor/stdcxx/tests/include  -cxxlib-nostd -g   -w1   /home/sebor/stdcxx/tests/support/18.exception.cpp
> /home/sebor/stdcxx/tests/support/18.exception.cpp(806): internal error: assertion failed at: "shared/edgcpfe/lower_il.c", line 7891
>           struct C: A { };
>                  ^
> compilation aborted for /home/sebor/stdcxx/tests/support/18.exception.cpp (code 4)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (STDCXX-475) [Intel C++ 10.0.025/Linux] ICE in 18.exception.cpp

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

Martin Sebor closed STDCXX-475.
-------------------------------

    Resolution: Fixed

Fixed by the just committed change.

> [Intel C++ 10.0.025/Linux] ICE in 18.exception.cpp
> --------------------------------------------------
>
>                 Key: STDCXX-475
>                 URL: https://issues.apache.org/jira/browse/STDCXX-475
>             Project: C++ Standard Library
>          Issue Type: Bug
>          Components: Tests
>    Affects Versions: trunk
>         Environment: Intel C++ 10.0.025/Linux
>            Reporter: Martin Sebor
>            Assignee: Martin Sebor
>             Fix For: 4.2
>
>
> The test 18.exception.cpp fails to compile with Intel C++ 10.0.025 with the following internal compiler error:
> icc -c -I/home/sebor/stdcxx/include/ansi -D_RWSTDDEBUG   -D_REENTRANT -I/home/sebor/stdcxx/include -I/build/sebor/stdcxx-icc-10.0.025-15S/include -I/home/sebor/stdcxx/tests/include  -cxxlib-nostd -g   -w1   /home/sebor/stdcxx/tests/support/18.exception.cpp
> /home/sebor/stdcxx/tests/support/18.exception.cpp(806): internal error: assertion failed at: "shared/edgcpfe/lower_il.c", line 7891
>           struct C: A { };
>                  ^
> compilation aborted for /home/sebor/stdcxx/tests/support/18.exception.cpp (code 4)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.