[Bug sanitizer/70683] [7 Regression] -fcompare-debug bug with -fsanitize=address

2016-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70683 --- Comment #4 from Jakub Jelinek --- Author: jakub Date: Wed Apr 27 07:45:57 2016 New Revision: 235469 URL: https://gcc.gnu.org/viewcvs?rev=235469&root=gcc&view=rev Log: PR sanitizer/70683 * tree.h (inchash::add_expr): Add FLAGS

[Bug ada/70759] Ada rts fails to build with -mabi=ilp32

2016-04-27 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70759 --- Comment #3 from Eric Botcazou --- Author: ebotcazou Date: Wed Apr 27 07:49:49 2016 New Revision: 235472 URL: https://gcc.gnu.org/viewcvs?rev=235472&root=gcc&view=rev Log: PR ada/70759 * stor-layout.h (internal_reference_types

[Bug tree-optimization/70804] Missed tail-call

2016-04-27 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70804 Richard Biener changed: What|Removed |Added Keywords||missed-optimization Status|

[Bug libstdc++/70806] Missing deallocation of exception handler emergency pool breaks -static-libstdc++ with dlopen

2016-04-27 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70806 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug middle-end/70807] fwprop pass ICE with incoming CDI_DOMINATORS

2016-04-27 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70807 Richard Biener changed: What|Removed |Added CC||rguenth at gcc dot gnu.org --- Comment

[Bug c++/70818] New: Multiple calls of virtual base class contructor (with braced initialization)

2016-04-27 Thread tcorbat at hsr dot ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70818 Bug ID: 70818 Summary: Multiple calls of virtual base class contructor (with braced initialization) Product: gcc Version: 5.1.0 Status: UNCONFIRMED Severity: tr

[Bug c/70812] Delay folding further in C front-end

2016-04-27 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70812 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug ipa/70760] [6/7 regression] wrong generated code for std::make_unique with -fipa-pta

2016-04-27 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70760 --- Comment #13 from Richard Biener --- Thanks. I'm currently fixing PR70785 to get that testing coverage back and will go forward with this fix after I can successfully test it with a LTO bootstrap with IPA PTA enabled.

[Bug testsuite/70595] Cilk Plus testsuite needs massive cleanup

2016-04-27 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70595 Rainer Orth changed: What|Removed |Added URL||https://gcc.gnu.org/ml/gcc-

[Bug c++/55922] brace initializing parent cause bogus virtual base constructor calls

2016-04-27 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55922 Jonathan Wakely changed: What|Removed |Added CC||tcorbat at hsr dot ch --- Comment #3 f

[Bug c++/70818] Multiple calls of virtual base class contructor (with braced initialization)

2016-04-27 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70818 Jonathan Wakely changed: What|Removed |Added Keywords||wrong-code Status|UNCONFIR

[Bug c++/70776] [4.9/5/6/7 Regression] ICE on invalid code on x86_64-linux-gnu: Segmentation fault (program cc1plus)

2016-04-27 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70776 Paolo Carlini changed: What|Removed |Added CC||paolo.carlini at oracle dot com --- Comm

[Bug sanitizer/70342] g++ -fsanitize=undefined never finishes compiling (>24h) in qtxmlpatterns test suite

2016-04-27 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70342 --- Comment #6 from Marek Polacek --- After hours of reducing: class A {}; class B { public: B(A); }; class C { public: C operator<<(B); }; class D { D(const int &); C m_blackList; }; D::D(const int &) { m_blackList << A() << A() << A(

[Bug bootstrap/62077] --with-build-config=bootstrap-lto fails

2016-04-27 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62077 --- Comment #66 from Richard Biener --- The issue re-appears with GCC 6, the workaround doing --enable-stage1-checking=release still works. Note that the comparison we do with LTO bootstrap is quite pointless as we only compile the internal IL a

[Bug tree-optimization/70804] Missed tail-call

