[Bug tree-optimization/69224] [6/7 Regression] -Warray-bounds false positive with -O3 and struct pointer parameter

2018-07-24 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69224 --- Comment #14 from rguenther at suse dot de --- On Mon, 23 Jul 2018, law at redhat dot com wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69224 > > --- Comment #13 from Jeffrey A. Law --- > Agreed. I don't see a lot of value in backp

[Bug debug/68836] GCC can't properly emit debug info for function arguments in a back-trace when using -Og

2018-07-24 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68836 --- Comment #3 from rguenther at suse dot de --- On Tue, 24 Jul 2018, egallager at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68836 > > Eric Gallager changed: > >What|Removed |Add

[Bug c++/86653] New: UBSAN error: cp/parser.c:11760:19: runtime error: load of value 10, which is not a valid value for type 'bool'

2018-07-24 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86653 Bug ID: 86653 Summary: UBSAN error: cp/parser.c:11760:19: runtime error: load of value 10, which is not a valid value for type 'bool' Product: gcc Version: 9.0

[Bug fortran/84640] gcc/fortran/simplify.c:2587:9: runtime error: pointer index expression with base 0x0000090de160 overflowed to 0xffffffffc0632960

2018-07-24 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84640 --- Comment #5 from Martin Liška --- Any progress about this?

[Bug c++/86653] UBSAN error: cp/parser.c:11760:19: runtime error: load of value 10, which is not a valid value for type 'bool'

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

[Bug target/85969] avr/gen-avr-mmcu-specs.c:56: unused function ?

2018-07-24 Thread gjl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85969 Georg-Johann Lay changed: What|Removed |Added Priority|P3 |P5 Status|WAITING

[Bug lto/86654] New: [9 Regression] ICE in gen_member_die, at dwarf2out.c:24933

2018-07-24 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86654 Bug ID: 86654 Summary: [9 Regression] ICE in gen_member_die, at dwarf2out.c:24933 Product: gcc Version: 9.0 Status: UNCONFIRMED Keywords: ice-on-valid-code

[Bug lto/86654] [9 Regression] ICE in gen_member_die, at dwarf2out.c:24933

2018-07-24 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86654 --- Comment #1 from Martin Liška --- Created attachment 44426 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44426&action=edit test-case 1/4

[Bug lto/86654] [9 Regression] ICE in gen_member_die, at dwarf2out.c:24933

2018-07-24 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86654 --- Comment #2 from Martin Liška --- Created attachment 44427 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44427&action=edit test-case 2/4

[Bug lto/86654] [9 Regression] ICE in gen_member_die, at dwarf2out.c:24933

2018-07-24 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86654 --- Comment #3 from Martin Liška --- Created attachment 44428 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44428&action=edit test-case 3/4

[Bug lto/86654] [9 Regression] ICE in gen_member_die, at dwarf2out.c:24933

2018-07-24 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86654 --- Comment #4 from Martin Liška --- Created attachment 44429 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44429&action=edit test-case 4/4

[Bug lto/86654] [9 Regression] ICE in gen_member_die, at dwarf2out.c:24933

2018-07-24 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86654 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug lto/86651] lto-wrapper.exe: fatal error: simple_object_copy_lto_debug_sections not implemented: Invalid argument

2018-07-24 Thread um at mutluit dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86651 U.Mutlu changed: What|Removed |Added CC||um at mutluit dot com --- Comment #1 from U.Mu

[Bug target/86267] detect conversions between bitmasks and vector masks

2018-07-24 Thread kretz at kde dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86267 --- Comment #2 from Matthias Kretz --- Sorry for the delay. Vacation... This pattern appears in many variations in the implementation of wg21.link/p0214r9. The fixed_size ABI tag used with a simd_mask type requires a decision from the implemente

[Bug tree-optimization/18501] [6/7/8/9 Regression] Missing 'used uninitialized' warning (CCP)

