[Bug c/79117] New: __builtin_isfinite edge case incorrect on 32 bit

2017-01-17 Thread jtaylor.debian at googlemail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79117 Bug ID: 79117 Summary: __builtin_isfinite edge case incorrect on 32 bit Product: gcc Version: 6.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug libstdc++/69699] libstdc++ ABI documentation is out of date

2017-01-17 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69699 Jonathan Wakely changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug libstdc++/69699] libstdc++ ABI documentation is out of date

2017-01-17 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69699 --- Comment #8 from Jonathan Wakely --- Author: redi Date: Tue Jan 17 15:26:11 2017 New Revision: 244532 URL: https://gcc.gnu.org/viewcvs?rev=244532=gcc=rev Log: PR69699 document why __GLIBCXX__ macro is useless PR libstdc++/69699

[Bug c++/78908] [6/7 Regression] lto1: internal compiler error: in lto_read_decls, at lto/lto.c:1814

2017-01-17 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78908 --- Comment #6 from Jakub Jelinek --- struct A { int a : 1; }; struct F { int foo (A const &); }; template struct O : F { int foo (A const &); }; struct S {} b; template int operator<< (L, T) { return (T) 123; } template struct V; template <>

[Bug c/79116] ICE on cilkplus array notation with a _Cilk_for

2017-01-17 Thread aldyh at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79116 Aldy Hernandez changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c/79116] ICE on cilkplus array notation with a _Cilk_for

2017-01-17 Thread aldyh at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79116 --- Comment #2 from Aldy Hernandez --- Author: aldyh Date: Tue Jan 17 15:27:18 2017 New Revision: 244533 URL: https://gcc.gnu.org/viewcvs?rev=244533=gcc=rev Log: PR c/79116 * array-notation-common.c

[Bug libstdc++/79114] [6/7 Regression] std::throw_with_nested("string literal") is rejected

2017-01-17 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79114 --- Comment #2 from Jonathan Wakely --- Author: redi Date: Tue Jan 17 15:26:06 2017 New Revision: 244531 URL: https://gcc.gnu.org/viewcvs?rev=244531=gcc=rev Log: PR79114 use decayed type in std::throw_with_nested assertion PR

[Bug libstdc++/69699] libstdc++ ABI documentation is out of date

2017-01-17 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69699 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/71497] Warning text for -Wmisleading-indentation

2017-01-17 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71497 David Malcolm changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug ipa/71207] [5/6 Regression] gcc 5.3 and 6.1 generates wrong code with -O2

2017-01-17 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71207 Martin Liška changed: What|Removed |Added Summary|[5/6/7 Regression] gcc 5.3 |[5/6 Regression] gcc 5.3

[Bug ipa/71207] [5/6/7 Regression] gcc 5.3 and 6.1 generates wrong code with -O2

2017-01-17 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71207 --- Comment #7 from Martin Liška --- Author: marxin Date: Tue Jan 17 15:11:00 2017 New Revision: 244530 URL: https://gcc.gnu.org/viewcvs?rev=244530=gcc=rev Log: Fix wrong assumption in contains_type_p (PR ipa/71207). 2017-01-17 Martin Liska

[Bug c++/78908] [6/7 Regression] lto1: internal compiler error: in lto_read_decls, at lto/lto.c:1814

2017-01-17 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78908 Jakub Jelinek changed: What|Removed |Added CC||jason at gcc dot gnu.org --- Comment #5

[Bug c++/79091] [7 regression] ICE in write_unnamed_type

2017-01-17 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79091 Nathan Sidwell changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug c++/79091] [7 regression] ICE in write_unnamed_type

2017-01-17 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79091 --- Comment #4 from Nathan Sidwell --- Created attachment 40530 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40530=edit further reduced testcase this testcase compiles -- remove the 'q' tag from the enum to make it barf. But the

[Bug c/78304] [7 Regression] -Wformat doesn't warn anymore for inttypes.h format string argument type mismatches

2017-01-17 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78304 David Malcolm changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug c++/79091] [7 regression] ICE in write_unnamed_type

