[Bug c++/62244] Function parameter should be in scope in its own default argument

2019-05-14 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62244 Jonathan Wakely changed: What|Removed |Added Last reconfirmed|2018-07-07 00:00:00 |2019-5-14 See Also|

[Bug c++/70156] incorrect "incomplete type" error initializing a static const data member

2019-05-14 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70156 Marek Polacek changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug debug/90471] ICE Segmentation fault when compiling with debug info

2019-05-14 Thread bugzi...@poradnik-webmastera.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90471 --- Comment #2 from Daniel Fruzynski --- I was able to reproduce crash using MinGW crosscompiler build for CentOS 7, configured in following way: ../gcc-7.4.0/configure --prefix=/root/gcc-7.4.0-mingw64 --build=x86_64-redhat-linux-gnu

[Bug c++/70077] noexcept, inheriting constructors and the invalid use of an incomplete type that is actually complete

2019-05-14 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70077 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug testsuite/81058] FAIL: gcc.target/i386/avx512bw-vpmovu?swb-1.c scan-assembler-times vpmovu?swb.*

2019-05-14 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81058 --- Comment #9 from Iain Sandoe --- Author: iains Date: Tue May 14 17:41:36 2019 New Revision: 271186 URL: https://gcc.gnu.org/viewcvs?rev=271186=gcc=rev Log: darwin, testsuite, backport fixes for PR 81058 2019-05-14 Iain Sandoe

[Bug fortran/90329] Incompatibility between gfortran and C lapack calls

2019-05-14 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90329 --- Comment #26 from Jakub Jelinek --- It could even allow tailcalls in the character(len=*) cases because in those cases if the caller omits the string length hidden argument, I see no reason to try to workaround that, it will simply never work

[Bug debug/90471] ICE Segmentation fault when compiling with debug info

2019-05-14 Thread bugzi...@poradnik-webmastera.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90471 --- Comment #3 from Daniel Fruzynski --- Created attachment 46355 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46355=edit Source code which triggers crash I added code which causes crash when compiling. Here is command which I used on

[Bug debug/90471] ICE Segmentation fault when compiling with debug info

2019-05-14 Thread bugzi...@poradnik-webmastera.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90471 --- Comment #1 from Daniel Fruzynski --- Created attachment 46354 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46354=edit MinGW package versions

[Bug d/88238] libphobos compile problems on Solaris 10

2019-05-14 Thread ro at CeBiTec dot Uni-Bielefeld.DE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88238 --- Comment #8 from ro at CeBiTec dot Uni-Bielefeld.DE --- >> --- Comment #6 from Rainer Orth --- >> The patch consists primarily of additions to >> DRUNTIME_LIBRARIES_DL_ITERATE_PHDR >> to detect the situation, the mapfile and

[Bug target/88343] [7/8 Regression] R31 is unconditionally saved/restored on powerpc-darwin even when it's not necessary.

2019-05-14 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88343 Iain Sandoe changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug c++/90475] Diagnostic for designated initializer could be a lot better

2019-05-14 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90475 Jonathan Wakely changed: What|Removed |Added Keywords||diagnostic

[Bug tree-optimization/90316] [8/9 Regression] large compile time increase in opt / alias stmt walking for Go example

2019-05-14 Thread thanm at google dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90316 --- Comment #35 from Than McIntosh --- I applied r271124 to the gcc-9 branch and re-ran the large testcase -- still has the long compile time (2127 seconds), FWIW.

[Bug fortran/90329] Incompatibility between gfortran and C lapack calls

2019-05-14 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90329 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment

[Bug middle-end/90248] [8/9/10 Regression] larger than 0 compare fails with -ffinite-math-only -funsafe-math-optimizations

2019-05-14 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90248 --- Comment #10 from Andrew Pinski --- So I am trying to understand, the semantics here. HONOR_SIGNED_ZEROS says -0.0 won't exist or that the sign of -0.0 and 0.0 don't matter? and what are the semantics if -0.0 shows up? If we treat -0.0 as

[Bug c/90471] New: ICE Segmentation fault when compiling with debug info