2018-07-24 Thread mickey.veksler at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=18501 Michael Veksler changed: What|Removed |Added CC||mickey.veksler at gmail dot com --- Co

[Bug lto/86654] [9 Regression] ICE in gen_member_die, at dwarf2out.c:24933

2018-07-24 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86654 --- Comment #6 from Richard Biener --- So it doesn't seem to be the same issue as the last one but with SCC size != 1 since the following doesn't make it ICE for me: Index: lto/lto.c ==

[Bug libstdc++/83938] Speed up inplace_merge() algorithm & fix inefficient logic

2018-07-24 Thread fdumont at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83938 François Dumont changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug testsuite/86649] [9 regression] g++.dg/tree-ssa/pr19476-1.C fails starting with r262928

2018-07-24 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86649 --- Comment #2 from Jakub Jelinek --- Author: jakub Date: Tue Jul 24 10:24:00 2018 New Revision: 262942 URL: https://gcc.gnu.org/viewcvs?rev=262942&root=gcc&view=rev Log: PR testsuite/86649 * g++.dg/tree-ssa-/pr19476-1.C: Check d

[Bug libstdc++/86655] New: std::assoc_legendre should not constrain the value of m

2018-07-24 Thread kretz at kde dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86655 Bug ID: 86655 Summary: std::assoc_legendre should not constrain the value of m Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal Priority

[Bug libstdc++/86655] std::assoc_legendre should not constrain the value of m

2018-07-24 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86655 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/86652] pointer to function type cannot have 'const' qualifier

2018-07-24 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86652 Jonathan Wakely changed: What|Removed |Added Keywords||accepts-invalid Status|UNC

[Bug c++/86475] CWG 1550

2018-07-24 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86475 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/57160] short-circuit IF only with -ffrontend-optimize

2018-07-24 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57160 --- Comment #11 from janus at gcc dot gnu.org --- Patch posted at: https://gcc.gnu.org/ml/fortran/2018-07/msg00086.html

[Bug fortran/57160] short-circuit IF only with -ffrontend-optimize

2018-07-24 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57160 --- Comment #12 from Dominique d'Humieres --- > Patch posted at: https://gcc.gnu.org/ml/fortran/2018-07/msg00086.html Don't abuse any optimization option.

[Bug fortran/86527] gfortran console I/O not working

2018-07-24 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86527 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug fortran/86470] ICE with OMP

2018-07-24 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86470 Dominique d'Humieres changed: What|Removed |Added Priority|P3 |P4 Status|UNCONFIRMED

[Bug fortran/86545] [6/7/8/9 Regression] ICE in transfer_expr on invalid WRITE statement

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

[Bug fortran/86545] [6/7/8/9 Regression] ICE in transfer_expr on invalid WRITE statement

2018-07-24 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86545 --- Comment #3 from Dominique d'Humieres --- > gfortran 4.8 rejects it without ICE: > > character(len=:), allocatable :: cs > 1 > Error: Deferred-length character component 'cs' at (1) is not yet supp

[Bug other/86656] New: Issues found with -fsanitize=address

2018-07-24 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86656 Bug ID: 86656 Summary: Issues found with -fsanitize=address Product: gcc Version: 9.0 Status: UNCONFIRMED Keywords: meta-bug Severity: normal Priority: P3

[Bug objc/80798] Dynamic stack buffer (alloca) overflow in ObjC compiler.

2018-07-24 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80798 Martin Liška changed: What|Removed |Added CC||marxin at gcc dot gnu.org Blo

[Bug fortran/86657] New: ASAN error: heap-use-after-free gcc/fortran/symbol.c:1762 in gfc_add_flavor

2018-07-24 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86657 Bug ID: 86657 Summary: ASAN error: heap-use-after-free gcc/fortran/symbol.c:1762 in gfc_add_flavor Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: norma

[Bug sanitizer/79635] Explain to translators what "asan" means

2018-07-24 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79635 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug sanitizer/59962] --with-build-config=bootstrap-asan doesn't work

