Advertisement in the GCC mirrors list

2015-09-09 Thread niXman
Hi, http://mirrors-ru.go-parts.com/gcc - Online Shop ftp://mirrors-ru.go-parts.com/gcc - bad rsync://mirrors-ru.go-parts.com/gcc - bad http://mirrors-uk.go-parts.com/gcc/ - Online Shop ftp://mirrors-uk.go-parts.com/gcc - bad rsync://mirrors-uk.go-parts.com/gcc - bad

Advertisement in the GCC mirrors list, again

2015-09-15 Thread niXman
Hi, mirrors.webhostinggeeks.com/gcc/

Is there any reason to use vfork() ?

2014-05-13 Thread niXman
()' rather than 'fork()'? Thanks. [1] https://gcc.gnu.org/viewcvs/gcc/trunk/libiberty/pex-unix.c?view=markup#l613 manpages: http://linux.die.net/man/2/fork http://linux.die.net/man/3/vfork -- Regards, niXman ___ Dual-target(

Re: Is there any reason to use vfork() ?

2014-05-13 Thread niXman
I'll deal with it ... I just wanted to understand the reasons to use 'vfork()' instead of 'fork()'. -- Regards, niXman ___ Dual-target(32 & 64-bit) MinGW-W64 compilers for 32 and 64-bit Window

The AST tree modification.

2011-10-03 Thread niXman
Hi everybody! It is necessary to implement a plug-in for GCC designed to collect the information on types of translation unit, and generate static const array of types rtti_ex _ on its base;  // enum class type_ {    char_, uchar_, short_, ushort_, int_, uint_, l

The AST tree modification. Edited.

2011-10-03 Thread niXman
Hi everybody! It is necessary to implement a plug-in for GCC designed to collect the information on types of translation unit, and generate static const array of types rtti_ex _ on its base; // enum class type_ { char_, uchar_, short_, ushort_, int_, uint_, l

Re: The AST tree modification. Edited.

2011-10-04 Thread niXman
following internal structure > > struct { >   int variable; > } > > I hope this helps you get started. > > Thanks, > > Balaji V .Iyer. > > -Original Message- > From: niXman [mailto:i.nix...@gmail.com] > Sent: Monday, October 03, 2011 6:51 PM >

Fwd: The AST tree modification. Edited.

2011-10-06 Thread niXman
NOWN_LOCATION, FIELD_DECL, >> get_identifier("variable"), integer_type_node) >> TREE_CHAIN(struct_field) = struct_frame >> >> You will create the following internal structure >> >> struct { >>    int variable; >> } >> >> I hope this h

Re: The AST tree modification. Edited.

2011-10-11 Thread niXman
Hello! I have figured out the creation of functions and structures, thanks Andi's and Balaji's. Couldn't understand how to create tree for template functions, classes, methods. Can you help me figure that out, please? Thanks.

ISO_IEC_14882-2011-5.1.2/10 - bug

2011-10-14 Thread niXman
lt; 1; }; // << f(); } http://liveworkspace.org/code/ae698b7daf7b5b531beafd9faaa6a409 But Intel C++ 12.1 says: error : a variable with static storage duration cannot be captured in a lambda Thanks. niXman.

Re: The AST tree modification. Edited.

2011-10-15 Thread niXman
Up. 2011/10/12 niXman : > Hello! > > I have figured out the creation of functions and structures, thanks > Andi's and Balaji's. Couldn't understand how to create tree for > template functions, classes, methods. > Can you help me figure that out, please? > > Thanks. >

Re: implementation of std::thread::hardware_concurrency()

2011-11-01 Thread niXman
> Er, the macro _GLIBCXX_NPROCS already handles > the case sysconf(_SC_NPROCESSORS_ONLN). > It looks like you actually want to remove the macro > _GLIBCXX_NPROCS completely. Fixed. diff --git a/libstdc++-v3/src/thread.cc b/libstdc++-v3/src/thread.cc index 09e7fc5..6feda4d 100644 --- a/libstdc++-v

Need to correct the function declaration.

2011-11-06 Thread niXman
for function __once_proxy();, in file mutex:799. Regards, niXman.

Re: Need to correct the function declaration.

2011-11-06 Thread niXman
2011/11/7 James Dennett : > On Sun, Nov 6, 2011 at 6:55 PM, niXman wrote: >> When I try to build gcc-trunk on OpenBSD-5.0(gcc-4.2.1), I get the >> following error: >>> gcc-4.6.2/i686-pc-openbsd5.0/libstdc++-v3/include/mutex:818:64: error: >>>   invalid convers

Re: Need to correct the function declaration.

