[Bug target/65416] xtensa: memory allocated by alloca is used before the stack pointer is updated

2018-06-11 Thread jcmvbkbc at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65416 jcmvbkbc at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/33979] support for char16_t, char32_t

2018-06-11 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=33979 Eric Gallager changed: What|Removed |Added Status|NEW |WAITING --- Comment #21 from Eric

[Bug c/80942] -Woverlength-strings should no longer be implied by -Wpedantic

2018-06-11 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80942 --- Comment #8 from Eric Gallager --- (In reply to Eric Gallager from comment #7) > If this bug is fixed, then it should no longer be necessary to explicitly > specify -Wno-overlength-strings when building GCC itself. I could submit a > patch

[Bug libfortran/86070] [7 regression] gfortran.dg/fmt_zero_digits.f90 segmentation fault starting with r261077

2018-06-11 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86070 Jerry DeLisle changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/85963] [8/9 Regression] false positive "set but not used" warning [-Wunused-but-set-variable]

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

[Bug c++/85792] [8/9 Regression] #include triggers Wctor-dtor-privcay

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

[Bug c++/82728] [8 regression] Incorrect -Wunused-but-set-variable warning with a const

2018-06-11 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82728 Bug 82728 depends on bug 85963, which changed state. Bug 85963 Summary: [8/9 Regression] false positive "set but not used" warning [-Wunused-but-set-variable] https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85963 What|Removed

[Bug c++/85710] [8/9 Regression] Enabling memset-elt-size warning causes ICE on memset of template member array

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

[Bug fortran/44491] Diagnostic just shows "" instead of a locus

2018-06-11 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44491 kargl at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P4 CC|

[Bug tree-optimization/86114] [8/9 Regression] ICE in gimple_fold_builtin_strlen with an invalid call to strnlen

2018-06-11 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86114 Martin Sebor changed: What|Removed |Added Keywords||ice-on-invalid-code

[Bug tree-optimization/86114] New: [8/9 Regression] ICE in gimple_fold_builtin_strlen with an invalid call to strnlen

2018-06-11 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86114 Bug ID: 86114 Summary: [8/9 Regression] ICE in gimple_fold_builtin_strlen with an invalid call to strnlen Product: gcc Version: 8.0 Status: UNCONFIRMED

[Bug c++/85710] [8/9 Regression] Enabling memset-elt-size warning causes ICE on memset of template member array

2018-06-11 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85710 --- Comment #3 from Jason Merrill --- Author: jason Date: Mon Jun 11 22:02:25 2018 New Revision: 261465 URL: https://gcc.gnu.org/viewcvs?rev=261465=gcc=rev Log: PR c++/85710 - ICE with -Wmemset-elt-size. c-family/ * c-warn.c

[Bug c++/85792] [8/9 Regression] #include triggers Wctor-dtor-privcay

2018-06-11 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85792 --- Comment #4 from Jason Merrill --- Author: jason Date: Mon Jun 11 22:02:37 2018 New Revision: 261467 URL: https://gcc.gnu.org/viewcvs?rev=261467=gcc=rev Log: PR c++/85792 -Wctor-dtor-privacy and inherited constructor. *

[Bug c++/61806] [C++11] Expression sfinae w/o access gives hard error in partial template specializations

2018-06-11 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61806 --- Comment #7 from Jason Merrill --- Author: jason Date: Mon Jun 11 22:02:19 2018 New Revision: 261464 URL: https://gcc.gnu.org/viewcvs?rev=261464=gcc=rev Log: PR c++/61806 - missed SFINAE with partial specialization. *

[Bug c++/85963] [8/9 Regression] false positive "set but not used" warning [-Wunused-but-set-variable]

2018-06-11 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85963 --- Comment #5 from Jason Merrill --- Author: jason Date: Mon Jun 11 22:02:31 2018 New Revision: 261466 URL: https://gcc.gnu.org/viewcvs?rev=261466=gcc=rev Log: PR c++/85963 - -Wunused-but-set with ?: in template. * pt.c

[Bug c++/85765] [8/9 Regression] Missing SFINAE in default template argument