2018-07-24 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59962 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug lto/86651] lto-wrapper.exe: fatal error: simple_object_copy_lto_debug_sections not implemented: Invalid argument

2018-07-24 Thread jwjagersma at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86651 --- Comment #2 from jwjagersma at gmail dot com --- (In reply to U.Mutlu from comment #1) > Do you get the same error if you leave out the --disable-plugin ? Yes, same error.

[Bug fortran/86657] ASAN error: heap-use-after-free gcc/fortran/symbol.c:1762 in gfc_add_flavor

2018-07-24 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86657 Dominique d'Humieres changed: What|Removed |Added Priority|P3 |P4 Status|UNCONFIRMED

[Bug c++/86648] [9 Regression] ICE on class template argument deduction

2018-07-24 Thread boris_oncev at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86648 --- Comment #2 from Boris --- (In reply to Marek Polacek from comment #1) > I don't see any ICE with -std=c++17. Did you try it on godbolt, or locally(maybe you have newer version than godbolt) ?

[Bug target/86547] s390x: Maximum number of LRA assignment passes is achieved (30) when compiling a small inline assembler snippet

2018-07-24 Thread iii at linux dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86547 --- Comment #3 from Ilya Leoshkevich --- I think I found an issue in spill_hard_reg_in_range(). The idea behind the rclass loop in spill_hard_reg_in_range() seems to be: find a hard_regno, which in general conflicts with reload regno, but does n

[Bug target/86547] s390x: Maximum number of LRA assignment passes is achieved (30) when compiling a small inline assembler snippet

2018-07-24 Thread iii at linux dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86547 --- Comment #4 from Ilya Leoshkevich --- Created attachment 44430 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44430&action=edit patch v1

[Bug lto/86654] [9 Regression] ICE in gen_member_die, at dwarf2out.c:24933

2018-07-24 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86654 --- Comment #7 from Martin Liška --- With the dwarf2out.c file patches, now the library builds. But it took my ~30 minutes of linking, seeing perf top: 36.96% lto1 [.] lookup_external_ref 18.60% lto1 [.] hash_table:

[Bug debug/68836] GCC can't properly emit debug info for function arguments in a back-trace when using -Og

2018-07-24 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68836 Eric Gallager changed: What|Removed |Added CC||aoliva at gcc dot gnu.org --- Comment #4

[Bug gcov-profile/85377] [GCOV] Wrong coverage with label and if(cond) break in while(1)

2018-07-24 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85377 Martin Liška changed: What|Removed |Added Priority|P3 |P4 Status|ASSIGNED

[Bug objc/80798] Dynamic stack buffer (alloca) overflow in ObjC compiler.

2018-07-24 Thread chefmax at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80798 chefmax at gcc dot gnu.org changed: What|Removed |Added CC||chefmax at gcc dot gnu.org -

[Bug gcov-profile/85179] [GCOV] A label followed with a blank statement is wrongly marked as not executed in Gcov

2018-07-24 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85179 Martin Liška changed: What|Removed |Added Priority|P3 |P4 Status|ASSIGNED

[Bug libstdc++/70966] new_delete_resource() has deinit lifetime issues.

2018-07-24 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70966 --- Comment #3 from Jonathan Wakely --- Author: redi Date: Tue Jul 24 13:03:11 2018 New Revision: 262943 URL: https://gcc.gnu.org/viewcvs?rev=262943&root=gcc&view=rev Log: PR libstdc++/70966 fix lifetime bug for default resource PR libs

[Bug c++/86648] [9 Regression] ICE on class template argument deduction

2018-07-24 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86648 --- Comment #3 from Marek Polacek --- Locally, with the latest trunk. Could've been fixed already.

[Bug gcov-profile/83616] [GCOV] The goto statement in nested for loop leads the label is wrongly marked as not executed in gcov

2018-07-24 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83616 Martin Liška changed: What|Removed |Added Status|ASSIGNED|NEW Assignee|marxin at gcc dot

