Re: [PATCH] Refactor handle_section_attribute to reduce nesting and distinguish error cases

2014-08-24 Thread Josh Triplett
On Sun, Aug 24, 2014 at 05:47:23PM -0400, Trevor Saunders wrote: > On Sun, Aug 24, 2014 at 01:58:52PM -0700, Andrew Pinski wrote: > > On Sun, Aug 24, 2014 at 1:42 PM, Josh Triplett > > wrote: > > > handle_section_attribute contains many levels of nested conditionals and > > > branching code flow

gcc-5-20140824 is now available

2014-08-24 Thread gccadmin
Snapshot gcc-5-20140824 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/5-20140824/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 5 SVN branch with the following options: svn://gcc.gnu.org/svn/gcc/trunk revision

Re: [PATCH] Refactor handle_section_attribute to reduce nesting and distinguish error cases

2014-08-24 Thread Trevor Saunders
On Sun, Aug 24, 2014 at 01:58:52PM -0700, Andrew Pinski wrote: > On Sun, Aug 24, 2014 at 1:42 PM, Josh Triplett wrote: > > handle_section_attribute contains many levels of nested conditionals and > > branching code flow paths, with the error cases sometimes in the else > > case and sometimes in th

Re: [PATCH] Refactor handle_section_attribute to reduce nesting and distinguish error cases

2014-08-24 Thread Josh Triplett
On Sun, Aug 24, 2014 at 01:58:52PM -0700, Andrew Pinski wrote: > On Sun, Aug 24, 2014 at 1:42 PM, Josh Triplett wrote: > > handle_section_attribute contains many levels of nested conditionals and > > branching code flow paths, with the error cases sometimes in the else > > case and sometimes in th

Re: [PATCH] Refactor handle_section_attribute to reduce nesting and distinguish error cases

2014-08-24 Thread Andrew Pinski
On Sun, Aug 24, 2014 at 1:42 PM, Josh Triplett wrote: > handle_section_attribute contains many levels of nested conditionals and > branching code flow paths, with the error cases sometimes in the else > case and sometimes in the if case. Simplify the code flow into a series > of potential failure

[PATCH] Refactor handle_section_attribute to reduce nesting and distinguish error cases

2014-08-24 Thread Josh Triplett
handle_section_attribute contains many levels of nested conditionals and branching code flow paths, with the error cases sometimes in the else case and sometimes in the if case. Simplify the code flow into a series of potential failure cases ending with the successful path, with no nesting and no

Re: --with-sse2 by default (was: GCC version bikeshedding)

2014-08-24 Thread Andrew Pinski
On Sun, Aug 24, 2014 at 12:43 PM, Gerald Pfeifer wrote: > On Sun, 20 Jul 2014, Geert Bosch wrote: >> Can we use the switch to 5.0, a supposedly stable C++11 ABI etc, >> also as an excuse to finally configure for --with-sse2 by default >> for 32-bit x86? Maybe then we can finally retire PR 323 and

--with-sse2 by default (was: GCC version bikeshedding)

2014-08-24 Thread Gerald Pfeifer
On Sun, 20 Jul 2014, Geert Bosch wrote: > Can we use the switch to 5.0, a supposedly stable C++11 ABI etc, > also as an excuse to finally configure for --with-sse2 by default > for 32-bit x86? Maybe then we can finally retire PR 323 and its > dozens of duplicates... I did not see a response to t