[Bug tree-optimization/71824] [6/7 Regression] ICE when compiling libiberty with Graphite loop optimizations

2017-02-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71824 --- Comment #11 from Richard Biener --- Author: rguenth Date: Wed Feb 1 08:02:50 2017 New Revision: 245081 URL: https://gcc.gnu.org/viewcvs?rev=245081&root=gcc&view=rev Log: 2017-02-01 Richard Biener PR tree-optimization/71824

[Bug debug/70578] internal compiler error: in output_index_string, at dwarf2out.c with -gsplit-dwarf

2017-02-01 Thread ishikawa at yk dot rim.or.jp
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70578 --- Comment #4 from ishikawa,chiaki --- I found that the following simplified command line causes ICE while the next command line where I have removed "-fno-exception" does not cause ICE even though I still keep -gdwarf-output. Hope this may shed

[Bug debug/70578] internal compiler error: in output_index_string, at dwarf2out.c with -gsplit-dwarf

2017-02-01 Thread ishikawa at yk dot rim.or.jp
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70578 --- Comment #5 from ishikawa,chiaki --- I have found that g++-5 can compile this without ICE. So this is a regression in gcc-6. The version that worked is: g++-5 -v Using built-in specs. COLLECT_GCC=g++-5 COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64

[Bug ada/79309] incorrectly bounded calls to strncat in adaint.c

2017-02-01 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79309 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug ada/79309] incorrectly bounded calls to strncat in adaint.c

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

[Bug go/79281] gccgo: Binaries using goroutines crash on m68k

2017-02-01 Thread glaubitz at physik dot fu-berlin.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79281 --- Comment #6 from John Paul Adrian Glaubitz --- On gcc-7, we actually can't build when enabling the Go frontend: libtool: compile: /<>/build/./gcc/xgcc -B/<>/build/./gcc/ -B/usr/m68k-linux-gnu/bin/ -B/usr/m68k-linux-gnu/lib/ -isystem /usr/m68

[Bug ada/79309] incorrectly bounded calls to strncat in adaint.c

2017-02-01 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79309 --- Comment #4 from Eric Botcazou --- > I think it would be better to do: Yes, this works for me.

[Bug target/79197] [5/6/7 Regression] ICE in extract_insn in gcc/recog.c:2311

2017-02-01 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79197 --- Comment #9 from Jakub Jelinek --- (In reply to Michael Meissner from comment #8) > I agree the expander should call gpc_reg_operand and not reg_operand. This > is due to the fact that on PowerPCs with separate floating point registers, > SFm

[Bug target/79197] [5/6/7 Regression] ICE in extract_insn in gcc/recog.c:2311

2017-02-01 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79197 Jakub Jelinek changed: What|Removed |Added Priority|P3 |P2

[Bug tree-optimization/71824] [6 Regression] ICE when compiling libiberty with Graphite loop optimizations

2017-02-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71824 Richard Biener changed: What|Removed |Added Known to work||7.0.1 Summary|[6/7 Regressio

[Bug middle-end/79310] -Wnonnull false positive on strlen after strstr

2017-02-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79310 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug pch/79306] ICE on valid code

2017-02-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79306 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug tree-optimization/79315] ICE while building SPEC CPU 2006 FP with -Ofast -ftree-parallelize-loops

2017-02-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79315 --- Comment #2 from Richard Biener --- Probably a "regression" since we do this verification. I'll try to reproduce on x86_64.

[Bug fortran/79313] associate statement inside openmp loop breaks OMP intrinisics

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

[Bug c/79319] New: sizeof returns the wrong size of a union containing aligned members

2017-02-01 Thread erik at ehofman dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79319 Bug ID: 79319 Summary: sizeof returns the wrong size of a union containing aligned members Product: gcc Version: 6.2.0 Status: UNCONFIRMED Severity: normal

[Bug rtl-optimization/79279] combine/simplify_set: wrong call to REG_CANNOT_CHANGE_MODE_P

2017-02-01 Thread aurelien.buhrig.gcc at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79279 Aurelien Buhrig changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c/79319] sizeof returns the wrong size of a union containing aligned members

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

[Bug middle-end/79310] -Wnonnull false positive on strlen after strstr

2017-02-01 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79310 --- Comment #3 from Marc Glisse --- We already have infer_nonnull_range_by_attribute ("Return true if OP can be inferred to be a non-NULL after STMT executes by using attributes") and I assume that strstr has the nonnull attribute in this example

