Re: Fun with GCC 4.8

2013-04-18 Thread Austin English
On Thu, Apr 18, 2013 at 1:32 AM, James Eder wrote: > > > > On Mon, Apr 15, 2013 at 3:58 PM, Marcus Meissner wrote: > >> On Mon, Apr 15, 2013 at 02:37:27PM -0600, James Eder wrote: >> > As many of you no doubt know, GCC recently released 4.8.0. This new >> > version introduces a new optimization

Re: Fun with GCC 4.8

2013-04-18 Thread James Eder
On Mon, Apr 15, 2013 at 3:58 PM, Marcus Meissner wrote: > On Mon, Apr 15, 2013 at 02:37:27PM -0600, James Eder wrote: > > As many of you no doubt know, GCC recently released 4.8.0. This new > > version introduces a new optimization level enabled by -Og with the > > following description (from th

Re: Fun with GCC 4.8

2013-04-15 Thread Marcus Meissner
On Mon, Apr 15, 2013 at 02:37:27PM -0600, James Eder wrote: > As many of you no doubt know, GCC recently released 4.8.0. This new > version introduces a new optimization level enabled by -Og with the > following description (from the man page): > > "Optimize debugging experience. -Og enables opt

Fun with GCC 4.8

2013-04-15 Thread James Eder
As many of you no doubt know, GCC recently released 4.8.0. This new version introduces a new optimization level enabled by -Og with the following description (from the man page): "Optimize debugging experience. -Og enables optimizations that do not interfere with debugging. It should be the opti