[Bug target/81295] [7 Regression] bootstrap broken on powerpc-linux-gnu

2017-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81295

Richard Biener  changed:

   What|Removed |Added

   Priority|P3  |P1
 Status|UNCONFIRMED |WAITING
   Last reconfirmed||2017-07-04
 CC||jakub at gcc dot gnu.org
   Target Milestone|--- |7.2
 Ever confirmed|0   |1

--- Comment #7 from Richard Biener  ---
What's the failure mode?  It works fine for me with

../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man
--libdir=/usr/lib --libexecdir=/usr/lib
--enable-languages=c,c++,objc,fortran,obj-c++,ada,go --enable-checking=release
--disable-werror --with-gxx-include-dir=/usr/include/c++/7 --enable-ssp
--disable-libssp --disable-libvtv --disable-libmpx --disable-libcc1
--enable-plugin --with-bugurl=http://bugs.opensuse.org/ '--with-pkgversion=SUSE
Linux' --with-slibdir=/lib --with-system-zlib --enable-__cxa_atexit
--enable-libstdcxx-allocator=new --disable-libstdcxx-pch
--enable-version-specific-runtime-libs --with-gcc-major-version-only
--enable-linker-build-id --enable-linux-futex --enable-gnu-indirect-function
--program-suffix=-7 --without-system-libunwind --with-cpu=default32
--with-cpu-64=power4 --enable-secureplt --with-long-double-128
--build=powerpc64-suse-linux --host=powerpc64-suse-linux

and

make 'STAGE1_CFLAGS=-g -O2' 'BOOT_CFLAGS=-fmessage-length=0
-grecord-gcc-switches -O2 -D_FORTIFY_SOURCE=2 -funwind-tables
-fasynchronous-unwind-tables -g -U_FORTIFY_SOURCE' -j8 -l16

(do you use profiledbootstrap?) at r249772.

If you bisected to r249738 and can reproduce can you bisect it to one of the
individual backported PRs please?  I'll be on vacation for the next two weeks
so I'd appreciate help here.  The backport should be harmless apart from maybe
the largefile support in libgcov?

[Bug rtl-optimization/81301] [8 Regression] ICE: verify_flow_info failed (error: non-cold basic block 13 dominated by a block in the cold partition (8)) on 32-bit BE powerpc target

2017-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81301

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|--- |8.0

[Bug tree-optimization/81297] [8 Regression] ICE in get_single_symbol

2017-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81297

Richard Biener  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|unassigned at gcc dot gnu.org  |rguenth at gcc dot 
gnu.org

--- Comment #4 from Richard Biener  ---
Hmpf.  So the assert was to make sure we do not introduce OVF stuff in symbolic
ranges (it should better have been in set_value_range).  But yes, generic
folding is susceptible to introduce it, esp. with -fwrapv :/

The easiest "fix" is to remove the assert.  But OTOH the best fix would be to
stop setting TREE_OVERFLOW alltogether... or at least for where overflow
is (implementation) defined.

I will eventually look into this after I return from vacation.

[Bug c/81302] [7/8 Regression] Segmentation fault in diagnose_tm_1 at trans-mem.c

2017-07-04 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81302

Martin Liška  changed:

   What|Removed |Added

 Status|UNCONFIRMED |ASSIGNED
   Last reconfirmed||2017-07-04
 CC||marxin at gcc dot gnu.org
   Assignee|unassigned at gcc dot gnu.org  |marxin at gcc dot 
gnu.org
   Target Milestone|--- |8.0
Summary|Segmentation fault in   |[7/8 Regression]
   |diagnose_tm_1 at|Segmentation fault in
   |trans-mem.c |diagnose_tm_1 at
   ||trans-mem.c
 Ever confirmed|0   |1

--- Comment #1 from Martin Liška  ---
Confirmed, started with my commit r241896 where I added
-fsanitize-address-use-after-scope.

[Bug c/81302] [7/8 Regression] Segmentation fault in diagnose_tm_1 at trans-mem.c

2017-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81302

Richard Biener  changed:

   What|Removed |Added

   Priority|P3  |P2
   Target Milestone|8.0 |7.2

