[Bug c++/77313] Lambda that deletes itself accesses freed memory, but only if class is templated

2016-08-22 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77313

Andreas Schwab  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Andreas Schwab  ---
dup

*** This bug has been marked as a duplicate of bug 77312 ***

[Bug c++/77312] Lambda that deletes itself accesses freed memory, but only if class is templated

2016-08-22 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77312

--- Comment #1 from Andreas Schwab  ---
*** Bug 77313 has been marked as a duplicate of this bug. ***

[Bug c++/69494] Optimizer eliminates assignment to volatile subobject

2016-08-22 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69494

--- Comment #4 from Andrew Pinski  ---
Related to PR 66268 also.

[Bug c++/77312] Lambda that deletes itself accesses freed memory, but only if class is templated

2016-08-22 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77312

--- Comment #2 from Andrew Pinski  ---
I don't see why you think this is valid thing to do.
You are in a function which calls delete on the object you are in currently. 
That seems like this code is broken.

[Bug bootstrap/50461] mpfr.h found in mpfr-3.1.0/src instead of mpfr-3.0.1/. as previously

2016-08-22 Thread nickc at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50461

Nick Clifton  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||nickc at gcc dot gnu.org
 Resolution|--- |FIXED

--- Comment #15 from Nick Clifton  ---
Patch checked in

[Bug testsuite/77317] New: x86_64 --target_board=''unix/ unix/-m32'' parallel testrun gives inconsistent results in gcc.dg/vect

2016-08-22 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77317

Bug ID: 77317
   Summary: x86_64 --target_board=''unix/ unix/-m32'' parallel
testrun gives inconsistent results in gcc.dg/vect
   Product: gcc
   Version: 7.0
Status: UNCONFIRMED
  Severity: normal
  Priority: P3
 Component: testsuite
  Assignee: unassigned at gcc dot gnu.org
  Reporter: vries at gcc dot gnu.org
  Target Milestone: ---

I build a reference build of version r239639, and then build a patch for
PR71602 on top for that version, and tested both builds for x86_64 with
--target_board='unix/ unix/-m32' and -j12. 

I found these differences between the two test runs (which do not seem likely
to be caused by the va_arg/va_list related patch):
... 
+PASS: gcc.dg/vect/no-vfa-vect-dv-2.c scan-tree-dump-times vect "accesses have
the same alignment." 2
+PASS: gcc.dg/vect/vect-6-big-array.c -flto -ffat-lto-objects 
scan-tree-dump-times vect "Vectorizing an unaligned access" 0
-PASS: gcc.dg/vect/vect-6-big-array.c scan-tree-dump-times vect "Vectorizing an
unaligned access" 0
+PASS: gcc.dg/vect/vect-6.c -flto -ffat-lto-objects  scan-tree-dump-times vect
"Vectorizing an unaligned access" 0
-PASS: gcc.dg/vect/vect-6.c scan-tree-dump-times vect "Vectorizing an unaligned
access" 0
-PASS: gcc.dg/vect/vect-91.c scan-tree-dump-times vect "accesses have the same
alignment." 3
...

The check that appears for no-vfa-vect-dv-2.c is:
...
/* { dg-final { scan-tree-dump-times "accesses have the same alignment." 2
"vect" { target { { vect_aligned_arrays } && {! vect_sizes_32B_16B} } } } } */
...

check_effective_target_vect_aligned_arrays caches the result:
...
set et_vect_aligned_arrays_saved($et_index) 0
if { ([istarget x86_64-*-*] || [istarget i?86-*-*]) } {
if { ([is-effective-target lp64]
  && ( ![check_avx_available]
 || [check_prefer_avx128])) } {
 set et_vect_aligned_arrays_saved($et_index) 1
}
}
...

lp64 is not the same between -m32 and -m64 runs, and should not be cached
between them.

