[Bug middle-end/69258] Flexible arrays break TBAA

2016-01-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69258 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug lto/69254] [6 Regression] ICE in streamer_get_builtin_tree when using -fsanitize=shift on the compile side only

2016-01-14 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69254 Jakub Jelinek changed: What|Removed |Added CC||hubicka at gcc dot gnu.org,

[Bug target/64411] ICE: in verify_target_availability, at sel-sched.c:1577 with -Os -mcmodel=medium -fPIC -fschedule-insns -fselective-scheduling

2016-01-14 Thread abel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64411 Andrey Belevantsev changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug rtl-optimization/69032] [5/6 Regression] ICE: in cfg_preds_1, at sel-sched-ir.c:4809 with -fsched-pressure -fsel-sched-pipelining -fselective-scheduling

2016-01-14 Thread abel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69032 Andrey Belevantsev changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassig

[Bug rtl-optimization/69102] [4.9/5/6 Regression] ICE: in move_op_ascend, at sel-sched.c:6138 with -fselective-scheduling2

2016-01-14 Thread abel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69102 Andrey Belevantsev changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug rtl-optimization/67145] [6 Regression] associativity from pseudo-reg ordering

2016-01-14 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67145 Jakub Jelinek changed: What|Removed |Added CC||rth at gcc dot gnu.org --- Comment #8 fr

[Bug tree-optimization/67323] Use non-unit stride loads by preference when applicable

2016-01-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67323 Richard Biener changed: What|Removed |Added Status|RESOLVED|NEW Resolution|FIXED

[Bug lto/69254] [6 Regression] ICE in streamer_get_builtin_tree when using -fsanitize=shift on the compile side only

2016-01-14 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69254 --- Comment #10 from rguenther at suse dot de --- On Thu, 14 Jan 2016, jakub at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69254 > > Jakub Jelinek changed: > >What|Removed |Added

[Bug debug/66668] [6 regression] FAIL: gcc.dg/debug/dwarf2/stacked-qualified-types-3.c scan-assembler-times DIE \\([^\n]*\\) DW_TAG_(?:const|volatile|atomic|restrict)_type 8

2016-01-14 Thread vogt at linux dot vnet.ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=8 --- Comment #5 from Dominik Vogt --- The linked page from comment #2 mentions a discussion about this issue which I'm unable to find. Any hints where it is? Anyway, we've looked into it, and it seems that this bit of code generated a duplicate

[Bug tree-optimization/68961] [6 regression] Test case gcc.target/powerpc/pr60203.c fails since r231674

2016-01-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68961 --- Comment #5 from Richard Biener --- (In reply to Martin Sebor from comment #4) > Confirmed on powerpc64le: > > $ /build/gcc-trunk/gcc/xgcc -B /build/gcc-trunk/gcc -O3 -S -Wall -Wextra > -Wpedantic -mcpu=power8 -o/dev/stdout > /src/gcc/trunk/g

[Bug debug/66668] [6 regression] FAIL: gcc.dg/debug/dwarf2/stacked-qualified-types-3.c scan-assembler-times DIE \\([^\n]*\\) DW_TAG_(?:const|volatile|atomic|restrict)_type 8

2016-01-14 Thread vogt at linux dot vnet.ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=8 --- Comment #6 from Dominik Vogt --- There are several approaches to fix the problem: 1) An "Intermediate" DIE is generated if the corresponding type has not yet been recorded. When creating the DIE also generate the type. This may lead to unu

[Bug middle-end/46555] [4.9/5/6 Regression] PHI RTL expansion leads to CSiBE regression

2016-01-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46555 --- Comment #6 from Richard Biener --- The idea is to add forwarder blocks here. Of course doing this too aggressively may be bad, not sure (extra jumps instead of extra copies). Eventually the targets want some control on this.

[Bug target/69264] [4.9/5 regression] ICE when building spidermonkey w/-maltivec -O3: rs6000_builtin_vectorization_cost, at config/rs6000/rs6000.c:4350

2016-01-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69264 Richard Biener changed: What|Removed |Added Version|unknown |5.3.0 Target Milestone|---

[Bug c++/69263] [6 Regression] internal compiler error: in cxx_eval_store_expression

