Re: GCC Plugins and global_options

2020-08-24 Thread Richard Biener via Gcc
On Thu, Aug 13, 2020 at 10:39 AM Jakub Jelinek via Gcc wrote: > > Hi! > > Any time somebody adds or removes an option in some *.opt file (which e.g. > on the 10 branch after branching off 11 happened 5 times already), many > offsets in global_options variable change. It is true we don't guarantee

GCC Plugins and global_options

2020-08-13 Thread Jakub Jelinek via Gcc
Hi! Any time somebody adds or removes an option in some *.opt file (which e.g. on the 10 branch after branching off 11 happened 5 times already), many offsets in global_options variable change. It is true we don't guarantee ABI stability for plugins, but we change the most often used data structu