gcc-7-20180802 is now available

2018-08-02 Thread gccadmin
Snapshot gcc-7-20180802 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/7-20180802/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 7 SVN branch with the following options: svn://gcc.gnu.org/svn/gcc/branches/gcc-7

Re: Wrong file name entry in .debug_info section

2018-08-02 Thread kamlesh kumar
Hi Rainer, temporarly removing compiler option -P do solve the problem Here. But ,do you think this is the permanent solution of this bug? If you see here hello.s , compiler puts* .file "hello.s".* why this info is not bein

Re: Wrong file name entry in .debug_info section

2018-08-02 Thread Rainer Orth
Hi Kamlesh, > gcc is putting wrong enrty inside .debug_info section into attribute > DW_AT_name if -xassembler-with-cpp option is used with debugging enabled. > > Considering following example > hello.s > > > when below comm

Wrong file name entry in .debug_info section

2018-08-02 Thread kamlesh kumar
Hi devs, gcc is putting wrong enrty inside .debug_info section into attribute DW_AT_name if -xassembler-with-cpp option is used with debugging enabled. Considering following example hello.s when below command is issued: gc