2016-01-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69263 Richard Biener changed: What|Removed |Added Priority|P3 |P1

[Bug regression/67415] [5/6 Regression] -mcpu= breaks -print-file-name for ARM crosscompilers

2016-01-14 Thread nickc at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67415 Nick Clifton changed: What|Removed |Added CC||nickc at gcc dot gnu.org --- Comment #7 f

[Bug tree-optimization/69160] [6 Regression] ICE in vect_get_vec_def_for_operand, at tree-vect-stmts.c:1436

2016-01-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69160 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug tree-optimization/68060] [6 Regression] ICE on valid code at -O3 on x86_64-linux-gnu in vect_get_vec_def_for_operand, at tree-vect-stmts.c:1413

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

[Bug tree-optimization/68060] [6 Regression] ICE on valid code at -O3 on x86_64-linux-gnu in vect_get_vec_def_for_operand, at tree-vect-stmts.c:1413

2016-01-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68060 --- Comment #6 from Richard Biener --- It's a bogus detected double reduction.

[Bug middle-end/54896] optimization slowness on large basic blocks

2016-01-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54896 Richard Biener changed: What|Removed |Added Known to work||6.0 Known to fail|

[Bug fortran/69268] [5 Regression] Sourced allocation calls function twice

2016-01-14 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69268 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/69263] [6 Regression] internal compiler error: in cxx_eval_store_expression

2016-01-14 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69263 Marek Polacek changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug c++/68385] [6 Regression] ICE building libstdc++ on arm-none-eabi

2016-01-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68385 Richard Biener changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug bootstrap/68404] [6 Regression] PGO/LTO bootstrap failure on ppc64le

2016-01-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68404 Richard Biener changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c/68473] ICE: in contains_point, at diagnostic-show-locus.c:340 after error

2016-01-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68473 Richard Biener changed: What|Removed |Added Target Milestone|6.0 |--- Summary|[6 Regression] I

[Bug c++/69261] [6 Regression] Copying char arrays during constexpr evaluation does not work reliably

2016-01-14 Thread jens.auer at cgi dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69261 --- Comment #4 from Jens Auer --- It produces the correct results if you change foo to not use constexpr: void foo() { auto const s1 = s( "bla" ); auto const s2 = s( "blu" ); string_constexpr<7> const s1s2 = concat(s1,s2); auto cons

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

2016-01-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68560 Richard Biener changed: What|Removed |Added Priority|P3 |P4

[Bug c++/68585] [5/6 Regression] c++14 code accepted by 4.9 not accepted by 5 and 6

2016-01-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68585 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug c++/68586] [6 Regression] Enum template parameter wrongly rejected

2016-01-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68586 Richard Biener changed: What|Removed |Added Priority|P3 |P1

[Bug bootstrap/67373] Can't compile gcc snapshot for avr target with mingw

2016-01-14 Thread jj at stusta dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67373 Jonas Jelten changed: What|Removed |Added CC||jj at stusta dot net --- Comment #3 from

[Bug target/68648] [4.9 Regression][ARM] ICE: fail to generate BIC(immediate) instruction

2016-01-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68648 Richard Biener changed: What|Removed |Added Priority|P3 |P2 Known to work|

[Bug lto/68662] [6 regression] FAIL: gcc.dg/lto/20090210 c_lto_20090210_0.o-c_lto_20090210_1.o link, -O2 -flto -flto-partition=none -fuse-linker-plugin -fno-fat-lto-objects

2016-01-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68662 Richard Biener changed: What|Removed |Added Priority|P3 |P1

[Bug rtl-optimization/68670] [4.9 Regression] gcc.c-torture/execute/pr68376-2.c FAILs with -ftracer

2016-01-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68670 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug ipa/68672] [4.9/5/6 Regression] g++.dg/torture/pr68470.C: ICE: cannot update SSA form: statement uses released SSA name

2016-01-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68672 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug c++/68679] [5/6 Regression] gcc-5.2.1 ICE in C++11 anon union of structs with template fns, OK in gcc <= 4.9.3

2016-01-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68679 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug target/68698] [6 regression] FAIL: gcc.target/i386/avx512vl-vmovap[sd]-1.c

