[Bug other/87695] Arduino: ICE with avr and LTO

2018-12-15 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87695 Andrew Pinski changed: What|Removed |Added CC||jm.feuggelen at orange dot fr ---

[Bug c++/88468] Arduino: 1.8.8 (Windows 10) internal compiler error , segmentation fault

2018-12-15 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88468 Andrew Pinski changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug c++/88512] Too much STL in error output

2018-12-15 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88512 --- Comment #4 from Marc Glisse --- (In reply to Jonny Grant from comment #3) > Updated output I had executed from STL with clear candidate suggestions: > > $ g++ -Wall -o stl_string stl_string.cpp > stl_string.cpp: In function ‘int main()’: >

[Bug middle-end/88518] Function call defeats -Wuninitialized

2018-12-15 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88518 Andrew Pinski changed: What|Removed |Added Keywords||diagnostic --- Comment #1 from Andrew

[Bug middle-end/88518] New: Function call defeats -Wuninitialized

2018-12-15 Thread matthew at wil dot cx
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88518 Bug ID: 88518 Summary: Function call defeats -Wuninitialized Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug fortran/87994] ICE in match_data_constant, at fortran/decl.c:399

2018-12-15 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87994 kargl at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug c/87944] Wrong code with LRA pushing stack local variable

2018-12-15 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87944 --- Comment #3 from kargl at gcc dot gnu.org --- Author: kargl Date: Sun Dec 16 03:33:05 2018 New Revision: 267184 URL: https://gcc.gnu.org/viewcvs?rev=267184=gcc=rev Log: 2018-12-15 Steven G. Kargl PR fortran/87944 * decl.c

[Bug c++/88517] Virtual-base class class constructor with for-loop with initializer list referencing local variable not executed

2018-12-15 Thread jengelh at inai dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88517 --- Comment #1 from Jan Engelhardt --- > clang++ x.cpp -Wall && ./a.out 42 > clang++ -v clang version 6.0.1 (tags/RELEASE_601/final 335528) Target: x86_64-unknown-linux-gnu

[Bug c++/88517] New: Virtual-base class class constructor with for-loop with initializer list referencing local variable not executed

2018-12-15 Thread jengelh at inai dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88517 Bug ID: 88517 Summary: Virtual-base class class constructor with for-loop with initializer list referencing local variable not executed Product: gcc Version: 9.0

[Bug fortran/88138] ICE in gfc_arith_concat, at fortran/arith.c:1007

2018-12-15 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88138 kargl at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug fortran/88138] ICE in gfc_arith_concat, at fortran/arith.c:1007

2018-12-15 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88138 --- Comment #4 from kargl at gcc dot gnu.org --- Author: kargl Date: Sat Dec 15 23:57:03 2018 New Revision: 267180 URL: https://gcc.gnu.org/viewcvs?rev=267180=gcc=rev Log: 2018-12-15 Steven G. Kargl PR fortran/88138 * decl.c

[Bug lto/88516] Internal LTO error when linking against static libSFML

2018-12-15 Thread krzysio.kurek at wp dot pl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88516 --- Comment #2 from krzysio.kurek at wp dot pl --- Created attachment 45243 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=45243=edit preprocessed file Oh I just noticed that the preprocessed file didn't get attached.

[Bug c++/88482] ICE when wrongly declaring __cxa_allocate_exception

2018-12-15 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88482 --- Comment #2 from Jakub Jelinek --- Author: jakub Date: Sat Dec 15 23:51:31 2018 New Revision: 267179 URL: https://gcc.gnu.org/viewcvs?rev=267179=gcc=rev Log: PR c++/88482 * except.c (verify_library_fn): New function.

[Bug lto/88516] Internal LTO error when linking against static libSFML

2018-12-15 Thread krzysio.kurek at wp dot pl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88516 --- Comment #1 from krzysio.kurek at wp dot pl --- I'm afraid this is as minimal as it gets. Should I set up a git repo with all sources needed to reproduce the error?

[Bug target/88514] [9 Regression] FAIL: gcc.target/i386/avx512vl-pr79299-1.c (internal compiler error)

2018-12-15 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88514 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #2

[Bug lto/88516] New: Internal LTO error when linking against static libSFML

2018-12-15 Thread krzysio.kurek at wp dot pl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88516 Bug ID: 88516 Summary: Internal LTO error when linking against static libSFML Product: gcc Version: 8.2.1 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug fortran/88138] ICE in gfc_arith_concat, at fortran/arith.c:1007

2018-12-15 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88138 --- Comment #3 from kargl at gcc dot gnu.org --- Author: kargl Date: Sat Dec 15 23:30:50 2018 New Revision: 267178 URL: https://gcc.gnu.org/viewcvs?rev=267178=gcc=rev Log: 2018-12-15 Steven G. Kargl PR fortran/88138 * decl.c