[Bug c++/79318] conversion member function preceded with & is not marked as error

2017-02-01 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79318 --- Comment #2 from Jakub Jelinek --- Smaller testcase: struct A { int a; A () : a(0) {}; &operator int () { return a; }; }; int bar () { A a; return a; } clang++ indeed reports: pr79318.C:5:3: error: cannot specify any part of a retu

[Bug c/79319] sizeof returns the wrong size of a union containing aligned members

2017-02-01 Thread erik at ehofman dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79319 Erik Hofman changed: What|Removed |Added Status|RESOLVED|CLOSED --- Comment #2 from Erik Hofman --

[Bug tree-optimization/79315] [7 Regression] ICE while building SPEC CPU 2006 FP with -Ofast -ftree-parallelize-loops

2017-02-01 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79315 ktkachov at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P1 Status|UNCON

[Bug c/79319] sizeof returns the wrong size of a union containing aligned members

2017-02-01 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79319 --- Comment #3 from Marc Glisse --- It is a bit confusing indeed that vec4_t has sizeof: 16 and _Alignof: 32, one might expect an invariant that sizeof >= _Alignof... But just a typedef doesn't increase the size, while stuffing it in a struct/uni

[Bug tree-optimization/79315] [7 Regression] ICE while building SPEC CPU 2006 FP with -Ofast -ftree-parallelize-loops

2017-02-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79315 Richard Biener changed: What|Removed |Added Target|aarch64-linux-gnu |aarch64-linux-gnu, |

[Bug tree-optimization/79315] [7 Regression] ICE while building SPEC CPU 2006 FP with -Ofast -ftree-parallelize-loops

2017-02-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79315 --- Comment #4 from Richard Biener --- The bogus location is on &__builtin_powf in _224 = __builtin_powf (_38, 1.80942779541015625e+0); in wsm32d. It gets the location via #1 0x00ff33a5 in move_stmt_op (tp=0x766b3a90, wa

[Bug tree-optimization/79315] [7 Regression] ICE while building SPEC CPU 2006 FP with -Ofast -ftree-parallelize-loops

2017-02-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79315 --- Comment #5 from Richard Biener --- Will test Index: gcc/tree-cfg.c === --- gcc/tree-cfg.c (revision 245064) +++ gcc/tree-cfg.c (working copy) @@ -6636,11 +6636,12 @@ m

[Bug c/79319] sizeof returns the wrong size of a union containing aligned members

2017-02-01 Thread erik at ehofman dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79319 --- Comment #4 from Erik Hofman --- This was just the shortest snippet of code that showed the situation. The reason for 32-byte alignment is that I use it with AVX code and wanted the fastest possible assignment from a float vector.

[Bug debug/70578] internal compiler error: in output_index_string, at dwarf2out.c with -gsplit-dwarf

2017-02-01 Thread ishikawa at yk dot rim.or.jp
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70578 --- Comment #6 from ishikawa,chiaki --- (In reply to ishikawa,chiaki from comment #5) > I have found that g++-5 can compile this without ICE. > So this is a regression in gcc-6. > > The version that worked is: > > g++-5 -v > Using built-in spec

[Bug c/79319] sizeof returns the wrong size of a union containing aligned members

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

[Bug c++/79308] ICE on specialization of nested template classes (in finish_member_declaration, at cp/semantics.c:2963)

2017-02-01 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79308 Martin Liška changed: What|Removed |Added Keywords||ice-on-invalid-code Status|UN

[Bug c++/69637] ICE on an invalid bit-field with template name for width

2017-02-01 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69637 Paolo Carlini changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug other/79250] brig/brigfrontend/brig-to-generic.cc: two small problems

2017-02-01 Thread pekka.jaaskelainen at parmance dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79250 --- Comment #2 from Pekka Jääskeläinen --- Committed in r245084.

[Bug debug/70578] internal compiler error: in output_index_string, at dwarf2out.c with -gsplit-dwarf

2017-02-01 Thread ishikawa at yk dot rim.or.jp
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70578 --- Comment #7 from ishikawa,chiaki --- Created attachment 40643 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40643&action=edit preprocessed file that caused gcc-5 to experience the similar ICE. The uploaded file was created by passing -

[Bug c/79319] sizeof returns the wrong size of a union containing aligned members