2019-05-14 Thread bugzi...@poradnik-webmastera.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90471 Bug ID: 90471 Summary: ICE Segmentation fault when compiling with debug info Product: gcc Version: 7.4.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c++/78615] error: cannot decrement a pointer to incomplete type

2019-05-14 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78615 Marek Polacek changed: What|Removed |Added CC||mpolacek at gcc dot gnu.org --- Comment

[Bug target/82920] cet test failures on darwin

2019-05-14 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82920 --- Comment #9 from Iain Sandoe --- Author: iains Date: Tue May 14 20:36:18 2019 New Revision: 271190 URL: https://gcc.gnu.org/viewcvs?rev=271190=gcc=rev Log: darwin, testsuite, fix more PR 82920 Darwin doesn't support mx32, and some tests

[Bug c++/68918] spurious "invalid use of incomplete type" in trailing return type

2019-05-14 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68918 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug c/90472] New: “extern int i;” declaration inside function is allowed to shadow “static int i;” at file scope

2019-05-14 Thread pascal_cuoq at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90472 Bug ID: 90472 Summary: “extern int i;” declaration inside function is allowed to shadow “static int i;” at file scope Product: gcc Version: 9.1.0 Status: UNCONFIRMED

[Bug testsuite/81058] FAIL: gcc.target/i386/avx512bw-vpmovu?swb-1.c scan-assembler-times vpmovu?swb.*

2019-05-14 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81058 Iain Sandoe changed: What|Removed |Added Target Milestone|--- |8.4

[Bug tree-optimization/90474] New: [10 Regression] ICE: verify_gimple failed (error: DECL_GIMPLE_REG_P set on a variable with address taken; error: invalid address operand in MEM_REF)

2019-05-14 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90474 Bug ID: 90474 Summary: [10 Regression] ICE: verify_gimple failed (error: DECL_GIMPLE_REG_P set on a variable with address taken; error: invalid address operand in MEM_REF)

[Bug c/90472] “extern int i;” declaration inside function is allowed to shadow “static int i;” at file scope

2019-05-14 Thread pascal_cuoq at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90472 --- Comment #2 from Pascal Cuoq --- Thanks for this link. So the bug report is that the file below is rejected by GCC 9.1 (and every GCC version present on Compiler Explorer down to 4.1.2), whereas according to the arguments in

[Bug c/89410] [7/8 Regression] ICE in calculate_line_spans, at diagnostic-show-locus.c:1237 after #line

2019-05-14 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89410 --- Comment #24 from Segher Boessenkool --- (In reply to Jonny Grant from comment #23) > Would it be better if I created a separate PR for this? #line 0 ? Yes please, it's a separate issue, and will get lost here. Thanks.

[Bug c++/90475] New: Diagnostic for designated initializer could be a lot better

2019-05-14 Thread barry.revzin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90475 Bug ID: 90475 Summary: Diagnostic for designated initializer could be a lot better Product: gcc Version: 9.1.0 Status: UNCONFIRMED Severity: normal

[Bug c++/50479] Unevaluated usage of parameters in function default arguments is accepted

2019-05-14 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50479 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug debug/90471] ICE Segmentation fault when compiling with debug info

2019-05-14 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90471 Martin Liška changed: What|Removed |Added Keywords||needs-bisection, |

[Bug c/90472] “extern int i;” declaration inside function is allowed to shadow “static int i;” at file scope

2019-05-14 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90472 --- Comment #1 from Andrew Pinski --- See PR 14366.

[Bug c++/90473] New: gcc does not call function in comma operator

2019-05-14 Thread tiagomacarios at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90473 Bug ID: 90473 Summary: gcc does not call function in comma operator Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug fortran/90329] Incompatibility between gfortran and C lapack calls

2019-05-14 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90329 --- Comment #27 from Jakub Jelinek --- Note that both ifort and xlc fortran have the hidden string length arguments as well.

[Bug tree-optimization/90316] [8/9 Regression] large compile time increase in opt / alias stmt walking for Go example