[Bug c++/88512] Too much STL in error output

2018-12-15 Thread jg at jguk dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88512 --- Comment #3 from Jonny Grant --- Hi Marc I agree to useful to have the option to keep on for regular code. Perhaps a way just to turn off all expansive output for STL's std namespace? The easiest would be to remove cxx11 namespace from the

[Bug fortran/88138] ICE in gfc_arith_concat, at fortran/arith.c:1007

2018-12-15 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88138 --- Comment #2 from kargl at gcc dot gnu.org --- Author: kargl Date: Sat Dec 15 22:53:26 2018 New Revision: 267177 URL: https://gcc.gnu.org/viewcvs?rev=267177=gcc=rev Log: 2019-12-15 Steven G. Kargl PR fortran/88138 * decl.c

[Bug c++/88512] Too much STL in error output

2018-12-15 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88512 --- Comment #2 from Marc Glisse --- As someone who regularly has to debug complicated template code, I think all the information printed by g++ here is useful. There may be more compact ways of giving the same information (use a shorthand for

[Bug target/88514] [9 Regression] FAIL: gcc.target/i386/avx512vl-pr79299-1.c (internal compiler error)

2018-12-15 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88514 H.J. Lu changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/88515] New: [concepts] id-expression that names non-static data member rejected in requires-expression

2018-12-15 Thread Casey at Carter dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88515 Bug ID: 88515 Summary: [concepts] id-expression that names non-static data member rejected in requires-expression Product: gcc Version: 9.0 Status: UNCONFIRMED

[Bug target/88513] [9 Regression] FAIL: gcc.target/i386/pr59591-1.c

2018-12-15 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88513 H.J. Lu changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/88514] New: [9 Regression] FAIL: gcc.target/i386/avx512vl-pr79299-1.c (internal compiler error)

2018-12-15 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88514 Bug ID: 88514 Summary: [9 Regression] FAIL: gcc.target/i386/avx512vl-pr79299-1.c (internal compiler error) Product: gcc Version: 9.0 Status:

[Bug target/88513] New: [9 Regression] FAIL: gcc.target/i386/pr59591-1.c

2018-12-15 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88513 Bug ID: 88513 Summary: [9 Regression] FAIL: gcc.target/i386/pr59591-1.c Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug c++/88512] Too much STL in error output

2018-12-15 Thread jg at jguk dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88512 --- Comment #1 from Jonny Grant --- MSVC 19 isn't much better (7): error C2664: 'std::_String_iterator>> std::basic_string,std::allocator<_Ty>>::erase(const std::_String_const_iterator>>,const std::_String_const_iterator>>)': cannot convert

[Bug c++/88512] New: Too much STL in error output

2018-12-15 Thread jg at jguk dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88512 Bug ID: 88512 Summary: Too much STL in error output Product: gcc Version: 8.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug c++/88509] Missing optimization of tls initialization

2018-12-15 Thread rafael at espindo dot la
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88509 --- Comment #3 from Rafael Avila de Espindola --- (In reply to Jakub Jelinek from comment #2) > I must say I don't understand your suggestion. bar is not a pointer and its > address is non-NULL no matter whether it has been already initialized

[Bug fortran/88511] passing allocatable character through two levels of procedure calls fails

2018-12-15 Thread stephen at soliday dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88511 --- Comment #1 from Stephen Soliday --- One of the respondents in Stack overflow posted this reduced version of my code that also reproduces the segmentation fault. program main implicit none character(:), allocatable :: txt call

[Bug fortran/88511] New: passing allocatable character through two levels of procedure calls fails

2018-12-15 Thread stephen at soliday dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88511 Bug ID: 88511 Summary: passing allocatable character through two levels of procedure calls fails Product: gcc Version: 7.3.0 Status: UNCONFIRMED Severity:

[Bug target/88502] Inline built-in asinh, acosh, atanh for -ffast-math

2018-12-15 Thread jsm28 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88502 --- Comment #2 from Joseph S. Myers --- I think flag_unsafe_math_optimizations is generally appropriate for these; asinh needs flag_finite_math_only as well (because an Inf argument would result in Inf / Inf) but neither of the others should.

[Bug rtl-optimization/88001] ASMCONS cannot handle properly UNSPEC(CONST)

2018-12-15 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88001 Segher Boessenkool changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug rtl-optimization/88001] ASMCONS cannot handle properly UNSPEC(CONST)

