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.
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
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 ?
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
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
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
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
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
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
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)
++ --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
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
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.
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
101 - 114 of 114 matches
Mail list logo