2017-01-17 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79091 Nathan Sidwell changed: What|Removed |Added CC||nathan at gcc dot gnu.org --- Comment

[Bug tree-optimization/77445] [7 Regression] Performance drop after r239219 on coremark test

2017-01-17 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77445 --- Comment #15 from Jan Hubicka --- Note that the remaining missed threads loop exit condition test state != INVALID which after sequence of threads gets to probability 0 because original guess from profile_estimate is not realistic. I guess

[Bug tree-optimization/77445] [7 Regression] Performance drop after r239219 on coremark test

2017-01-17 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77445 --- Comment #14 from Jan Hubicka --- With the patch we only give up on some threading in thread4: q.c.181t.thread4:FSM jump-thread path not considered: duplication of 5 insns is needed and optimizing for size. q.c.181t.thread4:FSM jump-thread

[Bug c/79116] ICE on cilkplus array notation with a _Cilk_for

2017-01-17 Thread aldyh at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79116 Aldy Hernandez changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c/79116] New: ICE on cilkplus array notation with a _Cilk_for

2017-01-17 Thread aldyh at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79116 Bug ID: 79116 Summary: ICE on cilkplus array notation with a _Cilk_for Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug tree-optimization/70754] [5/6/7 Regression] ICE during predictive commoning

2017-01-17 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70754 Martin Liška changed: What|Removed |Added CC||marxin at gcc dot gnu.org

[Bug c++/78908] [6/7 Regression] lto1: internal compiler error: in lto_read_decls, at lto/lto.c:1814

2017-01-17 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78908 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #4

[Bug target/79105] Autovectorized NEON code slower than vfpv4 on Cortex A5

2017-01-17 Thread tulipawn at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79105 --- Comment #2 from PeteVine --- $ gcc -v Configured with: ../configure -v --enable-languages=c,c++,fortran --prefix=/usr/gcc7 --program-suffix=-7 --enable-shared --enable-linker-build-id --libexecdir=/usr/gcc7/lib --without-included-gettext

[Bug target/79105] Autovectorized NEON code slower than vfpv4 on Cortex A5

2017-01-17 Thread tulipawn at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79105 --- Comment #1 from PeteVine --- Updated to include an explicit -mfpu=neon-vfpv4. http://openbenchmarking.org/result/1701179-TA-1701143TA49 Not sure if -mcpu=cortex-a5 and -mfpu=neon shouldn't have implied VFPv4 but the explicit addition has

[Bug tree-optimization/77445] [7 Regression] Performance drop after r239219 on coremark test

2017-01-17 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77445 --- Comment #13 from Jan Hubicka --- Author: hubicka Date: Tue Jan 17 12:49:41 2017 New Revision: 244528 URL: https://gcc.gnu.org/viewcvs?rev=244528=gcc=rev Log: PR middle-end/77445 * tree-ssa-threadupdate.c

[Bug testsuite/79115] FAIL: gcc.dg/pr78768.c execution test on arm, aarch64

2017-01-17 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79115 --- Comment #1 from Andreas Schwab --- The test is committing suicide, it should not be executed.

[Bug libstdc++/69600] [5 Regression] Incorrect use of copy-assignment instead of move assignment from function

2017-01-17 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69600 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Known to work|

[Bug lto/79061] [7 Regression][LTO][ASAN] LTO plus ASAN fails with "AddressSanitizer: initialization-order-fiasco"

2017-01-17 Thread m.ostapenko at samsung dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79061 --- Comment #14 from Maxim Ostapenko --- (In reply to Richard Biener from comment #13) > (In reply to Maxim Ostapenko from comment #12) > > Created attachment 40525 [details] > > Untested fix 2. > > > > The patch I'm testing now. > >

[Bug testsuite/79115] New: FAIL: gcc.dg/pr78768.c execution test on arm, aarch64

2017-01-17 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79115 Bug ID: 79115 Summary: FAIL: gcc.dg/pr78768.c execution test on arm, aarch64 Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug testsuite/79115] FAIL: gcc.dg/pr78768.c execution test on arm, aarch64