2019-05-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90316 --- Comment #33 from Richard Biener --- (In reply to Than McIntosh from comment #32) > Compile time for the larger example looks good for the most recent commit on > trunk (271124), ~130 seconds. Thanks for all your help on this. Great! Can

[Bug gcov-profile/90380] gcov issue: gets stuck (infinite loop?) while analyzing coverage on Fortran project

2019-05-14 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90380 --- Comment #36 from Martin Liška --- Author: marxin Date: Tue May 14 08:46:35 2019 New Revision: 271151 URL: https://gcc.gnu.org/viewcvs?rev=271151=gcc=rev Log: Backport r271117 2019-05-14 Martin Liska Backport from mainline

[Bug gcov-profile/90380] gcov issue: gets stuck (infinite loop?) while analyzing coverage on Fortran project

2019-05-14 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90380 --- Comment #35 from Martin Liška --- Author: marxin Date: Tue May 14 08:46:27 2019 New Revision: 271150 URL: https://gcc.gnu.org/viewcvs?rev=271150=gcc=rev Log: Backport r271116 2019-05-14 Martin Liska Backport from mainline

[Bug gcov-profile/90380] gcov issue: gets stuck (infinite loop?) while analyzing coverage on Fortran project

2019-05-14 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90380 --- Comment #39 from Martin Liška --- Author: marxin Date: Tue May 14 09:12:47 2019 New Revision: 271155 URL: https://gcc.gnu.org/viewcvs?rev=271155=gcc=rev Log: Backport r271117 2019-05-14 Martin Liska Backport from mainline

[Bug gcov-profile/90380] gcov issue: gets stuck (infinite loop?) while analyzing coverage on Fortran project

2019-05-14 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90380 --- Comment #38 from Martin Liška --- Author: marxin Date: Tue May 14 09:12:35 2019 New Revision: 271154 URL: https://gcc.gnu.org/viewcvs?rev=271154=gcc=rev Log: Backport r271116 2019-05-14 Martin Liska Backport from mainline

[Bug c/90456] [9/10 Regression] OpenMP rejection: ‘ind1’ not specified in enclosing ‘parallel’ since r265930

2019-05-14 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90456 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/90455] New: braced-init and incomplete type instantiation

2019-05-14 Thread faithandbrave at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90455 Bug ID: 90455 Summary: braced-init and incomplete type instantiation Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug target/90453] PowerPC/AltiVec VSX: Provide vec_pack/vec_unpackh/vec_unpackl for 32<->64

2019-05-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90453 Richard Biener changed: What|Removed |Added Target||powerpc Severity|normal

[Bug c/90456] [9/10 Regression] OpenMP rejection: ‘ind1’ not specified in enclosing ‘parallel’ since r265930

2019-05-14 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90456 --- Comment #2 from Martin Liška --- (In reply to Jakub Jelinek from comment #1) > https://gcc.gnu.org/gcc-9/porting_to.html#ompdatasharing Thanks Jakub!

[Bug gcov-profile/90380] gcov issue: gets stuck (infinite loop?) while analyzing coverage on Fortran project

2019-05-14 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90380 Martin Liška changed: What|Removed |Added Status|ASSIGNED|RESOLVED Known to work|

[Bug c/90456] New: OpenMP rejection: ‘ind1’ not specified in enclosing ‘parallel’ since r265930

2019-05-14 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90456 Bug ID: 90456 Summary: OpenMP rejection: ‘ind1’ not specified in enclosing ‘parallel’ since r265930 Product: gcc Version: unknown Status: UNCONFIRMED Severity:

[Bug tree-optimization/90416] [9/10 Regression] ICE in dump_generic_node at tree-pretty-print.c:1383

2019-05-14 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90416 --- Comment #8 from Martin Liška --- Author: marxin Date: Tue May 14 08:47:40 2019 New Revision: 271152 URL: https://gcc.gnu.org/viewcvs?rev=271152=gcc=rev Log: Backport r271118 2019-05-14 Martin Liska Backport from mainline

[Bug tree-optimization/90416] [9/10 Regression] ICE in dump_generic_node at tree-pretty-print.c:1383

