This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/31382] New: Internal compiler Error (Is this a bug?)


Hi:

I got this error error message when I tried to compile icu
(http://www.icu-project.org)

g++  -DU_I18N_IMPLEMENTATION  -I. -I../common  -O2  -fno-common -c  -dynamic -o
dtfmtsym.o dtfmtsym.cpp
dtfmtsym.cpp: In member function `void
icu_3_6::DateFormatSymbols::initializeData(const icu_3_6::Locale&, const char*,
UErrorCode&, UBool)':
dtfmtsym.cpp:1084: internal compiler error: in cp_tree_equal, at cp/tree.c:1679
gnumake[1]: *** [dtfmtsym.o] Error 1
gnumake: *** [all-recursive] Error 2

Here are some build environment information below:
Platform :          MacOSX 10.4.8
GCC Version :       4.0.0
G++ Version :       4.0.0
GNUMake Version:    3.80


Sincerely,
ludwig lim


-- 
           Summary: Internal compiler Error (Is this a bug?)
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: ludz_lim at yahoo dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31382


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]