2016-04-27 Thread amonakov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70804 Alexander Monakov changed: What|Removed |Added CC||amonakov at gcc dot gnu.org --- Comm

[Bug ipa/70785] LTO bootstrap with IPA PTA is broken

2016-04-27 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70785 --- Comment #2 from Richard Biener --- Author: rguenth Date: Wed Apr 27 10:42:08 2016 New Revision: 235477 URL: https://gcc.gnu.org/viewcvs?rev=235477&root=gcc&view=rev Log: 2016-04-27 Richard Biener PR ipa/70785 * tree-ssa-s

[Bug ipa/70785] LTO bootstrap with IPA PTA is broken

2016-04-27 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70785 Richard Biener changed: What|Removed |Added Known to work||7.0 Known to fail|

[Bug target/69634] [4.9/5 Regression] -fcompare-debug failure (length) with -O2 -fno-dce -fschedule-insns -fno-tree-vrp @ i686

2016-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69634 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.0 |4.9.4

[Bug target/70123] [5 Regression] Miscompilation of cfitsio testcase on s390x-linux starting with r222144

2016-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70123 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.0 |5.4

[Bug rtl-optimization/70224] [5 regression] ICE: RTL flag check: CROSSING_JUMP_P used with unexpected rtx code 'insn' in relax_delay_slots, at reorg.c:3310

2016-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70224 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.0 |5.4

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

2016-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70597 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.0 |6.2 --- Comment #1 from Jakub Jelinek -

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

2016-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70359 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.0 |6.2 --- Comment #16 from Jakub Jelinek

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

2016-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69823 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.0 |6.2 --- Comment #2 from Jakub Jelinek -

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

2016-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68682 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.0 |6.2 --- Comment #1 from Jakub Jelinek -

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

2016-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65139 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.0 |6.2 --- Comment #2 from Jakub Jelinek -

[Bug tree-optimization/69068] [6/7 Regression] ICE in bb_contains_loop_phi_nodes, at graphite-isl-ast-to-gimple.c:1279

2016-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69068 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.0 |6.2 --- Comment #5 from Jakub Jelinek -

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

2016-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69196 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.0 |6.2 --- Comment #24 from Jakub Jelinek

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

2016-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66487 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.0 |6.2 --- Comment #21 from Jakub Jelinek

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

2016-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66250 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.0 |6.2 --- Comment #4 from Jakub Jelinek -

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

2016-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67219 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.0 |6.2 --- Comment #6 from Jakub Jelinek -

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

2016-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66403 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.0 |6.2 --- Comment #1 from Jakub Jelinek -

[Bug target/68664] PowerPC: speculative sqrt in c-ray main loop causes large slow down

2016-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68664 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.0 |6.2 --- Comment #2 from Jakub Jelinek -

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

2016-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70164 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.0 |6.2 --- Comment #15 from Jakub Jelinek

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

2016-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65642 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.0 |6.2 --- Comment #7 from Jakub Jelinek -

[Bug c/64918] invalid (?) warning when initializing structure

2016-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64918 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.0 |6.2 --- Comment #8 from Jakub Jelinek -

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

2016-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67710 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.0 |6.2 --- Comment #10 from Jakub Jelinek

[Bug rtl-optimization/70222] Test miscompiled with -O1

2016-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70222 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.0 |6.2 --- Comment #13 from Jakub Jelinek

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

2016-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68717 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.0 |6.2 --- Comment #2 from Jakub Jelinek -

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

2016-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68560 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.0 |6.2 --- Comment #21 from Jakub Jelinek

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

2016-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64715 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.0 |6.2 --- Comment #24 from Jakub Jelinek

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

2016-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67239 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.0 |6.2 --- Comment #24 from Jakub Jelinek

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

2016-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70582 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.0 |6.2 --- Comment #3 from Jakub Jelinek -

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

2016-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65534 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.0 |6.2 --- Comment #6 from Jakub Jelinek -

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

