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/08/26 23:03:30 UTC

[jira] Closed: (STDCXX-52) [gcc 4.0.0] ICE in #included from util/collate.cpp

     [ https://issues.apache.org/jira/browse/STDCXX-52?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Sebor closed STDCXX-52.
------------------------------

    Resolution: Won't Fix

The solution is to update to a working compiler. Closing as Won't Fix.

> [gcc 4.0.0] ICE in <cctype> #included from util/collate.cpp
> -----------------------------------------------------------
>
>                 Key: STDCXX-52
>                 URL: https://issues.apache.org/jira/browse/STDCXX-52
>             Project: C++ Standard Library
>          Issue Type: Bug
>          Components: Utilities
>    Affects Versions: 4.1.2
>            Reporter: Martin Sebor
>            Priority: Critical
>
> $ gcc --version && make -Cbin -r
> gcc (GCC) 4.0.0
> Copyright (C) 2005 Free Software Foundation, Inc.
> This is free software; see the source for copying conditions.  There is NO
> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
> make: Entering directory `/build/sebor/gcc-4.0.0-15s/bin'
> gcc -c -I/build/sebor/dev/stdlib/include/ansi -D_RWSTDDEBUG   -pthreads -D_RWSTD_USE_CONFIG -I/build/sebor/gcc-4.0.0-15s/include -I/build/sebor/dev/stdlib/include -I/build/sebor/dev/stdlib/include/loc  -pedantic -nostdinc++ -g  -Wall -W -Wcast-qual -Winline -Wshadow -Wwrite-strings -Wno-long-long  /build/sebor/dev/stdlib/src/util/collate.cpp
> /build/sebor/dev/stdlib/include/ansi/cctype:104: internal compiler error: in do_nonmember_using_decl, at cp/name-lookup.c:2072
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <URL:http://gcc.gnu.org/bugs.html> for instructions.
> make: *** [collate.o] Error 1
> make: Leaving directory `/build/sebor/gcc-4.0.0-15s/bin'

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