I need a Linux C Project.

2024-09-18 Thread Marco Marques via Gcc
Hi there, I need a help. I need a Linux C Project. How much does it cost? I pay well. Can you help me? Give some directions to use GCC. Sincerely, Marco Paulo S. Marques

Re: Safe Cascading Frees

2024-07-16 Thread M.C.A. (Marco) Devillers via Gcc
All your proposals now boil down to: Do explicit memory management whereas the developer supposes that is handled for them. On Tue, Jul 16, 2024 at 8:24 PM Jonathan Wakely wrote: > > On Tue, 16 Jul 2024 at 19:12, Jonathan Wakely wrote: > > > > > > > > On Tue, 16

Safe Cascading Frees

2024-07-16 Thread M.C.A. (Marco) Devillers via Gcc
Document number: SCF4C++00 Date: 2024-7-16 Audience: GCC email list Reply-to: marco.devill...@gmail.com, gcc@gcc.gnu.org I. Introduction Because C++ smart pointers are based on RAII it is easy to trigger an overflow of the C stack since destructors call each other. Smart pointers are supposed

Re: New ThreadSanitizer runtime (v3)

2021-11-22 Thread Marco Elver via Gcc
On Mon, 22 Nov 2021 at 20:08, Martin Liška wrote: > > On 11/22/21 20:00, Dmitry Vyukov wrote: > > Not sure about gcc, but in clang the old no_sanitize_thread attribute > > disabled only part of instrumentation (only memory accesses, but not > > atomics and function entry/exit). The new attribute d

Link Building Service | Backlinks Service | Guest Post Service |

2019-03-24 Thread Marco
Hello, Our little company is engaged in Link Building Service, which is precisely in High Quality Metrics Backlinks Service We want to offer our services, Links Building Services or Guest Post Service We currently have 2500+ sites With different niches and varied metrics Specifications of our H

Form for copyright assignment

2018-11-13 Thread Marco Atzeri
Hi, can someone send me the latest form for contribution assignment ? I currently proposed one for gfortran https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47030 and I could do others in the future. Regards Marco Atzeri --- Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft. https

Re: Are the extended algorithms in the header file going to be supported by gcc ?

2018-07-10 Thread Marco Ippolito
s a temporary bridge. Thanks for your important gcc development work. Kind regards. Marco Il giorno mar 10 lug 2018 alle ore 15:35 Thomas Rodgers ha scritto: > > Major GCC releases ship once per year, roughly in May. You can however, > today, use the Intel free standing implementation u

Re: Are the extended algorithms in the header file going to be supported by gcc ?

2018-07-10 Thread Marco Ippolito
Hi Thomas, since simplied and efficient parallelism is actually super-needed in a world where fast, simple ed efficient software is paramount, when do you reasonably foresee GCC9 shipping containing the C++17 parallel algorithms? Marco Il giorno lun 21 mag 2018 alle ore 14:32 Thomas Rodgers ha

For which gcc release is going to be foreseen the support for the Coroutines TS extension?

2018-06-04 Thread Marco Ippolito
Hi all, clang and VS2017 already support the Coroutines TS extensions. For which gcc release is going to be foreseen the support for the Coroutines TS extension? Looking forward to your kind feedback about this extremely important aspect of gcc. Marco

Are the extended algorithms in the header file going to be supported by gcc ?

2018-05-17 Thread Marco Ippolito
is: are these extended algorithms going to be supported by the next releases of gcc, as they are already supported by Visual Studio, and soon by clang ? Looking forward to your kind feedback about this extremely important aspect of gcc. Marco

Segfault generated by gcc-7

2017-08-29 Thread Marco Varlese
body? Cheers, Marco

Broken link

2011-12-05 Thread Marco Antonio Gómez Martín
) have the proposal link broken (they need an extra 'l' at the end: .html instead of .htm) Best regards, Marco

inlining a virtual function

2008-12-09 Thread Marco Correia
not subscribed) -- Marco Correia <[EMAIL PROTECTED]>

benchmarking

2008-11-20 Thread Marco Correia
hi, I noticed that a number of benchmarks I use to run to test my library run about 10% slower with gcc-4.3.1 compared to gcc-4.2.3. Would someone here be interested on more details, or is this normal ? Thanks (please forward any reply ro myself since I'm not subscribed) -- Marco Co

Re: What to do with hardware exception (unaligned access) ? ARM920T processor

2008-10-01 Thread Marco Manfredini
On Wednesday 01 October 2008, Martin Guy wrote: > If you don't want to make the code portable and your are running a > recent Linux, a fast fix is to > echo 2 > /proc/cpu/alignment > which should make the kernel trap misaligned accesses and fix them up > for you, with a loss in performance of cou

Re: Git and GCC

2007-12-08 Thread Marco Costalba
ing about freedom of speech. > Actually he never spoke like that (probably I missed that part too). Thanks Marco

Re: In future, to replace autotools by cmake like KDE4 did?

2007-12-07 Thread Marco Costalba
ighting your proposal as "powerful tool" vs what is in git now (on which people spent long hours to tune it out) will give you hard times on this list ;-) Just my guess... Marco