2017-01-17 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79115 ktkachov at gcc dot gnu.org changed: What|Removed |Added Target||arm*, aarch64*

[Bug libstdc++/63746] i/o fragmentation inside basic_filebuf::xsputn

2017-01-17 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63746 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug libstdc++/79114] [6/7 Regression] std::throw_with_nested("string literal") is rejected

2017-01-17 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79114 --- Comment #1 from Jonathan Wakely --- This is also rejected: #include void f() { } int main() { std::throw_with_nested(f); }

[Bug libstdc++/79114] New: [6/7 Regression] std::throw_with_nested("string literal") is rejected

2017-01-17 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79114 Bug ID: 79114 Summary: [6/7 Regression] std::throw_with_nested("string literal") is rejected Product: gcc Version: 6.3.0 Status: UNCONFIRMED Keywords:

[Bug libstdc++/79114] [6/7 Regression] std::throw_with_nested("string literal") is rejected

2017-01-17 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79114 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug debug/78363] [7 Regression] ICE in in force_type_die, at dwarf2out.c:24864

2017-01-17 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78363 --- Comment #6 from Jakub Jelinek --- I think I'd prefer the second hunk (but it needs to go omp-expand.c instead), guarded with if (!gimple_in_ssa_p (cfun)), so that it is really done only early. It should likely be done in expand_omp_target

[Bug tree-optimization/71437] [7 regression] Performance regression after r235817

2017-01-17 Thread amker at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71437 --- Comment #6 from amker at gcc dot gnu.org --- Hmm, The input to IVOPT is different w/o the change: Before r235817, it's like: : # i_153 = PHI <0(7), i_19(12)> i.1_13 = (sizetype) i_153; _14 = i.1_13 + 1; _15 = _14 * 4; _16 =

[Bug c++/79113] New: ICE inheriting a default constructor

2017-01-17 Thread ed at catmur dot co.uk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79113 Bug ID: 79113 Summary: ICE inheriting a default constructor Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug tree-optimization/78384] [7 Regression] ICE: verify_flow_info failed (error: wrong outgoing edge flags at end of bb 15)

2017-01-17 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78384 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #3

[Bug target/79112] [SH] libgo/go/exp/terminal/util.go:70:23: error: integer constant overflow

2017-01-17 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79112 Eric Botcazou changed: What|Removed |Added CC||ebotcazou at gcc dot gnu.org ---

[Bug c++/70565] [5/6/7 Regression] ICE at gimplify.c:8832 (cilkplus array extension)

2017-01-17 Thread aldyh at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70565 Aldy Hernandez changed: What|Removed |Added CC||aldyh at gcc dot gnu.org --- Comment

[Bug tree-optimization/79088] [7 Regression] wrong code at -O2 on x86_64-linux-gnu

2017-01-17 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79088 --- Comment #4 from Richard Biener --- But note the threading in the testcase shouldn't by itself affect the assumptions of loop 3 looking at the path and the shape of the CFG at the point we do this analysis. So I think the logic we use is

[Bug target/79112] [SH] libgo/go/exp/terminal/util.go:70:23: error: integer constant overflow

2017-01-17 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79112 --- Comment #3 from Oleg Endo --- (In reply to John Paul Adrian Glaubitz from comment #2) > > Hmm, I thought gccgo would work on all gcc-supported targets. No, GO requires some runtime support which has to be provided by the backend. For

[Bug target/79112] [SH] libgo/go/exp/terminal/util.go:70:23: error: integer constant overflow

2017-01-17 Thread glaubitz at physik dot fu-berlin.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79112 --- Comment #2 from John Paul Adrian Glaubitz --- (In reply to Oleg Endo from comment #1) > As far as I know GO has not been ported for SH. Hmm, I thought gccgo would work on all gcc-supported targets. But it looks like SH is indeed missing in

[Bug rtl-optimization/78617] LRA clobbers live register during rematerialization

2017-01-17 Thread thopre01 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78617 Thomas Preud'homme changed: What|Removed |Added Known to work||5.4.1, 6.3.1 Known to

