[Bug c++/43085] Make profiledbootstrap fails with cc1plus catching SIGSEGV

2011-04-13 Thread fierevere at ya dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43085

--- Comment #21 from Sylvia fierevere at ya dot ru 2011-04-13 07:24:32 UTC ---
Sorry, this mail address it not being used anymore, this message has been sent
automatically.
Извините, этот адрес более не используется, это сообщение было отправлено
автоматически.


[Bug c++/43085] Make profiledbootstrap fails with cc1plus catching SIGSEGV

2010-10-13 Thread fierevere at ya dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43085

Sylvia fierevere at ya dot ru changed:

   What|Removed |Added

 CC||fierevere at ya dot ru

--- Comment #10 from Sylvia fierevere at ya dot ru 2010-10-13 14:30:19 UTC ---
(In reply to comment #7)
 Can you please check whether the problem persists for you on the
 current branch?  Thanks.

still the same, revision 165423 from /branches/gcc-4_5-branch


libtool: compile:  /var/tmp/gccbuild/./gcc/xgcc -shared-libgcc
-B/var/tmp/gccbuild/./gcc -nostdinc++
-L/var/tmp/gccbuild/i586-sylvia-linux/libstdc++-v3/src
-L/var/tmp/gccbuild/i586-sylvia-linux/libstdc++-v3/src/.libs
-B/usr/local/gcc-4.5/i586-sylvia-linux/bin/
-B/usr/local/gcc-4.5/i586-sylvia-linux/lib/ -isystem
/usr/local/gcc-4.5/i586-sylvia-linux/include -isystem
/usr/local/gcc-4.5/i586-sylvia-linux/sys-include
-I/var/tmp/gccbuild/i586-sylvia-linux/libstdc++-v3/include/i586-sylvia-linux
-I/var/tmp/gccbuild/i586-sylvia-linux/libstdc++-v3/include
-I/var/tmp/gcc-4.5.2pre_101013_r165423/libstdc++-v3/libsupc++
-fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual
-fdiagnostics-show-location=once -ffunction-sections -fdata-sections -O2 -pipe
-fomit-frame-pointer -march=pentium4 -mtune=core2 -msse2 -mstackrealign
-fexcess-precision=fast -D_GNU_SOURCE -c
../../../../gcc-4.5.2pre_101013_r165423/libstdc++-v3/src/pool_allocator.cc 
-fPIC -DPIC -o .libs/pool_allocator.o
In file included from
../../../../gcc-4.5.2pre_101013_r165423/libstdc++-v3/src/pool_allocator.cc:31:0:
/var/tmp/gccbuild/i586-sylvia-linux/libstdc++-v3/include/ext/pool_allocator.h:
In constructor '__gnu_cxx::__pool_alloc_Tp::__pool_alloc() [with _Tp =
char]':
../../../../gcc-4.5.2pre_101013_r165423/libstdc++-v3/src/pool_allocator.cc:171:18:
  instantiated from here
/var/tmp/gccbuild/i586-sylvia-linux/libstdc++-v3/include/ext/pool_allocator.h:140:30:
internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See http://gcc.gnu.org/bugs.html for instructions.
make[4]: *** [pool_allocator.lo] Error 1



environment:
export CC=cc45
export CXX=c++45
AFLAGS=-O2 -pipe -fomit-frame-pointer -march=pentium4 -mtune=core2 -msse2
-mstackrealign -fexcess-precision=fast
export CXXFLAGS_FOR_BUILD=${AFLAGS}
export CFLAGS_FOR_BUILD=${AFLAGS}
export BOOT_CFLAGS=${AFLAGS}
export LIBCFLAGS=${AFLAGS}
export LIBCXXFLAGS=${AFLAGS}
export CXXFLAGS_FOR_TARGET=${AFLAGS}
export CFLAGS_FOR_TARGET=${AFLAGS}
export CFLAGS=${AFLAGS}
export CXXFLAGS=${CFLAGS}
export JCFLAGS=-O2
export FCFLAGS=-O2

../${SRCDIR}/configure \
--prefix=/usr/local/gcc-4.5 \
--host=i586-sylvia-linux --build=i586-sylvia-linux --with-pkgversion=/argenta/
\
--disable-nls --with-cpu=core2 --with-arch=pentium4 \
--enable-languages=c,c++ --disable-stage1-checking --enable-checking=release \
--enable-threads --enable-tls \
--with-host-libstdcxx=/usr/local/gcc-4.5/lib/libstdc++.a /usr/lib/libm.a \
--enable-lto --with-fpmath=sse