2018-12-15 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88001 --- Comment #13 from Segher Boessenkool --- Author: segher Date: Sat Dec 15 12:07:42 2018 New Revision: 267172 URL: https://gcc.gnu.org/viewcvs?rev=267172=gcc=rev Log: Backport from trunk 2018-12-14 Segher Boessenkool

[Bug rtl-optimization/88001] ASMCONS cannot handle properly UNSPEC(CONST)

2018-12-15 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88001 --- Comment #12 from Segher Boessenkool --- Author: segher Date: Sat Dec 15 12:05:08 2018 New Revision: 267171 URL: https://gcc.gnu.org/viewcvs?rev=267171=gcc=rev Log: Backport from trunk 2018-12-14 Segher Boessenkool

[Bug fortran/88009] [9 Regression] ICE in find_intrinsic_vtab, at fortran/class.c:2761

2018-12-15 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88009 janus at gcc dot gnu.org changed: What|Removed |Added Keywords||ice-on-invalid-code

[Bug target/88498] [9 Regression] FAIL: gcc.target/i386/avx512vl-pr79299-1.c (internal compiler error)

2018-12-15 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88498 Jakub Jelinek changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug tree-optimization/53947] [meta-bug] vectorizer missed-optimizations

2018-12-15 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53947 Bug 53947 depends on bug 88464, which changed state. Bug 88464 Summary: AVX-512 vectorization of masked scatter failing with "not suitable for scatter store" https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88464 What|Removed

[Bug tree-optimization/88464] AVX-512 vectorization of masked scatter failing with "not suitable for scatter store"

2018-12-15 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88464 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug target/88498] [9 Regression] FAIL: gcc.target/i386/avx512vl-pr79299-1.c (internal compiler error)

2018-12-15 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88498 --- Comment #5 from Jakub Jelinek --- Author: jakub Date: Sat Dec 15 11:04:41 2018 New Revision: 267170 URL: https://gcc.gnu.org/viewcvs?rev=267170=gcc=rev Log: PR tree-optimization/88464 PR target/88498 *

[Bug tree-optimization/88464] AVX-512 vectorization of masked scatter failing with "not suitable for scatter store"

2018-12-15 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88464 --- Comment #14 from Jakub Jelinek --- Author: jakub Date: Sat Dec 15 11:04:41 2018 New Revision: 267170 URL: https://gcc.gnu.org/viewcvs?rev=267170=gcc=rev Log: PR tree-optimization/88464 PR target/88498 *

[Bug tree-optimization/88464] AVX-512 vectorization of masked scatter failing with "not suitable for scatter store"

2018-12-15 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88464 --- Comment #13 from Jakub Jelinek --- Author: jakub Date: Sat Dec 15 11:02:28 2018 New Revision: 267169 URL: https://gcc.gnu.org/viewcvs?rev=267169=gcc=rev Log: PR tree-optimization/88464 PR target/88498 *

[Bug target/88498] [9 Regression] FAIL: gcc.target/i386/avx512vl-pr79299-1.c (internal compiler error)

2018-12-15 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88498 --- Comment #4 from Jakub Jelinek --- Author: jakub Date: Sat Dec 15 11:02:28 2018 New Revision: 267169 URL: https://gcc.gnu.org/viewcvs?rev=267169=gcc=rev Log: PR tree-optimization/88464 PR target/88498 *

[Bug target/88502] Inline built-in asinh, acosh, atanh for -ffast-math

2018-12-15 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88502 --- Comment #1 from Uroš Bizjak --- (In reply to Joseph S. Myers from comment #0) > GCC should support inline code generation for asinh, acosh, atanh functions, > under appropriate fast-math conditions. > > glibc's bits/mathinline.h, for 32-bit

[Bug c++/88509] Missing optimization of tls initialization

2018-12-15 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88509 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #2

[Bug c++/84644] internal compiler error: in warn_misplaced_attr_for_class_type, at cp/decl.c:4718

2018-12-15 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84644 Paolo Carlini changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/84644] internal compiler error: in warn_misplaced_attr_for_class_type, at cp/decl.c:4718

2018-12-15 Thread paolo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84644 --- Comment #4 from paolo at gcc dot gnu.org --- Author: paolo Date: Sat Dec 15 09:07:38 2018 New Revision: 267165 URL: https://gcc.gnu.org/viewcvs?rev=267165=gcc=rev Log: /cp 2018-12-15 Paolo Carlini PR c++/84644 * decl.c

[Bug c/78352] GCC lacks support for the Apple "blocks" extension to the C family of languages

2018-12-15 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78352 --- Comment #7 from Iain Sandoe --- (In reply to Eric Gallager from comment #6) > (In reply to Eric Gallager from comment #5) > > (In reply to René J.V. Bertin from comment #4) > > > Any news on this front? > > > > Last I heard from Iain he was