2016-01-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68698 Richard Biener changed: What|Removed |Added Priority|P3 |P1

[Bug bootstrap/67373] Can't compile gcc snapshot for avr target with mingw

2016-01-14 Thread jj at stusta dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67373 --- Comment #4 from Jonas Jelten --- It should be noted that my issue occurs on Gentoo with gcc 5.3.0, avr-libc 1.8.1 and avr binutils 2.25.1-r1.

[Bug rtl-optimization/68730] [6 Regression] wrong code at -O3 on x86_64-linux-gnu (in 32-bit mode)

2016-01-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68730 Richard Biener changed: What|Removed |Added Keywords||ra, wrong-code Target|

[Bug c++/68763] [6 Regression] ICE: in verify_unstripped_args, at cp/pt.c:1132

2016-01-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68763 Richard Biener changed: What|Removed |Added Priority|P3 |P1

[Bug target/69194] [5/6 Regression] internal compiler error: in extract_insn, at recog.c:2286

2016-01-14 Thread nickc at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69194 Nick Clifton changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug target/69194] [5/6 Regression] internal compiler error: in extract_insn, at recog.c:2286

2016-01-14 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69194 --- Comment #4 from ktkachov at gcc dot gnu.org --- (In reply to Nick Clifton from comment #3) > The patch checked in fixes this PR. I think this still needs a backport to GCC 5 though

[Bug lto/69271] New: LTO drops weak binding from aliases

2016-01-14 Thread nsz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69271 Bug ID: 69271 Summary: LTO drops weak binding from aliases Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: lto A

[Bug c++/68767] [6 regression] spurious warning: null argument where non-null required

2016-01-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68767 Richard Biener changed: What|Removed |Added Priority|P3 |P1 --- Comment #8 from Richard Biener

[Bug c++/68789] [5/6 Regression] ICE in tsubst_copy

2016-01-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68789 Richard Biener changed: What|Removed |Added Keywords||ice-on-invalid-code Priority|

[Bug c++/68782] [6 regression] bad reference member formed with constexpr

2016-01-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68782 Richard Biener changed: What|Removed |Added Priority|P3 |P1

[Bug target/69194] [5/6 Regression] internal compiler error: in extract_insn, at recog.c:2286

2016-01-14 Thread kugan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69194 --- Comment #5 from kugan at gcc dot gnu.org --- Thanks for the reminder. I will commit the back-port today. I wanted leave few days in the trunk before doing.

[Bug c++/68810] [6 regression] FAIL: g++.dg/cpp0x/constexpr-reinterpret1.C -- test for errors -- -m32

2016-01-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68810 Richard Biener changed: What|Removed |Added Priority|P3 |P1

[Bug bootstrap/66038] [5 regression] (stage 2) build/genmatch issue (gcc/hash-table.h|c) with --disable-checking [ introduced by r218976 ]

2016-01-14 Thread kumba at gentoo dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66038 --- Comment #33 from Joshua Kinard --- The problem may be tied to a particular CFLAG on glibc-n32 MIPS. I ran our (Gentoo's) stage-building script, and forgot to block gcc-5.3.0 from building, and it ended up completing. Difference between that

[Bug middle-end/68798] [5 Regression] x_solve.c:181:9: internal compiler error: in execute, at cfgexpand.c:6066

2016-01-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68798 Richard Biener changed: What|Removed |Added Priority|P3 |P2 Known to work|

[Bug lto/68820] [6 regression] FAIL: gcc.c-torture/execute/builtins/memops-asm.c execution, -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects

2016-01-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68820 Richard Biener changed: What|Removed |Added Priority|P3 |P1

[Bug c++/68847] [6 Regression] ICE in cxx_eval_constant_expression on __atomic_compare_exchange (constexpr.c:3719) in c++

2016-01-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68847 Richard Biener changed: What|Removed |Added Priority|P3 |P1 Version|unknown

[Bug bootstrap/66038] [5 regression] (stage 2) build/genmatch issue (gcc/hash-table.h|c) with --disable-checking [ introduced by r218976 ]

2016-01-14 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66038 --- Comment #34 from rguenther at suse dot de --- On Thu, 14 Jan 2016, kumba at gentoo dot org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66038 > > --- Comment #33 from Joshua Kinard --- > The problem may be tied to a particular CFL

