From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2155 invoked by alias); 5 Jun 2009 15:30:51 -0000 Received: (qmail 2046 invoked by uid 48); 5 Jun 2009 15:30:35 -0000 Date: Fri, 05 Jun 2009 15:30:00 -0000 Subject: [Bug c++/40355] New: ICE in prop_phis, at tree-loop-distribution.c:357 X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "fierevere at ya dot ru" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2009-06/txt/msg00300.txt.bz2 sources are from http://github.com/mangos/mangos/commits/master GIT git://github.com/mangos/mangos.git rev 7966 CXXFLAGS -mmmx -msse2 -march=pentium4 -mfpmath=sse -g0 -ftree-vectorize -floop-interchange -floop-block -floop-strip-mine -ftree-loop-distribution -O2 -fomit-frame-pointer ./../../../dep/ACE_wrappers/ace/POSIX_Proactor.cpp: In member function 'virtual int ACE_POSIX_AIOCB_Proactor::get_result_status(ACE_POSIX_Asynch_Result*, int&, size_t&': ../../../../dep/ACE_wrappers/ace/POSIX_Proactor.cpp:1242: warning: null argument where non-null required (argument 1) ../../../../dep/ACE_wrappers/ace/POSIX_Proactor.cpp:1246: warning: null argument where non-null required (argument 1) ../../../../dep/ACE_wrappers/ace/POSIX_Proactor.cpp: In member function 'virtual int ACE_POSIX_AIOCB_Proactor::start_aio_i(ACE_POSIX_Asynch_Result*)': ../../../../dep/ACE_wrappers/ace/POSIX_Proactor.cpp:1433: warning: null argument where non-null required (argument 1) ../../../../dep/ACE_wrappers/ace/POSIX_Proactor.cpp:1437: warning: null argument where non-null required (argument 1) ../../../../dep/ACE_wrappers/ace/POSIX_Proactor.cpp: In member function 'int ACE_POSIX_AIOCB_Proactor::create_result_aiocb_list()': ../../../../dep/ACE_wrappers/ace/POSIX_Proactor.cpp:857: internal compiler error: in prop_phis, at tree-loop-distribution.c:357 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[5]: *** [libACE_la-POSIX_Proactor.lo] Error 1 I'll attach the problematic file, in case anything is missing to reproduce - the link to the complete sources are at top of the message -- Summary: ICE in prop_phis, at tree-loop-distribution.c:357 Product: gcc Version: 4.4.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: fierevere at ya dot ru GCC build triplet: i?x86-linux-gnu GCC host triplet: i?x86-linux-gnu GCC target triplet: i?x86-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40355