2019-05-14 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90416 Martin Liška changed: What|Removed |Added Status|ASSIGNED|RESOLVED Known to work|

[Bug tree-optimization/88828] Inefficient update of the first element of vector registers

2019-05-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88828 --- Comment #6 from Richard Biener --- Author: rguenth Date: Tue May 14 09:11:15 2019 New Revision: 271153 URL: https://gcc.gnu.org/viewcvs?rev=271153=gcc=rev Log: 2019-05-14 Richard Biener H.J. Lu PR

[Bug gcov-profile/90380] gcov issue: gets stuck (infinite loop?) while analyzing coverage on Fortran project

2019-05-14 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90380 --- Comment #37 from Martin Liška --- (In reply to Victor from comment #34) > (In reply to Martin Liška from comment #26) > > Created attachment 46336 [details] > > Patch 2/2 > > Hi Martin, > > sorry for a newbie question ... but, which

[Bug c++/68918] spurious "invalid use of incomplete type" in trailing return type

2019-05-14 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68918 --- Comment #2 from Marek Polacek --- Author: mpolacek Date: Tue May 14 21:19:01 2019 New Revision: 271193 URL: https://gcc.gnu.org/viewcvs?rev=271193=gcc=rev Log: PR c++/68918 * g++.dg/cpp0x/decltype71.C: New test. Added:

[Bug c++/68918] spurious "invalid use of incomplete type" in trailing return type

2019-05-14 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68918 Marek Polacek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c/90476] prepossessor should error if #line 0

2019-05-14 Thread jg at jguk dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90476 --- Comment #1 from Jonny Grant --- Created attachment 46357 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46357=edit test case

[Bug fortran/90329] Incompatibility between gfortran and C lapack calls

2019-05-14 Thread conradsand.arma at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90329 Conrad S changed: What|Removed |Added CC||conradsand.arma at gmail dot com ---

[Bug c/90476] prepossessor should error if #line 0

2019-05-14 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90476 --- Comment #4 from Eric Gallager --- (In reply to Segher Boessenkool from comment #3) > Where is it documented (in GCC). then? I can't find it. ¯\_(ツ)_/¯ I dunno where they got that idea; just reporting it because I thought it seemed like it

[Bug c/90476] New: prepossessor should error if #line 0

2019-05-14 Thread jg at jguk dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90476 Bug ID: 90476 Summary: prepossessor should error if #line 0 Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug c++/63296] g++ reports incomplete type for static template member of template class

2019-05-14 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63296 Marek Polacek changed: What|Removed |Added CC||mpolacek at gcc dot gnu.org --- Comment

[Bug tree-optimization/90474] [10 Regression] ICE: verify_gimple failed (error: DECL_GIMPLE_REG_P set on a variable with address taken; error: invalid address operand in MEM_REF)

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

[Bug c++/70156] incorrect "incomplete type" error initializing a static const data member

2019-05-14 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70156 Marek Polacek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/70156] incorrect "incomplete type" error initializing a static const data member

2019-05-14 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70156 --- Comment #3 from Marek Polacek --- Author: mpolacek Date: Tue May 14 21:10:58 2019 New Revision: 271192 URL: https://gcc.gnu.org/viewcvs?rev=271192=gcc=rev Log: PR c++/70156 * g++.dg/init/static5.C: New test. Added:

[Bug c++/90466] Documentation: -Wconversion-extra not documented

2019-05-14 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90466 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org ---

[Bug c/89410] [7/8 Regression] ICE in calculate_line_spans, at diagnostic-show-locus.c:1237 after #line

2019-05-14 Thread jg at jguk dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89410 --- Comment #25 from Jonny Grant --- (In reply to Segher Boessenkool from comment #24) > (In reply to Jonny Grant from comment #23) > > Would it be better if I created a separate PR for this? #line 0 ? > > Yes please, it's a separate issue,

[Bug debug/90471] ICE Segmentation fault when compiling with debug info

