[Bug middle-end/66685] [6 Regression] conftest.c:16:1: internal compiler error: in as_a, at is-a.h:192

2015-06-26 Thread miyuki at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66685 --- Comment #4 from Mikhail Maltsev --- Revision number r225078 looks wrong to me: it's a release tag for v. 4.9.3 (and line numbers in the backtrace do not match with the source code of that revision)

[Bug debug/66688] New: [6 Regression] compare debug failure building Linux kernel on ppc64le

2015-06-26 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66688 Bug ID: 66688 Summary: [6 Regression] compare debug failure building Linux kernel on ppc64le Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal

[Bug tree-optimization/66652] try_transform_to_exit_first_loop_alt generates incorrect loop

2015-06-26 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66652 --- Comment #2 from vries at gcc dot gnu.org --- Created attachment 35865 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35865&action=edit follow-up patch for demonstrator patch This patch in addition allows transform_to_exit_first_loop_alt

[Bug tree-optimization/66642] transform_to_exit_first_loop_alt doesn't use result of low iteration count loop

2015-06-26 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66642 vries at gcc dot gnu.org changed: What|Removed |Added Keywords||patch --- Comment #4 from vrie

[Bug target/66620] bfin: bfin.c: (hwloop_optimize): gcc_assert (JUMP_P (insn)) fails.

2015-06-26 Thread gang.chen.5i5j at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66620 --- Comment #5 from Chen Gang --- Created attachment 35864 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35864&action=edit The correct insns should be with -fno-reorder-blocks

[Bug target/66620] bfin: bfin.c: (hwloop_optimize): gcc_assert (JUMP_P (insn)) fails.

2015-06-26 Thread gang.chen.5i5j at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66620 --- Comment #4 from Chen Gang --- Created attachment 35863 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35863&action=edit The correct insns without -fno-reorder-blocks

[Bug target/66620] bfin: bfin.c: (hwloop_optimize): gcc_assert (JUMP_P (insn)) fails.

2015-06-26 Thread gang.chen.5i5j at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66620 --- Comment #3 from Chen Gang --- Created attachment 35862 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35862&action=edit The insns for our issue.

[Bug target/66620] bfin: bfin.c: (hwloop_optimize): gcc_assert (JUMP_P (insn)) fails.

2015-06-26 Thread gang.chen.5i5j at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66620 --- Comment #2 from Chen Gang --- (In reply to Mikhail Maltsev from comment #1) > Started with r208165. OK, thanks. Really it is, it is valuable to me (it can generate the correct insns for comparing). And also if remove "-fno-reorder-blocks", i

[Bug lto/66687] WPA link fau: internal compiler error: bytecode stream: found non-null terminated string

2015-06-26 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66687 --- Comment #4 from Andrew Pinski --- MUSL support is not included in GCC 5.x is another thing. Also you are using x32 which is not tested that much.

[Bug lto/66687] WPA link fau: internal compiler error: bytecode stream: found non-null terminated string

2015-06-26 Thread guido.hatzsis at yandex dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66687 --- Comment #3 from Guido Haztsis --- Musl claims that they support LTO. Also all that I have changed was bumping gcc from the 5.1_release tag to the latest overnight commit. The res file doesn't even include libc.so (nor libc.a for a static bui

[Bug target/66611] [5 Regression][SH] ICE on -O2

2015-06-26 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66611 Oleg Endo changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/65979] [5/6 Regression] [SH] Wrong code is generated with stage1 compiler

2015-06-26 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65979 --- Comment #47 from Oleg Endo --- Author: olegendo Date: Sat Jun 27 00:46:58 2015 New Revision: 225094 URL: https://gcc.gnu.org/viewcvs?rev=225094&root=gcc&view=rev Log: gcc/ Backport from mainline 2015-06-25 Oleg Endo

[Bug target/66611] SH: ICE on -O2

2015-06-26 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66611 --- Comment #4 from Oleg Endo --- Author: olegendo Date: Sat Jun 27 00:46:58 2015 New Revision: 225094 URL: https://gcc.gnu.org/viewcvs?rev=225094&root=gcc&view=rev Log: gcc/ Backport from mainline 2015-06-25 Oleg Endo

