Seeking clarification and way forward on limited scope variables.

2020-06-08 Thread Tomar, Sourabh Singh
[AMD Official Use Only - Internal Distribution Only] Hello Everyone, I need to have your thoughts on this. Consider the following test case -- --- 1int main(int Argc, char **Argv) { 2 int Local = 6; 3 printf("%d\n",Local); 4 5

Inquire a potential bug when printing out GIMPLE ASAN statements

2020-06-08 Thread Shuai Wang via Gcc
Hello! I am writing to report a potential bug I encountered when playing with the GIMPLE IR. I enabled the ASan and would like to print out all ASAN_MARK statements for the following simple code: int main(int argc ,char **argv) { int stack_array[100]; stack_array[1] = 100; stack_array[arg

Re: install location of math-vector-fortran.h

2020-06-08 Thread Joseph Myers
On Mon, 8 Jun 2020, Matthias Klose wrote: > However the file is architecture specific, currently only having variants for > x86_64-*-gnu, x86_64-*-gnux32, and a generic variant. This creates problems > when the file is contained in a Debian package which is marked as Multi-Arch: > same, also it s

Re: install location of math-vector-fortran.h

2020-06-08 Thread Jakub Jelinek via Gcc
On Mon, Jun 08, 2020 at 12:52:36PM +0200, Matthias Klose wrote: > GCC and glibc need to agree on the install location for math-vector-fortran.h. > Currently it is installed into > > /usr/include/finclude/math-vector-fortran.h > > However the file is architecture specific, currently only having

Re: install location of math-vector-fortran.h

2020-06-08 Thread Florian Weimer via Gcc
* Matthias Klose: > this file currently only has lines like: > > !GCC$ builtin (cos) attributes simd (notinbranch) if('x86_64') > > so it shouldn't have any effect to other architectures? Or are the > conditionals explicitly done to exclude the 32bit x86 configuration? Ah. It's the latter. Tha

Re: install location of math-vector-fortran.h

2020-06-08 Thread Matthias Klose
On 6/8/20 1:03 PM, Florian Weimer via Gcc wrote: > * Matthias Klose: > >> [not subscribed to the libc-alpha list] >> >> GCC and glibc need to agree on the install location for >> math-vector-fortran.h. >> Currently it is installed into >> >> /usr/include/finclude/math-vector-fortran.h >> >> How

Re: install location of math-vector-fortran.h

2020-06-08 Thread Florian Weimer via Gcc
* Matthias Klose: > [not subscribed to the libc-alpha list] > > GCC and glibc need to agree on the install location for math-vector-fortran.h. > Currently it is installed into > > /usr/include/finclude/math-vector-fortran.h > > However the file is architecture specific, currently only having > v

install location of math-vector-fortran.h

2020-06-08 Thread Matthias Klose
[not subscribed to the libc-alpha list] GCC and glibc need to agree on the install location for math-vector-fortran.h. Currently it is installed into /usr/include/finclude/math-vector-fortran.h However the file is architecture specific, currently only having variants for x86_64-*-gnu, x86_64-*