[Bug target/79112] [SH] libgo/go/exp/terminal/util.go:70:23: error: integer constant overflow

2017-01-17 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79112 --- Comment #1 from Oleg Endo --- As far as I know GO has not been ported for SH.

[Bug target/79112] New: [SH] libgo/go/exp/terminal/util.go:70:23: error: integer constant overflow

2017-01-17 Thread glaubitz at physik dot fu-berlin.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79112 Bug ID: 79112 Summary: [SH] libgo/go/exp/terminal/util.go:70:23: error: integer constant overflow Product: gcc Version: 6.3.1 URL:

[Bug rtl-optimization/78617] LRA clobbers live register during rematerialization

2017-01-17 Thread thopre01 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78617 Thomas Preud'homme changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug rtl-optimization/78617] LRA clobbers live register during rematerialization

2017-01-17 Thread thopre01 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78617 --- Comment #6 from Thomas Preud'homme --- Author: thopre01 Date: Tue Jan 17 10:11:20 2017 New Revision: 244526 URL: https://gcc.gnu.org/viewcvs?rev=244526=gcc=rev Log: 2017-01-17 Thomas Preud'homme Backport

[Bug rtl-optimization/78617] LRA clobbers live register during rematerialization

2017-01-17 Thread thopre01 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78617 --- Comment #5 from Thomas Preud'homme --- Author: thopre01 Date: Tue Jan 17 10:09:47 2017 New Revision: 244525 URL: https://gcc.gnu.org/viewcvs?rev=244525=gcc=rev Log: 2017-01-17 Thomas Preud'homme Backport

[Bug sanitizer/78663] [7 Regression] Hundreds of asan failures on x86_64-apple-darwin10 at r243019

2017-01-17 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78663 --- Comment #3 from Jakub Jelinek --- Have you raised this with compiler-rt upstream already?

[Bug rtl-optimization/72488] [7 Regression] wrong code (SIGFPE) at -Os and above on x86_64-linux-gnu (in the 64-bit mode)

2017-01-17 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72488 --- Comment #8 from Jeffrey A. Law --- I've got a solid theory here. But it's too late to test and write up.

[Bug other/79046] g++ -print-file-name=plugin uses full version number in path

2017-01-17 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79046 --- Comment #8 from Jakub Jelinek --- Author: jakub Date: Tue Jan 17 09:38:48 2017 New Revision: 244521 URL: https://gcc.gnu.org/viewcvs?rev=244521=gcc=rev Log: PR other/79046 * configure: Regenerated. config/ * acx.m4

[Bug target/76731] [AVX512] _mm512_i32gather_epi32 and other scatter/gather routines have incorrect signature

2017-01-17 Thread vaalfreja at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=76731 Yulia Koval changed: What|Removed |Added CC||vaalfreja at gmail dot com --- Comment

[Bug target/79058] [7 Regression] ARM: internal compiler error: in extract_constrain_insn, at recog.c:2213

2017-01-17 Thread vogt at linux dot vnet.ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79058 --- Comment #24 from Dominik Vogt --- While you're at it ... does it have the same or a similar cause as the Avr bug? https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78883 (A HImode quantity got allocated to r31+r32 (r31 is the last hardreg), in

[Bug debug/78835] [7 regression] ICE with -fdebug-types-section and member function

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

[Bug debug/78835] [7 regression] ICE with -fdebug-types-section and member function

2017-01-17 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78835 --- Comment #12 from rguenther at suse dot de --- On Tue, 17 Jan 2017, jakub at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78835 > > --- Comment #11 from Jakub Jelinek --- > (In reply to Richard Biener from comment

[Bug tree-optimization/79102] gcc fails to auto-vectorise the multiplicative reduction of an array of complex floats

2017-01-17 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79102 Richard Biener changed: What|Removed |Added Keywords||missed-optimization

[Bug debug/78835] [7 regression] ICE with -fdebug-types-section and member function

2017-01-17 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78835 --- Comment #11 from Jakub Jelinek --- (In reply to Richard Biener from comment #10) > (In reply to Jakub Jelinek from comment #9) > > Created attachment 40524 [details] > > gcc7-pr78835.patch > > > > Untested patch that fixes the ICE on this