[Bug c++/81258] [7/8 Regression] ICE on C++1z code with invalid decomposition declaration: in cp_finish_decl, at cp/decl.c:6760

2017-07-04 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81258

--- Comment #3 from Jakub Jelinek  ---
Author: jakub
Date: Tue Jul  4 07:38:59 2017
New Revision: 249947

URL: https://gcc.gnu.org/viewcvs?rev=249947&root=gcc&view=rev
Log:
PR c++/81258
* parser.c (cp_parser_decomposition_declaration): Diagnose invalid
forms of structured binding initializers.

* g++.dg/cpp1z/decomp21.C (foo): Adjust expected diagnostics.
* g++.dg/cpp1z/decomp30.C: New test.

Added:
trunk/gcc/testsuite/g++.dg/cpp1z/decomp30.C
Modified:
trunk/gcc/cp/ChangeLog
trunk/gcc/cp/parser.c
trunk/gcc/testsuite/ChangeLog
trunk/gcc/testsuite/g++.dg/cpp1z/decomp21.C

[Bug ipa/81214] GCC target_clone support does not work for global functions with no references

2017-07-04 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81214

--- Comment #9 from Martin Liška  ---
Author: marxin
Date: Tue Jul  4 07:44:18 2017
New Revision: 249949

URL: https://gcc.gnu.org/viewcvs?rev=249949&root=gcc&view=rev
Log:
Add dg-require ifunc for mvc test-cases.

2017-07-04  Martin Liska  

PR ipa/81214
* g++.dg/ext/mvc2.C: Add dg-require ifunc.
* g++.dg/ext/mvc3.C: Likewise.
* gcc.target/i386/mvc2.c: Likewise.
* gcc.target/i386/mvc3.c: Likewise.

Modified:
trunk/gcc/testsuite/ChangeLog
trunk/gcc/testsuite/g++.dg/ext/mvc2.C
trunk/gcc/testsuite/g++.dg/ext/mvc3.C
trunk/gcc/testsuite/gcc.target/i386/mvc2.c
trunk/gcc/testsuite/gcc.target/i386/mvc3.c

[Bug ipa/81214] GCC target_clone support does not work for global functions with no references

2017-07-04 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81214

--- Comment #10 from Martin Liška  ---
Now should be fixed on trunk on all targets.

[Bug tree-optimization/81303] New: [8 Regression] 410.bwaves regression caused by r249919

2017-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81303

Bug ID: 81303
   Summary: [8 Regression] 410.bwaves regression caused by r249919
   Product: gcc
   Version: 8.0
Status: UNCONFIRMED
  Keywords: missed-optimization
  Severity: normal
  Priority: P3
 Component: tree-optimization
  Assignee: unassigned at gcc dot gnu.org
  Reporter: rguenth at gcc dot gnu.org
  Target Milestone: ---

I see on Haswell with -march=native -Ofast a runtime increase from 177s to
254s.
This is caused by us vectorizing the innermost reduction loop in
block_solver.f:mat_times_vec using strided loads (and with -mprefer-avx128 even
peeling for alignment).

[Bug tree-optimization/81303] [8 Regression] 410.bwaves regression caused by r249919

2017-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81303

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|--- |8.0

[Bug rtl-optimization/81290] [8 Regression] ICE in update_br_prob_note

2017-07-04 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81290

--- Comment #5 from Jan Hubicka  ---
Can you just write me instructions how to reproduce it? What is the
configuration triplet? I tried target=powerpc-linux-gnuspe which seems to work
fine.

[Bug c/81302] [7/8 Regression] Segmentation fault in diagnose_tm_1 at trans-mem.c

2017-07-04 Thread zeccav at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81302

--- Comment #2 from Vittorio Zecca  ---
Maybe is this related?

// trunk 249883
// from pr46269.C
// Segmentation fault
// must be compiled with command g++ -fsanitize=address -fgnu-tm 
template class shared_ptr
{
public:
  shared_ptr( T * p )
  {
  }
};

class BuildingCompletedEvent
{
  public:
  __attribute__((transaction_callable)) void updateBuildingSite(void);
  BuildingCompletedEvent();
};