2011-11-06 Thread niXman
2011/11/7 niXman : > 2011/11/7 James Dennett : >> On Sun, Nov 6, 2011 at 6:55 PM, niXman wrote: >>> When I try to build gcc-trunk on OpenBSD-5.0(gcc-4.2.1), I get the >>> following error: >>>> gcc-4.6.2/i686-pc-openbsd5.0/libstdc++-v3/include/mutex:818:64

gcc-trunk build error in OpenBSD on stage3

2011-11-07 Thread niXman
erty] Error 2 gmake[2]: Leaving directory `/home/root/gcc-build/build/gcc-trunk' gmake[1]: *** [stage3-bubble] Error 2 gmake[1]: Leaving directory `/home/root/gcc-build/build/gcc-trunk' gmake: *** [all] Error 2 stage1 and stage2 pass successfully. in libiberty/config.h macro HAVE_LIMITS_H is undefined. any ideas? Regards, niXman.

Re: failure notice

2011-11-07 Thread niXman
I have never seen such warnings... Therefore, some tests fail. --- /home/nixman/config_correct.h +++ /home/nixman/config_incorrect.h @@ -54,7 +54,7 @@ #define HAVE_DECL_CALLOC 1 /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */ -#define HAVE_DECL_FFS

Re: gcc-trunk build error in OpenBSD on stage3

2011-11-07 Thread niXman
warnings...Therefore, some tests fail. --- /home/nixman/config_correct.h +++ /home/nixman/config_incorrect.h @@ -54,7 +54,7 @@ #define HAVE_DECL_CALLOC 1 /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */ -#define HAVE_DECL_FFS 1 +#define HAVE_DECL_FFS 0 /* D

Re: gcc-trunk build error in OpenBSD on stage3

2011-11-08 Thread niXman
> Why is this failing on your system? Up to now, I've been building GCC on a different machine (the OS wasn't installed by me). Now, I have installed OpenBSD-5.0 on the VM. > Look for uses of RPATH_ENVVAR in the top level Makefile. This line from Makefile: RPATH_ENVVAR = LD_LIBRARY_PATH LD_LIBR

Re: implementation of std::thread::hardware_concurrency()

2011-11-09 Thread niXman
Hi Jonathan. I test your patch on OpenBSD-5.0 and mingw. Everywhere works correctly. Regards, niXman.

Re: GCC 4.8.0 Release Candidate available from gcc.gnu.org

2013-03-17 Thread niXman
2013/3/16 Jakub Jelinek: > I have so far bootstrapped and tested the release candidate on > x86_64-linux and i686-linux. Please test it and report any issues to > bugzilla. Also tested i686-w64-mingw32 and x86_64-w64-mingw32 . -- Regard

Re: GCC 4.8.0 Release Candidate available from gcc.gnu.org

2013-03-17 Thread niXman
2013/3/17 xunxun: > Did you test -flto build? I built MinGW without -flto, but resulting MinGW does not have problems with LTO. This is strange %) -- Regards, niXman ___ Dual-target(32 & 64-bit) MinGW compilers for 32 and 64-bit Window

Re: GCC 4.8.0 Release Candidate available from gcc.gnu.org

2013-03-18 Thread niXman
> Can you post test results to the gcc-testresults mailing list? No. After building, I immediately deleted the built MinGW.

auto/decltype question about implementation

2012-03-06 Thread niXman
Hi, Can you please tell, auto is implemented based on the decltype implementation with some semantics, or they are two completely different implementations? And one more question: in which files/functions I can view the implementation of auto and decltype? Thanks. -- Regards,   niXman

Maybe it's a virus

2012-03-10 Thread niXman
http://clip2net.com/clip/m0/1331370967-clip-7kb.png -- Regards,   niXman

Re: Maybe it's a virus

2012-03-10 Thread niXman
When extracting ftp://ftp.fu-berlin.de/unix/languages/gcc/releases/gcc-4.6.3/gcc-4.6.3.tar.bz2 http://clip2net.com/clip/m0/1331371739-clip-8kb.png -- Regards,   niXman

Re: Trouble with building multilib GCC (MinGW)

2012-03-11 Thread niXman
> As far as I can tell from your original note, your build failed because > you do not have a 64-bit version of the library -lkernel32. That is not > a gcc library. I assume it is a Windows library. I don't know if you > are missing a 64-bit version of the library, or if the bug is that you > sh

Re: auto/decltype question about implementation

2012-03-11 Thread niXman
> Can you please tell, auto is implemented based on the decltype > implementation with some semantics, or they are two completely > different implementations? > > And one more question: in which files/functions I can view the > implementation of auto and decltype? Ping? -- Regards,   niXman

Re: auto/decltype question about implementation