2018-06-11 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85765 --- Comment #6 from Jason Merrill --- Author: jason Date: Mon Jun 11 22:02:13 2018 New Revision: 261463 URL: https://gcc.gnu.org/viewcvs?rev=261463=gcc=rev Log: PR c++/85765 - SFINAE and non-type default template arg. * pt.c

[Bug c++/85815] [7/8/9 Regression] incorrect "invalid use of incomplete type" in a lambda on valid code

2018-06-11 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85815 --- Comment #3 from Jason Merrill --- Author: jason Date: Mon Jun 11 22:01:55 2018 New Revision: 261460 URL: https://gcc.gnu.org/viewcvs?rev=261460=gcc=rev Log: PR c++/85815 - reference to member of enclosing template. *

[Bug c++/85764] [8/9 Regression] bogus ‘this’ was not captured for this lambda function error

2018-06-11 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85764 --- Comment #2 from Jason Merrill --- Author: jason Date: Mon Jun 11 22:02:07 2018 New Revision: 261462 URL: https://gcc.gnu.org/viewcvs?rev=261462=gcc=rev Log: PR c++/85764 - bogus 'this' not captured error. * lambda.c

[Bug c++/85807] [8/9 Regression] ICEs related to noexcept

2018-06-11 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85807 --- Comment #4 from Jason Merrill --- Author: jason Date: Mon Jun 11 22:02:01 2018 New Revision: 261461 URL: https://gcc.gnu.org/viewcvs?rev=261461=gcc=rev Log: PR c++/85807 - ICE with call in template NSDMI. * init.c

[Bug c++/85792] [8/9 Regression] #include triggers Wctor-dtor-privcay

2018-06-11 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85792 --- Comment #3 from Jason Merrill --- Author: jason Date: Mon Jun 11 21:49:36 2018 New Revision: 261459 URL: https://gcc.gnu.org/viewcvs?rev=261459=gcc=rev Log: PR c++/85792 -Wctor-dtor-privacy and inherited constructor. *

[Bug c++/85963] [8/9 Regression] false positive "set but not used" warning [-Wunused-but-set-variable]

2018-06-11 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85963 --- Comment #4 from Jason Merrill --- Author: jason Date: Mon Jun 11 21:49:30 2018 New Revision: 261458 URL: https://gcc.gnu.org/viewcvs?rev=261458=gcc=rev Log: PR c++/85963 - -Wunused-but-set with ?: in template. * pt.c

[Bug c/86113] New: __builtin_nan has "const" attribute

2018-06-11 Thread gfalcon at google dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86113 Bug ID: 86113 Summary: __builtin_nan has "const" attribute Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug c++/85963] [8/9 Regression] false positive "set but not used" warning [-Wunused-but-set-variable]

2018-06-11 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85963 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug libstdc++/86112] New: Python printers don't work on Python 2.6

2018-06-11 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86112 Bug ID: 86112 Summary: Python printers don't work on Python 2.6 Product: gcc Version: 8.1.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug fortran/86110] ICE in gfc_resolve_character_array_constructor, at fortran/array.c:2044

2018-06-11 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86110 kargl at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/86111] ICE in gfc_arith_concat, at fortran/arith.c:985

2018-06-11 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86111 kargl at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P4

[Bug c/61579] -Wwrite-strings does not behave as a warning option

2018-06-11 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61579 --- Comment #4 from Marek Polacek --- Wow, how has it been 4 years already? Maybe this time around then. :)

[Bug tree-optimization/86083] handle non-constant assignments in strlen

2018-06-11 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86083 Martin Sebor changed: What|Removed |Added Keywords||patch Status|ASSIGNED

[Bug tree-optimization/83819] [meta-bug] missing strlen optimizations

2018-06-11 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83819 Bug 83819 depends on bug 86083, which changed state. Bug 86083 Summary: handle non-constant assignments in strlen https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86083 What|Removed |Added

[Bug tree-optimization/86083] handle non-constant assignments in strlen

2018-06-11 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86083 --- Comment #2 from Martin Sebor --- Author: msebor Date: Mon Jun 11 20:01:40 2018 New Revision: 261452 URL: https://gcc.gnu.org/viewcvs?rev=261452=gcc=rev Log: PR tree-optimization/86083 - handle non-constant assignments in strlen