void BuildingCompletedEvent::updateBuildingSite(void)
{
  shared_ptr event(new BuildingCompletedEvent());
}
/*
 * during IPA pass: tmipa
 In member function ‘void BuildingCompletedEvent::updateBuildingSite()’:
 internal compiler error: Segmentation fault
 }
 ^
0xe66cef crash_signal
../../gcc-249883/gcc/toplev.c:338
0xe6b2e0 is_tm_irrevocable
../../gcc-249883/gcc/trans-mem.c:234
0xe6ca0f ipa_tm_scan_irr_block
../../gcc-249883/gcc/trans-mem.c:4408
0xe6ca0f ipa_tm_scan_irr_blocks
../../gcc-249883/gcc/trans-mem.c:4479
0xe6dc14 ipa_tm_scan_irr_function
../../gcc-249883/gcc/trans-mem.c:4641
0xe6f54e ipa_tm_execute
../../gcc-249883/gcc/trans-mem.c:5547
0xe6f54e execute
../../gcc-249883/gcc/trans-mem.c:5705
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See  for instructions.

[Bug tree-optimization/81303] [8 Regression] 410.bwaves regression caused by r249919

2017-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81303

--- Comment #1 from Richard Biener  ---
Looks like we peel for alignment which, for the loop is quite pointless at it
only runs 5 times, so for AVX256 we're likely running into peel for alignment,
no vector iteration, epilogue.

Need to tame down that damn alignment peeling more ...

It peels 'x' btw.

block_solver.f:178:0: note: Cost model analysis:
  Vector inside of loop cost: 76
  Vector prologue cost: 61
  Vector epilogue cost: 62
  Scalar iteration cost: 28
  Scalar outside cost: 7
  Vector outside cost: 123
  prologue iterations: 2
  epilogue iterations: 2
  Calculated minimum iters for profitability: 5
block_solver.f:178:0: note:   Runtime profitability threshold = 4
block_solver.f:178:0: note:   Static estimate profitability threshold = 5

but that doesn't take into account that we eventually spend 3 scalar iterations
in the alignment prologue and thus with niter < 7 we'll eventually never enter
the vector loop.  The static estimate is similarly affected by this.

[Bug c++/66967] thread local's destructor not called if compile with -fno-use-cxa-atexit

2017-07-04 Thread ro at CeBiTec dot Uni-Bielefeld.DE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66967

--- Comment #2 from ro at CeBiTec dot Uni-Bielefeld.DE  ---
Comparing the assembler output with and without -fno-use-cxa-atexit, I
find that the former is missing not just the call to the destructor, but
the destructor code itself.

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

2017-07-04 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.4 |6.5

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

[Bug middle-end/79415] [6/7/8 Regression] -fcheck-pointer-bounds results in internal compiler error weakref attributes

2017-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79415

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.4 |6.5

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

[Bug rtl-optimization/80491] [6/7/8 Regression] Compiler regression for long-add case.

2017-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80491

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.4 |6.5

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

[Bug tree-optimization/69196] [5 Regression] code size regression with jump threading at -O2

2017-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69196

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.4 |6.5

--- Comment #28 from Richard Biener  ---
GCC 6.4 is being released, adjusting target milestone.

[Bug target/79262] [6/7/8 Regression] load gap with store gap causing performance regression in 462.libquantum

2017-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79262

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.4 |6.5

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

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

2017-07-04 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.4 |6.5

--- Comment #21 from Richard Biener  ---
GCC 6.4 is being released, adjusting target milestone.

[Bug other/66250] Can't adjust complex nor decimal floating point modes

2017-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66250

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.4 |6.5

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

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

2017-07-04 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.4 |6.5

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

[Bug libstdc++/80451] [6/7/8 Regression] return implicit type conversion to std::experimental::optional does not compile

2017-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80451

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.4 |6.5

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

[Bug c++/66487] sanitizer/warnings for lifetime DSE

2017-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66487

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.4 |6.5

--- Comment #24 from Richard Biener  ---
GCC 6.4 is being released, adjusting target milestone.

[Bug testsuite/66403] gcc.dg/torture/builtin-self.c FAILs with PIE

2017-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66403

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.4 |6.5

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

[Bug target/65139] Improve register allocation for aarch64_*_sisd_or_int3 patterns

2017-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65139

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.4 |6.5

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

[Bug fortran/78152] [6/7/8 Regression] coarray and associate

2017-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78152

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.4 |6.5

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

[Bug c++/77626] [6 Regression] ICE with -Wall on x86_64-linux-gnu (internal compiler error: Segmentation fault, byte_from_pos, cxx_fold_indirect_ref)

2017-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77626

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.4 |6.5

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

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

2017-07-04 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.4 |6.5

--- Comment #20 from Richard Biener  ---
GCC 6.4 is being released, adjusting target milestone.

[Bug c++/65642] [C++11] GCC rejects valid constant expression

2017-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65642

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.4 |6.5

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

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

2017-07-04 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.4 |6.5

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

[Bug target/67710] FAIL: gcc.dg/darwin-*version-*.c (test for excess errors) with Xcode 7

2017-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67710

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.4 |6.5

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

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

2017-07-04 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.4 |6.5

--- Comment #25 from Richard Biener  ---
GCC 6.4 is being released, adjusting target milestone.

[Bug c++/79363] [6 Regression] ICE with NSDMI and array

2017-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79363

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.4 |6.5

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

[Bug c++/79410] [6 Regression] internal compiler error: in gimplify_init_ctor_preeval, at gimplify.c:3489

2017-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79410

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.4 |6.5

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

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

2017-07-04 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.4 |6.5

--- Comment #30 from Richard Biener  ---
GCC 6.4 is being released, adjusting target milestone.

[Bug sanitizer/67513] ASAN: Not optimal shadow value check (unlikely condition checked in fast path)

2017-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67513

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.4 |6.5

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

[Bug sanitizer/66401] g++.dg/ubsan/vla-1.C FAILs with PIE

2017-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66401

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.4 |6.5

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

[Bug c++/81234] [6 Regression] stray notes for a flexible array member not at end of struct

2017-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81234

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.4 |6.5

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

[Bug middle-end/65534] tailcall not optimized away

2017-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65534

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.4 |6.5

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

[Bug target/71208] [6 regression] mmix: C++ code fails to link

2017-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71208

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.4 |6.5

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

[Bug ipa/70582] [6/7/8 regression] gcc.dg/attr-weakref-1.c FAILs

2017-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70582

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.4 |6.5

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

[Bug target/71112] [6 Regression] ICE with -fpie on aarch64 ILP32 big-endian

2017-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71112

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.4 |6.5

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

[Bug target/81175] [7 Regression] EXC_BAD_ACCESS in ::slpeel_duplicate_current_defs_from_edges(edge, edge, edge, edge) at is-a.h:192

2017-07-04 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81175

--- Comment #7 from Jakub Jelinek  ---
Author: jakub
Date: Tue Jul  4 08:44:40 2017
New Revision: 249951

URL: https://gcc.gnu.org/viewcvs?rev=249951&root=gcc&view=rev
Log:
PR target/81175
* gcc.target/i386/pr69255-2.c (foo): Use the return value of the
gather.

Modified:
trunk/gcc/testsuite/ChangeLog
trunk/gcc/testsuite/gcc.target/i386/pr69255-2.c

[Bug c++/71965] [6/7/8 regression] [concepts] Substitution error *after* failure to satisfy an earlier constraint

2017-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71965

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.4 |6.5

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

[Bug fortran/77703] [6/7/8 Regression] ICE on assignment to pointer function

2017-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77703

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.4 |6.5

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

[Bug bootstrap/69513] LTO bootstrap fails with bootstrap-profiled during linking gnat1 in stagefeedback

2017-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69513

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.4 |6.5

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

[Bug ipa/64253] IPA inline analysis processes a code transform operation

2017-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64253

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.4 |6.5

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

[Bug rtl-optimization/78580] [6 Regression] Segfault in gcc with multilib (-m32) and -ffixed-*

2017-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78580

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.4 |6.5

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

[Bug target/80547] [6/7/8 Regression] nvptx back end ICE with OpenACC "reduction(OP:x)", "x = [...]"

2017-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80547

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.4 |6.5

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

[Bug middle-end/71907] [6 regression] missing buffer overflow warnings with -flto

2017-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71907

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.4 |6.5

--- Comment #12 from Richard Biener  ---
GCC 6.4 is being released, adjusting target milestone.

[Bug target/69940] gcc.c-torture/execute/alias-3.c FAILs with Solaris/x86 as

2017-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69940

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.4 |6.5

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

[Bug tree-optimization/79920] [6 Regression] Incorrect floating point results when compiling with -O3

2017-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79920

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.4 |6.5

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

[Bug c++/68939] ICE or wrong code with OpenMP privatization of reference to VLAs

2017-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68939

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.4 |6.5

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

[Bug c++/71290] [6 Regression] Flexible array member is not diagnosed with -pedantic

2017-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71290

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.4 |6.5

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

[Bug tree-optimization/78869] [6/7/8 Regression] Strange __builtin_memcpy optimisations

2017-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78869

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.4 |6.5

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

[Bug tree-optimization/80105] [6/7/8 Regression] ICE in outer_projection_mupa, at graphite-sese-to-poly.c:1019

2017-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80105

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.4 |6.5

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

[Bug c++/77639] [6 Regression] ICE on x86_64-linux-gnu (internal compiler error: tree check: accessed elt 1 of tree_vec with 0 elts in unify, at cp/pt.c:19674)

2017-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77639

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.4 |6.5

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

[Bug target/35514] Gcc shoud generate symbol type for undefined symbol

2017-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=35514

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.4 |6.5

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

[Bug c++/80135] [6/7/8 Regression] ICE in output_constructor_regular_field, at varasm.c:4968

2017-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80135

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.4 |6.5

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

[Bug target/67352] [avr] incorrect warning with -Waddr-space-convert and array in struct in __flash

2017-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67352

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.4 |6.5

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

[Bug target/70927] avx512dq instructions emitted even with -mavx512vl -mno-avx512dq

2017-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70927

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.4 |6.5

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

[Bug middle-end/28628] Not forcing alignment of arrays in structs with -fsection-anchors

2017-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=28628

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.4 |6.5

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

[Bug target/66195] Optimize _GLIBCXX_GUARD_TEST_AND_ACQUIRE and _GLIBCXX_GUARD_SET_AND_RELEASE for PowerPC

2017-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66195

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.4 |6.5

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

[Bug rtl-optimization/68749] FAIL: gcc.dg/ifcvt-4.c scan-rtl-dump ce1 "2 true changes made"

2017-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68749

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.4 |6.5

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

[Bug target/71419] interrupt attribute silently dropped for Thumb code on armv7-a

2017-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71419

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.4 |6.5

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

[Bug rtl-optimization/81019] [6/7/8 Regression] wrong code with -O -fno-tree-ccp

2017-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81019

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.4 |6.5

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

[Bug c++/66398] g++.dg/abi/anon1.C FAILs with PIE

2017-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66398

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.4 |6.5

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

[Bug tree-optimization/69580] [6/7/8 Regression] From 26/7/8 seconds to 10 minutes moving from gcc 5.3.1 to gcc 6.0.0

2017-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69580

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.4 |6.5

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

[Bug tree-optimization/77975] [6 Regression] Missed optimization for some small constants

2017-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77975

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.4 |6.5

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

[Bug tree-optimization/68823] [6/7/8 Regression][graphite] tramp3d-v4 compiled with -floop-nest-optimize crashes

2017-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68823

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.4 |6.5

--- Comment #12 from Richard Biener  ---
GCC 6.4 is being released, adjusting target milestone.

[Bug c++/78774] [6 Regression] ICE in constexpr string literals and templates

2017-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78774

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.4 |6.5

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

[Bug driver/70936] [6/7/8 Regression] Hard-coded C++ header paths and relocation problem

2017-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70936

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.4 |6.5

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

[Bug c/67819] -Wduplicated-cond should take macros into account

2017-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67819

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.4 |6.5

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

[Bug rtl-optimization/80693] [6/7/8 Regression] wrong code with -O -fno-tree-coalesce-vars

2017-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80693

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.4 |6.5

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

[Bug tree-optimization/81126] [6/7/8 Regression] ICE in df_compact_blocks, at df-core.c:1743

2017-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81126

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.4 |6.5

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

[Bug c++/70019] VLA size overflow not detected

2017-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70019

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.4 |6.5

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

[Bug c++/78572] [6 Regression] internal compiler error: in output_constructor_regular_field, at varasm.c:4968

2017-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78572

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.4 |6.5

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

[Bug c++/58796] throw nullptr not caught by catch(type*)

2017-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58796

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.4 |6.5

--- Comment #20 from Richard Biener  ---
GCC 6.4 is being released, adjusting target milestone.

[Bug fortran/67420] gfortran.dg/norm2_3.f90 FAILs

2017-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67420

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.4 |6.5

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

[Bug libstdc++/69331] FAIL: 20_util/shared_ptr/thread/default_weaktoshared.cc execution test

2017-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69331

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.4 |6.5

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

[Bug tree-optimization/79622] [6/7/8 Regression] Wrong code w/ -O2 -floop-nest-optimize

2017-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79622

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.4 |6.5

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

[Bug tree-optimization/71691] [6 Regression] wrong code at -O3 in both 32-bit and 64-bit modes on x86_64-linux-gnu (Floating point exception)

2017-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71691

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.4 |6.5

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

[Bug target/69639] [6/7/8 Regression] FAIL: gcc.c-torture/compile/limits-exprparen.c

2017-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69639

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.4 |6.5

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

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

2017-07-04 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.4 |6.5

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

[Bug testsuite/66404] gcc.target/i386/pad-10.c etc. FAIL with PIE

2017-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66404

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.4 |6.5

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

[Bug target/67321] [ARM] Exploit Wide Add operations when appropriate

2017-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67321

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.4 |6.5

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

[Bug c++/68510] [concepts] ICE: in gimplify_var_or_parm_decl, at gimplify.c:1827

2017-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68510

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.4 |6.5

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

[Bug tree-optimization/81226] [6/7/8 Regression] Graphite ICE in outer_projection_mupa, at graphite-sese-to-poly.c:1019

2017-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81226

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.4 |6.5

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

[Bug c++/80290] [6/7/8 Regression] g++ uses unreasonable amount of memory compiling nested string maps

2017-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80290

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.4 |6.5

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

[Bug c++/60336] empty struct value is passed differently in C and C++

2017-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60336

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.4 |6.5

--- Comment #48 from Richard Biener  ---
GCC 6.4 is being released, adjusting target milestone.

[Bug middle-end/70831] [6/7/8 Regression] FTBFS: Build fails with bootstrap-lto and profiledbootstrap

2017-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70831

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.4 |6.5

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

[Bug target/71342] [6/7/8 Regression][RL78] set1 / clr1 with !addr16 sometimes doesn't work

2017-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71342

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.4 |6.5

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

[Bug rtl-optimization/79593] [6/7/8 Regression] Poor/Worse code generation for FPU on versions after 6

2017-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79593

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.4 |6.5

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

[Bug c++/77967] ICE in cp_parser_type_name, at cp/parser.c:16419 (trying to add a method to a template alias)

2017-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77967

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.4 |6.5

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

[Bug target/66171] [6/7/8 Regression]: gcc.target/cris/biap.c

2017-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66171

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.4 |6.5

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

[Bug tree-optimization/80631] [6/7/8 Regression] Compiling with -O3 -mavx2 gives wrong code

2017-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80631

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.4 |6.5

--- Comment #2 from Richard Biener  ---
GCC 6.4 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

2017-07-04 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.4 |6.5

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

[Bug target/66960] Add interrupt attribute to x86 backend

2017-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66960

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.4 |6.5

--- Comment #19 from Richard Biener  ---
GCC 6.4 is being released, adjusting target milestone.

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

2017-07-04 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.4 |6.5

--- Comment #12 from Richard Biener  ---
GCC 6.4 is being released, adjusting target milestone.

  1   2   3   4   >