2017-02-01 Thread erik at ehofman dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79319 --- Comment #6 from Erik Hofman --- Thanks for the suggestion but after thinking it through some more I came to the conclusion I made a mistake. 32-byte alignment is only required for AVX when using 8-float (or 4-double) vectors. Otherwise the co

[Bug fortran/79311] ICE in generate_finalization_wrapper, at fortran/class.c:1992

2017-02-01 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79311 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c/79320] New: sqrt of negative number do not return NaN with i686-w64-mingw32-gcc on pentiumI7/Windows10

2017-02-01 Thread daniel.weil at argosim dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79320 Bug ID: 79320 Summary: sqrt of negative number do not return NaN with i686-w64-mingw32-gcc on pentiumI7/Windows10 Product: gcc Version: 5.4.0 Status: UNCONFIRMED

[Bug tree-optimization/79321] New: -ftree-parallelize-loops miscompiles 400.perlbench

2017-02-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79321 Bug ID: 79321 Summary: -ftree-parallelize-loops miscompiles 400.perlbench Product: gcc Version: 7.0.1 Status: UNCONFIRMED Keywords: wrong-code Severity: normal

[Bug debug/70578] internal compiler error: in output_index_string, at dwarf2out.c with -gsplit-dwarf

2017-02-01 Thread ishikawa at yk dot rim.or.jp
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70578 --- Comment #8 from ishikawa,chiaki --- As for gcc-5 ICE, I observe an important thing after a little experimentation. This is a shortened command line that causes the ICE. /usr/bin/gcc-5 -std=gnu99 -o vp9_dsubexp.o -c -DNDEBUG=1 -DTRIMMED=1 \

[Bug tree-optimization/79315] [7 Regression] ICE while building SPEC CPU 2006 FP with -Ofast -ftree-parallelize-loops

2017-02-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79315 --- Comment #6 from Richard Biener --- On x86_64 I see a similar ICE when building 416.gamess

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

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

[Bug tree-optimization/70137] internal compiler error: in add_phi_arg_for_new_expr, at graphite-isl-ast-to-gimple.c:2331

2017-02-01 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70137 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug c/79320] sqrt of negative number do not return NaN with i686-w64-mingw32-gcc on pentiumI7/Windows10

2017-02-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79320 Richard Biener changed: What|Removed |Added Target||i686-w64-mingw32 --- Comment #1 from Ri

[Bug tree-optimization/70137] internal compiler error: in add_phi_arg_for_new_expr, at graphite-isl-ast-to-gimple.c:2331

2017-02-01 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70137 --- Comment #3 from ktkachov at gcc dot gnu.org --- I can't reproduce it anymore either. I guess it can be closed then

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

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

[Bug tree-optimization/59859] [meta-bug] GRAPHITE issues

2017-02-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59859 Bug 59859 depends on bug 70137, which changed state. Bug 70137 Summary: internal compiler error: in add_phi_arg_for_new_expr, at graphite-isl-ast-to-gimple.c:2331 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70137 What|Removed

[Bug tree-optimization/70137] internal compiler error: in add_phi_arg_for_new_expr, at graphite-isl-ast-to-gimple.c:2331

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

[Bug libstdc++/78346] [5/6/7 Regression] std::search with binary comparison predicate uses invalid reference

2017-02-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78346 Richard Biener changed: What|Removed |Added Target Milestone|--- |5.5

[Bug libstdc++/78346] [5/6/7 Regression] std::search with binary comparison predicate uses invalid reference

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

[Bug libstdc++/78420] [5/6/7 Regression] std::less is not a total order with -O2 enabled

2017-02-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78420 Richard Biener changed: What|Removed |Added Priority|P3 |P2 Target Milestone|---

[Bug c++/79113] [7 Regression] ICE inheriting a default constructor

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

[Bug other/79322] New: gcc-6.3.0 inconsistent libstdc++ and libgcc_s link for libcc1 and libgcj

2017-02-01 Thread edeveaud at pasteur dot fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79322 Bug ID: 79322 Summary: gcc-6.3.0 inconsistent libstdc++ and libgcc_s link for libcc1 and libgcj Product: gcc Version: 6.3.0 Status: UNCONFIRMED Severity: normal

[Bug tree-optimization/72712] [7 Regression] Tenfold compile time regression

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