[Bug fortran/86111] New: ICE in gfc_arith_concat, at fortran/arith.c:985

2018-06-11 Thread gs...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86111 Bug ID: 86111 Summary: ICE in gfc_arith_concat, at fortran/arith.c:985 Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug fortran/86110] ICE in gfc_resolve_character_array_constructor, at fortran/array.c:2044

2018-06-11 Thread gs...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86110 --- Comment #1 from G. Steinmetz --- Detected : $ cat z3.f90 program p character(:), allocatable :: x, y x = 'abc' y = [x] end $ gfortran-9-20180610 -c z3.f90 z3.f90:4:3: y = [x] 1 Error: Incompatible ranks 0 and 1 in

[Bug fortran/86110] New: ICE in gfc_resolve_character_array_constructor, at fortran/array.c:2044

2018-06-11 Thread gs...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86110 Bug ID: 86110 Summary: ICE in gfc_resolve_character_array_constructor, at fortran/array.c:2044 Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal

[Bug fortran/83515] ICE: Invalid expression in gfc_element_size

2018-06-11 Thread gs...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83515 G. Steinmetz changed: What|Removed |Added CC||gs...@t-online.de --- Comment #3 from G.

[Bug target/85755] PowerPC Gcc's -mupdate produces inefficient code on power8/power9 machines

2018-06-11 Thread bergner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85755 Peter Bergner changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/80485] rejects-valid: constexpr static_cast of pointer-to-member-function to bool

2018-06-11 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80485 --- Comment #4 from Jason Merrill --- Author: jason Date: Mon Jun 11 18:56:56 2018 New Revision: 261449 URL: https://gcc.gnu.org/viewcvs?rev=261449=gcc=rev Log: PR c++/80485 - inline function non-zero address. * symtab.c

[Bug driver/80271] Support environment variable CLICOLOR_FORCE to enable -fdiagnostics-color

2018-06-11 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80271 --- Comment #7 from Eric Gallager --- (In reply to Adam Borowski from comment #6) > Created attachment 44260 [details] > patch for CLICOLOR_FORCE > > So, here's a patch. Please send patches to the gcc-patches mailing list for review.

[Bug fortran/45521] [F08] GENERIC resolution with ALLOCATABLE/POINTER and PROCEDURE

2018-06-11 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45521 --- Comment #21 from janus at gcc dot gnu.org --- r261448 fixed comments 16 and 17. Still open: Comment 19.

[Bug fortran/45521] [F08] GENERIC resolution with ALLOCATABLE/POINTER and PROCEDURE

2018-06-11 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45521 --- Comment #20 from janus at gcc dot gnu.org --- Author: janus Date: Mon Jun 11 18:44:38 2018 New Revision: 261448 URL: https://gcc.gnu.org/viewcvs?rev=261448=gcc=rev Log: 2018-06-11 Janus Weil PR fortran/45521 * interface.c

[Bug c++/86094] [8/9 Regression] Call ABI changed for small objects with defaulted ctor

2018-06-11 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86094 --- Comment #6 from Jason Merrill --- Author: jason Date: Mon Jun 11 18:40:14 2018 New Revision: 261445 URL: https://gcc.gnu.org/viewcvs?rev=261445=gcc=rev Log: PR c++/86094 - wrong code with defaulted move ctor. * tree.c

[Bug c++/86094] [8/9 Regression] Call ABI changed for small objects with defaulted ctor

2018-06-11 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86094 --- Comment #5 from Jason Merrill --- Author: jason Date: Mon Jun 11 18:38:52 2018 New Revision: 261444 URL: https://gcc.gnu.org/viewcvs?rev=261444=gcc=rev Log: PR c++/86094 - wrong code with defaulted move ctor. * tree.c

[Bug target/85755] PowerPC Gcc's -mupdate produces inefficient code on power8/power9 machines