[Bug lto/66687] WPA link fau: internal compiler error: bytecode stream: found non-null terminated string

2015-06-26 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66687 --- Comment #2 from Andrew Pinski --- Are you sure that this is not a bug in musl?

[Bug c/66687] WPA link fau: internal compiler error: bytecode stream: found non-null terminated string

2015-06-26 Thread guido.hatzsis at yandex dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66687 --- Comment #1 from Guido Haztsis --- Created attachment 35861 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35861&action=edit preproc source

[Bug c/66687] New: WPA link fau: internal compiler error: bytecode stream: found non-null terminated string

2015-06-26 Thread guido.hatzsis at yandex dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66687 Bug ID: 66687 Summary: WPA link fau: internal compiler error: bytecode stream: found non-null terminated string Product: gcc Version: lto Status: UNCONFIRMED Se

[Bug middle-end/66685] [6 Regression] conftest.c:16:1: internal compiler error: in as_a, at is-a.h:192

2015-06-26 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66685 --- Comment #3 from John David Anglin --- Backtrace: Breakpoint 1, _Z4as_aIP13rtx_jump_insn8rtx_insnET_PT0_ (p=0x7ae2beb0) at ../../gcc/gcc/is-a.h:192 192 gcc_checking_assert (is_a (p)); (gdb) bt Python Exception Failed to load /home

[Bug c++/66686] New: Instantiation of dependent template template parameter with non-dependent template rejected

2015-06-26 Thread ppalka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66686 Bug ID: 66686 Summary: Instantiation of dependent template template parameter with non-dependent template rejected Product: gcc Version: 5.1.0 Status: UNCONFIRMED

[Bug c++/66684] [6 Regression] ICE in merge_exception_specifiers, at cp/typeck2.c:2114

2015-06-26 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66684 Jason Merrill changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug c++/66216] [6 Regression] Defaulted Operators and constructors not working with aligned attribute

2015-06-26 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66216 --- Comment #5 from Jason Merrill --- Author: jason Date: Fri Jun 26 21:41:34 2015 New Revision: 225088 URL: https://gcc.gnu.org/viewcvs?rev=225088&root=gcc&view=rev Log: PR c++/66216 * class.c (finish_struct): Call fixup_attribu

[Bug c++/66216] [6 Regression] Defaulted Operators and constructors not working with aligned attribute

2015-06-26 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66216 Jason Merrill changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug c++/66216] [6 Regression] Defaulted Operators and constructors not working with aligned attribute

2015-06-26 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66216 --- Comment #3 from Jason Merrill --- Author: jason Date: Fri Jun 26 21:31:13 2015 New Revision: 225087 URL: https://gcc.gnu.org/viewcvs?rev=225087&root=gcc&view=rev Log: PR c++/66216 * class.c (finish_struct): Call fixup_attribu

[Bug c++/66684] [6 Regression] ICE in merge_exception_specifiers, at cp/typeck2.c:2114

2015-06-26 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66684 --- Comment #1 from Jason Merrill --- Author: jason Date: Fri Jun 26 21:31:08 2015 New Revision: 225086 URL: https://gcc.gnu.org/viewcvs?rev=225086&root=gcc&view=rev Log: PR c++/66684 * typeck2.c (merge_exception_specifiers): All

[Bug middle-end/66685] [6 Regression] conftest.c:16:1: internal compiler error: in as_a, at is-a.h:192

2015-06-26 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66685 Markus Trippelsdorf changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED Resolution|FIX

[Bug middle-end/66685] [6 Regression] conftest.c:16:1: internal compiler error: in as_a, at is-a.h:192

2015-06-26 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66685 Markus Trippelsdorf changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

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

2015-06-26 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60290 Andrew Pinski changed: What|Removed |Added Target Milestone|4.9.4 |---

[Bug c++/66067] [6 Regression] tree check ICE: accessed elt 1 of tree_vec with 0 elts in write_template_args, at cp/mangle.c:2574