[Bug middle-end/68664] [6/7 Regression] Speculative sqrt in c-ray main loop causes large slow down

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

[Bug middle-end/19721] [meta-bug] optimizations that CSE still catches

2017-02-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=19721 Bug 19721 depends on bug 72712, which changed state. Bug 72712 Summary: [7 Regression] Tenfold compile time regression https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72712 What|Removed |Added -

[Bug lto/78140] [7 Regression] libxul -flto uses 1GB more memory than gcc-6

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

[Bug middle-end/78468] [7 regression] libgomp.c/reduction-10.c and many more FAIL

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

[Bug target/78604] [7 regression] test case gcc.target/powerpc/p8vector-vectorize-1.c fails starting with r242750

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

[Bug c++/79077] [7 regression][new inheriting ctors] bad code for inherited ctor

2017-02-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79077 Richard Biener changed: What|Removed |Added Keywords||wrong-code Priority|P3

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

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

[Bug libstdc++/79141] [6/7 Regression] std::pair p = {}; fails to compile due to ambiguous overload

2017-02-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79141 Richard Biener changed: What|Removed |Added Priority|P3 |P2 Status|UNCONFIRMED

[Bug libstdc++/79323] New: FAIL: 20_util/duration/literals/range.cc (test for excess errors)

2017-02-01 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79323 Bug ID: 79323 Summary: FAIL: 20_util/duration/literals/range.cc (test for excess errors) Product: gcc Version: 7.0.1 Status: UNCONFIRMED Severity: normal

[Bug libstdc++/79254] [5/6/7 Regression] basic_string::operator= isn't exception safe

2017-02-01 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79254 --- Comment #11 from Jonathan Wakely --- Author: redi Date: Wed Feb 1 11:41:48 2017 New Revision: 245085 URL: https://gcc.gnu.org/viewcvs?rev=245085&root=gcc&view=rev Log: PR libstdc++/79254 simplify exception-safety in copy assignment

[Bug tree-optimization/71351] [7 Regression] ICE: Segmentation fault (graphite)

2017-02-01 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71351 --- Comment #5 from Martin Liška --- Just our of curiosity, why graphite does a transformation as original and AST are same: [scheduler] original ast: { for (int c0 = 0; c0 < P_19; c0 += 1) { S_4(c0); for (int c1 = 0; c1 <= 2; c1 += 1)

[Bug tree-optimization/71142] [6/7 Regression] ICE: Segmentation fault in ssa_default_def (graphite)

2017-02-01 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71142 --- Comment #10 from Martin Liška --- Can't reproduce any of both tests on both x86_64-linux-gnu and aarach64. Is it still valid?

[Bug libstdc++/79323] FAIL: 20_util/duration/literals/range.cc (test for excess errors)

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

[Bug tree-optimization/71142] [6/7 Regression] ICE: Segmentation fault in ssa_default_def (graphite)

2017-02-01 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71142 --- Comment #11 from ktkachov at gcc dot gnu.org --- (In reply to Martin Liška from comment #10) > Can't reproduce any of both tests on both x86_64-linux-gnu and aarach64. Is > it still valid? I can reproduce the ICE on the original testcase on G

[Bug libstdc++/79195] make_array should not ask for common_type when the type is explicitly specified

2017-02-01 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79195 --- Comment #4 from Jonathan Wakely --- Author: redi Date: Wed Feb 1 12:12:34 2017 New Revision: 245087 URL: https://gcc.gnu.org/viewcvs?rev=245087&root=gcc&view=rev Log: PR libstdc++/79195 fix make_array type deduction PR libstdc++/79

[Bug libstdc++/79254] [5/6/7 Regression] basic_string::operator= isn't exception safe

2017-02-01 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79254 --- Comment #12 from Jonathan Wakely --- Author: redi Date: Wed Feb 1 12:12:28 2017 New Revision: 245086 URL: https://gcc.gnu.org/viewcvs?rev=245086&root=gcc&view=rev Log: PR libstdc++/79254 fix exception-safety of std::string copy assignment

[Bug libstdc++/79254] [5/6/7 Regression] basic_string::operator= isn't exception safe

2017-02-01 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79254 --- Comment #13 from Jonathan Wakely --- Author: redi Date: Wed Feb 1 12:18:43 2017 New Revision: 245088 URL: https://gcc.gnu.org/viewcvs?rev=245088&root=gcc&view=rev Log: PR libstdc++/79254 fix exception-safety of std::string copy assignment