[Bug gcov-profile/83616] [GCOV] The goto statement in nested for loop leads the label is wrongly marked as not executed in gcov

2018-07-24 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83616 Martin Liška changed: What|Removed |Added Priority|P3 |P4

[Bug gcov-profile/83434] [GCOV] A label after a non-executed if statement is wrongly marked as not executed in gcov

2018-07-24 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83434 Martin Liška changed: What|Removed |Added Priority|P3 |P4 Assignee|marxin at gcc dot g

[Bug gcov-profile/85199] [GCOV] A cond-expr with a iterative variable in a for loop is marked as "-" in gcov

2018-07-24 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85199 Martin Liška changed: What|Removed |Added Priority|P3 |P4 Status|ASSIGNED

[Bug gcov-profile/85299] [GCOV] In for(;;), a "if(0) break;" statement is wrongly marked as executed when it is prefixed with an array declaration "int a[1];" and followed by "if(0) continue; break;"

2018-07-24 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85299 Martin Liška changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug gcov-profile/85297] [GCOV] "if(0) return;" is wrongly marked as executed when it is prefixed with a address operator "int c=0; &c;" and followed by "if(1) return;" in gcov

2018-07-24 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85297 Martin Liška changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug gcov-profile/85294] [GCOV] A "if(0) break;" statement is wrongly marked as executed when they are nested in for(;;) statement and prefixed with an struct declaration and followed by "if(1) break

2018-07-24 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85294 Martin Liška changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug gcov-profile/85274] [GCOV] A return statement in if(0) block is wrongly marked as executed when they are nested in for(;1;) statement and prefixed with an struct declaration and followed by a ass

2018-07-24 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85274 Martin Liška changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug lto/86654] [9 Regression] ICE in gen_member_die, at dwarf2out.c:24933

2018-07-24 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86654 --- Comment #8 from rguenther at suse dot de --- On Tue, 24 Jul 2018, marxin at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86654 > > --- Comment #7 from Martin Liška --- > With the dwarf2out.c file patches, now the l

[Bug gcov-profile/85225] [GCOV] An array reference in the for(;;) loop will lead the loop has incorrect execution times in gcov

2018-07-24 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85225 Martin Liška changed: What|Removed |Added Priority|P3 |P5 Status|ASSIGNED

[Bug gcov-profile/85243] [GCOV] A return statement in the if(0) block is wrongly marked as executed when prefixed with an array declaration statement and followed by a "for(;cond-expression;) return;

2018-07-24 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85243 Martin Liška changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug gcov-profile/85219] [GCOV] A "if(1) continue;" statement in a the else block of "if(1)" statement is wrongly marked as executed when surrounded by array delaration statement and break/continue st

2018-07-24 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85219 Martin Liška changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug gcov-profile/85273] [GCOV] return statement in else block of if(1) statement when there is an array declaration statement and a goto statement in gcov

2018-07-24 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85273 Martin Liška changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug gcov-profile/85272] [GCOV] return statement in the else block of if(1) statement nested in a for(;;) statement is wrongly marked as executed in gcov

2018-07-24 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85272 Martin Liška changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug testsuite/86649] [9 regression] g++.dg/tree-ssa/pr19476-1.C fails starting with r262928

2018-07-24 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86649 Richard Biener changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/86648] [9 Regression] ICE on class template argument deduction

2018-07-24 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86648 Richard Biener changed: What|Removed |Added Target Milestone|--- |9.0

[Bug gcov-profile/85245] [GCOV] A return statement in the if(0) block is wrongly marked as executed when they are nested in the true block of if (cond-expression) statement in gcov

2018-07-24 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85245 Martin Liška changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug gcov-profile/85218] [GCOV] A return statement in the if(0) block is wrongly marked as executed when there is an array index and an {array declare statement} around it in gcov

