Bug#783127: [g++-5] Qt apps compile with g++-5 crashes

2015-04-23 Thread Bogdan Vatra
On Thursday 23 April 2015 23:36:03 Matthias Klose wrote: > Control: tags -1 + moreinfo > > On 04/22/2015 07:34 PM, BogDan Vatra wrote: > > Package: g++-5 > > Version: 5.1~rc1-1 > > Severity: important > > > > --- Please enter the report below this line. --- > > Large Qt apps (e.g. QtCreator) that

Bug#783127: [g++-5] Qt apps compile with g++-5 crashes

2015-04-23 Thread Matthias Klose
Control: tags -1 + moreinfo On 04/22/2015 07:34 PM, BogDan Vatra wrote: > Package: g++-5 > Version: 5.1~rc1-1 > Severity: important > > --- Please enter the report below this line. --- > Large Qt apps (e.g. QtCreator) that are compiled with g++-5 crashes if Qt was > compiled with g++-4.9. that'

Processed: Re: Bug#783127: [g++-5] Qt apps compile with g++-5 crashes

2015-04-23 Thread Debian Bug Tracking System
Processing control commands: > tags -1 + moreinfo Bug #783127 [g++-5] [g++-5] Qt apps compile with g++-5 crashes Added tag(s) moreinfo. -- 783127: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=783127 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems -- To UNSUBSCRIBE, e

Re: malloc/free details in gcc5.1

2015-04-23 Thread Ludovic Brenta
mudongliang wrote: Hello, I want to look at the details of malloc/free in the gcc5.1(I have downloaded). But I don't know the file structure of gcc! Where is the file containing malloc/free ? And is there any advice about reading the source code about gcc? Besides , what's the relationship betwee

malloc/free details in gcc5.1

2015-04-23 Thread mudongliang
Hello, I want to look at the details of malloc/free in the gcc5.1(I have downloaded). But I don't know the file structure of gcc! Where is the file containing malloc/free ? And is there any advice about reading the source code about gcc? Besides , what's the relationship between gcc and debian-gc