[Bug libstdc++/79195] make_array should not ask for common_type when the type is explicitly specified

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

[Bug libstdc++/79254] [5/6/7 Regression] basic_string::operator= isn't exception safe

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

[Bug other/79322] gcc-6.3.0 inconsistent libstdc++ and libgcc_s link for libcc1 and libgcj

2017-02-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79322 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug libstdc++/56862] std::complex constructor ambiguous overload

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

[Bug libstdc++/78975] uniform_real_distribution should not check RealType with is_floating_point

2017-02-01 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78975 Jonathan Wakely changed: What|Removed |Added Target Milestone|--- |8.0 --- Comment #3 from Jonathan Wakel

[Bug tree-optimization/79315] [7 Regression] ICE while building SPEC CPU 2006 FP with -Ofast -ftree-parallelize-loops

2017-02-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79315 --- Comment #7 from Richard Biener --- Author: rguenth Date: Wed Feb 1 12:47:25 2017 New Revision: 245089 URL: https://gcc.gnu.org/viewcvs?rev=245089&root=gcc&view=rev Log: 2017-02-01 Richard Biener PR middle-end/79315 * tre

[Bug libstdc++/78346] [5/6/7 Regression] std::search with binary comparison predicate uses invalid reference

2017-02-01 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78346 --- Comment #5 from Jonathan Wakely --- Author: redi Date: Wed Feb 1 12:57:46 2017 New Revision: 245091 URL: https://gcc.gnu.org/viewcvs?rev=245091&root=gcc&view=rev Log: PR78346 make handle stashing iterators PR libstdc++/78346

[Bug libstdc++/78346] [5/6/7 Regression] std::search with binary comparison predicate uses invalid reference

2017-02-01 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78346 --- Comment #4 from Jonathan Wakely --- Author: redi Date: Wed Feb 1 12:57:35 2017 New Revision: 245090 URL: https://gcc.gnu.org/viewcvs?rev=245090&root=gcc&view=rev Log: PR78346 make handle stashing iterators PR libstdc++/78346

[Bug tree-optimization/76957] [7 regression] FAIL: gcc.dg/graphite/scop-dsyr2k.c scan-tree-dump-times graphite "number of SCoPs

2017-02-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=76957 --- Comment #10 from Richard Biener --- Author: rguenth Date: Wed Feb 1 12:58:27 2017 New Revision: 245094 URL: https://gcc.gnu.org/viewcvs?rev=245094&root=gcc&view=rev Log: 2017-02-01 Richard Biener PR testsuite/76957 * gcc

[Bug libstdc++/78346] [5/6/7 Regression] std::search with binary comparison predicate uses invalid reference

2017-02-01 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78346 --- Comment #6 from Jonathan Wakely --- Author: redi Date: Wed Feb 1 12:57:58 2017 New Revision: 245092 URL: https://gcc.gnu.org/viewcvs?rev=245092&root=gcc&view=rev Log: PR78346 make handle stashing iterators PR libstdc++/78346

[Bug libstdc++/78346] [5/6/7 Regression] std::search with binary comparison predicate uses invalid reference

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

[Bug tree-optimization/76957] [7/8 Regression] XFAIL: gcc.dg/graphite/scop-dsyr2k.c scan-tree-dump-times graphite "number of SCoPs

2017-02-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=76957 Richard Biener changed: What|Removed |Added Keywords||xfail Priority|P4

[Bug tree-optimization/71351] [7 Regression] ICE: Segmentation fault (graphite)

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

[Bug tree-optimization/59859] [meta-bug] GRAPHITE issues

2017-02-01 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59859 Bug 59859 depends on bug 71142, which changed state. Bug 71142 Summary: [6/7 Regression] ICE: Segmentation fault in ssa_default_def (graphite) https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71142 What|Removed |Ad

[Bug tree-optimization/71142] [6/7 Regression] ICE: Segmentation fault in ssa_default_def (graphite)

2017-02-01 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71142 Martin Liška changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c/12245] [5/6/7 regression] Uses lots of memory when compiling large initialized arrays

2017-02-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12245 --- Comment #62 from Richard Biener --- Main issue is still for GCC: Kind Nodes Bytes constants1630852 39140573 integer_cst 1630844 c/c-typeck.