This ( https://gcc.gnu.org/ml/gcc-patches/2016-08/msg01099.html ) mentions the
same failure for no-vfa-vect-dv-2.c.

[Bug c/52952] Wformat location info is bad (wrong column number)

2016-08-22 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52952

--- Comment #49 from Bernd Edlinger  ---
Author: edlinger
Date: Mon Aug 22 07:34:34 2016
New Revision: 239649

URL: https://gcc.gnu.org/viewcvs?rev=239649&root=gcc&view=rev
Log:
2016-08-22  Bernd Edlinger  

PR c/52952
* gcc.dg/cpp/pr66415-1.c: Fix sporadic failure.

Modified:
trunk/gcc/testsuite/ChangeLog
trunk/gcc/testsuite/gcc.dg/cpp/pr66415-1.c

[Bug tree-optimization/62171] restrict pointer to struct with restrict pointers parm doesn't prevent aliases

2016-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62171

--- Comment #19 from Richard Biener  ---
Author: rguenth
Date: Mon Aug 22 07:37:21 2016
New Revision: 239650

URL: https://gcc.gnu.org/viewcvs?rev=239650&root=gcc&view=rev
Log:
2016-08-22  Richard Biener  

PR tree-optimization/62171
* gcc.dg/vect/pr62171.c: Remove default vector testsuite flags.

Modified:
branches/gcc-6-branch/gcc/testsuite/ChangeLog
branches/gcc-6-branch/gcc/testsuite/gcc.dg/vect/pr62171.c

[Bug bootstrap/50461] mpfr.h found in mpfr-3.1.0/src instead of mpfr-3.0.1/. as previously

2016-08-22 Thread nickc at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50461

--- Comment #16 from Nick Clifton  ---
Oops - forgot to mention - the patch is present in gcc 4.8.0 and later.

[Bug c++/77316] [5 Regression] Unnecessary template copy constructor weak symbol emitted in wrong section

2016-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77316

Richard Biener  changed:

   What|Removed |Added

  Known to work||4.9.4
   Target Milestone|--- |5.5
Summary|Unnecessary template copy   |[5 Regression] Unnecessary
   |constructor weak symbol |template copy constructor
   |emitted in wrong section|weak symbol emitted in
   ||wrong section

[Bug debug/77315] emit DW_OP_form_tls_address

2016-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77315

Richard Biener  changed:

   What|Removed |Added

   Severity|normal  |enhancement

[Bug lto/77305] [7 Regression] -fdump-tree-all and -flto causes ICE

2016-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77305

Richard Biener  changed:

   What|Removed |Added

 Status|UNCONFIRMED |ASSIGNED
   Last reconfirmed||2016-08-22
   Assignee|unassigned at gcc dot gnu.org  |rguenth at gcc dot 
gnu.org
 Ever confirmed|0   |1

--- Comment #2 from Richard Biener  ---
Mine.

[Bug libstdc++/60936] [5/6/7 Regression] Binary code bloat with std::string

2016-08-22 Thread d.v.a at ngs dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60936

--- Comment #19 from __vic  ---
No plans for 6.2?

[Bug libfortran/52879] Pathological reseeding of PRNG generator genernates poor sequence

2016-08-22 Thread jb at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52879

--- Comment #5 from Janne Blomqvist  ---
To be honest, I'm not sure that this test program really tests anything
sensible. There is no rule in the secret black book of PRNG algorithm design,
nor in the Fortran standard, that generating a single value must touch all the
seed variables. That is, you cannot change one element of the seed array,
generate ONE random number, see that the generated number doesn't change, and
conclude that the PRNG is in some kind of pathological state.

One way to test whether the seed is pathological would be to follow section 9.2
in http://vigna.di.unimi.it/ftp/papers/xorshift.pdf . That is, generate a
stream of random numbers, doing a rolling average, and see how quickly the
average converges towards 0.5. If the seed isn't pathological, you should hover
around 0.5 from the start, if it's poor xorshift1024* should converge within a
few hundred iterations.

Now, since https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=239613 the
PRNG should be a little more resistant poor seeds due to laziness or accident,
but there are of course still ways to generate poor seeds for someone
determined to shoot themselves in the foot (left as an exercise for the
reader).

[Bug ipa/44563] GCC uses a lot of RAM when compiling a large numbers of functions

2016-08-22 Thread d.v.a at ngs dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44563

--- Comment #36 from __vic  ---
What about 6.2?

[Bug ipa/44563] GCC uses a lot of RAM when compiling a large numbers of functions

2016-08-22 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44563

--- Comment #37 from rguenther at suse dot de  ---
On Mon, 22 Aug 2016, d.v.a at ngs dot ru wrote:

> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44563
> 
> --- Comment #36 from __vic  ---
> What about 6.2?

No, maybe GCC 7 if Honza finally manages to get to this...

[Bug tree-optimization/77318] New: [7 regression] FAIL: gfortran.dg/graphite/pr68279.f90 -O (internal compiler error)

2016-08-22 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77318

Bug ID: 77318
   Summary: [7 regression] FAIL: gfortran.dg/graphite/pr68279.f90
 -O  (internal compiler error)
   Product: gcc
   Version: 7.0
Status: UNCONFIRMED
  Severity: normal
  Priority: P3
 Component: tree-optimization
  Assignee: unassigned at gcc dot gnu.org
  Reporter: sch...@linux-m68k.org
CC: rguenth at gcc dot gnu.org
Blocks: 77290
  Target Milestone: ---
Target: aarch64-*-*

Uncovered by r239607.  This is using ISL 0.16.

$ gcc/gfortran -B gcc/ -B aarch64-suse-linux/libgfortran/ -std=legacy
-floop-nest-optimize -O2 -S ../gcc/testsuite/gfortran.dg/graphite/pr68279.f90 
isl_aff.c:1001: position out of bounds
../gcc/testsuite/gfortran.dg/graphite/pr68279.f90:8:0:

   SUBROUTINE stack_binning(params_in, params_out, stack_size)

internal compiler error: Aborted
0xbb3e0f crash_signal
../../gcc/toplev.c:335
0x112a33b extract_affine_chrec
../../gcc/graphite-sese-to-poly.c:239
0x112a33b extract_affine
../../gcc/graphite-sese-to-poly.c:381
0x112a1d7 extract_affine
../../gcc/graphite-sese-to-poly.c:421
0x112a1d7 extract_affine
../../gcc/graphite-sese-to-poly.c:421
0x112b36b add_condition_to_pbb
../../gcc/graphite-sese-to-poly.c:458
0x112b36b add_conditions_to_domain
../../gcc/graphite-sese-to-poly.c:525
0x112b36b build_iteration_domains
../../gcc/graphite-sese-to-poly.c:1017
0x112b0fb build_iteration_domains
../../gcc/graphite-sese-to-poly.c:1040
0x112b957 build_poly_scop(scop*)
../../gcc/graphite-sese-to-poly.c:1364
0x1115abf graphite_transform_loops()
../../gcc/graphite.c:319
0x111600f graphite_transforms
../../gcc/graphite.c:356
0x111600f execute
../../gcc/graphite.c:433


Referenced Bugs:

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77290
[Bug 77290] [7 regression] test case gcc.dg/tree-ssa/pr71347.c fails starting
with r239565

[Bug testsuite/77317] x86_64 --target_board=''unix/ unix/-m32'' parallel testrun gives inconsistent results in gcc.dg/vect

2016-08-22 Thread robert.suchanek at imgtec dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77317

--- Comment #1 from Robert Suchanek  ---
I see what the problem is.

During mechanical change I "fixed" global variable name(s) in this and in a few
other procedures that appeared that they should have cached the result.

A quick look at my patch reveals the following other procedures might also be
affected:

check_effective_target_vect_natural_alignment
check_effective_target_vector_alignment_reachable
check_effective_target_vector_alignment_reachable_for_64bit

I will post a patch to revert either one or all of the changes for the
concerned procedures.

[Bug middle-end/70689] [6 Regression] ICE on valid code at -O1 in 32-bit mode on x86_64-linux-gnu in curr_insn_transform, at lra-constraints.c:3564

2016-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70689

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.2 |6.3

--- Comment #5 from Richard Biener  ---
GCC 6.2 is being released, adjusting target milestone.

[Bug tree-optimization/71020] [6 Regression] SSA corruption: Unable to coalesce ssa_names 2 and 13 which are marked as MUST COALESCE.

2016-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71020

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.2 |6.3

--- Comment #6 from Richard Biener  ---
GCC 6.2 is being released, adjusting target milestone.

[Bug middle-end/70689] [6 Regression] ICE on valid code at -O1 in 32-bit mode on x86_64-linux-gnu in curr_insn_transform, at lra-constraints.c:3564

2016-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70689

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.2 |6.3

--- Comment #5 from Richard Biener  ---
GCC 6.2 is being released, adjusting target milestone.

--- Comment #6 from Richard Biener  ---
GCC 6.2 is being released, adjusting target milestone.

[Bug tree-optimization/71824] [6/7 Regression] ICE when compiling libiberty with Graphite loop optimizations

2016-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71824

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.2 |6.3

--- Comment #3 from Richard Biener  ---
GCC 6.2 is being released, adjusting target milestone.

[Bug tree-optimization/71020] [6 Regression] SSA corruption: Unable to coalesce ssa_names 2 and 13 which are marked as MUST COALESCE.

2016-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71020

--- Comment #7 from Richard Biener  ---
GCC 6.2 is being released, adjusting target milestone.

[Bug target/74563] [6/7 regression] Classic MIPS16 (non-MIPS16e) function return broken

2016-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=74563

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.2 |6.3

--- Comment #1 from Richard Biener  ---
GCC 6.2 is being released, adjusting target milestone.

[Bug c/71602] [6/7 regression] ICE on __builtin_va_arg in build_va_arg, at c-family/c-common.c:5810

2016-08-22 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71602

--- Comment #10 from vries at gcc dot gnu.org ---
Created attachment 39482
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39482&action=edit
alternate approach patch

Alternate approach patch, fixing the problem by making canonical_va_list_type
more strict, as suggested at
https://gcc.gnu.org/ml/gcc-patches/2016-06/msg01709.html .

Passes x86_64 m64/m32 bootstrap and reg-test.

Todo: cleanup patch, add changelog entry and submit

[Bug tree-optimization/71824] [6/7 Regression] ICE when compiling libiberty with Graphite loop optimizations

2016-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71824

--- Comment #4 from Richard Biener  ---
GCC 6.2 is being released, adjusting target milestone.

[Bug target/74563] [6/7 regression] Classic MIPS16 (non-MIPS16e) function return broken

2016-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=74563

--- Comment #2 from Richard Biener  ---
GCC 6.2 is being released, adjusting target milestone.

[Bug c++/70768] [6/7 Regression] Increased compilation time

2016-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70768

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.2 |6.3

--- Comment #6 from Richard Biener  ---
GCC 6.2 is being released, adjusting target milestone.

[Bug go/70597] [6/7 Regression] cmd/go: deduplicate gccgo afiles by package path, not *Package

2016-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70597

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.2 |6.3

--- Comment #2 from Richard Biener  ---
GCC 6.2 is being released, adjusting target milestone.

[Bug target/77308] surprisingly large stack usage for sha512 on arm

2016-08-22 Thread bernd.edlinger at hotmail dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77308

--- Comment #8 from Bernd Edlinger  ---
analyzing the different thumb1/2 reload dumps,
I see t2 often uses code like that to access spill slots:

(insn 11576 8090 9941 5 (set (reg:SI 3 r3 [11890])
(plus:SI (reg/f:SI 13 sp)
(const_int 480 [0x1e0]))) sha512.c:147 4 {*arm_addsi3}
 (nil))
(insn 9941 11576 2978 5 (set (reg:DI 2 r2 [4210])
(mem/c:DI (reg:SI 3 r3 [11890]) [5 %sfpD.4158+-3112 S8 A64]))
sha512.c:147 170 {*arm_movdi}
 (nil))

while t1 often does it this way:

(insn 8221 8219 4591 6 (set (reg/v:DI 4 r4 [orig:1450 fD.4102 ] [1450])
(mem/c:DI (plus:SI (reg/f:SI 13 sp)
(const_int 152 [0x98])) [5 %sfpD.4164+-1432 S8 A64]))
sha512.c:155 748 {*thumb1_movdi_insn}
 (nil))


grep "plus.*reg.*sp" t1/sha512.c.260r.reload |grep -v mem |wc -l
110

grep "plus.*reg.*sp" t2/sha512.c.260r.reload |grep -v mem |wc -l
602


I think in thumb1 the 110 memory accesses are all for frame-objects,
like X, a-h, etc, while thumb2 also uses pointers to access spill slots.

It must be pretty expensive for thumb1 to access something using
a pointer register.  But for thumb2 it this strategy creates rather
significant register pressure.

[Bug rtl-optimization/71779] [5/6 regression] isl miscompiled with -mabi=ilp32

2016-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71779

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.2 |5.5

[Bug tree-optimization/71488] [6 Regression] Wrong code for vector comparisons with ivybridge and westmere targets

2016-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71488

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.2 |6.3

--- Comment #15 from Richard Biener  ---
GCC 6.2 is being released, adjusting target milestone.

[Bug c++/70768] [6/7 Regression] Increased compilation time

2016-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70768

--- Comment #7 from Richard Biener  ---
GCC 6.2 is being released, adjusting target milestone.

[Bug go/70597] [6/7 Regression] cmd/go: deduplicate gccgo afiles by package path, not *Package

2016-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70597

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.2 |6.3

--- Comment #2 from Richard Biener  ---
GCC 6.2 is being released, adjusting target milestone.

--- Comment #3 from Richard Biener  ---
GCC 6.2 is being released, adjusting target milestone.

[Bug tree-optimization/71488] [6 Regression] Wrong code for vector comparisons with ivybridge and westmere targets

2016-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71488

--- Comment #16 from Richard Biener  ---
GCC 6.2 is being released, adjusting target milestone.

[Bug c++/71463] [6/7 regression] unexpected warning: ignoring function return attributes on template argument

2016-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71463

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.2 |6.3

--- Comment #10 from Richard Biener  ---
GCC 6.2 is being released, adjusting target milestone.

[Bug c++/71463] [6/7 regression] unexpected warning: ignoring function return attributes on template argument

2016-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71463

--- Comment #11 from Richard Biener  ---
GCC 6.2 is being released, adjusting target milestone.

[Bug libstdc++/60936] [5/6/7 Regression] Binary code bloat with std::string

2016-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60936

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.2 |5.5

[Bug debug/53118] [5/6/7 regression] -feliminate-dwarf2-dups is broken for C++

2016-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53118

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.2 |5.5

[Bug ipa/70583] [6/7 Regression] FAIL: g++.old-deja/g++.abi/vtable2.C -std=gnu++98 execution test

2016-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70583

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.2 |6.3

--- Comment #4 from Richard Biener  ---
GCC 6.2 is being released, adjusting target milestone.

[Bug fortran/71706] [6/7 Regression] ICE on using sync images with integer(kind<>4), with -fcoarray=lib -fcheck=bounds

2016-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71706

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.2 |6.3

--- Comment #4 from Richard Biener  ---
GCC 6.2 is being released, adjusting target milestone.

[Bug ipa/70583] [6/7 Regression] FAIL: g++.old-deja/g++.abi/vtable2.C -std=gnu++98 execution test

2016-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70583

--- Comment #5 from Richard Biener  ---
GCC 6.2 is being released, adjusting target milestone.

[Bug lto/70955] [6/7 Regression] Wrong code generation for __builtin_ms_va_list with -flto

2016-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70955

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.2 |6.3

--- Comment #13 from Richard Biener  ---
GCC 6.2 is being released, adjusting target milestone.

[Bug target/62254] [5/6/7 Regression] gcc-4.9 ICEs on linux kernel zlib for armv3

2016-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62254

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.2 |5.5

[Bug tree-optimization/71144] [6/7 Regression] isl_aff.c:1001: position out of bounds

2016-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71144

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.2 |6.3

--- Comment #3 from Richard Biener  ---
GCC 6.2 is being released, adjusting target milestone.

[Bug fortran/71706] [6/7 Regression] ICE on using sync images with integer(kind<>4), with -fcoarray=lib -fcheck=bounds

2016-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71706

--- Comment #5 from Richard Biener  ---
GCC 6.2 is being released, adjusting target milestone.

[Bug lto/70955] [6/7 Regression] Wrong code generation for __builtin_ms_va_list with -flto

2016-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70955

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.2 |6.3

--- Comment #13 from Richard Biener  ---
GCC 6.2 is being released, adjusting target milestone.

--- Comment #14 from Richard Biener  ---
GCC 6.2 is being released, adjusting target milestone.

[Bug middle-end/61225] [5/6/7 Regression] Several new failures after r210458 on x86_64-*-* with -m32

2016-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61225

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.2 |6.3

[Bug tree-optimization/70390] [6/7 Regression] internal compiler error: in copy_loop_close_phi_args, at graphite-isl-ast-to-gimple.c:2114

2016-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70390

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.2 |6.3

--- Comment #6 from Richard Biener  ---
GCC 6.2 is being released, adjusting target milestone.

[Bug tree-optimization/64715] [5/6/7 Regression] __builtin_object_size (..., 1) fails to locate subobject

2016-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64715

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.2 |7.0

[Bug tree-optimization/71144] [6/7 Regression] isl_aff.c:1001: position out of bounds

2016-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71144

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.2 |6.3

--- Comment #3 from Richard Biener  ---
GCC 6.2 is being released, adjusting target milestone.

--- Comment #4 from Richard Biener  ---
GCC 6.2 is being released, adjusting target milestone.

[Bug tree-optimization/70390] [6/7 Regression] internal compiler error: in copy_loop_close_phi_args, at graphite-isl-ast-to-gimple.c:2114

2016-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70390

--- Comment #7 from Richard Biener  ---
GCC 6.2 is being released, adjusting target milestone.

[Bug target/70359] [6/7 Regression] Code size increase for ARM compared to gcc-5.3.0

2016-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70359

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.2 |6.3

--- Comment #17 from Richard Biener  ---
GCC 6.2 is being released, adjusting target milestone.

[Bug tree-optimization/67326] [5/6/7 Regression] -ftree-loop-if-convert-stores does not vectorize conditional assignment (anymore)

2016-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67326

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.2 |7.0

[Bug target/70359] [6/7 Regression] Code size increase for ARM compared to gcc-5.3.0

2016-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70359

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.2 |6.3

--- Comment #17 from Richard Biener  ---
GCC 6.2 is being released, adjusting target milestone.

--- Comment #18 from Richard Biener  ---
GCC 6.2 is being released, adjusting target milestone.

[Bug c++/71166] [7 Regression] ICE with nested constexpr/initializer

2016-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71166

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.2 |7.0

[Bug target/71294] [6 Regression] ICE in gen_add2_insn, at optabs.c:4442 on powerpc64le-linux

2016-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71294

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.2 |6.3

--- Comment #10 from Richard Biener  ---
GCC 6.2 is being released, adjusting target milestone.

[Bug c++/72759] [6 Regression] ICE on invalid C++ code on x86_64-linux-gnu (Segmentation fault, tree_class_check, ocp_convert)

2016-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72759

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.2 |6.3

--- Comment #4 from Richard Biener  ---
GCC 6.2 is being released, adjusting target milestone.

[Bug target/71294] [6 Regression] ICE in gen_add2_insn, at optabs.c:4442 on powerpc64le-linux

2016-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71294

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.2 |6.3

--- Comment #10 from Richard Biener  ---
GCC 6.2 is being released, adjusting target milestone.

--- Comment #11 from Richard Biener  ---
GCC 6.2 is being released, adjusting target milestone.

[Bug c++/71638] [6/7 Regression] ICE on invalid C++ code on x86_64-linux-gnu with -Wall (internal compiler error: non-constant element in constant CONSTRUCTOR)

2016-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71638

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.2 |6.3

--- Comment #2 from Richard Biener  ---
GCC 6.2 is being released, adjusting target milestone.

[Bug tree-optimization/69823] [6/7 Regression] internal compiler error: in create_pw_aff_from_tree, at graphite-sese-to-poly.c:445

2016-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69823

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.2 |6.3

--- Comment #3 from Richard Biener  ---
GCC 6.2 is being released, adjusting target milestone.

[Bug c++/72759] [6 Regression] ICE on invalid C++ code on x86_64-linux-gnu (Segmentation fault, tree_class_check, ocp_convert)

2016-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72759

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.2 |6.3

--- Comment #4 from Richard Biener  ---
GCC 6.2 is being released, adjusting target milestone.

--- Comment #5 from Richard Biener  ---
GCC 6.2 is being released, adjusting target milestone.

[Bug tree-optimization/69823] [6/7 Regression] internal compiler error: in create_pw_aff_from_tree, at graphite-sese-to-poly.c:445

2016-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69823

--- Comment #4 from Richard Biener  ---
GCC 6.2 is being released, adjusting target milestone.

[Bug c++/72775] [6/7 Regression] internal compiler error: in finish_expr_stmt, at cp/semantics.c:677

2016-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72775

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.2 |6.3

--- Comment #6 from Richard Biener  ---
GCC 6.2 is being released, adjusting target milestone.

[Bug c++/71638] [6/7 Regression] ICE on invalid C++ code on x86_64-linux-gnu with -Wall (internal compiler error: non-constant element in constant CONSTRUCTOR)

2016-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71638

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.2 |6.3

--- Comment #2 from Richard Biener  ---
GCC 6.2 is being released, adjusting target milestone.

--- Comment #3 from Richard Biener  ---
GCC 6.2 is being released, adjusting target milestone.

[Bug tree-optimization/68682] [6/7 Regression] [graphite] loop interchange no longer working after r227277

2016-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68682

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.2 |6.3

--- Comment #2 from Richard Biener  ---
GCC 6.2 is being released, adjusting target milestone.

[Bug c++/72775] [6/7 Regression] internal compiler error: in finish_expr_stmt, at cp/semantics.c:677

2016-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72775

--- Comment #7 from Richard Biener  ---
GCC 6.2 is being released, adjusting target milestone.

[Bug tree-optimization/69728] [6/7 Regression] internal compiler error: in outer_projection_mupa, at graphite-sese-to-poly.c:1175

2016-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69728

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.2 |6.3

--- Comment #4 from Richard Biener  ---
GCC 6.2 is being released, adjusting target milestone.

[Bug tree-optimization/68682] [6/7 Regression] [graphite] loop interchange no longer working after r227277

2016-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68682

--- Comment #3 from Richard Biener  ---
GCC 6.2 is being released, adjusting target milestone.

[Bug c++/71570] [6/7 regression] ICE on invalid variable capture in cxx_incomplete_type_diagnostic, at cp/typeck2.c:551

2016-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71570

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.2 |6.3

--- Comment #2 from Richard Biener  ---
GCC 6.2 is being released, adjusting target milestone.

[Bug target/71778] [6/7 Regression][ARM] ICE using non-constant argument to Neon intrinsic that requires constant arguments

2016-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71778

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.2 |6.3

--- Comment #2 from Richard Biener  ---
GCC 6.2 is being released, adjusting target milestone.

[Bug tree-optimization/69728] [6/7 Regression] internal compiler error: in outer_projection_mupa, at graphite-sese-to-poly.c:1175

2016-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69728

--- Comment #5 from Richard Biener  ---
GCC 6.2 is being released, adjusting target milestone.

[Bug fortran/67219] [6/7 Regression] Incorrect conversion warning

2016-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67219

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.2 |6.3

--- Comment #7 from Richard Biener  ---
GCC 6.2 is being released, adjusting target milestone.

[Bug target/71778] [6/7 Regression][ARM] ICE using non-constant argument to Neon intrinsic that requires constant arguments

2016-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71778

--- Comment #3 from Richard Biener  ---
GCC 6.2 is being released, adjusting target milestone.

[Bug c++/71570] [6/7 regression] ICE on invalid variable capture in cxx_incomplete_type_diagnostic, at cp/typeck2.c:551

2016-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71570

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.2 |6.3

--- Comment #2 from Richard Biener  ---
GCC 6.2 is being released, adjusting target milestone.

--- Comment #3 from Richard Biener  ---
GCC 6.2 is being released, adjusting target milestone.

[Bug fortran/67219] [6/7 Regression] Incorrect conversion warning

2016-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67219

--- Comment #8 from Richard Biener  ---
GCC 6.2 is being released, adjusting target milestone.

[Bug rtl-optimization/70164] [6/7 Regression] Code/performance regression due to poor register allocation on Cortex-M0

2016-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70164

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.2 |6.3

--- Comment #17 from Richard Biener  ---
GCC 6.2 is being released, adjusting target milestone.

[Bug libstdc++/72813] [6/7 Regression] atomic header cannot be compiled into translation unit with -fkeep-inline-functions

2016-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72813

--- Comment #4 from Richard Biener  ---
GCC 6.2 is being released, adjusting target milestone.

[Bug debug/71906] [6/7 Regression] Fortran allocatable strings debug info type size regression

2016-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71906

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.2 |6.3

--- Comment #8 from Richard Biener  ---
GCC 6.2 is being released, adjusting target milestone.

[Bug libstdc++/72813] [6/7 Regression] atomic header cannot be compiled into translation unit with -fkeep-inline-functions

2016-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72813

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.2 |6.3

--- Comment #3 from Richard Biener  ---
GCC 6.2 is being released, adjusting target milestone.

[Bug fortran/68717] [6/7 Regression] New (bogus?) warnings when compiling some gfortran.dg tests with -flto after r231239

2016-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68717

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.2 |6.3

--- Comment #4 from Richard Biener  ---
GCC 6.2 is being released, adjusting target milestone.

[Bug rtl-optimization/70164] [6/7 Regression] Code/performance regression due to poor register allocation on Cortex-M0

2016-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70164

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.2 |6.3

--- Comment #17 from Richard Biener  ---
GCC 6.2 is being released, adjusting target milestone.

--- Comment #18 from Richard Biener  ---
GCC 6.2 is being released, adjusting target milestone.

[Bug debug/71906] [6/7 Regression] Fortran allocatable strings debug info type size regression

2016-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71906

--- Comment #9 from Richard Biener  ---
GCC 6.2 is being released, adjusting target milestone.

[Bug tree-optimization/71563] [6/7 Regression] Regression in GCC-7.0.0's optimizer.

2016-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71563

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.2 |6.3

--- Comment #4 from Richard Biener  ---
GCC 6.2 is being released, adjusting target milestone.

[Bug middle-end/77259] [6/7 Regression] ICE in emit_move_insn since r232167

2016-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77259

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.2 |6.3

--- Comment #3 from Richard Biener  ---
GCC 6.2 is being released, adjusting target milestone.

[Bug c++/72752] [6 Regression] ICE: in retrieve_specialization, at cp/pt.c:1183

2016-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72752

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.2 |6.3

--- Comment #5 from Richard Biener  ---
GCC 6.2 is being released, adjusting target milestone.

[Bug tree-optimization/71563] [6/7 Regression] Regression in GCC-7.0.0's optimizer.

2016-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71563

--- Comment #5 from Richard Biener  ---
GCC 6.2 is being released, adjusting target milestone.

[Bug fortran/68717] [6/7 Regression] New (bogus?) warnings when compiling some gfortran.dg tests with -flto after r231239

2016-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68717

--- Comment #5 from Richard Biener  ---
GCC 6.2 is being released, adjusting target milestone.

[Bug fortran/68560] [6/7 Regression] The test gfortran.dg/shape_8.f90 now fails when compiled with -flto

2016-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68560

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.2 |6.3

--- Comment #22 from Richard Biener  ---
GCC 6.2 is being released, adjusting target milestone.

[Bug target/71778] [6/7 Regression][ARM] ICE using non-constant argument to Neon intrinsic that requires constant arguments

2016-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71778

--- Comment #4 from Richard Biener  ---
GCC 6.2 is being released, adjusting target milestone.

[Bug tree-optimization/71947] [6/7 Regression] x ^ y not folded to 0 if x == y by DOM

2016-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71947

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.2 |6.3

--- Comment #5 from Richard Biener  ---
GCC 6.2 is being released, adjusting target milestone.

[Bug c++/72752] [6 Regression] ICE: in retrieve_specialization, at cp/pt.c:1183

2016-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72752

--- Comment #6 from Richard Biener  ---
GCC 6.2 is being released, adjusting target milestone.

[Bug middle-end/77259] [6/7 Regression] ICE in emit_move_insn since r232167

2016-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77259

--- Comment #4 from Richard Biener  ---
GCC 6.2 is being released, adjusting target milestone.

[Bug fortran/68560] [6/7 Regression] The test gfortran.dg/shape_8.f90 now fails when compiled with -flto

2016-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68560

--- Comment #23 from Richard Biener  ---
GCC 6.2 is being released, adjusting target milestone.

[Bug tree-optimization/71947] [6/7 Regression] x ^ y not folded to 0 if x == y by DOM

2016-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71947

--- Comment #6 from Richard Biener  ---
GCC 6.2 is being released, adjusting target milestone.

[Bug middle-end/67239] [6 Regression] FAIL: 23_containers/unordered_set/insert/hash_policy.cc execution test

2016-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67239

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.2 |6.3

--- Comment #27 from Richard Biener  ---
GCC 6.2 is being released, adjusting target milestone.

[Bug ada/70867] [6 regression] access discriminant in return aggregate wrongly detected as dangling

2016-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70867

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.2 |6.3

--- Comment #3 from Richard Biener  ---
GCC 6.2 is being released, adjusting target milestone.

[Bug target/71778] [6/7 Regression][ARM] ICE using non-constant argument to Neon intrinsic that requires constant arguments

2016-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71778

--- Comment #5 from Richard Biener  ---
GCC 6.2 is being released, adjusting target milestone.

[Bug c/71602] [6/7 regression] ICE on __builtin_va_arg in build_va_arg, at c-family/c-common.c:5810

2016-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71602

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.2 |6.3

--- Comment #11 from Richard Biener  ---
GCC 6.2 is being released, adjusting target milestone.

[Bug tree-optimization/68644] [6/7 Regression] FAIL: gcc.dg/tree-ssa/ivopts-lt-2.c scan-tree-dump-times ivopts "PHI

2016-08-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68644

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.2 |6.3

--- Comment #6 from Richard Biener  ---
GCC 6.2 is being released, adjusting target milestone.

  1   2   3   4   5   >