2012-03-11 Thread niXman
2012/3/11 Jonathan Wakely : > On 11 March 2012 15:32, niXman wrote: >>> And one more question: in which files/functions I can view the >>> implementation of auto and decltype? > > Search for RID_AUTO and RID_DECLTYPE in gcc/cp/*.c Thanks Jonathan. -- Regards,   niXman

Re: Converting GCC to C++ - new branch cxx-conversion

2012-04-11 Thread niXman
cmpdi2_s.o] Error 1 make[2]: Leaving directory `/mingw-build-x32/gcc-4.8.0/i686-w64-mingw32/libgcc' make[1]: *** [all-target-libgcc] Error 2 make[1]: Leaving directory `/mingw-build-x32/gcc-4.8.0' make: *** [all] Error 2 -- Regards,   niXman

Re: MPC/MPFR/GMP Usage

2012-05-23 Thread niXman
ally by gcc or are they implicitly added > to the final binary produced by gcc? Only for internally using by GCC. -- Regards,   niXman ___ Dual-target(i686/x86_64) MinGW compiler for i686/x86_64 hosts:   http://sourceforge.net/projects/mingwbuilds/

how to disable __thiscall on MinGW-gcc-4.7.x ?

2012-05-24 Thread niXman
Hello! http://gcc.gnu.org/ml/gcc-help/2012-05/msg00043.html ping? -- Regards,   niXman ___ Dual-target(i686/x86_64) MinGW compiler for i686/x86_64 hosts:   http://sourceforge.net/projects/mingwbuilds/

Re: how to disable __thiscall on MinGW-gcc-4.7.x ?

2012-05-24 Thread niXman
i = ms' is now used by default? -- Regards,   niXman ___ Dual-target(i686/x86_64) MinGW compiler for i686/x86_64 hosts:   http://sourceforge.net/projects/mingwbuilds/

Re: how to disable __thiscall on MinGW-gcc-4.7.x ?

2012-05-24 Thread niXman
k you for your reply! -- Regards,   niXman ___ Dual-target(i686/x86_64) MinGW compiler for i686/x86_64 hosts:   http://sourceforge.net/projects/mingwbuilds/

Adding the features for preprocessor

2012-06-11 Thread niXman
I want to implement an analog of __ has_include from CLang. Please tell me, how to get started? -- Regards, niXman ___ Dual-target(32 & 64 bit) MinGW compilers for 32 and 64 bit Windows: http://sourceforge.net/projects/mingwbuilds/

Re: GCC 4.7.2 Status Report (2012-06-14)

2012-06-14 Thread niXman
2012/6/14 Richard Guenther: > The GCC 4.7.1 release tarballs have been created and are being uploaded > to ftp.gnu.org right now. Tell me please, where I can see a list of changes/fixes for GCC-4.7.1? Thanks! -- Regards, niXman ___ Dual-

error when building trunk rev. 190799

2012-08-30 Thread niXman
runk/gcc/ggc-common.c:472:42: error: cast from 'void*' to 'long int' loses precision [-fpermissive] make[2]: *** [ggc-common.o] Error 1 -- Regards, niXman ___ Dual-target(32 & 64 bit) MinGW compilers for 32 and 64 bit Windows: http://sourceforge.net/projects/mingwbuilds/

Re: error when building trunk rev. 190799

2012-09-10 Thread niXman
tstrap/53912] [4.7/4.8 Regression] bootstrap > fails using default c++ mode in stage 2 and 3 for native > x86_64-w64-mingw32" Thank you! -- Regards, niXman ___ Dual-target(32 & 64 bit) MinGW compilers for 32 and 64 bit Windows: http://sourceforge.net/projects/mingwbuilds/

Re: Always defined __SEH__ when build from trunk

2012-11-22 Thread niXman
tion mechanism. I once asked a similar question, but didn't understand, whether sjlj use will be available for 4.8? -- Regards, niXman ___ Dual-target(32 & 64-bit) MinGW compilers for 32 and 64-bit Windows: http://sourceforge.net/projects/mingwbuilds/

Re: Always defined __SEH__ when build from trunk

2012-11-22 Thread niXman
2012/11/22 niXman: > I once asked a similar question, but didn't understand, whether sjlj > use will be available for 4.8? Because I a few months can not build trunk with sjlj successfully. I wrote about this in the gcc-help mailing list, I think twice. -- Rega

Re: Always defined __SEH__ when build from trunk

2012-11-22 Thread niXman
setup a build for testing this. Thanks in advance. -- Regards, niXman ___ Dual-target(32 & 64-bit) MinGW compilers for 32 and 64-bit Windows: http://sourceforge.net/projects/mingwbuilds/

Re: gcc : c++11 : full support : eta?

2013-02-15 Thread niXman
t; here are not provided. http://en.cppreference.com/w/c/atomic -- Regards, niXman ___ Dual-target(32 & 64-bit) MinGW compilers for 32 and 64-bit Windows: http://sourceforge.net/projects/mingwbuilds/ ___