[Bug c++/79104] [7 Regression] ambiguity calling std::begin on a local constexpr array of structs

2017-01-17 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79104 Richard Biener changed: What|Removed |Added Known to work||6.3.0 Target Milestone|---

[Bug preprocessor/79106] wrong source line printed in diagnostics for a translation unit

2017-01-17 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79106 Richard Biener changed: What|Removed |Added Keywords||diagnostic Status|NEW

[Bug ipa/79108] [7 Regression] ICE on some fortran code with -flto -Ofast

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

[Bug tree-optimization/71433] [7 Regression] -Warray-bounds false positive with -O2

2017-01-17 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71433 --- Comment #10 from Richard Biener --- Author: rguenth Date: Tue Jan 17 08:38:59 2017 New Revision: 244520 URL: https://gcc.gnu.org/viewcvs?rev=244520=gcc=rev Log: 2017-01-17 Richard Biener PR

[Bug tree-optimization/71433] [7 Regression] -Warray-bounds false positive with -O2

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

[Bug debug/78835] [7 regression] ICE with -fdebug-types-section and member function

2017-01-17 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78835 --- Comment #10 from Richard Biener --- (In reply to Jakub Jelinek from comment #9) > Created attachment 40524 [details] > gcc7-pr78835.patch > > Untested patch that fixes the ICE on this testcase by marking directly > called functions as

[Bug tree-optimization/71237] [7 regression] scev tests failing after pass reorganization

2017-01-17 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71237 --- Comment #10 from Richard Biener --- Author: rguenth Date: Tue Jan 17 08:24:26 2017 New Revision: 244519 URL: https://gcc.gnu.org/viewcvs?rev=244519=gcc=rev Log: 2017-01-17 Richard Biener PR testsuite/52563

[Bug tree-optimization/77737] FAIL: gcc.dg/tree-ssa/scev-5.c scan-tree-dump-times optimized "" 1

2017-01-17 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77737 --- Comment #1 from Richard Biener --- Author: rguenth Date: Tue Jan 17 08:24:26 2017 New Revision: 244519 URL: https://gcc.gnu.org/viewcvs?rev=244519=gcc=rev Log: 2017-01-17 Richard Biener PR testsuite/52563

[Bug tree-optimization/77737] FAIL: gcc.dg/tree-ssa/scev-5.c scan-tree-dump-times optimized "" 1

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

[Bug tree-optimization/71237] [7 regression] scev tests failing after pass reorganization

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

[Bug testsuite/52563] FAIL: gcc.dg/tree-ssa/scev-[3,4].c scan-tree-dump-times optimized "" 1

2017-01-17 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52563 --- Comment #21 from Richard Biener --- Author: rguenth Date: Tue Jan 17 08:24:26 2017 New Revision: 244519 URL: https://gcc.gnu.org/viewcvs?rev=244519=gcc=rev Log: 2017-01-17 Richard Biener PR testsuite/52563

[Bug tree-optimization/71237] [7 regression] scev tests failing after pass reorganization

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

[Bug testsuite/52563] FAIL: gcc.dg/tree-ssa/scev-[3,4].c scan-tree-dump-times optimized "" 1

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

[Bug tree-optimization/62173] [5/6 Regression] 64bit Arch can't ivopt while 32bit Arch can

2017-01-17 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62173 Bug 62173 depends on bug 52563, which changed state. Bug 52563 Summary: FAIL: gcc.dg/tree-ssa/scev-[3,4].c scan-tree-dump-times optimized "" 1 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52563 What|Removed

[Bug lto/79061] [7 Regression][LTO][ASAN] LTO plus ASAN fails with "AddressSanitizer: initialization-order-fiasco"

2017-01-17 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79061 --- Comment #13 from Richard Biener --- (In reply to Maxim Ostapenko from comment #12) > Created attachment 40525 [details] > Untested fix 2. > > The patch I'm testing now. DECL_SOURCE_LOCATION is streamed for all decls already: if

<    1   2