2015-06-26 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66067 --- Comment #13 from Jason Merrill --- Author: jason Date: Fri Jun 26 20:35:06 2015 New Revision: 225085 URL: https://gcc.gnu.org/viewcvs?rev=225085&root=gcc&view=rev Log: PR c++/66067 * mangle.c (write_template_args): Handle 0 l

[Bug c++/66654] [6 Regression] ice in digest_init_r, at cp/typeck2.c:1103

2015-06-26 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66654 --- Comment #4 from Jason Merrill --- Author: jason Date: Fri Jun 26 20:33:35 2015 New Revision: 225082 URL: https://gcc.gnu.org/viewcvs?rev=225082&root=gcc&view=rev Log: PR c++/66654 * typeck2.c (digest_init_r): Only expect resh

[Bug c++/66255] [6 Regression] ice in retrieve_specialization

2015-06-26 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66255 --- Comment #5 from Jason Merrill --- Author: jason Date: Fri Jun 26 20:33:46 2015 New Revision: 225084 URL: https://gcc.gnu.org/viewcvs?rev=225084&root=gcc&view=rev Log: PR c++/66255 * pt.c (check_unstripped_args): Split out fro

[Bug c++/66067] [6 Regression] tree check ICE: accessed elt 1 of tree_vec with 0 elts in write_template_args, at cp/mangle.c:2574

2015-06-26 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66067 --- Comment #12 from Jason Merrill --- Author: jason Date: Fri Jun 26 20:33:41 2015 New Revision: 225083 URL: https://gcc.gnu.org/viewcvs?rev=225083&root=gcc&view=rev Log: PR c++/66067 * mangle.c (write_nested_name): Limit TYPENA

[Bug middle-end/66685] New: [6 Regression] conftest.c:16:1: internal compiler error: in as_a, at is-a.h:192

2015-06-26 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66685 Bug ID: 66685 Summary: [6 Regression] conftest.c:16:1: internal compiler error: in as_a, at is-a.h:192 Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: n

[Bug driver/64540] [4.9 regression] Casting to/from long double emits ambiguous fild/fisttp instruction

2015-06-26 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64540 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/66509] the new clang-based assembler in Xcode 7 on 10.11 fails on the libjava/java/lang/reflect/natArray.cc file from FSF gcc 5.1 at -m32

2015-06-26 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66509 Andrew Pinski changed: What|Removed |Added CC||zanpeeters at gmail dot com --- Comment

[Bug debug/54114] VTA compile-time performance could be improved

2015-06-26 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54114 Andrew Pinski changed: What|Removed |Added Keywords||compile-time-hog Target Milestone|4.9.

[Bug libgomp/60670] omp.h may differ between multilibs

2015-06-26 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60670 Andrew Pinski changed: What|Removed |Added Target Milestone|4.9.4 |---

[Bug go/59453] log/syslog FAILs on Solaris 9

2015-06-26 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59453 Andrew Pinski changed: What|Removed |Added Target Milestone|4.9.4 |---

[Bug testsuite/60031] dg-require-effective-target powerpc_vsx_ok is not enough

2015-06-26 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60031 Andrew Pinski changed: What|Removed |Added Target Milestone|4.9.4 |---

[Bug testsuite/55440] Plugin tests is compiled with wrong CFLAGS

2015-06-26 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55440 Andrew Pinski changed: What|Removed |Added Target Milestone|4.9.4 |---

[Bug target/60825] [AArch64] int64x1_t, uint64x1_t and float64x1_t are not treated as vector types

2015-06-26 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60825 Andrew Pinski changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c/66682] Lots of macro expansion, very slow compilation

2015-06-26 Thread miyuki at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66682 --- Comment #6 from Mikhail Maltsev --- Created attachment 35859 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35859&action=edit Sampling profile of cc1 It's hard to say what's wrong here (why do we perform so many lookups in mem_attrs ha

[Bug target/59664] avx512f-ceil-sfix-vec-2.c and avx512f-floor-sfix-vec-2.c FAIL on Solaris9/x86

2015-06-26 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59664 Andrew Pinski changed: What|Removed |Added Target Milestone|4.9.4 |---

[Bug tree-optimization/57994] Constant folding of infinity

