Bug#302989: optimizer breaks function inlining

2005-04-10 Thread Andreas Jochens
On 05-Apr-08 20:07, Steve M. Robbins wrote: > Andreas: do you mind checking whether gcc-snapshot will compile Ipe > with the addition of a virtual destructor in IpeletHelper, as described > in BTS #302606. I currently use gcc-4.0 version 4.0ds9 from 'experimental', which is based on gcc-4.0 as of

Bug#302989: optimizer breaks function inlining

2005-04-08 Thread Steve M. Robbins
On Fri, Apr 08, 2005 at 11:52:15PM +0200, Matthias Klose wrote: > Steve M. Robbins writes: > > Package: g++-4.0 > > Version: 4.0-0pre5 > > Severity: normal > > > > Hi, > > > > The following test code (atof.cc) elicits no warning when compiled with > > > > g++-4.0 -c -Wall atof.cc > >

Bug#302989: optimizer breaks function inlining

2005-04-08 Thread Matthias Klose
Steve M. Robbins writes: > Package: g++-4.0 > Version: 4.0-0pre5 > Severity: normal > > Hi, > > The following test code (atof.cc) elicits no warning when compiled with > > g++-4.0 -c -Wall atof.cc > > but with optimization GCC complains about the standard library > function atof()

Bug#302989: optimizer breaks function inlining

2005-04-03 Thread Steve M. Robbins
Package: g++-4.0 Version: 4.0-0pre5 Severity: normal Hi, The following test code (atof.cc) elicits no warning when compiled with g++-4.0 -c -Wall atof.cc but with optimization GCC complains about the standard library function atof(): [EMAIL PROTECTED] -c -Wall -O atof.cc atof.cc: In memb