[Bug target/68862] [6 Regression] g++.dg/torture/pr59163.C FAILs with -flive-range-shrinkage

2016-01-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68862 Richard Biener changed: What|Removed |Added Priority|P3 |P1 Component|tree-optimization

[Bug lto/68881] [6 Regression] UNRESOLVED/FAIL: gcc.dg/lto/attr-weakref-1 -O2 -flto

2016-01-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68881 Richard Biener changed: What|Removed |Added Target||x86_64-solaris Priority|P3

[Bug fortran/68887] [6 regression] gfortran.dg/coarray/event_[12].f90 -fcoarray=lib -O2 -lcaf_single -latomic fails

2016-01-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68887 Richard Biener changed: What|Removed |Added Priority|P3 |P4

[Bug c++/68890] [5/6 Regression] ICE in verify_ctor_sanity, at cp/constexpr.c:2113

2016-01-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68890 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug other/68899] [6 Regression] Invalid read of size: 3 occurences in get_line_width_without_trailing_whitespace (diagnostic-show-locus.c:413)

2016-01-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68899 Richard Biener changed: What|Removed |Added Priority|P3 |P1

[Bug c++/68926] [4.9/5/6 Regression] decltype and sfinae to check for template instance availability fails to compile

2016-01-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68926 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug c++/68936] [6 Regression] ICE: tree check: expected call_expr, have target_expr in build_min_non_dep_call_vec, at cp/tree.c:2744

2016-01-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68936 Richard Biener changed: What|Removed |Added Priority|P3 |P1

[Bug rtl-optimization/68955] [6 Regression] wrong code at -O3 on x86-64-linux-gnu in 32-bit mode

2016-01-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68955 Richard Biener changed: What|Removed |Added Priority|P3 |P1

[Bug tree-optimization/68961] [6 regression] Test case gcc.target/powerpc/pr60203.c fails since r231674

2016-01-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68961 Richard Biener changed: What|Removed |Added Priority|P3 |P1

[Bug tree-optimization/69155] [6 Regression] ICE (segfault in gimple_stmt_nonnegative_warnv_p)

2016-01-14 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69155 Jakub Jelinek changed: What|Removed |Added Attachment #37335|0 |1 is obsolete|

[Bug tree-optimization/68963] [4.9/5/6 Regression] O3 vs. O2 discards part of loop and terminates early

2016-01-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68963 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug ipa/68419] ICE segfault in determine_locally_known_aggregate_parts / ipa_compute_jump_functions_for_edge

2016-01-14 Thread jamborm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68419 --- Comment #7 from Martin Jambor --- Hi, (In reply to Lauri Kasanen from comment #6) > Here's more details on my system. > > Host gcc: 4.2.2 > Host binutils: 2.25.1 > m68k binutils: 2.24 > > I used make -j13, but a parallel build shouldn't af

[Bug c/69272] New: [6 Regression] ICE: in c_builtin_function, at c/c-decl.c:4020 with -fgnu-tm

2016-01-14 Thread zsojka at seznam dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69272 Bug ID: 69272 Summary: [6 Regression] ICE: in c_builtin_function, at c/c-decl.c:4020 with -fgnu-tm Product: gcc Version: 6.0 Status: UNCONFIRMED Keywords: ice-o

[Bug c++/68965] [5/6 Regression] `-Wunused-parameter` is reported in variadic lambda or function using sizeof...(xs)

2016-01-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68965 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug target/68964] [6 regression] Internal compiler error for test case gcc.dg/tm/20100610.c since r231674

2016-01-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68964 Richard Biener changed: What|Removed |Added Target||powerpc64*, aarch64-linux Pri

[Bug target/69252] [4.9/5/6 Regression] gcc.dg/vect/vect-iv-9.c FAILs with -Os -fmodulo-sched -fmodulo-sched-allow-regmoves -fsched-pressure

2016-01-14 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69252 --- Comment #5 from Jakub Jelinek --- (In reply to Martin Sebor from comment #4) > Thanks for your help! I can confirm that the first patch fixes the problem > in the test cases on powerpc64le. (I haven't done any other testing with > it.) Mar