2019-05-14 Thread bugzi...@poradnik-webmastera.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90471 --- Comment #5 from Daniel Fruzynski --- Created attachment 46356 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46356=edit Valgrind log Here is Valgrind log. It found multiple cases when uninitialized value vas used. However in all cases

[Bug middle-end/90248] [8/9/10 Regression] larger than 0 compare fails with -ffinite-math-only -funsafe-math-optimizations

2019-05-14 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90248 Jakub Jelinek changed: What|Removed |Added CC||glisse at gcc dot gnu.org --- Comment

[Bug c++/90455] braced-init and incomplete type instantiation

2019-05-14 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90455 Marek Polacek changed: What|Removed |Added CC||mpolacek at gcc dot gnu.org --- Comment

[Bug c/90476] prepossessor should error if #line 0

2019-05-14 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90476 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org ---

[Bug c/90477] New: negative line numbers should not be displayed

2019-05-14 Thread jg at jguk dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90477 Bug ID: 90477 Summary: negative line numbers should not be displayed Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug c/90476] prepossessor should error if #line 0

2019-05-14 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90476 --- Comment #3 from Segher Boessenkool --- Where is it documented (in GCC). then? I can't find it.

[Bug middle-end/90340] Not optimal code when compiling switch-case for size, code increase +35%

2019-05-14 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90340 --- Comment #19 from Martin Liška --- Author: marxin Date: Tue May 14 10:00:53 2019 New Revision: 271156 URL: https://gcc.gnu.org/viewcvs?rev=271156=gcc=rev Log: Fix a test-case in PR middle-end/90340. 2019-05-14 marxin PR

[Bug c/90457] New: -Wimplicit-fallthrough seems confused by #ifdef

2019-05-14 Thread gcc-bugs at engestrom dot ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90457 Bug ID: 90457 Summary: -Wimplicit-fallthrough seems confused by #ifdef Product: gcc Version: 8.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug c++/90459] New: gcc-arm-none-eabi-8-2018-q4-major

2019-05-14 Thread javier.ruano at edu dot uah.es
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90459 Bug ID: 90459 Summary: gcc-arm-none-eabi-8-2018-q4-major Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug target/90424] memcpy into vector builtin not optimized

2019-05-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90424 --- Comment #5 from Richard Biener --- (In reply to Matthias Kretz from comment #2) > I can't read the SSA code with certainty, but bit-inserting sounds like what > I want to have. Alternatively, the partial vector load could be implemented >

[Bug tree-optimization/90460] New: Inefficient vector construction from pieces

2019-05-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90460 Bug ID: 90460 Summary: Inefficient vector construction from pieces Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: enhancement Priority: P3 Component:

[Bug preprocessor/90382] [10 Regression] ICE in linemap_macro_map_loc_to_exp_point, at libcpp/line-map.c:1061

2019-05-14 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90382 --- Comment #10 from Martin Liška --- Author: marxin Date: Tue May 14 11:43:55 2019 New Revision: 271164 URL: https://gcc.gnu.org/viewcvs?rev=271164=gcc=rev Log: Reapply r270597. 2019-05-14 Paolo Carlini PR preprocessor/90382

[Bug tree-optimization/90316] [8/9 Regression] large compile time increase in opt / alias stmt walking for Go example

2019-05-14 Thread thanm at google dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90316 --- Comment #34 from Than McIntosh --- GCC 8 and 9 branches -- I'll do that experiment later this morning. It's worth noting that if the code in questing uses more modern Go constructs (things introduced in Go 1.11/1.12) it may not compile

[Bug middle-end/90340] Not optimal code when compiling switch-case for size, code increase +35%

2019-05-14 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90340 --- Comment #20 from Martin Liška --- (In reply to Christophe Lyon from comment #18) > The new test fails on aarch64: > FAIL: gcc.dg/tree-ssa/pr90340-2.c scan-tree-dump switchlower1 ";; GIMPLE > switch case clusters: 37 88 99 100 105 110 111 115

[Bug rtl-optimization/90378] [9/10 regression] -Os -flto miscompiles 454.calculix after r266385 on Arm