2016-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67513 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.0 |6.2 --- Comment #11 from Jakub Jelinek

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

2016-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66401 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.0 |6.2 --- Comment #1 from Jakub Jelinek -

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

2016-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62254 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.0 |6.2 --- Comment #22 from Jakub Jelinek

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

2016-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68644 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.0 |6.2 --- Comment #5 from Jakub Jelinek -

[Bug target/66200] GCC for ARM / AArch64 doesn't define TARGET_RELAXED_ORDERING

2016-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66200 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.0 |6.2 --- Comment #10 from Jakub Jelinek

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

2016-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64253 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.0 |6.2 --- Comment #5 from Jakub Jelinek -

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

2016-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68939 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.0 |6.2 --- Comment #2 from Jakub Jelinek -

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

2016-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69513 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.0 |6.2 --- Comment #8 from Jakub Jelinek -

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

2016-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69940 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.0 |6.2 --- Comment #1 from Jakub Jelinek -

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

2016-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=35514 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.0 |6.2 --- Comment #3 from Jakub Jelinek -

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

2016-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67352 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.0 |6.2 --- Comment #1 from Jakub Jelinek -

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

2016-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=28628 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.0 |6.2 --- Comment #3 from Jakub Jelinek -

[Bug c++/70810] std::function template variadic template arguments do not unpack in function template

2016-04-27 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70810 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

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

2016-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66195 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.0 |6.2 --- Comment #3 from Jakub Jelinek -

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

2016-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69580 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.0 |6.2 --- Comment #8 from Jakub Jelinek -

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

2016-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68749 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.0 |6.2 --- Comment #10 from Jakub Jelinek

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

2016-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66398 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.0 |6.2 --- Comment #1 from Jakub Jelinek -

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

2016-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67819 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.0 |6.2 --- Comment #4 from Jakub Jelinek -

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

2016-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58796 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.0 |6.2 --- Comment #11 from Jakub Jelinek

[Bug tree-optimization/62630] [5/6/7 Regression] gcc.dg/graphite/vect-pr43423.c XFAILed

2016-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62630 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.0 |6.2 --- Comment #23 from Jakub Jelinek

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

2016-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70019 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.0 |6.2 --- Comment #8 from Jakub Jelinek -

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

2016-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69331 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.0 |6.2 --- Comment #15 from Jakub Jelinek

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

2016-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67420 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.0 |6.2 --- Comment #2 from Jakub Jelinek -

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

2016-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68510 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.0 |6.2 --- Comment #2 from Jakub Jelinek -

[Bug libgcj/69333] [6/7 Regression] FAIL: StackTrace2 execution - source compiled test

2016-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69333 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.0 |6.2 --- Comment #1 from Jakub Jelinek -

[Bug target/70750] [6/7 Regression] Load and call no longer combined for indirect calls on x86

2016-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70750 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.0 |6.2 --- Comment #6 from Jakub Jelinek -

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

2016-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66404 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.0 |6.2 --- Comment #1 from Jakub Jelinek -

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

2016-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67321 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.0 |6.2 --- Comment #3 from Jakub Jelinek -

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

2016-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69639 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.0 |6.2 --- Comment #4 from Jakub Jelinek -

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

2016-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53118 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.0 |6.2 --- Comment #7 from Jakub Jelinek -

[Bug target/68752] PowerPC: vector reciprocal square root estimate missed optimisations

2016-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68752 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.0 |6.2 --- Comment #1 from Jakub Jelinek -

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

2016-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66171 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.0 |6.2 --- Comment #2 from Jakub Jelinek -

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

2016-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66960 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.0 |6.2 --- Comment #6 from Jakub Jelinek -

[Bug target/68690] PowerPC64: TOC save in PHP core loop results in load hit store

2016-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68690 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.0 |6.2 --- Comment #2 from Jakub Jelinek -

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

2016-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60336 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.0 |6.2 --- Comment #46 from Jakub Jelinek