2018-07-24 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85218 Martin Liška changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug gcov-profile/85202] [GCOV] A continue statement in the body of the if(0) statement by following a if(1) statement will lead to incorrect code coverage in gcov

2018-07-24 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85202 Martin Liška changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug gcov-profile/85333] [GCOV] Builtin function is wrongly marked as "-" in gcov

2018-07-24 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85333 Martin Liška changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug target/86651] lto-wrapper.exe: fatal error: simple_object_copy_lto_debug_sections not implemented: Invalid argument

2018-07-24 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86651 Richard Biener changed: What|Removed |Added Keywords||lto CC|

[Bug target/86651] [8/9 Regression] lto-wrapper.exe: fatal error: simple_object_copy_lto_debug_sections not implemented: Invalid argument

2018-07-24 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86651 Richard Biener changed: What|Removed |Added Target Milestone|--- |8.2 Summary|lto-wrapper.exe:

[Bug bootstrap/68663] Build failure on AIX 7.1

2018-07-24 Thread bugzilla-gcc at thewrittenword dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68663 The Written Word changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug target/82005] Early lto debug not implemented on Darwin

2018-07-24 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82005 --- Comment #42 from Richard Biener --- (In reply to Iain Sandoe from comment #40) > Created attachment 44417 [details] > Patch series to enable copying of early debug data. > First thanks for continuing to look into this (and sorry for the lat

[Bug middle-end/86627] [6/7/8/9 Regression] Signed 128-bit division by 2 no longer expanded to RTL

2018-07-24 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86627 --- Comment #8 from Jakub Jelinek --- Author: jakub Date: Tue Jul 24 14:23:18 2018 New Revision: 262948 URL: https://gcc.gnu.org/viewcvs?rev=262948&root=gcc&view=rev Log: PR middle-end/86627 * expmed.c (expand_divmod): Punt if d

[Bug lto/86654] [9 Regression] ICE in gen_member_die, at dwarf2out.c:24933

2018-07-24 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86654 --- Comment #9 from Martin Liška --- (In reply to rguent...@suse.de from comment #8) > On Tue, 24 Jul 2018, marxin at gcc dot gnu.org wrote: > > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86654 > > > > --- Comment #7 from Martin Liška ---

[Bug libstdc++/86658] New: Debug mode: std::copy(..., std::inserter(...)) causes "Error: attempt to copy-construct an iterator from a singular iterator."

2018-07-24 Thread sbergman at redhat dot com
t; $ gcc/inst/bin/g++ --version > g++ (GCC) 9.0.0 20180724 (experimental) > Copyright (C) 2018 Free Software Foundation, Inc. > This is free software; see the source for copying conditions. There is NO > warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > >

[Bug lto/86654] [9 Regression] ICE in gen_member_die, at dwarf2out.c:24933

2018-07-24 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86654 --- Comment #10 from rguenther at suse dot de --- On Tue, 24 Jul 2018, marxin at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86654 > > --- Comment #9 from Martin Liška --- > (In reply to rguent...@suse.de from comment

[Bug c++/86646] Special member function 'cannot be defaulted' if type alias is used

2018-07-24 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86646 Marek Polacek changed: What|Removed |Added CC||mpolacek at gcc dot gnu.org --- Comment

[Bug tree-optimization/86636] [9 Regression] ICE in json::string::string

2018-07-24 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86636 --- Comment #3 from David Malcolm --- Author: dmalcolm Date: Tue Jul 24 16:06:58 2018 New Revision: 262950 URL: https://gcc.gnu.org/viewcvs?rev=262950&root=gcc&view=rev Log: Fix segfault in -fsave-optimization-record (PR tree-optimization/86636)

[Bug tree-optimization/86636] [9 Regression] ICE in json::string::string

2018-07-24 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86636 David Malcolm changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug rtl-optimization/85925] [7/8/9 Regression] Mis-compilation at -02, masking with 257 goes wrong in combine

2018-07-24 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85925 --- Comment #4 from Segher Boessenkool --- Any progress with this PR?