[Bug c/12245] [5/6/7 regression] Uses lots of memory when compiling large initialized arrays

2017-02-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12245 --- Comment #63 from Richard Biener --- Sth that could pay off with other testcases (nested CONSTRUCTORs) is to truncate the size of the CONSTRUCTOR_ELTS vec<> to the exact final size after parsing it as it will never grow again and we over-alloc

[Bug libquadmath/79317] logq is returning double precision results

2017-02-01 Thread ggoeckel at presby dot edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79317 --- Comment #1 from ggoeckel at presby dot edu --- My error. Sorry. Double precision entered with this assignment. lntwo=6.9314718055994530941723212145817446e-01

[Bug go/79281] gccgo: Binaries using goroutines crash on m68k

2017-02-01 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79281 --- Comment #7 from Ian Lance Taylor --- It sounds like you have a patch for GCC 6. If you send it in I can apply it. The error you show must be from `make -j`, as compiling a file in libgfortran would not invoke go1. What is the actual failur

[Bug c/79320] sqrt of negative number do not return NaN with i686-w64-mingw32-gcc on pentiumI7/Windows10

2017-02-01 Thread daniel.weil at argosim dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79320 --- Comment #2 from Daniel WEIL --- OK. I log the issue on mingw bugs : https://sourceforge.net/p/mingw/bugs/2337/

[Bug tree-optimization/79321] -ftree-parallelize-loops miscompiles 400.perlbench

2017-02-01 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79321 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug tree-optimization/79321] -ftree-parallelize-loops miscompiles 400.perlbench

2017-02-01 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79321 --- Comment #2 from Martin Liška --- And running with OMP_NUM_LIMIT=1 works fine.

[Bug testsuite/79272] FAIL: gcc.dg/ipa/pr77653.c scan-ipa-dump icf "Not unifying; alias cannot be created; target is discardable"

2017-02-01 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79272 --- Comment #6 from Martin Liška --- Author: marxin Date: Wed Feb 1 14:04:38 2017 New Revision: 245095 URL: https://gcc.gnu.org/viewcvs?rev=245095&root=gcc&view=rev Log: Add dg-require-alias to a ICF test (PR testsuite/79272). 2017-02-01 Mart

[Bug testsuite/79272] FAIL: gcc.dg/ipa/pr77653.c scan-ipa-dump icf "Not unifying; alias cannot be created; target is discardable"

2017-02-01 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79272 Martin Liška changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug go/79281] gccgo: Binaries using goroutines crash on m68k

2017-02-01 Thread jrtc27 at jrtc27 dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79281 --- Comment #8 from James Clarke --- Created attachment 40645 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40645&action=edit Proposed fix I believe this patch is what Adrian did; Adrian, can you please confirm?

[Bug go/79281] gccgo: Binaries using goroutines crash on m68k

2017-02-01 Thread glaubitz at physik dot fu-berlin.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79281 John Paul Adrian Glaubitz changed: What|Removed |Added CC||glaubitz at physik dot fu-be

[Bug lto/69866] lto1: internal compiler error: in add_symbol_to_partition_1, at lto/lto-partition.c:158

2017-02-01 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69866 --- Comment #8 from Martin Liška --- Is affected just the arm-none-eabi target, or are any others?

[Bug c++/79307] g++ misses warning for reference on temporary that invokes undefined behaviour

2017-02-01 Thread steven.spark at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79307 --- Comment #4 from Szikra --- > This is bug 44974. > > > Possible duplicate of bug #44859 or bug #51270. > > Looks more like bug 49974 to me. > > *** This bug has been marked as a duplicate of bug 44974 *** Hi you are right, my first example

[Bug c++/79300] Wrong diagnostics position

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

[Bug tree-optimization/79321] -ftree-parallelize-loops miscompiles 400.perlbench

2017-02-01 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79321 Martin Liška changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug tree-optimization/79321] -ftree-parallelize-loops miscompiles 400.perlbench

2017-02-01 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79321 Martin Liška changed: What|Removed |Added Status|RESOLVED|NEW Resolution|FIXED

[Bug tree-optimization/79321] -ftree-parallelize-loops miscompiles 400.perlbench

2017-02-01 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79321 --- Comment #4 from rguenther at suse dot de --- On Wed, 1 Feb 2017, marxin at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79321 > > Martin Liška changed: > >What|Removed |Added >

  1   2   >