[Bug c++/43085] Make profiledbootstrap fails with cc1plus catching SIGSEGV

2010-10-13 Thread fierevere at ya dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43085

--- Comment #12 from Sylvia fierevere at ya dot ru 2010-10-13 15:10:34 UTC ---
(In reply to comment #8)

Artem, did you tried to make concurrent build ( make -j2 or anything more than
-j1 ) ?

there shouldnt be any collisions when building with single task (make -j1)

Does adding -Wcoverage-mismatch -fprofile-correction flags help the issue?


[Bug c++/43085] Make profiledbootstrap fails with cc1plus catching SIGSEGV

2010-09-01 Thread fierevere at ya dot ru


--- Comment #3 from fierevere at ya dot ru  2010-09-01 20:47 ---

In file included from
../../../../gcc-4.5.2pre-20100901-rev163742/libstdc++-v3/src/pool_allocator.cc:31:0:
/var/tmp/gccbuild/i586-sylvia-linux/libstdc++-v3/include/ext/pool_allocator.h:
In constructor '__gnu_cxx::__pool_alloc_Tp::__pool_alloc() [with _Tp =
char]':
../../../../gcc-4.5.2pre-20100901-rev163742/libstdc++-v3/src/pool_allocator.cc:171:18:
  instantiated from here
/var/tmp/gccbuild/i586-sylvia-linux/libstdc++-v3/include/ext/pool_allocator.h:140:30:
internal compiler error: Segmentation fault
Please submit a full bug report,



still ICE'ing, revision 163742 , GCC 4.5.2prerelease from branches/


-- 


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



[Bug c++/40355] ICE in prop_phis, at tree-loop-distribution.c:357

2009-12-30 Thread fierevere at ya dot ru


--- Comment #4 from fierevere at ya dot ru  2009-12-30 19:42 ---
ICE does not happen on x86_64-linux-gnu platform,
so its only 32-bit x86 linux-gnu specific


-- 


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



[Bug c++/40355] ICE in prop_phis, at tree-loop-distribution.c:357

2009-12-29 Thread fierevere at ya dot ru


--- Comment #2 from fierevere at ya dot ru  2009-12-30 07:12 ---
Created an attachment (id=19423)
 -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19423action=view)
preprocessed source (gzipped)

to trigger ICE compile with:

g++ -mmmx -msse2 -march=pentium-m -mfpmath=sse -g0 -ftree-loop-linear
-floop-interchange -floop-block -floop-strip-mine -ftree-loop-distribution -O2
-ftree-vectorize posix_proactor.ii -c
../../../../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

attachment is compressed to fit in upload allowed size.


-- 

fierevere at ya dot ru changed:

   What|Removed |Added

  Attachment #17954|0   |1
is obsolete||


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



[Bug c++/40355] New: ICE in prop_phis, at tree-loop-distribution.c:357

2009-06-05 Thread fierevere at ya dot ru
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_tamp#65532;':
../../../../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 http://gcc.gnu.org/bugs.html 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



[Bug c++/40355] ICE in prop_phis, at tree-loop-distribution.c:357

2009-06-05 Thread fierevere at ya dot ru


--- Comment #1 from fierevere at ya dot ru  2009-06-05 15:34 ---
Created an attachment (id=17954)
 -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17954action=view)
the failed file

../../../../dep/ACE_wrappers/ace/POSIX_Proactor.cpp:857: internal compiler
error: in prop_phis, at tree-loop-distribution.c:357


-- 


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



[Bug bootstrap/40337] New: PPLLIBS flags do not include -lm

2009-06-04 Thread fierevere at ya dot ru
): In function
`Parma_Polyhedra_Library::MIP_Problem::steepest_edge_float_entering_index()
const':
MIP_Problem.cc:(.text+0xdba): undefined reference to `sqrt'
collect2: ld returned 1 exit status
make[3]: *** [cc1-dummy] Error 1


-- 
   Summary: PPLLIBS flags do not include -lm
   Product: gcc
   Version: 4.4.1
Status: UNCONFIRMED
  Severity: normal
  Priority: P3
 Component: bootstrap
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: fierevere at ya dot ru
 GCC build triplet: native
  GCC host triplet: i?86-linux-gnu
GCC target triplet: native


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