2015-06-26 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57994 Andrew Pinski changed: What|Removed |Added Target Milestone|4.9.4 |---

[Bug ipa/60761] Improve dump_decl for clones

2015-06-26 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60761 Andrew Pinski changed: What|Removed |Added Target Milestone|4.9.4 |---

[Bug c++/58950] Missing "statement has no effect"

2015-06-26 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58950 Andrew Pinski changed: What|Removed |Added Target Milestone|4.9.4 |---

[Bug libstdc++/57925] discrete_distribution can be improved to O(1) per sampling

2015-06-26 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57925 Andrew Pinski changed: What|Removed |Added Target Milestone|4.9.4 |---

[Bug tree-optimization/61943] tree-ssa-loop-ivopts.c:4148 signed integer overflow

2015-06-26 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61943 Andrew Pinski changed: What|Removed |Added Target Milestone|4.9.4 |---

[Bug tree-optimization/62058] Undefined behaviour in tree-data-ref.c with options -O1 -ftree-loop-vectorize

2015-06-26 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62058 Andrew Pinski changed: What|Removed |Added Target Milestone|4.9.4 |---

[Bug c++/17232] [DR 1640] classes and class template specializations treated differently w.r.t. core issue #337

2015-06-26 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=17232 Andrew Pinski changed: What|Removed |Added Target Milestone|4.9.4 |---

[Bug other/59053] cilkplus branch compiler loops

2015-06-26 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59053 Andrew Pinski changed: What|Removed |Added Target Milestone|4.9.4 |---

[Bug other/59490] cilk-plus failure

2015-06-26 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59490 Andrew Pinski changed: What|Removed |Added Target Milestone|4.9.4 |---

[Bug fortran/61908] load of invalid value for 'expr_t' in interface.c compare_actual_formal

2015-06-26 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61908 Andrew Pinski changed: What|Removed |Added Target Milestone|4.9.4 |---

[Bug lto/59441] ICE in bitmap_element_allocate

2015-06-26 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59441 Andrew Pinski changed: What|Removed |Added Target Milestone|4.9.4 |--- --- Comment #8 from Andrew Pinski -

[Bug c++/62204] internal compiler error with -Wall

2015-06-26 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62204 Andrew Pinski changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/66371] [6 Regression] ICE: canonical types differ for identical types

2015-06-26 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66371 Jason Merrill changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/63633] [avr] internal compiler error: unrecognizable insn with mult insns

2015-06-26 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63633 Andrew Pinski changed: What|Removed |Added Target Milestone|4.9.4 |---

[Bug libgcj/55637] FAIL: sourcelocation output - source compiled test

2015-06-26 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55637 Andrew Pinski changed: What|Removed |Added Target Milestone|4.9.4 |---

[Bug c++/29040] missing access control checks in subclasses for nested types

2015-06-26 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=29040 Andrew Pinski changed: What|Removed |Added Target Milestone|4.9.4 |---

[Bug c/66682] Lots of macro expansion, very slow compilation

2015-06-26 Thread miyuki at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66682 Mikhail Maltsev changed: What|Removed |Added CC||miyuki at gcc dot gnu.org --- Comment

[Bug testsuite/58867] asan and ubsan tests not run for installed testing

2015-06-26 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58867 Andrew Pinski changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug middle-end/58981] movmem/setmem use mode wider than Pmode for size

2015-06-26 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58981 Andrew Pinski changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/66255] [6 Regression] ice in retrieve_specialization

2015-06-26 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66255 Jason Merrill changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/66067] [6 Regression] tree check ICE: accessed elt 1 of tree_vec with 0 elts in write_template_args, at cp/mangle.c:2574

2015-06-26 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66067 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/66654] [6 Regression] ice in digest_init_r, at cp/typeck2.c:1103