2019-05-14 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90378 Martin Liška changed: What|Removed |Added CC||marxin at gcc dot gnu.org --- Comment #1

[Bug middle-end/90340] Not optimal code when compiling switch-case for size, code increase +35%

2019-05-14 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90340 --- Comment #23 from Martin Liška --- (In reply to Fredrik Hederstierna from comment #22) > Was "max_ratio_for_size = 2" as default changed? No. > Also changing this to "1" did not by far reach size of gcc-8.2 unfortunately, Note that the

[Bug target/90424] memcpy into vector builtin not optimized

2019-05-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90424 --- Comment #4 from Richard Biener --- One complication is that V2SFmode isn't valid on the target so at least lowpart sets of V4SFmode are not easily possible (stupid MMX?), for V8QImode we get a corresponding integer mode which works in the

[Bug middle-end/90340] Not optimal code when compiling switch-case for size, code increase +35%

2019-05-14 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90340 Martin Liška changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug target/90424] memcpy into vector builtin not optimized

2019-05-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90424 --- Comment #3 from Richard Biener --- OK, so the "easier" way to allow aligned sub-vector inserts produces for typedef unsigned char v16qi __attribute__((vector_size(16))); v16qi load (const void *p) { v16qi r; __builtin_memcpy (, p, 8);

[Bug libgcc/86215] Exceptions are broken on OSX when linking with -static-libgcc

2019-05-14 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86215 Iain Sandoe changed: What|Removed |Added Target Milestone|--- |7.5

[Bug preprocessor/90382] [10 Regression] ICE in linemap_macro_map_loc_to_exp_point, at libcpp/line-map.c:1061

2019-05-14 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90382 Martin Liška changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug libgcc/86215] Exceptions are broken on OSX when linking with -static-libgcc

2019-05-14 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86215 Iain Sandoe changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/90458] New: mingw64: ICE in i386_pe_seh_unwind_emit, at config/i386/winnt.c:1258 with -fstack-clash-protection

2019-05-14 Thread qantas94heavy at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90458 Bug ID: 90458 Summary: mingw64: ICE in i386_pe_seh_unwind_emit, at config/i386/winnt.c:1258 with -fstack-clash-protection Product: gcc Version: 8.3.0 Status: UNCONFIRMED

[Bug middle-end/90340] Not optimal code when compiling switch-case for size, code increase +35%

2019-05-14 Thread fredrik.hederstie...@securitas-direct.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90340 --- Comment #22 from Fredrik Hederstierna --- Was "max_ratio_for_size = 2" as default changed? Also changing this to "1" did not by far reach size of gcc-8.2 unfortunately, I guess we are assuming this code growth depends on other regression

[Bug preprocessor/90382] [10 Regression] ICE in linemap_macro_map_loc_to_exp_point, at libcpp/line-map.c:1061

2019-05-14 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90382 --- Comment #9 from Martin Liška --- Author: marxin Date: Tue May 14 11:41:53 2019 New Revision: 271163 URL: https://gcc.gnu.org/viewcvs?rev=271163=gcc=rev Log: Fix min_location usage in line-map.c (PR preprocessor/90382). 2019-05-14 Martin

[Bug preprocessor/90382] [10 Regression] ICE in linemap_macro_map_loc_to_exp_point, at libcpp/line-map.c:1061

2019-05-14 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90382 --- Comment #8 from Martin Liška --- Author: marxin Date: Tue May 14 11:41:40 2019 New Revision: 271162 URL: https://gcc.gnu.org/viewcvs?rev=271162=gcc=rev Log: Do a refactoring in linemap (PR preprocessor/90382). 2019-05-14 Martin Liska

[Bug c/90470] New: internal compiler error after multiple declaration of alias in a custom section

2019-05-14 Thread guillaume.bertholon at hotmail dot fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90470 Bug ID: 90470 Summary: internal compiler error after multiple declaration of alias in a custom section Product: gcc Version: 10.0 Status: UNCONFIRMED Severity:

[Bug c++/90462] New: Internal compiler error with deprecated-copy and json diagnostics

