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++/17526] [4.0 Regression] locale_facets.cc:47: internal compiler error


------- Additional Comments From wanderer at rsu dot ru  2004-09-23 09:13 -------
I extract from locale_facets.cc small tescase:
--8X----------------
    const wchar_t*
    _S_timezones[14] =
    { 
      L"GMT", L"HST", L"AKST", L"PST", L"MST", L"CST", L"EST", L"AST", 
      L"NST", L"CET", L"IST", L"EET", L"CST", L"JST"  
    };

--X8----------------

Note: This simplifed code guarded in original source code by 
#ifdef _GLIBCXX_USE_WCHAR_T check


xgcc ICE at it with command line 
/usr/home/wanderer/pkg/build/gcc/obj/gcc/xgcc -
B/usr/home/wanderer/pkg/build/gcc/obj/gcc/ -c test.cc

Error:
test.cc:4: internal compiler error: Segmentation fault
Please submit a full bug report,



-- 


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


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