[Bug target/85610] Unable to optimize away mov followed by compare into a cmpb in case of atomic_load

2018-07-24 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85610 Segher Boessenkool changed: What|Removed |Added CC||segher at gcc dot gnu.org --- Comme

[Bug other/86656] Issues found with -fsanitize=address

2018-07-24 Thread chefmax at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86656 Bug 86656 depends on bug 80798, which changed state. Bug 80798 Summary: Dynamic stack buffer (alloca) overflow in ObjC compiler. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80798 What|Removed |Added ---

[Bug objc/80798] Dynamic stack buffer (alloca) overflow in ObjC compiler.

2018-07-24 Thread chefmax at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80798 chefmax at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug objc/85476] ASAN error in finish_class ../../gcc/objc/objc-act.c:8006

2018-07-24 Thread chefmax at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85476 chefmax at gcc dot gnu.org changed: What|Removed |Added CC||m.ostapenko at samsung dot co

[Bug lto/86654] [9 Regression] ICE in gen_member_die, at dwarf2out.c:24933

2018-07-24 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86654 --- Comment #11 from Richard Biener --- OK, so patch at least regresses FAIL: g++.dg/debug/dwarf2/lambda1.C -std=gnu++11 scan-assembler-times DW_TAG_variable[^.]*.ascii "this.0" 2 FAIL: g++.dg/debug/dwarf2/lambda1.C -std=gnu++14 scan-assembl

[Bug c/86618] tree-vect-stmts.c:3340: ubsan error

2018-07-24 Thread rsandifo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86618 --- Comment #4 from rsandifo at gcc dot gnu.org --- Author: rsandifo Date: Tue Jul 24 18:08:19 2018 New Revision: 262951 URL: https://gcc.gnu.org/viewcvs?rev=262951&root=gcc&view=rev Log: Avoid &LOOP_VINFO_MASKS for bb vectorisation (PR 86618)

[Bug target/86448] GCC 9 compiler generates slower code for spec 2006 milc on a power9 using -mcpu=power9 than using -mcpu=power8

2018-07-24 Thread kelvin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86448 --- Comment #2 from kelvin at gcc dot gnu.org --- Using the GCC8 branch, svn version id 262483 (the same version tested by Michael), I'm getting the following results: -mcpu=power8-mcpu=power9 28.57 28.7

[Bug ada/86659] New: [9 regression] gnat.dg/sso/q[23].adb FAIL

2018-07-24 Thread ro at gcc dot gnu.org
Assignee: unassigned at gcc dot gnu.org Reporter: ro at gcc dot gnu.org CC: ebotcazou at gcc dot gnu.org Target Milestone: --- Target: sparc-sun-solaris2.* Between 20180723 (r262933) and 20180724 (r262948) a couple of gnat.dg tests started to FAIL on

[Bug ada/86659] [9 regression] gnat.dg/sso/q[23].adb FAIL

2018-07-24 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86659 Rainer Orth changed: What|Removed |Added Target Milestone|--- |9.0

[Bug target/86538] GCC should define a macro to specify if LSE is enabled or not

2018-07-24 Thread sje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86538 --- Comment #2 from Steve Ellcey --- While I agree that we want users to use the __sync and atomic primitives, it still seems like it would be useful in some cases to know if the LSE operations are available and if GCC is generating code for them

[Bug c++/86598] Incorrect lexing of pp-numbers in C++11 due to hexfloat extension

2018-07-24 Thread joseph at codesourcery dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86598 --- Comment #3 from joseph at codesourcery dot com --- On Fri, 20 Jul 2018, zhonghao at pku dot org.cn wrote: > g++ rejects the above code: You don't say what options you are using, or what compiler version; please include that in future bug r

[Bug libstdc++/86658] [9 Regression] Debug mode: std::copy(..., std::inserter(...)) causes "Error: attempt to copy-construct an iterator from a singular iterator."

