[Bug libstdc++/60448] swap_ranges does not use ADL correctly

2014-03-06 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60448 --- Comment #9 from Marc Glisse --- (In reply to Alisdair Meredith from comment #8) > I am still surprised that I get an error for calling the move > operations of 'local' though (in the second example) rather than getting an > ambiguous lookup.

[Bug c++/60081] Internal compiler error: Error reporting routines re-entered.

2014-03-06 Thread dartmetrash at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60081 lmat changed: What|Removed |Added CC||dartmetrash at gmail dot com --- Comment #1 from l

[Bug c++/60081] Internal compiler error: Error reporting routines re-entered.

2014-03-06 Thread dartmetrash at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60081 --- Comment #2 from lmat --- Right, changed unique_ptr to shared_ptr in my code base and the error goes away. Have you seen if this bug still appears on a 4.8 build ?

[Bug c++/60081] Internal compiler error: Error reporting routines re-entered.

2014-03-06 Thread dartmetrash at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60081 --- Comment #3 from lmat --- Created attachment 32292 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32292&action=edit Another reproduction For what it's worth, I just uploaded bugreprt.gz which has more code that reproduces the issue along

[Bug fortran/60450] New: ICE with SHAPE intrinsic

2014-03-06 Thread dave.allured at noaa dot gov
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60450 Bug ID: 60450 Summary: ICE with SHAPE intrinsic Product: gcc Version: 4.8.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran Assigne

[Bug rtl-optimization/60162] [4.9 Regression][lra] mlra appears to be using the FP registers for integer values and then moving on to GPR registers.

2014-03-06 Thread vmakarov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60162 --- Comment #4 from Vladimir Makarov --- (In reply to Ramana Radhakrishnan from comment #2) > Created attachment 32120 [details] > Reduced from gzip. > > Command line options. > > -march=armv7-a -mfpu=neon -mfloat-abi=hard -mthumb -O3 -mlra So

[Bug fortran/51976] [F2003] Support deferred-length character components of derived types (allocatable string length)

2014-03-06 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51976 --- Comment #15 from janus at gcc dot gnu.org --- Author: janus Date: Thu Mar 6 21:45:31 2014 New Revision: 208386 URL: http://gcc.gnu.org/viewcvs?rev=208386&root=gcc&view=rev Log: 2014-03-06 Paul Thomas Janus Weil PR fortran/51

[Bug middle-end/60418] [4.9 Regression] 435.gromacs in SPEC CPU 2006 is miscompiled

2014-03-06 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60418 --- Comment #10 from H.J. Lu --- Sources have many FP loops contains codes like: rsq11 = dx11*dx11+dy11*dy11+dz11*dz11; When they are compiled with -O3 -funroll-loops -ffast-math -fwhole-program -flto=jobserver -fuse-linker-plugin

[Bug tree-optimization/60451] New: X86 vectorization improve: pack instead of pshufb

2014-03-06 Thread evstupac at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60451 Bug ID: 60451 Summary: X86 vectorization improve: pack instead of pshufb Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component

[Bug middle-end/60418] [4.9 Regression] 435.gromacs in SPEC CPU 2006 is miscompiled

2014-03-06 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60418 --- Comment #11 from H.J. Lu --- sort_by_operand_rank in reassoc.cin has /* Lastly, make sure the versions that are the same go next to each other. We use SSA_NAME_VERSION because it's stable. */ if ((oeb->rank - oea->rank == 0)

[Bug tree-optimization/60452] New: wrong code at -O1 and above on x86_64-linux-gnu (affecting trunk and 4.8.x)

2014-03-06 Thread su at cs dot ucdavis.edu
++ --disable-werror --enable-multilib Thread model: posix gcc version 4.9.0 20140306 (experimental) [trunk revision 208366] (GCC) $ $ gcc-trunk -O0 small.c; a.out $ gcc-trunk -O2 small.c; a.out $ gcc-4.7.3 -O1 small.c; a.out $ $ gcc-trunk -O1 small.c; a.out Segmentation fault (core dumped) $ gcc

[Bug c/60453] New: ICE when building chromium with -O2 and graphite

2014-03-06 Thread sergamena at inbox dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60453 Bug ID: 60453 Summary: ICE when building chromium with -O2 and graphite Product: gcc Version: 4.8.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug c/60453] ICE when building chromium with -O2 and graphite

2014-03-06 Thread sergamena at inbox dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60453 --- Comment #1 from Eternal Sorrow --- Created attachment 32295 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32295&action=edit fft.i This was output of LC_ALL=C gcc -v -c -O2 -floop-interchange fft.i Sorry tor that.

[Bug tree-optimization/60454] New: Code mistakenly detected as doing bswap

2014-03-06 Thread thomas.preudhomme at arm dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60454 Bug ID: 60454 Summary: Code mistakenly detected as doing bswap Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optim

<    1   2