2015-06-26 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66654 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/65198] [4.9 Regression] User-defined literal template inside generic lambda segfaults

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65198 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug testsuite/66621] [4.9/5/6 Regression] Mistakenly unsupported tests in g++.dg/torture/

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66621 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug tree-optimization/37916] [4.9/5/6 Regression] SSA names causing register pressure; unnecessarily many simultaneously "live" names.

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=37916 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug ipa/64812] [4.9 regression] x86 LibreOffice Build failure: undefined reference to acquire

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64812 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug ada/25844] [4.9/5/6 regression] ICE on overloaded renames

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25844 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug fortran/61831] [4.9/ 5 Regression] runtime error: pointer being freed was not allocated

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61831 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug lto/66394] [4.9/5/6 Regression] ICE in -flto -fmerge-all-constants -fno-use-linker-plugin targetting i686-w64-mingw32

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66394 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug testsuite/60031] dg-require-effective-target powerpc_vsx_ok is not enough

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60031 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug tree-optimization/66263] [4.9/5/6 Regression] Performance regression from gcc-4.8 and up (trivial sudoku program)

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66263 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug tree-optimization/57534] [4.9/5/6 Regression]: Performance regression versus 4.7.3, 4.8.1 is ~15% slower

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57534 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug go/59431] [4.9/5/6 regression] runtime FAILs on Solaris

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59431 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug debug/61014] [4.9/5/6 Regression] gdb can't find symbol of derived data type array in nested subroutine

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61014 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug testsuite/55440] Plugin tests is compiled with wrong CFLAGS

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55440 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug tree-optimization/63748] [4.9 Regression] wrong may be used uninitialized warning (abnormal edges)

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63748 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug tree-optimization/32306] [4.9/5/6 Regression] redundant && || not eliminated

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=32306 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug fortran/58754] [4.9/5/6 Regression] ICE on allocating character array with source

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58754 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug tree-optimization/21485] [4.9/5/6 Regression] missed load PRE, PRE makes i?86 suck

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=21485 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug debug/63135] [4.9 regression] Infinite loop in var-tracking

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63135 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug tree-optimization/66186] [4.9/5/6 Regression] wrong code at -O3 on x86_64-linux-gnu

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66186 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug middle-end/26241] [4.9/5/6 Regression] None of the IPA passes are documented in passes.texi

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26241 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug middle-end/33699] [4.9/5/6 regression] missing optimization on const addr area store

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=33699 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug other/59053] cilkplus branch compiler loops

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59053 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug middle-end/38059] [4.9/5/6 Regression] Compile time regression for gcc.dg/20020425-1.c

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=38059 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug tree-optimization/61203] [4.9/5/6 Regression] g++.old-deja/g++.jason/rvalue2.C FAILs with -O2 -fno-inline

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61203 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug middle-end/52285] [4.9/5/6 Regression] libgcrypt _gcry_burn_stack slowdown

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52285 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug tree-optimization/49442] [4.9/5/6 Regression] Misaligned store support pessimization

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49442 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug target/59664] avx512f-ceil-sfix-vec-2.c and avx512f-floor-sfix-vec-2.c FAIL on Solaris9/x86

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59664 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug target/39725] [4.9/5/6 Regression][cond-optab] MIPS pessimizations on floating-point

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=39725 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug rtl-optimization/61047] [4.9/5/6 Regression] wrong code at -O1 on x86_64-linux

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61047 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug c++/56427] [C++11] template template parameter template parameter pack that depends on another parameter pack

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56427 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug target/39726] [4.9/5 Regression][cond-optab] ColdFire pessimizations on QImode/HImode tests

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=39726 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug fortran/64522] [4.9/5/6 Regression] Free-form source code: -Wline-truncation is no longer enabled by default

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64522 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug tree-optimization/55936] [4.9/5/6 Regression] Missed VRP optimization

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55936 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug java/43055] [4.9/5/6 Regression] 'jc1: internal compiler error: Segmentation fault' using gcj -fprofile-arcs

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43055 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

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

2015-06-26 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|4.9.3 |4.9.4

[Bug fortran/42954] [4.9/5/6 regression] TARGET_*_CPP_BUILTINS issues with gfortran

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42954 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug tree-optimization/53852] [4.9/5/6 Regression] -ftree-loop-linear: large compile time / memory usage

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53852 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

  1   2   3   4   5   6   7   >