gcc-8-20180803 is now available

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

New Summer Contest ! Be exposed, published and win prestigious prizes !

2018-08-03 Thread Normal Magazine
This contest is open to all, experienced professionals, students, amateurs, masters, enthusiasts ... https://www.normal-magazine.com/contest-photo-fashion-nude https://www.normal-magazine.com/contest-photo-fashion-nude Photo Contest - Normal Magazine - August / September 2018 THE FASHION NUDE

Re: Questions related to creation of libgcov.so

2018-08-03 Thread Joseph Myers
On Fri, 3 Aug 2018, Jakub Jelinek wrote: > > 3) Should I come up with a symbol versioning of the libgcov API? > > Certainly. Furthermore, make sure that the libgcov.a symbols remain hidden (via building the static objects with $(vis_hide), since you're removing ATTRIBUTE_HIDDEN). -- Joseph S

Re: [GSOC] LTO dump tool project - feedback

2018-08-03 Thread Hrishikesh Kulkarni
Hi, Thanks for inputs and feedback. As per feedback, I have made all the corrections/changes to the best of my understanding. Please find details of the same given below.: 1) options of lto-dump: a) removed the no-demangle command line option as it is default. b) exit added after every dump. (to m

Re: Questions related to creation of libgcov.so

2018-08-03 Thread Jakub Jelinek
On Fri, Aug 03, 2018 at 11:23:06AM +0200, Martin Liška wrote: > I created a working prototype and as it's my first time I'm creating a shared > library in GCC, I've got multiple questions: > > 1) currently both libgcov.so and libgcov.a are installed in an install folder > and > when using: gcc ma

Questions related to creation of libgcov.so

2018-08-03 Thread Martin Liška
Hi. I've started working on introduction of a new shared library for GCOV. Justification is PR84107 where libgcov does not properly work properly for multiple DSOs. I created a working prototype and as it's my first time I'm creating a shared library in GCC, I've got multiple questions: 1) curre

Re: Wrong file name entry in .debug_info section

2018-08-03 Thread Rainer Orth
Hi Kamlesh, > 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 being used. > > If we make compiler use this info than problem will b