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
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
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
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
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
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
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
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