https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62278
--- Comment #1 from Tobias Burnus ---
Note: The code deciding whether a temporary is required seems to do additional
checks, at least for the simple noncoarray assignment, no temporary is
generated.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62278
Bug ID: 62278
Summary: gfc_check_dependency should also check for TARGET
attribute
Product: gcc
Version: 5.0
Status: UNCONFIRMED
Keywords: missed-optimization
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62265
amker at gcc dot gnu.org changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62277
Bug ID: 62277
Summary: [C++11] constexpr member methods are treated as const,
regardless of const modifier
Product: gcc
Version: 4.9.1
Status: UNCONFIRMED
Sever
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57460
Jason Merrill changed:
What|Removed |Added
CC||jason at gcc dot gnu.org
--- Comment #1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55143
Jan-Benedict Glaw changed:
What|Removed |Added
CC||jbg...@lug-owl.de
--- Comment #2 fro
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62262
--- Comment #8 from amker at gcc dot gnu.org ---
(In reply to Carrot from comment #5)
> (In reply to amker from comment #2)
> > (In reply to Andrew Pinski from comment #1)
> > > (insn 27 26 40 5 (set (reg:SI 73 [ D.2590 ])
> > > (and:SI (a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62276
--- Comment #1 from juchem at gmail dot com ---
Scratch the list of compilers tested (copy pasto). This is the actual compiler
I tested on:
$ g++ --version
g++ (Debian 4.9.1-9) 4.9.1
Copyright (C) 2014 Free Software Foundation, Inc.
This is free
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62274
--- Comment #1 from juchem at gmail dot com ---
Scratch the list of compilers tested (copy pasto). This is the actual compiler
I tested on:
$ g++ --version
g++ (Debian 4.9.1-9) 4.9.1
Copyright (C) 2014 Free Software Foundation, Inc.
This is free
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62276
Bug ID: 62276
Summary: ICE when non-variadic template template parameter is
default argument of variadic template template
parameter
Product: gcc
Version: 4.9.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62275
Bug ID: 62275
Summary: ARM should use vcvta instructions when possible for
float -> int rounding
Product: gcc
Version: 5.0
Status: UNCONFIRMED
Severity: enhance
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62262
--- Comment #7 from Andrew Pinski ---
Also the reason why it shows up in the first place is because the gimple level
tracer produces:
:
# iftmp.0_13 = PHI <32(3)>
value_5 = value_3 << iftmp.0_13;
packed_6 = value_5 & 8388607;
And never p
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62262
--- Comment #6 from Andrew Pinski ---
(In reply to Carrot from comment #5)
> Actually the original source code is guarded by assert, and the parameter
> passed to CLZ can be guaranteed not 0, so "value <<= zeros" is well defined
> in our original
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62274
Bug ID: 62274
Summary: [C++11] Variadic templates expansion into non-variadic
class template
Product: gcc
Version: 4.9.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62273
Bug ID: 62273
Summary: doc: Invoke.texi -mkernel mentions undocumented option
Product: gcc
Version: 4.7.4
Status: UNCONFIRMED
Severity: normal
Priority: P3
Compo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62262
--- Comment #5 from Carrot ---
(In reply to amker from comment #2)
> (In reply to Andrew Pinski from comment #1)
> > (insn 27 26 40 5 (set (reg:SI 73 [ D.2590 ])
> > (and:SI (ashift:SI (reg/v:SI 74 [ value ])
> > (const_in
.
||com
--- Comment #5 from Daniel Krügler ---
(In reply to Andrew Pinski from comment #2)
> Have you tried 5.x yet?
Trying 5.0.0 20140826 (experimental) the outcome is still the same rejection
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62272
Bug ID: 62272
Summary: Gimplify throws error on method call from inside
nested lambdas
Product: gcc
Version: 4.9.1
Status: UNCONFIRMED
Severity: major
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61407
--- Comment #31 from Ilya Mikhaltsou ---
(In reply to James Clarke from comment #29)
> (In reply to Jack Howarth from comment #28)
> > I noticed that MacPorts is using…
> >
> > #if SANITIZER_MAC && ( !defined(__DARWIN_64_BIT_INO_T) ||
> > __DARW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58624
--- Comment #11 from Jason Merrill ---
Fixed for 4.9.2. Still broken on trunk because of the set_decl_tls_model
issue, which I will leave to honza.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58624
--- Comment #10 from Jason Merrill ---
Author: jason
Date: Tue Aug 26 20:05:13 2014
New Revision: 214546
URL: https://gcc.gnu.org/viewcvs?rev=214546&root=gcc&view=rev
Log:
PR c++/58624
* pt.c (tsubst_copy_and_build) [VAR_DECL]: Use TLS w
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58624
--- Comment #9 from Jason Merrill ---
Author: jason
Date: Tue Aug 26 19:39:36 2014
New Revision: 214543
URL: https://gcc.gnu.org/viewcvs?rev=214543&root=gcc&view=rev
Log:
PR c++/58624
* pt.c (tsubst_decl) [VAR_DECL]: Copy TLS model.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61407
--- Comment #30 from Jack Howarth ---
The proposed changes in v4 of the patch aren't building here on 10.9. I don't
see how
# if defined(_DARWIN_FEATURE_64_BIT_INODE)
can completely substitute for…
# if ! defined(__DARWIN_64_BIT_INO_T) || __DA
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62271
Markus Trippelsdorf changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62075
Markus Trippelsdorf changed:
What|Removed |Added
CC||loic.blot@unix-experience.f
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62271
--- Comment #5 from loic.b...@unix-experience.fr ---
Sorry. This was fixed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62271
--- Comment #4 from Markus Trippelsdorf ---
The testcase is corrupted:
RegisterView.ii:1:1: error: ‘_int128’ does not name a type
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61407
--- Comment #29 from James Clarke ---
(In reply to Jack Howarth from comment #28)
> I noticed that MacPorts is using…
>
> #if SANITIZER_MAC && ( !defined(__DARWIN_64_BIT_INO_T) ||
> __DARWIN_64_BIT_INO_T)
>
> and
>
> # if ! defined(__DARWIN_6
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62271
--- Comment #3 from loic.b...@unix-experience.fr ---
Hi,
sorry to forget those useful informations.
You can found Register.ii there:
http://ftp.z-eye.org/tmp/RegisterView.ii
And here is the command line:
cd /home/nerzhul/Devel/dolphin/Build/So
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62188
--- Comment #11 from Steve Kargl ---
On Tue, Aug 26, 2014 at 10:53:58AM -0700, Steve Kargl wrote:
> On Tue, Aug 26, 2014 at 07:51:45AM -0700, Steve Kargl wrote:
> > On Tue, Aug 26, 2014 at 01:08:22PM +, burnus at gcc dot gnu.org wrote:
> > >
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61558
Markus Trippelsdorf changed:
What|Removed |Added
Status|RESOLVED|NEW
Resolution|DUPLICATE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53854
--- Comment #8 from Dan Horák ---
for the record - ICE still present in gcc version 4.9.1 20140813 (Red Hat
4.9.1-7) (GCC)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58624
--- Comment #8 from Jason Merrill ---
(In reply to Markus Trippelsdorf from comment #7)
> static __typeof 0 a __attribute__ ((__weakref__ ("")));
> template class A
> {
> static __thread int b;
> };
The problem with this testcase is that set_
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62271
Markus Trippelsdorf changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62188
--- Comment #10 from Steve Kargl ---
On Tue, Aug 26, 2014 at 07:51:45AM -0700, Steve Kargl wrote:
> On Tue, Aug 26, 2014 at 01:08:22PM +, burnus at gcc dot gnu.org wrote:
> >
> > Steve, should we also add a test case for the "n1 < 0"?
> >
>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62271
--- Comment #1 from loic.b...@unix-experience.fr ---
Precisions on the platform:
Archlinux x86_64 with 3.16.1-1-ARCH #1 SMP PREEMPT
gcc-multilib 4.9.1-1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62271
Bug ID: 62271
Summary: 4.9 Regression: in vect_get_vec_def_for_operand, at
tree-vect-stmts.c:1449
Product: gcc
Version: 4.9.1
Status: UNCONFIRMED
Severity: crit
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62270
--- Comment #1 from Marek Polacek ---
You can see these errors if you try to bootstrap gcc with this patch:
diff --git a/gcc/c-family/c.opt b/gcc/c-family/c.opt
index d619250..d84b9fe 100644
--- a/gcc/c-family/c.opt
+++ b/gcc/c-family/c.opt
@@ -
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61407
Jack Howarth changed:
What|Removed |Added
CC||howarth.at.gcc at gmail dot com
--- Comme
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62270
Bug ID: 62270
Summary: -Wlogical-not-parentheses warnings
Product: gcc
Version: 5.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62263
--- Comment #6 from M.E. O'Neill ---
(In reply to Marek Polacek from comment #3)
> We handle at least
> (x << n) | (x >> ((-n) & 31))
> (N can be 0 here) since PR57157.
Although this code does work with LLVM, testing with GCC 4.9.0, and this
im
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61330
Joseph S. Myers changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60606
Joseph S. Myers changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61330
--- Comment #7 from Joseph S. Myers ---
Author: jsm28
Date: Tue Aug 26 17:06:31 2014
New Revision: 214526
URL: https://gcc.gnu.org/viewcvs?rev=214526&root=gcc&view=rev
Log:
Fix ARM ICE for register var asm ("pc") (PR target/60606).
PR targe
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60606
--- Comment #7 from Joseph S. Myers ---
Author: jsm28
Date: Tue Aug 26 17:06:31 2014
New Revision: 214526
URL: https://gcc.gnu.org/viewcvs?rev=214526&root=gcc&view=rev
Log:
Fix ARM ICE for register var asm ("pc") (PR target/60606).
PR targe
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61610
--- Comment #3 from Joel Sherrill ---
For the preprocessed newlib strtod source, -O2 will reproduce. Dropping -EL or
to -O1 results in it compiling.
/users/joel/test-gcc/b-mips-rtems4.11-gcc/./gcc/xgcc
-B/users/joel/test-gcc/b-mips-rtems4.11-gcc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61610
Joel Sherrill changed:
What|Removed |Added
CC||joel at gcc dot gnu.org
--- Comment #2 f
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61407
--- Comment #27 from James Clarke ---
Updated patches: https://gcc.gnu.org/ml/gcc-patches/2014-08/msg02415.html
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45360
Yvan Roux changed:
What|Removed |Added
CC||yvan.roux at linaro dot org
--- Comment #3 f
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62269
Bug ID: 62269
Summary: m32c-elf libgcc fails to configure- setjmp/longjmp
exception check
Product: gcc
Version: 5.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55928
Joel Sherrill changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62188
--- Comment #9 from Steve Kargl ---
On Tue, Aug 26, 2014 at 01:08:22PM +, burnus at gcc dot gnu.org wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62188
>
> Tobias Burnus changed:
>
>What|Removed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62260
H.J. Lu changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62260
--- Comment #2 from hjl at gcc dot gnu.org ---
Author: hjl
Date: Tue Aug 26 14:47:15 2014
New Revision: 214524
URL: https://gcc.gnu.org/viewcvs?rev=214524&root=gcc&view=rev
Log:
Properly set gcc_build_dir for in-tree build
PR bootstrap/6226
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61271
--- Comment #18 from Marek Polacek ---
Author: mpolacek
Date: Tue Aug 26 14:24:15 2014
New Revision: 214523
URL: https://gcc.gnu.org/viewcvs?rev=214523&root=gcc&view=rev
Log:
PR c/61271
* sel-sched-ir.c (make_regions_from_the_rest): Fix
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62128
--- Comment #2 from Stupachenko Evgeny ---
The patch fixing this submitted for review.
Code generated when patch applied:
vperm2i128 $33, %ymm0, %ymm0, %ymm1
vpalignr$1, %ymm0, %ymm1, %ymm1
vmovdqa %ymm1, %ym
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62255
Max Gerlach changed:
What|Removed |Added
Known to work||4.7.3
--- Comment #5 from Max Gerlach ---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45375
--- Comment #213 from Steffen Hau ---
Hi Jan,
just a short Update: Firefox since version 30 as well as Thunderbird since
version 31 both compile fine with LTO enabled without the need of any
additional patches. The package size was reduced by 51
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62188
Tobias Burnus changed:
What|Removed |Added
CC||burnus at gcc dot gnu.org
--- Comment #8
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58624
Markus Trippelsdorf changed:
What|Removed |Added
CC||trippels at gcc dot gnu.org
--- Co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62263
--- Comment #5 from Marc Glisse ---
Also, I would have expected the pattern *3_mask to avoid
generating 'andl' before 'roll'.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61558
Markus Trippelsdorf changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58624
Markus Trippelsdorf changed:
What|Removed |Added
CC||dcb314 at hotmail dot com
--- Comm
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58624
Markus Trippelsdorf changed:
What|Removed |Added
CC||stefan at schweter dot it
--- Comm
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62268
Markus Trippelsdorf changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62263
--- Comment #4 from Marc Glisse ---
Problem here is conversions that happen in places where we don't handle them. A
couple more patterns should do it (it could be a good test for the optional
convert feature in the match branch).
For the zeroche
linux-gnu
Configured with: /usr/src/gcc/configure --disable-multilib
--enable-languages=c,c++
Thread model: posix
gcc version 5.0.0 20140826 (experimental) (GCC)
Boost version is 1.55.
When compiling this code with g++ -std=c++11 or g++ -lboost_system:
#include
int main()
{
return 0;
}
A
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62263
Marek Polacek changed:
What|Removed |Added
CC||mpolacek at gcc dot gnu.org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62267
Markus Trippelsdorf changed:
What|Removed |Added
CC||trippels at gcc dot gnu.org
--- Co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62264
Jonathan Wakely changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62264
--- Comment #2 from Jonathan Wakely ---
Author: redi
Date: Tue Aug 26 11:23:21 2014
New Revision: 214500
URL: https://gcc.gnu.org/viewcvs?rev=214500&root=gcc&view=rev
Log:
PR libstdc++/62264
* include/experimental/string_view: Fix incons
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62267
Bug ID: 62267
Summary: disable fprofile-use at coverage-mismatch
Product: gcc
Version: 4.9.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: gcov-pr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62266
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62254
Richard Biener changed:
What|Removed |Added
Keywords||ice-on-valid-code
Summary|gc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62256
Richard Biener changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62117
yuta tomino changed:
What|Removed |Added
Status|RESOLVED|UNCONFIRMED
Resolution|INVALID
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62263
Richard Biener changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62266
Bug ID: 62266
Summary: Loop unrolling with template metaprogramming not
aggressive enough
Product: gcc
Version: 5.0
Status: UNCONFIRMED
Severity: enhancement
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62175
Richard Biener changed:
What|Removed |Added
Summary|[4.9/5 Regression] Internal |[4.9 Regression] Internal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62265
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |4.8.4
Summary|[4.8/4.9/5.0 r
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62217
Richard Biener changed:
What|Removed |Added
Keywords||diagnostic,
|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62240
Jonathan Wakely changed:
What|Removed |Added
Keywords||accepts-invalid
Status|UNC
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62220
Richard Biener changed:
What|Removed |Added
Keywords||missed-optimization
Status|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62244
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62256
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62208
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |5.0
Summary|ICE with -fwhole
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62208
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62224
Richard Biener changed:
What|Removed |Added
Priority|P3 |P1
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62234
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62238
Richard Biener changed:
What|Removed |Added
Keywords||lto
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62239
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62264
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61825
Dominique d'Humieres changed:
What|Removed |Added
CC||hubicka at gcc dot gnu.org
--- Co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61271
--- Comment #17 from Marek Polacek ---
Author: mpolacek
Date: Tue Aug 26 09:35:10 2014
New Revision: 214496
URL: https://gcc.gnu.org/viewcvs?rev=214496&root=gcc&view=rev
Log:
PR c/61271
* expr.c (is_aligning_offset): Remove logical not.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62255
--- Comment #4 from Max Gerlach ---
The bug is still present on g++ 4.9.1.
$ g++-4.9 --version
g++-4.9 (Ubuntu 4.9.1-3ubuntu2~14.04.1) 4.9.1
Copyright (C) 2014 Free Software Foundation, Inc.
This is free software; see the source for copying con
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62255
--- Comment #3 from Max Gerlach ---
Created attachment 33397
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33397&action=edit
Compiler error messages from g++ 4.9.1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61271
--- Comment #16 from Marek Polacek ---
Author: mpolacek
Date: Tue Aug 26 09:30:29 2014
New Revision: 214495
URL: https://gcc.gnu.org/viewcvs?rev=214495&root=gcc&view=rev
Log:
PR c/61271
* tree-vectorizer.h (LOOP_REQUIRES_VERSIONING_FOR_A
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61271
Marek Polacek changed:
What|Removed |Added
Status|NEW |ASSIGNED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61271
--- Comment #15 from Marek Polacek ---
Author: mpolacek
Date: Tue Aug 26 09:25:37 2014
New Revision: 214494
URL: https://gcc.gnu.org/viewcvs?rev=214494&root=gcc&view=rev
Log:
PR c/61271
* tree-vectorizer.h (LOOP_REQUIRES_VERSIONING_FOR_A
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61271
--- Comment #14 from Marek Polacek ---
Author: mpolacek
Date: Tue Aug 26 09:21:18 2014
New Revision: 214493
URL: https://gcc.gnu.org/viewcvs?rev=214493&root=gcc&view=rev
Log:
PR c/61271
* tree-vectorizer.h (LOOP_REQUIRES_VERSIONING_FOR_A
1 - 100 of 105 matches
Mail list logo