Website bị mất đi từ khóa gg...

2016-10-21 Thread Truong Tuan
Chào bạn gcv, mình thấy website của bạn đang bị mất đi khá nhiều từ khóa trên google Đó là vì khách truy cập vào website của bạn nhưng đã thoát khỏi trang web quá nhanh Bạn có thể sử dụng hộp chat của uhchat .net gắn vào trang web để câu giờ cho họ ở lại để chat với bạn thay vì

Copyright assignment

2016-10-21 Thread Dimitar Dimitrov
Hello, I would like to contribute GCC and Binutils ports for PRU [1]. I think "assigment for all future changes" is suitable for me. Can I get the copyright assignment forms? Regards, Dimitar [1] https://github.com/dinuxbg/gnupru

Re: I see this maybe related to PR71375 ?

2016-10-21 Thread David Edelsohn
ble-languages=c,c++,fortran --disable-libmudflap --enable-libgomp > --disable-bootstrap > Thread model: posix > gcc version 7.0.0 20161021 (experimental) (GCC) > > > On gcc112 , compile farm, Fedora release 21 (Twenty One) > > Jerry >

I see this maybe related to PR71375 ?

2016-10-21 Thread Jerry DeLisle
nknown-linux-gnu Configured with: ../trunk/configure --prefix=/home/jerryd/gcc/usr --enable-languages=c,c++,fortran --disable-libmudflap --enable-libgomp --disable-bootstrap Thread model: posix gcc version 7.0.0 20161021 (experimental) (GCC) On gcc112 , compile farm, Fedora release 21 (Twen

Re: glibc test tst-thread_local1.cc fails to compile with latest GCC

2016-10-21 Thread Steve Ellcey
On Fri, 2016-10-21 at 17:03 +0100, Jonathan Wakely wrote: >  > > Is there some C++ standard change that I am not aware of or some > > other header file I need to include? > No, what probably happened is GCC didn't detect a usable Pthreads > implementation and so doesn't define std::thread. The hea

Re: glibc test tst-thread_local1.cc fails to compile with latest GCC

2016-10-21 Thread Jonathan Wakely
On 19 October 2016 at 18:45, Ellcey, Steve wrote: > I have built the latest glibc sources with a ToT GCC and am trying to run the > glibc testsuite now. I ran into a couple of > new warnings that I fixed (locally) and am now looking at > nptl/tst-thread_local1.cc which dies with: > > tst-thread_

GCC 7.0.0 Status Report (2016-10-21)

2016-10-21 Thread Jakub Jelinek
Status == Trunk which will eventually become GCC 7 is still in Stage 1 but its end is near and we are planning to transition into Stage 3 starting Nov 13th end of day time zone of your choice. This means it is time to get things you want to have in GCC 7 finalized and reviewed. As usual ther

Re: LSDA unwind information is off by one (in __gcc_personality_v0)

2016-10-21 Thread Florian Weimer
On 10/20/2016 10:06 PM, Jim Wilson wrote: But I also see that while HAVE_GETIPINFO appears to be set by configure, it is apparently not being used when building unwind-c.o. I see that HAVE_GETIPINFO is set in the libgcc/auto-target.h file, but this file is not included by unwind-c.c. I only se

Re: LSDA unwind information is off by one (in __gcc_personality_v0)

2016-10-21 Thread Florian Weimer
On 10/21/2016 12:08 AM, Eric Botcazou wrote: We don't call _Unwind_GetIPInfo from __gcc_personality_v0 because HAVE_GETIPINFO is not defined. This happens only when using the system unwinder on ia64, if I'm not mistaken. Disassembly shows that the code is not compiled in and not part of libgcc_s