[Bug c/65452] strcmp (foo, foo) could give a warning

2016-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65452 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.0 |6.2 --- Comment #5 from Jakub Jelinek -

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

2016-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67326 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.0 |6.2 --- Comment #5 from Jakub Jelinek -

[Bug ipa/66004] [6/7 Regression]: performance of 26_numerics/random/negative_binomial_distribution/operators/values.cc

2016-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66004 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.0 |6.2 --- Comment #8 from Jakub Jelinek -

[Bug tree-optimization/70315] FAIL: gcc.dg/tree-ssa/sra-17.c scan-tree-dump-times esra

2016-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70315 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.0 |6.2 --- Comment #4 from Jakub Jelinek -

[Bug c/65430] Missing -Wsequence-point warning with COMPOUND_EXPRs

2016-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65430 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.0 |6.2 --- Comment #4 from Jakub Jelinek -

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

2016-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70583 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.0 |6.2 --- Comment #2 from Jakub Jelinek -

[Bug target/67400] -fno-plt doesn't work with function pointers

2016-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67400 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.0 |6.2 --- Comment #3 from Jakub Jelinek -

[Bug ipa/70760] [6/7 regression] wrong generated code for std::make_unique with -fipa-pta

2016-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70760 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.0 |6.2 --- Comment #14 from Jakub Jelinek

[Bug fortran/67419] gfortran.dg/large_real_kind_2.F90 FAILs

2016-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67419 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.0 |6.2 --- Comment #11 from Jakub Jelinek

[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-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70390 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.0 |6.2 --- Comment #3 from Jakub Jelinek -

[Bug tree-optimization/69067] [6/7 Regression] ICE in get_def_bb_for_const, at graphite-isl-ast-to-gimple.c:1995

2016-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69067 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.0 |6.2 --- Comment #2 from Jakub Jelinek -

[Bug tree-optimization/68128] A huge regression in Parboil v2.5 OpenMP CUTCP test (2.5 times lower performance)

2016-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68128 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.0 |6.2 --- Comment #9 from Jakub Jelinek -

[Bug fortran/70040] [6/7 Regression] ICE in gimplify.c with deferred-length strings

2016-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70040 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.0 |6.2 --- Comment #7 from Jakub Jelinek -

[Bug fortran/69659] [6/7 Regression] ICE on using option -frepack-arrays, in gfc_conv_descriptor_data_get

2016-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69659 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.0 |6.2 --- Comment #7 from Jakub Jelinek -

[Bug tree-optimization/69184] [6/7 Regression] ICE in copy_cond_phi_nodes, at graphite-isl-ast-to-gimple.c:2685

2016-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69184 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.0 |6.2 --- Comment #6 from Jakub Jelinek -

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

2016-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69728 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.0 |6.2 --- Comment #3 from Jakub Jelinek -

[Bug target/65846] Optimize data access in PIE with copy reloc

2016-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65846 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.0 |6.2 --- Comment #2 from Jakub Jelinek -

[Bug rtl-optimization/69633] [6/7 Regression] Redundant move is generated after r228097

2016-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69633 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.0 |6.2 --- Comment #7 from Jakub Jelinek -

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

2016-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61225 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.0 |6.2 --- Comment #25 from Jakub Jelinek

[Bug target/60290] 32-bit g++.dg/cilk-plus/CK/catch_exc.cc FAILs on Solaris/x86

2016-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60290 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.0 |6.2 --- Comment #10 from Jakub Jelinek

[Bug c/65891] -Wlogical-op now warns about logical ‘and’ of equal expressions even when different types/sizeofs are involved

2016-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65891 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.0 |6.2 --- Comment #4 from Jakub Jelinek -

[Bug target/69153] --with-advance-toolchain configure option does not correctly set configure variable target_header_dir

2016-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69153 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.0 |6.2 --- Comment #3 from Jakub Jelinek -

  1   2   3   >