2018-06-11 Thread bergner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85755 --- Comment #11 from Peter Bergner --- Author: bergner Date: Mon Jun 11 18:25:37 2018 New Revision: 261442 URL: https://gcc.gnu.org/viewcvs?rev=261442=gcc=rev Log: gcc/ Backport from mainline 2018-06-08 Peter Bergner

[Bug target/85755] PowerPC Gcc's -mupdate produces inefficient code on power8/power9 machines

2018-06-11 Thread bergner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85755 --- Comment #10 from Peter Bergner --- Author: bergner Date: Mon Jun 11 18:23:28 2018 New Revision: 261441 URL: https://gcc.gnu.org/viewcvs?rev=261441=gcc=rev Log: gcc/ Backport from mainline 2018-06-08 Peter Bergner

[Bug c++/86094] [8/9 Regression] Call ABI changed for small objects with defaulted ctor

2018-06-11 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86094 --- Comment #4 from Jason Merrill --- (In reply to Alexander Monakov from comment #3) > -fabi-version=12 is not documented, not mentioned in release notes, and not > wired up in -Wabi. -Wabi=11 warns about this. With an incorrect message,

[Bug driver/80271] Support environment variable CLICOLOR_FORCE to enable -fdiagnostics-color

2018-06-11 Thread kilobyte at angband dot pl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80271 Adam Borowski changed: What|Removed |Added CC||kilobyte at angband dot pl --- Comment

[Bug gcov-profile/86109] New: [GCOV] gcov reports lines in lambdas as not executable

2018-06-11 Thread jasminekahuja at yahoo dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86109 Bug ID: 86109 Summary: [GCOV] gcov reports lines in lambdas as not executable Product: gcc Version: 8.1.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug debug/84342] Location views breaks cross builds of arm including gnueabihf

2018-06-11 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84342 --- Comment #12 from Jeffrey A. Law --- I'm not familiar enough with the ccfsm bits to know if there's something we ought to be doing generically to improve CC handling further. I think downgrading to P2 certainly makes sense though. However,

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

2018-06-11 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57160 --- Comment #8 from Thomas Koenig --- (In reply to Dominique d'Humieres from comment #7) > > It is not actually a complete duplicate of PR 85599, > > it is just similar. > > What is different? Is "different chunks of code are required" good

[Bug target/85755] PowerPC Gcc's -mupdate produces inefficient code on power8/power9 machines

2018-06-11 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85755 --- Comment #9 from Segher Boessenkool --- Author: segher Date: Mon Jun 11 16:06:49 2018 New Revision: 261436 URL: https://gcc.gnu.org/viewcvs?rev=261436=gcc=rev Log: Backport from trunk 2018-06-11 Segher Boessenkool

[Bug c++/86094] [8/9 Regression] Call ABI changed for small objects with defaulted ctor

2018-06-11 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86094 Jason Merrill changed: What|Removed |Added Priority|P3 |P1 Status|UNCONFIRMED

[Bug target/85755] PowerPC Gcc's -mupdate produces inefficient code on power8/power9 machines

2018-06-11 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85755 --- Comment #8 from Segher Boessenkool --- Author: segher Date: Mon Jun 11 15:48:48 2018 New Revision: 261435 URL: https://gcc.gnu.org/viewcvs?rev=261435=gcc=rev Log: rs6000: Put constraints on the correct operand in movdi (PR85755) Some of

[Bug fortran/78571] ICE in create_character_initializer, at fortran/data.c:191

2018-06-11 Thread clyon at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78571 --- Comment #7 from Christophe Lyon --- Right, this was fixed by r261367. Thanks and sorry for the noise.

[Bug c++/86108] New: crash during unwinding with -O2

2018-06-11 Thread guillaume at morinfr dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86108 Bug ID: 86108 Summary: crash during unwinding with -O2 Product: gcc Version: 8.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug fortran/78571] ICE in create_character_initializer, at fortran/data.c:191

2018-06-11 Thread sgk at troutmask dot apl.washington.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78571 --- Comment #6 from Steve Kargl --- On Mon, Jun 11, 2018 at 07:01:47AM +, clyon at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78571 > > Christophe Lyon changed: > >What|Removed

[Bug c/86102] Include argument name in warning