Strange timings on nocona/prescott with indirect jumps/calls

2007-05-02 Thread Marco Manfredini
I have a Pentium-4 HT 521 running in 64 bit mode here, which seems to have a branch prediction or prefetch misfeature. Here is an example: // stall.c typedef int (*fn)(void*); int nop(void* ip) { fn *next=((fn*)ip)+1; #ifdef HEIMLICH // choked? if (ip==0) abort(); #e

Re: Failure to build libjava on 512MB machine

2007-02-03 Thread Marco Trudel
Tom Tromey wrote: "Marco" == Marco Trudel <[EMAIL PROTECTED]> writes: Marco> If it takes about 30 to 40min to build this html/parser.o and Marco> gnu-xml.o needs about 1 or 2 minutes but is - last time I took a look Marco> - a lot bigger than the html parser, shoul

Re: Failure to build libjava on 512MB machine

2007-02-01 Thread Marco Trudel
ger than the html parser, shouldn't then be investigated why this html parser is such a hard thing? Otherwise there might just come another object after some changes with the same problem... Marco

Re: Failure to build libjava on 512MB machine

2007-01-31 Thread Marco Trudel
ll do this if the consensus is that we should. Please, pleeease. This really hurts. No I can no longer build libgcj on my notebook and one or two older (but not that old) testers of mine. For me it's fine too... Gerald, what about using a bigger swap partition? Marco

Re: Failure to build libjava on 512MB machine

2007-01-30 Thread Marco Trudel
n optimization is used - someone made a java or libjava bugreport about that Marco > Gerald > > echo /sw/test/GCC/trunk/libjava/classpath/lib/gnu/javax/swing/text/html/parser/*.class > gnu/javax/swing/text/html/parser.list > /bin/sh ./libtool --mode=compile /files/pfeifer/OBJ

Re: gcc/unwind-pe.h broken

2007-01-24 Thread Marco Trudel
Marco Trudel wrote: Hello Andreas Your latest patch to unwind-pe.h breaks at least canadian cross-compilation host=mingw target=mingw: In file included from /usr/local/src/gcc/libgcc/../gcc/unwind-dw2.c:40: /usr/local/src/gcc/libgcc/../gcc/unwind-pe.h:133: error: expected declaration

gcc/unwind-pe.h broken

2007-01-24 Thread Marco Trudel
l/src/gcc/libgcc/../gcc/unwind-pe.h:219: error: 'tmp' undeclared (first use in this function) /usr/local/src/gcc/libgcc/../gcc/unwind-pe.h:219: error: too many arguments to function 'read_uleb128' /usr/local/src/gcc/libgcc/../gcc/unwind-pe.h:226: error: '_sleb128_t' undeclared (first use in this function) /usr/local/src/gcc/libgcc/../gcc/unwind-pe.h:226: error: expected ';' before 'tmp' /usr/local/src/gcc/libgcc/../gcc/unwind-pe.h:227: error: too many arguments to function 'read_sleb128' Marco

3 new GCC mirrors

2006-12-21 Thread Marco Rinaudo - Internet.bs Corp.
://www.internet.bs (info at internet dot bs) 3) Toronto (Canada): http://gcc-ca.internet.bs thanks to http://www.internet.bs (info at internet dot bs) Please feel free to add the 3 mirrors to the official list of mirrors located here: http://gcc.gnu.org/mirrors.html Best regards, Marco Rinaudo - CEO

Xlib problems, only with GCC 4.1.0

2006-10-13 Thread Marco Gubernati
g with the gcc-4.1.0, also wxWidgets Please, help me if you can, thank you very much MARCO GUBERNATI MARCO GUBERNATI

Re: [RFA] Boehm GC support addition for debugging

2006-06-27 Thread Marco Trudel
I already sent a patch for that to the java-patches list... Andreas Tobler wrote: Andrew Pinski wrote: On Jun 26, 2006, at 10:02 PM, Andrew Pinski wrote: On Jun 26, 2006, at 9:01 AM, Bryce McKinlay wrote: Otherwise, this is fine. No it is not, it broke bootstrap on powerpc-darwin: Di