Re: [PATCH v2 1/2] system_data_types.7: Add 'void *'

2020-10-22 Thread Vincent Lefevre
On 2020-10-12 11:36:57 +0200, Michael Kerrisk (man-pages) via Gcc wrote: > Hello Vincent, > > On Thu, 8 Oct 2020 at 15:52, Vincent Lefevre wrote: > > > > On 2020-10-01 18:55:04 +0200, Alejandro Colomar via Gcc wrote: [...] > > > The most explicit paragraph in dlsym is the following: > > > > > > [

https://gcc.gnu.org/

2020-10-22 Thread Annie J.Seay via Gcc
Hello. I need your this site for guest posting. This time my budget is low. So i can pay you 10$ each post. So please accepted my offer i send you article soon.

gcc-8-20201022 is now available

2020-10-22 Thread GCC Administrator via Gcc
Snapshot gcc-8-20201022 is now available on https://gcc.gnu.org/pub/gcc/snapshots/8-20201022/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 8 git branch with the following options: git://gcc.gnu.org/git/gcc.git branch

Missing functionality

2020-10-22 Thread Gary Oblock via Gcc
I'm finishing up coding my patterns for the structure reorganization optimization. They recognize certain instructions and replace them other instructions. I've got some code that generates gimple which is inserted as it's created with gsi_insert_before. This code is something I'd like to use at o

Regarding last question

2020-10-22 Thread Gary Oblock via Gcc
Never mind... assume I'm grumbling about the documentation. ;-( Gary CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and contains information that is confidential and proprietary to Ampere Computing or its subsidiaries.

Re: Missing functionality

2020-10-22 Thread Richard Biener via Gcc
On Fri, Oct 23, 2020 at 5:10 AM Gary Oblock via Gcc wrote: > > I'm finishing up coding my patterns for the structure reorganization > optimization. They recognize certain instructions and replace them > other instructions. I've got some code that generates gimple which is > inserted as it's create