[Bug target/68973] [6 regression] Internal compiler error on power for gcc/testsuite/g++.dg/pr67211.C

2016-01-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68973 Richard Biener changed: What|Removed |Added Priority|P3 |P1

[Bug tree-optimization/68990] [6 Regression] wrong code at -O3 on x86_64-pc-linux-gnu in 32-bit mode.

2016-01-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68990 Richard Biener changed: What|Removed |Added Priority|P3 |P1

[Bug lto/69003] [4.9/5/6 Regression] Undefined reference with gcc -r incremental linking

2016-01-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69003 Richard Biener changed: What|Removed |Added Keywords||lto Priority|P3

[Bug c++/69009] [5/6 Regression] ICE in instantiate_decl, at cp/pt.c:21511

2016-01-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69009 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug target/69014] [4.9/5/6 Regression] gcc.c-torture/execute/991023-1.c FAILs with -Os -fmodulo-sched -fno-tree-vrp

2016-01-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69014 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug rtl-optimization/69030] [6 Regression] ICE on x86_64-linux-gnu at -O2 and above in 32-bit mode (ICE in copy_rtx, at rtl.c:358)

2016-01-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69030 Richard Biener changed: What|Removed |Added Keywords||ra Target|x86_64-linux-gnu

[Bug c++/69257] g++ ICE in "create_tmp_var" on invalid inline-asm

2016-01-14 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69257 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org,

[Bug c/69272] [6 Regression] ICE: in c_builtin_function, at c/c-decl.c:4020 with -fgnu-tm

2016-01-14 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69272 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c/69272] [6 Regression] ICE: in c_builtin_function, at c/c-decl.c:4020 with -fgnu-tm

2016-01-14 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69272 --- Comment #2 from Marek Polacek --- I'd think that this started with r232330 but haven't verified.

[Bug bootstrap/68404] [6 Regression] PGO/LTO bootstrap failure on ppc64le

2016-01-14 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68404 Markus Trippelsdorf changed: What|Removed |Added Status|RESOLVED|NEW Resolution|FIXED

[Bug lto/68881] [6 Regression] UNRESOLVED/FAIL: gcc.dg/lto/attr-weakref-1 -O2 -flto

2016-01-14 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68881 --- Comment #3 from vries at gcc dot gnu.org --- (In reply to Richard Biener from comment #2) > Tom, what target did you reproduce on? ... $ gcc -v Using built-in specs. COLLECT_GCC=./install/bin/gcc COLLECT_LTO_WRAPPER=/scratch/vries/b3/gcc_vers

[Bug tree-optimization/69042] [6 regression] Missed optimization in ivopts

2016-01-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69042 Richard Biener changed: What|Removed |Added Target||i?86-*-* Priority|P3

[Bug c++/69098] [6.0 regression] Member function pointer template flagged with 'is not a function template'

2016-01-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69098 Richard Biener changed: What|Removed |Added Priority|P3 |P1 Version|unknown

[Bug libstdc++/69116] [4.9/5/6 Regression] compile error when including valarray

2016-01-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69116 Richard Biener changed: What|Removed |Added Priority|P3 |P2 Version|unknown

[Bug target/68862] [6 Regression] g++.dg/torture/pr59163.C FAILs with -flive-range-shrinkage

2016-01-14 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68862 Uroš Bizjak changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug rtl-optimization/69124] [5/6 Regression] wrong code in thumb mode on arm-linux-gnueabihf

2016-01-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69124 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug tree-optimization/69117] [6 Regression] wrong code at -O1 -fstrict-aliasing

2016-01-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69117 Richard Biener changed: What|Removed |Added Priority|P3 |P1 CC|

[Bug lto/69271] LTO drops weak binding from aliases

2016-01-14 Thread nsz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69271 nsz at gcc dot gnu.org changed: What|Removed |Added Version|6.0 |5.3.1 --- Comment #1 from nsz at

[Bug c++/69126] [6 regression] _Pragma does not apply if part of a macro

2016-01-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69126 Richard Biener changed: What|Removed |Added Priority|P3 |P1

[Bug lto/69133] [6 Regression] LTO segfault in lto_get_decl_name_mapping() on 483.xalancbmk with -flto-partition=none