2018-06-11 Thread jg at jguk dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86102 --- Comment #5 from Jonny Grant --- Hi Jonathan I can see what you mean, it doesn't make sense to add more info now I see. Thank you for closing this request as invalid. Jonny

[Bug c++/85400] invalid Local Dynamic TLS relaxation for symbol defined in method

2018-06-11 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85400 Jakub Jelinek changed: What|Removed |Added CC||rafael.espindola at gmail dot com ---

[Bug c++/82906] thread_local address not uniqued across shared libraries

2018-06-11 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82906 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug c++/82906] thread_local address not uniqued across shared libraries

2018-06-11 Thread podbot88 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82906 Anders changed: What|Removed |Added CC||podbot88 at gmail dot com --- Comment #3 from

[Bug c++/86094] [8/9 Regression] Call ABI changed for small objects with defaulted ctor

2018-06-11 Thread amonakov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86094 --- Comment #3 from Alexander Monakov --- -fabi-version=12 is not documented, not mentioned in release notes, and not wired up in -Wabi.

[Bug c++/86098] [concepts] canonical types differ for identical types

2018-06-11 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86098 Jonathan Wakely changed: What|Removed |Added Keywords||ice-on-valid-code

[Bug c++/86094] [8/9 Regression] Call ABI changed for small objects with defaulted ctor

2018-06-11 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86094 Jonathan Wakely changed: What|Removed |Added CC||jason at gcc dot gnu.org --- Comment

[Bug fortran/85599] Prevent short-circuiting of logical expressions for non-pure functions

2018-06-11 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85599 --- Comment #35 from Dominique d'Humieres --- > gfc_warning(OPT_Wsurprising, "Impure function %qs at %L may not be > evaluated", ...) I am perfectly happy with the short-circuit evaluation and I don't want any warning when I use -Wall.

[Bug tree-optimization/86089] [9 Regression] ICE in get_string_length, at tree-ssa-strlen.c:653

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

[Bug tree-optimization/86089] [9 Regression] ICE in get_string_length, at tree-ssa-strlen.c:653

2018-06-11 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86089 --- Comment #13 from Martin Liška --- Author: marxin Date: Mon Jun 11 11:47:00 2018 New Revision: 261434 URL: https://gcc.gnu.org/viewcvs?rev=261434=gcc=rev Log: Fix typo done in MPX removal (PR tree-optimization/86089). 2018-06-11 Martin

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

2018-06-11 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57160 --- Comment #7 from Dominique d'Humieres --- > It is not actually a complete duplicate of PR 85599, > it is just similar. What is different? IMO the two PRs should be closed as WONTFIX.

[Bug c++/86094] [8/9 Regression] Call ABI changed for small objects with defaulted ctor

2018-06-11 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86094 --- Comment #1 from Jonathan Wakely --- This is controlled by -fabi-version=12 (the default in gcc 8).

[Bug tree-optimization/86097] [8/9 Regression] ICE: verify_gimple failed (error: mismatching comparison operand types)

2018-06-11 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86097 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c/86102] Include argument name in warning

2018-06-11 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86102 --- Comment #4 from Jonathan Wakely --- (In reply to Jonny Grant from comment #2) > There is no benefit from displaying 'value' '"test"' or 'str' ? Right. In this case they're short strings, but the arguments to a function can be arbitrary

[Bug target/86107] New: ICE: in ix86_mitigate_rop, at config/i386/i386.c:42301 with -O -funroll-loops -mavx5124fmaps -mmitigate-rop --param=hot-bb-frequency-fraction=1

2018-06-11 Thread zsojka at seznam dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86107 Bug ID: 86107 Summary: ICE: in ix86_mitigate_rop, at config/i386/i386.c:42301 with -O -funroll-loops -mavx5124fmaps -mmitigate-rop --param=hot-bb-frequency-fraction=1

[Bug c++/86099] [9 Regression] internal compiler error: in cx_check_missing_mem_inits, at cp/constexpr.c:815

2018-06-11 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86099 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/81084] [8 Regression] powerpcspe port full of confusing configury / command-line options not related to SPE

