Hi Team,
Any updates ?
Regards,
Vishal B Patil
vishal.b.pa...@cummins.com
Dahanukar Colony, Kothrud
Pune
Maharashtra
411038
India
-Original Message-
From: Vishal B Patil
Sent: Wednesday, July 5, 2023 4:18 PM
To: Basile Starynkevitch
Subject: RE: GCC support addition for Safety compli
On Wed, 12 Jul 2023 at 10:25, Vishal B Patil via Gcc wrote:
>
> Hi Team,
>
> Any updates ?
You're not going to get any useful answers.
You asked "Please share the costs and time as well." Costs for what? From whom?
GCC is an open-source project with a diverse community of hundreds of
contributo
Hi David,
Lately I've been working on adding a new state machine to keep track of
ownership transfers
and misuses, e.g. to warn about use-after-move, partial or shallow
copy/move.
I'm trying to stay abstracted from heap allocated regions, and to rather
work with "resources",
so that the state
Consider this code:
1202 static fragS * get_frag_for_reloc (fragS *last_frag,
1203 const segment_info_type *seginfo,
1204 const struct reloc_list *r)
1205 {
1206 fragS *f;
1207
1208 for (f = last_frag; f != NULL; f = f->fr_next)
1209 if (f->fr_address <= r->u.
This looks like being part of gas, so you need to ask on
.
--
Andreas Schwab, SUSE Labs, sch...@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."
You know, if you useless cocksuckers would spend half as much energy and
cleverness figuring out some kind of morally upright way to generate income
instead of scamming retards on the internet, you'd be billionaires by now.
This is what "civilization" has devolved to; a world of grifters scammin
On 12/07/2023 14:43, Jonathan Wakely via Gcc wrote:
On Wed, 12 Jul 2023 at 10:25, Vishal B Patil via Gcc wrote:
Hi Team,
Any updates ?
You're not going to get any useful answers.
You asked "Please share the costs and time as well." Costs for what? From whom?
GCC is an open-source project
Hi,
As mentioned earlier in previous thread, I am working on a project to
bypass the assembler. I have already finished addition of .symtab section.
While I am currently working to emit the debugging symbols directly from
compiler, one thing which I missed was directly outputting the various info
l