2019-05-14 Thread schopf.dan at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90462 Bug ID: 90462 Summary: Internal compiler error with deprecated-copy and json diagnostics Product: gcc Version: 9.1.0 Status: UNCONFIRMED Severity: normal

[Bug c/77817] -Wimplicit-fallthrough: cpp directive renders FALLTHRU comment ineffective

2019-05-14 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77817 Eric Gallager changed: What|Removed |Added CC||gcc-bugs at engestrom dot ch ---

[Bug c++/90463] New: Documentation: -Wunused not listed among the options enabled by -Wall

2019-05-14 Thread gennaro.prota+gccbugzilla at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90463 Bug ID: 90463 Summary: Documentation: -Wunused not listed among the options enabled by -Wall Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

[Bug c++/90465] New: Documentation: one of the meanings of -Q not described

2019-05-14 Thread gennaro.prota+gccbugzilla at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90465 Bug ID: 90465 Summary: Documentation: one of the meanings of -Q not described Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3

[Bug libstdc++/69724] Unnecessary temporary object during std::thread construction

2019-05-14 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69724 --- Comment #4 from Jonathan Wakely --- Author: redi Date: Tue May 14 12:01:15 2019 New Revision: 271166 URL: https://gcc.gnu.org/viewcvs?rev=271166=gcc=rev Log: PR libstdc++/69724 avoid temporary in std::thread construction The std::thread

[Bug fortran/90461] New: [F18] Allow opening same file on separate units

2019-05-14 Thread jb at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90461 Bug ID: 90461 Summary: [F18] Allow opening same file on separate units Product: gcc Version: unknown Status: UNCONFIRMED Severity: enhancement Priority: P3

[Bug c++/90458] mingw64: ICE in i386_pe_seh_unwind_emit, at config/i386/winnt.c:1258 with -fstack-clash-protection

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

[Bug libstdc++/90440] [8/9 regression] Solaris/SPARC 10 fails to find

2019-05-14 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90440 Rainer Orth changed: What|Removed |Added Summary|[8/9/10 regression] |[8/9 regression]

[Bug libstdc++/90440] [8/9/10 regression] Solaris/SPARC 10 fails to find

2019-05-14 Thread ro at CeBiTec dot Uni-Bielefeld.DE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90440 --- Comment #10 from ro at CeBiTec dot Uni-Bielefeld.DE --- > --- Comment #8 from Jonathan Wakely --- > We just use the AC_PROG_LN_S test from autoconf, see >

[Bug libstdc++/69724] Unnecessary temporary object during std::thread construction

2019-05-14 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69724 --- Comment #5 from Jonathan Wakely --- I'm leaving this open until std::async is changed too.

[Bug c/90457] -Wimplicit-fallthrough seems confused by #ifdef

2019-05-14 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90457 Eric Gallager changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug c++/90464] New: Documentation: incorrect description of -Wunused

2019-05-14 Thread gennaro.prota+gccbugzilla at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90464 Bug ID: 90464 Summary: Documentation: incorrect description of -Wunused Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c++/90466] New: Documentation: -Wconversion-extra not documented

2019-05-14 Thread gennaro.prota+gccbugzilla at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90466 Bug ID: 90466 Summary: Documentation: -Wconversion-extra not documented Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3

[Bug libstdc++/85965] [8 Regression] G++ gives cryptic error instead of incomplete type

2019-05-14 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85965 --- Comment #11 from Jonathan Wakely --- The example reported here is fixed in 9.1.0, if you have a different example maybe there's a different problem.

[Bug c++/90462] Internal compiler error with deprecated-copy and json diagnostics

2019-05-14 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90462 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug tree-optimization/90460] Inefficient vector construction from pieces

2019-05-14 Thread kretz at kde dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90460 --- Comment #1 from Matthias Kretz --- PR85048 and PR77399 are related

[Bug c++/86586] [7/8/9 Regression] -Wsign-compare affects code generation

2019-05-14 Thread sbergman at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86586 Stephan Bergmann changed: What|Removed |Added CC||sbergman at redhat dot com ---

  1   2   >