2018-06-11 Thread glaubitz at physik dot fu-berlin.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81084 --- Comment #59 from John Paul Adrian Glaubitz --- (In reply to Andrew Jenner from comment #58) > Acknowledged. I will try to get to that later this week. Any news on this? News from Debian's side is that we have upgraded build capacity for

[Bug c/86102] Include argument name in warning

2018-06-11 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86102 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c/86106] New: powerpc: Suboptimal logical operation

2018-06-11 Thread christophe.le...@c-s.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86106 Bug ID: 86106 Summary: powerpc: Suboptimal logical operation Product: gcc Version: 8.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

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

2018-06-11 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57160 Thomas Koenig changed: What|Removed |Added Status|RESOLVED|ASSIGNED Resolution|DUPLICATE

[Bug tree-optimization/86089] [9 Regression] ICE in get_string_length, at tree-ssa-strlen.c:653

2018-06-11 Thread juergen.reuter at desy dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86089 --- Comment #12 from Jürgen Reuter --- (In reply to Martin Liška from comment #11) > Patch candidate sent here: > https://gcc.gnu.org/ml/gcc-patches/2018-06/msg00546.html Thanks for the patch, Martin. I checked that our code works again also

[Bug c++/85963] [8/9 Regression] false positive "set but not used" warning [-Wunused-but-set-variable]

2018-06-11 Thread mcortez at airpost dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85963 --- Comment #3 from Michael Cortez --- Created attachment 44257 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44257=edit bug.cpp simplified test case

[Bug c++/85963] [8/9 Regression] false positive "set but not used" warning [-Wunused-but-set-variable]

2018-06-11 Thread mcortez at airpost dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85963 Michael Cortez changed: What|Removed |Added CC||mpolacek at gcc dot gnu.org ---

[Bug tree-optimization/86089] [9 Regression] ICE in get_string_length, at tree-ssa-strlen.c:653

2018-06-11 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86089 --- Comment #11 from Martin Liška --- Patch candidate sent here: https://gcc.gnu.org/ml/gcc-patches/2018-06/msg00546.html

[Bug tree-optimization/86089] [9 Regression] ICE in get_string_length, at tree-ssa-strlen.c:653

2018-06-11 Thread juergen.reuter at desy dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86089 --- Comment #10 from Jürgen Reuter --- I can confirm that re-introducing the line case BUILT_IN_STRCPY_CHK: in lines 619/20 in tree-ssa-strlen.c does indeed solve this problem and also the problem (ICE) with our code reported in PR86103.

[Bug fortran/78571] ICE in create_character_initializer, at fortran/data.c:191

2018-06-11 Thread clyon at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78571 Christophe Lyon changed: What|Removed |Added CC||clyon at gcc dot gnu.org --- Comment

[Bug tree-optimization/86101] [8/9 Regression] IEEE_UNDERFLOW_FLAG in 416.gamess with -Ofast -march=native on bdver4

2018-06-11 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86101 --- Comment #2 from Martin Liška --- (In reply to Andrew Pinski from comment #1) > -fno-aggressive-loop-optimizations > > *** This bug has been marked as a duplicate of bug 69368 *** Thanks Andrew!

[Bug tree-optimization/86089] [9 Regression] ICE in get_string_length, at tree-ssa-strlen.c:653

2018-06-11 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86089 --- Comment #9 from Martin Liška --- *** Bug 86103 has been marked as a duplicate of this bug. ***

[Bug tree-optimization/86103] [9 Regression] ICE in in get_string_length, at tree-ssa-strlen.c:653

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

[Bug tree-optimization/86089] [9 Regression] ICE in get_string_length, at tree-ssa-strlen.c:653

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

[Bug rtl-optimization/86104] gcc ICE at -O1 on x86_64-linux-gnu in "plus_constant", at explow.c:103

2018-06-11 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86104 --- Comment #2 from Andrew Pinski --- Well DI is an invalid mode for mem address. I don't know if __RTL support should be considered a valid input at all or even consider all invalid input as not iceing a valid bug.

[Bug rtl-optimization/86104] gcc ICE at -O1 on x86_64-linux-gnu in "plus_constant", at explow.c:103

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