2016-01-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69133 Richard Biener changed: What|Removed |Added Priority|P3 |P1

[Bug target/69135] [5/6 Regression][ARM] instruction cannot be conditional -- `vcvtpne.s32.f32 s0,s0'

2016-01-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69135 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug ipa/68419] ICE segfault in determine_locally_known_aggregate_parts / ipa_compute_jump_functions_for_edge

2016-01-14 Thread cand at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68419 --- Comment #8 from Lauri Kasanen --- Today's gcc 5 branch, git 4e07f8a1b79f5e or svn r232358, still fails. /tmp/gccbuild/./gcc/xgcc -B/tmp/gccbuild/./gcc/ -B/tmp/tmpgcc/m68k-elf/bin/ -B/tmp/tmpgcc/m68k-elf/lib/ -isystem /tmp/tmpgcc/m68k-elf/inc

[Bug lto/69136] [6 Regression] ICE in lto_symtab_prevailing_virtual_decl, at lto/lto-symtab.c:991

2016-01-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69136 Richard Biener changed: What|Removed |Added Priority|P3 |P1

[Bug lto/69137] [6 Regression] ICE in odr_type_p, at ipa-utils.h:257

2016-01-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69137 Richard Biener changed: What|Removed |Added Priority|P3 |P1

[Bug c++/69139] [4.9/5/6 Regression] deduction failure with trailing return type in function template argument

2016-01-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69139 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug ipa/68419] ICE segfault in determine_locally_known_aggregate_parts / ipa_compute_jump_functions_for_edge

2016-01-14 Thread cand at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68419 --- Comment #9 from Lauri Kasanen --- Your command line from comment #5 fails similarly, on my original attachment. ./gcc/cc1 -O2 unwind-dw2.i -g -auxbase-strip unwind-dw2.o -g -O2 -fbuilding-libgcc -fno-stack-protector -fexceptions -fvisibility

[Bug target/68698] [6 regression] FAIL: gcc.target/i386/avx512vl-vmovap[sd]-1.c

2016-01-14 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68698 Uroš Bizjak changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/69198] [6 Regression] FAIL: gcc.target/i386/avx512vl-vmovaps-1.c scan-assembler-times vmovaps[ \\t]+[^{\n]*%xmm[0-9]+[^\n]*\\){%k[1-7]}(?:\n|[ \\t]+#) 1

2016-01-14 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69198 --- Comment #9 from Uroš Bizjak --- *** Bug 68698 has been marked as a duplicate of this bug. ***

[Bug lto/68881] [6 Regression] UNRESOLVED/FAIL: gcc.dg/lto/attr-weakref-1 -O2 -flto

2016-01-14 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68881 --- Comment #4 from Uroš Bizjak --- I can confirm this PR on CentOS 5.11 which has: GNU ld version 2.17.50.0.5-26.el5 20061020

[Bug ipa/68419] ICE segfault in determine_locally_known_aggregate_parts / ipa_compute_jump_functions_for_edge

2016-01-14 Thread cand at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68419 --- Comment #10 from Lauri Kasanen --- When using gcc 5.2 as the host compiler, there is no crash. The gcc docs state that any version of gcc above 3.4 is supported, so this is still a bug.

[Bug lto/68820] [6 regression] FAIL: gcc.c-torture/execute/builtins/memops-asm.c execution, -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects

2016-01-14 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68820 Uroš Bizjak changed: What|Removed |Added CC||ubizjak at gmail dot com --- Comment #7 fr

[Bug c++/950] [DR 203] Template problem: decay of pointer-to-member-of-derived to p-o-m-o-base

2016-01-14 Thread webrown.cpp at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=950 W E Brown changed: What|Removed |Added CC||webrown.cpp at gmail dot com --- Comment #16 f

[Bug c++/69273] New: internal compiler error: in assign_temp, at function.c:961

2016-01-14 Thread sbergman at redhat dot com
_LTO_WRAPPER=/home/sbergman/gcc/trunk/inst/libexec/gcc/x86_64-pc-linux-gnu/6.0.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../src/trunk/configure > --prefix=/home/sbergman/gcc/trunk/inst --enable-languages=c,c++,lto > Thread model: posix > gcc version 6.0.0 2

  1   2   3   >