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
Hi,
mirrors.webhostinggeeks.com/gcc/
()' 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(
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
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
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
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
>
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
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.
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.
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.
>
> 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
for function __once_proxy();,
in file mutex:799.
Regards, 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
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
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.
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
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
> 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
Hi Jonathan.
I test your patch on OpenBSD-5.0 and mingw. Everywhere works correctly.
Regards, 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
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
> Can you post test results to the gcc-testresults mailing list?
No. After building, I immediately deleted the built MinGW.
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
http://clip2net.com/clip/m0/1331370967-clip-7kb.png
--
Regards,
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
> 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
> 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
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
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
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/
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/
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/
k you for your reply!
--
Regards,
niXman
___
Dual-target(i686/x86_64) MinGW compiler for i686/x86_64 hosts:
http://sourceforge.net/projects/mingwbuilds/
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/
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-
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/
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/
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/
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
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/
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/
___
42 matches
Mail list logo