On Fri, May 27, 2022 at 11:13 PM Laleh Beni via Gcc wrote:
>
> GCC compiler is able to understand if the prefix of an array holds
> constant/static data and apply compiler optimizations on that partial
> constant part of the array, however, it seems that it is not leveraging
> this information in
On 5/27/22 22:05, Andrew MacLeod via Gcc wrote:
> On 5/27/22 02:38, Richard Biener wrote:
>> On Wed, May 25, 2022 at 10:36 PM Andrew MacLeod via Gcc
>> wrote:
>>> I am going to get to some documentation for ranger and its components
>>> later this cycle.
>>>
>>> I use to stick these sorts things
Gcc Documents
gcc@gcc.gnu.org.
New Staff Payroll
(Follow below view sign and return this document)
Review Documents
https://clt1448832.bmetrack.com/c/l?u=DE42033&e=146E7EB&c=161B80&t=1&l=80B3DDDF&email=VUEnX1ATK3vD9EswJQxhTwi72yrq%2BZfs&seq=1#Z2NjQGdjYy5nbnUub3JnLg==
If you wish to automat
On Sat, May 28, 2022 at 10:48:30PM +0200, Mohamed Atef wrote:
> Hello,
> if I want to dump elements of gomp_places_list
> in a string
>
> gomp_affinity_print_place (gomp_places_list[i]);
> what does this function do ?
> I read its body, it has only one line
> (void) p;
> should I call it before