Construction Estimates & 3D Renderings

2025-03-21 Thread Neil Crocombe via Gcc
Hello, Are you in need of building estimates and architectural renderings/drawings? We specialize in providing comprehensive residential and commercial estimates, take-offs, 3d renderings and permit drawings, along with architectural work. Our team is dedicated to delivering accurate b

Re: Surprising CFG construction with goto from then to else

2022-10-06 Thread Richard Biener via Gcc
; >>> > >>> I played some more with odd programs and the effect on control flow > >>> graph construction (as a part of condition coverage support [1]) and > >>> came across this: > >>> > >>> int fn (int a, int b, in

Re: Surprising CFG construction with goto from then to else

2022-10-03 Thread Jørgen Kvalsvik
On 9/8/22 12:30, Jørgen Kvalsvik wrote: On 02/09/2022 14:22, Richard Biener wrote: On Fri, Sep 2, 2022 at 11:50 AM Jørgen Kvalsvik wrote: Hello, I played some more with odd programs and the effect on control flow graph construction (as a part of condition coverage support [1]) and came

Re: Surprising CFG construction with goto from then to else

2022-10-03 Thread Martin Liška
14:22, Richard Biener wrote: >>> On Fri, Sep 2, 2022 at 11:50 AM Jørgen Kvalsvik wrote: >>>> >>>> >>>> Hello, >>>> >>>> I played some more with odd programs and the effect on control flow >>>> graph construction (a

Re: Surprising CFG construction with goto from then to else

2022-09-16 Thread Jørgen Kvalsvik
the effect on control flow graph construction (as a part of condition coverage support [1]) and came across this: int fn (int a, int b, int c) {   int x = 0;   if (a && b) {   if (c) {   goto a_;   } else {   x = a;   }   } e

Re: Surprising CFG construction with goto from then to else

2022-09-08 Thread Jørgen Kvalsvik
On 02/09/2022 14:22, Richard Biener wrote: On Fri, Sep 2, 2022 at 11:50 AM Jørgen Kvalsvik wrote: Hello, I played some more with odd programs and the effect on control flow graph construction (as a part of condition coverage support [1]) and came across this: int fn (int a, int b, int c

Re: Surprising CFG construction with goto from then to else

2022-09-02 Thread Richard Biener via Gcc
On Fri, Sep 2, 2022 at 11:50 AM Jørgen Kvalsvik wrote: > > > Hello, > > I played some more with odd programs and the effect on control flow > graph construction (as a part of condition coverage support [1]) and > came across this: > > int fn (int a, int b, int c) { >

Surprising CFG construction with goto from then to else

2022-09-02 Thread Jørgen Kvalsvik
Hello, I played some more with odd programs and the effect on control flow graph construction (as a part of condition coverage support [1]) and came across this: int fn (int a, int b, int c) { int x = 0; if (a && b) { if (c) { goto a_;

construction

2020-03-04 Thread Taana Nate
Hi, I would like to know if you are interested in construction contacts across USA, UK, and Canada. Our file includes businesses from many areas of the construction industry including building companies and contractors. Few are listed below. * Building Equipment Contractors

construction

2020-03-04 Thread Taana Nate
Hi, I would like to know if you are interested in construction contacts across USA, UK, and Canada. Our file includes businesses from many areas of the construction industry including building companies and contractors. Few are listed below. * Building Equipment Contractors

Re: [ C ] [ C++ ] Efficient Array Construction / Binary Payload Handling

2019-12-08 Thread JeanHeyd Meneide
Dear Richard Biener, On Wed, Dec 4, 2019 at 5:48 AM Richard Biener wrote: > > On Sun, Dec 1, 2019 at 7:47 PM JeanHeyd Meneide > wrote: > > > > ... > > It worked, but this approach required removing some type checks > > in digest_init just to be able to fake-up a proper initialization from

Re: [ C ] [ C++ ] Efficient Array Construction / Binary Payload Handling

2019-12-04 Thread Richard Biener
On Sun, Dec 1, 2019 at 7:47 PM JeanHeyd Meneide wrote: > > Dear GCC Community, > > I have a bit of a question. I recently fixed up and deployed 2 > separate implementations of a paper I am working on for C and C++ > Standardization called #embed (found here - > https://thephd.github.io/vendor

[ C ] [ C++ ] Efficient Array Construction / Binary Payload Handling

2019-12-01 Thread JeanHeyd Meneide
Dear GCC Community, I have a bit of a question. I recently fixed up and deployed 2 separate implementations of a paper I am working on for C and C++ Standardization called #embed (found here - https://thephd.github.io/vendor/future_cxx/papers/source/C%20-%20embed ). I was trying to play

Re: [libgomp] No references to env.c -> no libgomp construction

2016-11-30 Thread Sebastian Huber
- Alexander Monakov schrieb: > Hello, > > On Tue, 29 Nov 2016, Sebastian Huber wrote: > > * env.c: Split out ICV definitions into... > > * icv.c: ...here (new file) and... > > * icv-device.c: ...here. New file. > > > > the env.c contains now only local symbols (at le

Re: [libgomp] No references to env.c -> no libgomp construction

2016-11-29 Thread Alexander Monakov
Hello, On Tue, 29 Nov 2016, Sebastian Huber wrote: > * env.c: Split out ICV definitions into... > * icv.c: ...here (new file) and... > * icv-device.c: ...here. New file. > > the env.c contains now only local symbols (at least for target *-rtems*-*): > [...] > > Thus the

[libgomp] No references to env.c -> no libgomp construction

2016-11-29 Thread Sebastian Huber
Hello, after a recent change: commit 44a69dfd2c96110643d05176803c984a080b696b Author: amonakov Date: Wed Nov 23 18:36:41 2016 + OpenMP offloading to NVPTX: libgomp changes * Makefile.am (libgomp_la_SOURCES): Add atomic.c, icv.c, icv-device.c. * Makefile.in. Regene

std::initializer_list construction

2015-02-16 Thread David Krauss
I’m implementing C++ proposal N4166, “Movable initializer lists.” It defines a class derived from initializer_list. What is the best way to initialize such an object? Currently, the construction of initializer_list objects is a bit odd. They are not aggregates, because the fields are private

Construction Management Question

2012-01-27 Thread Chuck Lorrell
Hi Webmaster, I created my own Construction Management education site called http://www.constructionmanagementdegree.com, a personal project that I've finally gotten to a stage that is "presentable". I would like to submit my website for your review and inclusion in the reso

Re: question about the ddg construction

2008-07-04 Thread Tianwei
On Thu, Jul 3, 2008 at 11:27 PM, Steven Bosscher <[EMAIL PROTECTED]> wrote: > On Fri, Jul 4, 2008 at 1:25 AM, Tianwei <[EMAIL PROTECTED]> wrote: >> it won't query the aliaser for more precise information, maybe the >> code is a little older. > > Not at all, the DDG file is for the SMS pass which is

Re: question about the ddg construction

2008-07-03 Thread Steven Bosscher
On Fri, Jul 4, 2008 at 1:25 AM, Tianwei <[EMAIL PROTECTED]> wrote: > it won't query the aliaser for more precise information, maybe the > code is a little older. Not at all, the DDG file is for the SMS pass which is relatively new. One of the problems is that you can't really compute a dependence

Re: question about the ddg construction

2008-07-03 Thread Tianwei
p_end", even i make clobber the whole compiler, >>> rebuild the compiler by "CFLAGS='-DHAVE_doloop_end'", it still will >>> complain error, can't find the gen_doloop_end. >>> >>> so the first question is: does SMS is support on X86? >

Re: question about the ddg construction

2008-07-03 Thread Tianwei
n error, can't find the gen_doloop_end. >> >> so the first question is: does SMS is support on X86? > > No. the x86 backend has no doloop insn pattern. To see what that > means, see loop-doloop.c, and look for doloop in > http://gcc.gnu.org/onlinedocs/gccint/Standard-N

Re: question about the ddg construction

2008-07-03 Thread Steven Bosscher
On Fri, Jul 4, 2008 at 12:05 AM, Tianwei <[EMAIL PROTECTED]> wrote: > Hi, all, >My current project wants to reuse DDG's infrastructure to get some > loop carried dependency information, I debug these code for a while, > but have some questions, Hope you can > give me some suggestions. > > 1. my

question about the ddg construction

2008-07-03 Thread Tianwei
])) [2 S4 A32])) 97 {*movsf_1} (nil)) b. $68 = $68 + *( $66 + $62) (insn:HI 15 14 16 3 mod.c:5 (set (reg:SF 68) (plus:SF (reg:SF 68) (mem:SF (plus:DI (reg/v/f:DI 66 [ b ]) (reg:DI 62 [ ivtmp.22 ])) [2 S4 A32]))) 669 {*fop_sf_comm_sse} (nil)) it should be