2018-07-24 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86658 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug fortran/58224] -fcheck=pointer should detect that an unallocated allocatable data-target is forbidden

2018-07-24 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58224 janus at gcc dot gnu.org changed: What|Removed |Added Keywords||diagnostic CC|

[Bug libstdc++/86658] [9 Regression] Debug mode: std::copy(..., std::inserter(...)) causes "Error: attempt to copy-construct an iterator from a singular iterator."

2018-07-24 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86658 Jonathan Wakely changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug libstdc++/86658] [9 Regression] Debug mode: std::copy(..., std::inserter(...)) causes "Error: attempt to copy-construct an iterator from a singular iterator."

2018-07-24 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86658 --- Comment #3 from Jonathan Wakely --- Author: redi Date: Tue Jul 24 20:49:10 2018 New Revision: 262952 URL: https://gcc.gnu.org/viewcvs?rev=262952&root=gcc&view=rev Log: PR libstdc++/86658 fix __niter_wrap to not copy invalid iterators An out

[Bug middle-end/86631] [9 Regression] missing -Walloc-size-larger-than on ILP32 hosts

2018-07-24 Thread joseph at codesourcery dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86631 --- Comment #1 from joseph at codesourcery dot com --- On Sun, 22 Jul 2018, msebor at gcc dot gnu.org wrote: > In ILP32 it sets the limit for the warning to LLONG_MAX which is greater than > the value of PTRDIFF_MAX on the targer (the intended s

[Bug middle-end/86631] [9 Regression] missing -Walloc-size-larger-than on ILP32 hosts

2018-07-24 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86631 --- Comment #2 from Martin Sebor --- I just happen to be looking into this. Is there a way to defer the option processing until after all this info is available? (When things like ptrdiff_type_node are already initialized, or at least when the

[Bug fortran/86599] Problems building libgfortran from 7.2.0 on HP-UX 11.31/PA

2018-07-24 Thread bugzilla-gcc at thewrittenword dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86599 --- Comment #3 from The Written Word --- 6.4.0 and 7.3.0 exhibit the same error.

[Bug c++/86660] New: libgomp.c++/for-15.C ICEs with nvptx offloading

2018-07-24 Thread cesar at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86660 Bug ID: 86660 Summary: libgomp.c++/for-15.C ICEs with nvptx offloading Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug fortran/86599] Problems building libgfortran from 7.2.0 on HP-UX 11.31/PA

2018-07-24 Thread bugzilla-gcc at thewrittenword dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86599 The Written Word changed: What|Removed |Added Version|7.2.0 |8.1.0 --- Comment #4 from The Written

[Bug c++/86660] libgomp.c++/for-15.C ICEs with nvptx offloading

2018-07-24 Thread cesar at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86660 --- Comment #1 from cesar at gcc dot gnu.org --- Created attachment 44431 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44431&action=edit LTO graceful abort patch With the LTO graceful abort patch, I now see this error: lto1: error: Missi

[Bug fortran/86599] Problems building libgfortran from 7.2.0 on HP-UX 11.31/PA

2018-07-24 Thread bugzilla-gcc at thewrittenword dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86599 --- Comment #5 from The Written Word --- (In reply to The Written Word from comment #4) > On HP-UX 11.23/PA, this isn't an issue because of the following in > fixincludes/inclhack.def: > /* > * HP-UX long_double > */ > fix = { > hackname

[Bug c++/86661] New: g++ ICE:tree check: expected tree that contains ‘decl minimal’ structure, have ‘overload’ in note_name_declared_in_class, at cp/class.c:8288

2018-07-24 Thread helloqirun at gmail dot com
-languages=c,c++ --disable-werror --enable-multilib Thread model: posix gcc version 9.0.0 20180724 (experimental) [trunk revision 262942] (GCC) $ g++-trunk abc.C abc.C:5:31: internal compiler error: tree check: expected tree that contains ‘decl minimal’ structure, have ‘overload’ in

  1   2   >