[Bug fortran/84389] Defined output: unexpected compiler error with the use of ":" edit descriptor

2018-02-16 Thread sgk at troutmask dot apl.washington.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84389 --- Comment #7 from Steve Kargl --- On Sat, Feb 17, 2018 at 03:56:14AM +, jvdelisle at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84389 > > I think I prefer this patch, regression tested OK. > > diff --git

[Bug sanitizer/84428] ==7122==AddressSanitizer CHECK failed: ../../../sanitizer/asan/asan_interceptors.cc:384 "((__interception::real___cxa_throw)) != (0)" (0x0, 0x0)

2018-02-16 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84428 --- Comment #1 from Andrew Pinski --- Seems like real___cxa_throw was not being initialized.

[Bug middle-end/77433] warn about usage of object that outside of the scope of the object

2018-02-16 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77433 Eric Gallager changed: What|Removed |Added Keywords||patch CC|

[Bug sanitizer/84428] New: ==7122==AddressSanitizer CHECK failed: ../../../sanitizer/asan/asan_interceptors.cc:384 "((__interception::real___cxa_throw)) != (0)" (0x0, 0x0)

2018-02-16 Thread ezyang at mit dot edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84428 Bug ID: 84428 Summary: ==7122==AddressSanitizer CHECK failed: ../../../sanitizer/asan/asan_interceptors.cc:384 "((__interception::real___cxa_throw)) != (0)" (0x0,

[Bug fortran/84389] Defined output: unexpected compiler error with the use of ":" edit descriptor

2018-02-16 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84389 Jerry DeLisle changed: What|Removed |Added CC||jvdelisle at gcc dot gnu.org ---

[Bug fortran/84387] Defined output does not work for a derived type that has no components

2018-02-16 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84387 Jerry DeLisle changed: What|Removed |Added Status|ASSIGNED|NEW Assignee|jvdelisle at gcc

[Bug fortran/84387] Defined output does not work for a derived type that has no components

2018-02-16 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84387 --- Comment #2 from Jerry DeLisle --- Looking at our -fdump-tree-original, since the derived type contains nothing we are not building any call to output anything. >From a practical point of view its a nonsensical case and one could argue to

[Bug c++/83542] template deduction failure when using pack in both deduced and non-deduced contexts

2018-02-16 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83542 Martin Sebor changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/83624] Strong using deprecation warning in C++03

2018-02-16 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83624 Martin Sebor changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug tree-optimization/32306] [6/7/8 Regression] redundant && || not eliminated

2018-02-16 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=32306 --- Comment #37 from Jeffrey A. Law --- Another thought for dealing with this BZ: Use the infrastructure Alex built to identify blocks that are in effect forwarders (ie, they need not be copied for jump threading). Use that knowledge to thread

[Bug tree-optimization/82965] [8 regression][armeb] gcc.dg/vect/pr79347.c starts failing after r254379

2018-02-16 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82965 Jeffrey A. Law changed: What|Removed |Added CC||andrey.y.guskov at intel dot com ---

[Bug tree-optimization/83991] [8 regression] gcc.dg/vect/pr79347.c fail

2018-02-16 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83991 Jeffrey A. Law changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug debug/84317] [8 regression] SEGV in dwarf2out.c (dwarf2out_source_line)

2018-02-16 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84317 Jeffrey A. Law changed: What|Removed |Added Status|ASSIGNED|RESOLVED CC|

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

2018-02-16 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84342 Jeffrey A. Law changed: What|Removed |Added Summary|[8 Regression] Location |Location views breaks cross

[Bug target/79242] [7 Regression] ICE in simplify_subreg, at simplify-rtx.c:6029

2018-02-16 Thread law at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79242 --- Comment #13 from Jeffrey A. Law --- Author: law Date: Sat Feb 17 00:25:15 2018 New Revision: 257779 URL: https://gcc.gnu.org/viewcvs?rev=257779=gcc=rev Log: 2018-02-16 Jozef Lawrynowicz PR target/79242

[Bug target/79242] [7 Regression] ICE in simplify_subreg, at simplify-rtx.c:6029

2018-02-16 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79242 Jeffrey A. Law changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug lto/83997] ICE with alias template and attribute

2018-02-16 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83997 Martin Sebor changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/84154] [7 Regression] PowerPC GCC 7 and 8 have regression in converting fp to short/char and returning it

2018-02-16 Thread meissner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84154 Michael Meissner changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug c++/84424] [8 Regression] ICE on C++ code: tree check: expected record_type or union_type or qual_union_type, have vector_type in reduced_constant_expression_p, at cp/constexpr.c:1766

2018-02-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84424 Jakub Jelinek changed: What|Removed |Added Status|WAITING |NEW CC|

[Bug target/81535] [8 regression] gcc.target/powerpc/pr79439.c fails starting with r250442

2018-02-16 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81535 Jeffrey A. Law changed: What|Removed |Added Status|ASSIGNED|RESOLVED CC|

[Bug ada/84277] [8 Regression] A lot of new acats testsuite failures

2018-02-16 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84277 --- Comment #7 from Eric Botcazou --- Author: ebotcazou Date: Fri Feb 16 23:26:49 2018 New Revision: 257774 URL: https://gcc.gnu.org/viewcvs?rev=257774=gcc=rev Log: PR ada/84277 * gnat.dg/array11.adb (Array11): Tweak index and

[Bug ada/84277] [8 Regression] A lot of new acats testsuite failures

2018-02-16 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84277 --- Comment #8 from Eric Botcazou --- Author: ebotcazou Date: Fri Feb 16 23:27:21 2018 New Revision: 257775 URL: https://gcc.gnu.org/viewcvs?rev=257775=gcc=rev Log: PR ada/84277 * gnat.dg/array11.adb (Array11): Tweak index and

[Bug ada/84277] [8 Regression] A lot of new acats testsuite failures

2018-02-16 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84277 --- Comment #6 from Eric Botcazou --- Author: ebotcazou Date: Fri Feb 16 23:26:08 2018 New Revision: 257773 URL: https://gcc.gnu.org/viewcvs?rev=257773=gcc=rev Log: PR ada/84277 * gnat.dg/array11.adb (Array11): Tweak index and

[Bug fortran/84418] ICE with fortran OpenMP linear (ref ()) clause

2018-02-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84418 Jakub Jelinek changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #3 from Jakub

[Bug ipa/84425] [8 Regression] Hang in ipa-inline.c starting with r250048

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

[Bug c++/84192] [7 Regression] ICE with statement expression

2018-02-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84192 Jakub Jelinek changed: What|Removed |Added Assignee|mpolacek at gcc dot gnu.org|jakub at gcc dot gnu.org

[Bug ipa/84425] [8 Regression] Hang in ipa-inline.c starting with r250048

2018-02-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84425 --- Comment #2 from Jakub Jelinek --- Author: jakub Date: Fri Feb 16 23:05:00 2018 New Revision: 257772 URL: https://gcc.gnu.org/viewcvs?rev=257772=gcc=rev Log: PR ipa/84425 * ipa-inline.c (inline_small_functions): Fix a typo.

[Bug c++/84424] [8 Regression] ICE on C++ code: tree check: expected record_type or union_type or qual_union_type, have vector_type in reduced_constant_expression_p, at cp/constexpr.c:1766

2018-02-16 Thread su at cs dot ucdavis.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84424 --- Comment #2 from Zhendong Su --- (In reply to Martin Sebor from comment #1) > I can confirm it with r257668 but not with the top of trunk (r257768). The > regression was introduced in r251948. I vaguely remember a bug with a test > case

[Bug fortran/84418] ICE with fortran OpenMP linear (ref ()) clause

2018-02-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84418 --- Comment #2 from Jakub Jelinek --- Author: jakub Date: Fri Feb 16 22:40:32 2018 New Revision: 257771 URL: https://gcc.gnu.org/viewcvs?rev=257771=gcc=rev Log: PR fortran/84418 * trans-openmp.c (gfc_trans_omp_clauses): For

[Bug c++/84192] [7/8 Regression] ICE with statement expression

2018-02-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84192 --- Comment #4 from Jakub Jelinek --- Author: jakub Date: Fri Feb 16 22:38:53 2018 New Revision: 257770 URL: https://gcc.gnu.org/viewcvs?rev=257770=gcc=rev Log: PR c++/84192 * constexpr.c (cxx_eval_constant_expression) : Don't

[Bug c++/79064] Cannot overload member function templates on type of literal

2018-02-16 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79064 --- Comment #3 from Martin Sebor --- Author: msebor Date: Fri Feb 16 22:36:53 2018 New Revision: 257769 URL: https://gcc.gnu.org/viewcvs?rev=257769=gcc=rev Log: gcc/testsuite/ChangeLog: PR c++/79064 * g++.dg/overload15.C: New

[Bug c++/79064] Cannot overload member function templates on type of literal

2018-02-16 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79064 Martin Sebor changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug tree-optimization/84416] internal compiler error: in int_cst_value, at tree.c:11089

2018-02-16 Thread joseph at codesourcery dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84416 --- Comment #2 from joseph at codesourcery dot com --- Ignoring weird targets (m32c...), there's no valid use for array indices larger than size_t / ptrdiff_t (beyond I suppose any optimization effects from knowing that the conversion of the

[Bug go/84215] Random results in go/libgo tests

2018-02-16 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84215 --- Comment #9 from H.J. Lu --- On i686 with many cores, r257758 gave: ... goroutine 24690 [GC worker (idle)]: runtime.mcall /export/gnu/import/git/sources/gcc/libgo/runtime/proc.c:342 runtime.gopark

[Bug target/59833] ARM soft-float extendsfdf2 fails to quiet signaling NaN

2018-02-16 Thread joseph at codesourcery dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59833 --- Comment #16 from joseph at codesourcery dot com --- On Fri, 16 Feb 2018, egallager at gcc dot gnu.org wrote: > > powerpc failure of floating-point extensions to quiet signaling NaNs > > (because loads implicitly extend from float to double

[Bug c++/84423] [concepts] ICE with invalid using declaration

2018-02-16 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84423 Martin Sebor changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug tree-optimization/84427] [8 Regression] gcc ICE at -O3 on x86_64-linux-gnu in compute_antic, at tree-ssa-pre.c:2356

2018-02-16 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84427 Martin Sebor changed: What|Removed |Added Keywords||ice-on-valid-code

[Bug c++/84426] [8 Regression] ICE with conflicting class member names

2018-02-16 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84426 Martin Sebor changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/84424] [8 Regression] ICE on C++ code: tree check: expected record_type or union_type or qual_union_type, have vector_type in reduced_constant_expression_p, at cp/constexpr.c:1766

2018-02-16 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84424 Martin Sebor changed: What|Removed |Added Keywords||ice-on-valid-code

[Bug tree-optimization/84427] New: gcc ICE at -O3 on x86_64-linux-gnu in compute_antic, at tree-ssa-pre.c:2356

2018-02-16 Thread helloqirun at gmail dot com
PPER=/home/absozero/trunk/root-gcc/libexec/gcc/x86_64-pc-linux-gnu/8.0.1/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: ../gcc/configure --prefix=/home/absozero/trunk/root-gcc --enable-languages=c,c++ --disable-werror --enable-multilib Thread model: posix gcc version 8.0.1 20180216 (ex

[Bug c++/84151] [6 Regression] g++ generates two identical loads in a volatile-qualified member function.

2018-02-16 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84151 --- Comment #5 from Jason Merrill --- Author: jason Date: Fri Feb 16 21:34:57 2018 New Revision: 257768 URL: https://gcc.gnu.org/viewcvs?rev=257768=gcc=rev Log: PR c++/84151 - unnecessary volatile load with static member. *

[Bug c++/84151] [6 Regression] g++ generates two identical loads in a volatile-qualified member function.

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

[Bug c++/83911] [6/7/8 Regression] ICE with target attribute on constructor in gimplify_expr at gimplify.c:11321

2018-02-16 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83911 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug c++/81853] [ 6/7/8 Regression] "using namespace" is not a constant expression in a statement expression

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

[Bug c++/81853] [ 6/7/8 Regression] "using namespace" is not a constant expression in a statement expression

2018-02-16 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81853 --- Comment #3 from Jason Merrill --- Author: jason Date: Fri Feb 16 21:06:50 2018 New Revision: 257766 URL: https://gcc.gnu.org/viewcvs?rev=257766=gcc=rev Log: PR c++/81853 - using-directive and constexpr. * constexpr.c

[Bug c++/84420] [8 Regression] ICE when accessing a structured binding in a lambda

2018-02-16 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84420 --- Comment #5 from Jason Merrill --- Author: jason Date: Fri Feb 16 21:06:45 2018 New Revision: 257765 URL: https://gcc.gnu.org/viewcvs?rev=257765=gcc=rev Log: PR c++/84420 - ICE with structured binding in lambda. * lambda.c

[Bug c++/83835] [7/8 Regression] constexpr constructor rejected in c++17 mode (regression WRT c++14)

2018-02-16 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83835 --- Comment #5 from Jason Merrill --- Author: jason Date: Fri Feb 16 21:06:39 2018 New Revision: 257764 URL: https://gcc.gnu.org/viewcvs?rev=257764=gcc=rev Log: PR c++/83835 - C++17 error with constructor ctors. * call.c

[Bug c++/84151] [6/7/8 Regression] g++ generates two identical loads in a volatile-qualified member function.

2018-02-16 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84151 --- Comment #3 from Jason Merrill --- Author: jason Date: Fri Feb 16 21:06:56 2018 New Revision: 257767 URL: https://gcc.gnu.org/viewcvs?rev=257767=gcc=rev Log: PR c++/84151 - unnecessary volatile load with static member. *

[Bug c++/83835] [7/8 Regression] constexpr constructor rejected in c++17 mode (regression WRT c++14)

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

[Bug c++/81853] [ 6/7/8 Regression] "using namespace" is not a constant expression in a statement expression

2018-02-16 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81853 --- Comment #2 from Jason Merrill --- Author: jason Date: Fri Feb 16 21:02:55 2018 New Revision: 257762 URL: https://gcc.gnu.org/viewcvs?rev=257762=gcc=rev Log: PR c++/81853 - using-directive and constexpr. * constexpr.c

[Bug target/81594] Optimize PowerPC vector set and store

2018-02-16 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81594 --- Comment #2 from Bill Schmidt --- What's the status of this one?

[Bug c++/84420] [8 Regression] ICE when accessing a structured binding in a lambda

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

[Bug c++/84151] [6/7/8 Regression] g++ generates two identical loads in a volatile-qualified member function.

2018-02-16 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84151 --- Comment #2 from Jason Merrill --- Author: jason Date: Fri Feb 16 21:03:02 2018 New Revision: 257763 URL: https://gcc.gnu.org/viewcvs?rev=257763=gcc=rev Log: PR c++/84151 - unnecessary volatile load with static member. *

[Bug c++/84420] [8 Regression] ICE when accessing a structured binding in a lambda

2018-02-16 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84420 --- Comment #3 from Jason Merrill --- Author: jason Date: Fri Feb 16 21:02:50 2018 New Revision: 257761 URL: https://gcc.gnu.org/viewcvs?rev=257761=gcc=rev Log: PR c++/84420 - ICE with structured binding in lambda. * lambda.c

[Bug c++/84426] New: [8 Regression] ICE with conflicting class member names

2018-02-16 Thread reichelt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84426 Bug ID: 84426 Summary: [8 Regression] ICE with conflicting class member names Product: gcc Version: 8.0 Status: UNCONFIRMED Keywords: error-recovery, ice-on-invalid-code

[Bug target/81535] [8 regression] gcc.target/powerpc/pr79439.c fails starting with r250442

2018-02-16 Thread ygribov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81535 --- Comment #11 from Yury Gribov --- Author: ygribov Date: Fri Feb 16 20:38:14 2018 New Revision: 257760 URL: https://gcc.gnu.org/viewcvs?rev=257760=gcc=rev Log: Fix PowerPC tests in PR 81535. gcc/testsuite/ 2018-02-16 Yury Gribov

[Bug c++/84151] [6/7/8 Regression] g++ generates two identical loads in a volatile-qualified member function.

2018-02-16 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84151 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug c++/81853] [ 6/7/8 Regression] "using namespace" is not a constant expression in a statement expression

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

[Bug c++/80290] [6/7/8 Regression] g++ uses unreasonable amount of memory compiling nested string maps

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

[Bug c++/84420] [8 Regression] ICE when accessing a structured binding in a lambda

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

[Bug c++/83835] [7/8 Regression] constexpr constructor rejected in c++17 mode (regression WRT c++14)

2018-02-16 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83835 --- Comment #4 from Jason Merrill --- Author: jason Date: Fri Feb 16 20:05:28 2018 New Revision: 257757 URL: https://gcc.gnu.org/viewcvs?rev=257757=gcc=rev Log: PR c++/83835 - C++17 error with constructor ctors. * call.c

[Bug ipa/84425] [8 Regression] Hang in ipa-inline.c starting with r250048

2018-02-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84425 --- Comment #1 from Jakub Jelinek --- Created attachment 43444 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43444=edit gcc8-pr84425.patch Untested fix.

[Bug fortran/84387] Defined output does not work for a derived type that has no components

2018-02-16 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84387 Jerry DeLisle changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug ipa/84425] New: [8 Regression] Hang in ipa-inline.c starting with r250048

2018-02-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84425 Bug ID: 84425 Summary: [8 Regression] Hang in ipa-inline.c starting with r250048 Product: gcc Version: 8.0 Status: UNCONFIRMED Severity: normal

[Bug ipa/84425] [8 Regression] Hang in ipa-inline.c starting with r250048

2018-02-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84425 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug c++/83835] [7/8 Regression] constexpr constructor rejected in c++17 mode (regression WRT c++14)

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

[Bug c++/82148] [7/8 Regression] ICE in assign_temp, at function.c:968

2018-02-16 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82148 Jason Merrill changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/83227] [7 Regression] internal compiler error: in process_init_constructor_array

2018-02-16 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83227 Jason Merrill changed: What|Removed |Added CC||matthias.hochsteger@tuwien.

[Bug c++/82664] [7/8 Regression ] ICE when using Match7 library

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

[Bug c++/82664] [7/8 Regression ] ICE when using Match7 library

2018-02-16 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82664 --- Comment #8 from Jason Merrill --- Author: jason Date: Fri Feb 16 19:06:59 2018 New Revision: 257754 URL: https://gcc.gnu.org/viewcvs?rev=257754=gcc=rev Log: PR c++/82664 - ICE with reference to function template parm. *

[Bug tree-optimization/82491] UBSAN in gcc/gimple-fold.c:6187:6: runtime error: signed integer overflow: 9223372036854775807 * 8 cannot be represented in type 'long int'

2018-02-16 Thread rsandifo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82491 rsandifo at gcc dot gnu.org changed: What|Removed |Added CC||rsandifo at gcc dot

[Bug c++/82664] [7/8 Regression ] ICE when using Match7 library

2018-02-16 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82664 --- Comment #7 from Jason Merrill --- Author: jason Date: Fri Feb 16 19:06:34 2018 New Revision: 257753 URL: https://gcc.gnu.org/viewcvs?rev=257753=gcc=rev Log: PR c++/82664 - ICE with reference to function template parm. *

[Bug tree-optimization/84419] [8 Regression] SPEC CPU2017/CPU2006 521/621, 527/627, 554/654, 445, 454, 481, 416 runfails after r256628 with march=skylake-avx512

2018-02-16 Thread rsandifo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84419 rsandifo at gcc dot gnu.org changed: What|Removed |Added Status|WAITING |ASSIGNED

[Bug c++/59912] [C++1y] ICE when deducing return type for specialized functions

2018-02-16 Thread reichelt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59912 Volker Reichelt changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/84080] [6/7/8 Regression] the compiler crashes when compiling the following sample file

2018-02-16 Thread reichelt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84080 Volker Reichelt changed: What|Removed |Added CC||n.sakisaka at gmail dot com ---

[Bug target/84422] ICE on various builtin test functions when compiled with -mcpu=power7

2018-02-16 Thread carll at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84422 Carl Love changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug c++/84344] [concepts] ICE with invalid use of auto

2018-02-16 Thread reichelt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84344 --- Comment #2 from Volker Reichelt --- This got fixed on 2018-02-13. I suspect this was Jason's patch for PR84080. Do we want to add this as an additional testcase? Or should we just close this bug?

[Bug c++/84424] New: ICE on C++ code: tree check: expected record_type or union_type or qual_union_type, have vector_type in reduced_constant_expression_p, at cp/constexpr.c:1766

2018-02-16 Thread su at cs dot ucdavis.edu
=c,c++,lto --prefix=/home/su/software/tmp/gcc/gcc-trunk --disable-bootstrap Thread model: posix gcc version 8.0.1 20180216 (experimental) [trunk revision 257739] (GCC) $ $ g++-7.2.0 -c tmp.cpp $ $ g++tk -c tmp.cpp tmp.cpp:4:42: internal compiler error: tree check: expected record_type or union_type

[Bug libffi/84410] libffi doesn't support riscv now, but not disabled in configure.ac

2018-02-16 Thread wilson at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84410 Jim Wilson changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug tree-optimization/84114] global reassociation pass prevents fma usage, generates slower code

2018-02-16 Thread sje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84114 --- Comment #6 from Steve Ellcey --- (In reply to Wilco from comment #5) > (In reply to Steve Ellcey from comment #4) > > While teaching the reassociation pass about fma's seems like the right > > answer would it be reasonable (and simpler) to

[Bug c++/84423] New: [concepts] ICE with invalid using declaration

2018-02-16 Thread reichelt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84423 Bug ID: 84423 Summary: [concepts] ICE with invalid using declaration Product: gcc Version: 8.0 Status: UNCONFIRMED Keywords: error-recovery, ice-on-invalid-code

[Bug rtl-optimization/70023] [6/7/8 Regression] ICE: in assign_by_spills, at lra-assigns.c:1417/8 with -fschedule-insns

2018-02-16 Thread vmakarov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70023 --- Comment #13 from Vladimir Makarov --- Author: vmakarov Date: Fri Feb 16 18:17:09 2018 New Revision: 257751 URL: https://gcc.gnu.org/viewcvs?rev=257751=gcc=rev Log: 2018-02-16 Vladimir Makarov PR

[Bug c/84422] New: ICE on various builtin test functions when compiled with -mcpu=power7

2018-02-16 Thread carll at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84422 Bug ID: 84422 Summary: ICE on various builtin test functions when compiled with -mcpu=power7 Product: gcc Version: 8.0.1 Status: UNCONFIRMED Severity: normal

[Bug fortran/84354] Replace '%qs' with %qs in fortran/decl.c

2018-02-16 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84354 Dominique d'Humieres changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/84354] Replace '%qs' with %qs in fortran/decl.c

2018-02-16 Thread dominiq at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84354 --- Comment #3 from dominiq at gcc dot gnu.org --- Author: dominiq Date: Fri Feb 16 18:01:02 2018 New Revision: 257750 URL: https://gcc.gnu.org/viewcvs?rev=257750=gcc=rev Log: 2018-02-16 Dominique d'Humieres PR

[Bug c++/82664] [7/8 Regression ] ICE when using Match7 library

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

[Bug c++/82764] [7/8 Regression] ICE in output_constructor_regular_field, at varasm.c:5030

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

[Bug c++/82764] [7/8 Regression] ICE in output_constructor_regular_field, at varasm.c:5030

2018-02-16 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82764 --- Comment #12 from Jason Merrill --- Author: jason Date: Fri Feb 16 16:45:49 2018 New Revision: 257746 URL: https://gcc.gnu.org/viewcvs?rev=257746=gcc=rev Log: PR c++/82764 - C++17 ICE with empty base * class.c

[Bug c++/84421] [8 Regression] Lambda parameter is no longer a core constant expressions

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

[Bug c++/82764] [7/8 Regression] ICE in output_constructor_regular_field, at varasm.c:5030

2018-02-16 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82764 --- Comment #10 from Jason Merrill --- Author: jason Date: Fri Feb 16 16:44:26 2018 New Revision: 257745 URL: https://gcc.gnu.org/viewcvs?rev=257745=gcc=rev Log: PR c++/82764 - C++17 ICE with empty base * class.c

[Bug c++/84421] [8 Regression] Lambda parameter is no longer a core constant expressions

2018-02-16 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84421 --- Comment #4 from Jason Merrill --- Author: jason Date: Fri Feb 16 16:44:17 2018 New Revision: 257744 URL: https://gcc.gnu.org/viewcvs?rev=257744=gcc=rev Log: PR c++/84421 - type-dependent if constexpr * semantics.c

[Bug target/82518] [6/7/8 regression] gfortran.fortran-torture/execute/in-pack.f90 fails on armeb

2018-02-16 Thread wilco at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82518 Wilco changed: What|Removed |Added Priority|P1 |P2 Component|tree-optimization

[Bug tree-optimization/82518] [8 regression] gfortran.fortran-torture/execute/in-pack.f90 fails on armeb since r252917

2018-02-16 Thread wilco.dijkstra at arm dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82518 --- Comment #49 from Wilco --- AArch64 does this: (define_expand "vec_store_lanesoi" [(set (match_operand:OI 0 "aarch64_simd_struct_operand" "=Utv") (unspec:OI [(match_operand:OI 1 "register_operand" "w")

[Bug c++/84348] [7/8 Regression] ICE with invalid friend declaration

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

[Bug c++/79064] Cannot overload member function templates on type of literal

2018-02-16 Thread hstong at ca dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79064 --- Comment #1 from Hubert Tong --- This appears to have been fixed on trunk.

[Bug go/84215] Random results in go/libgo tests

2018-02-16 Thread clyon at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84215 --- Comment #8 from Christophe Lyon --- Still seeing at least os/signal having random pass/fail.

[Bug c++/84421] [8 Regression] Lambda parameter is no longer a core constant expressions

2018-02-16 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84421 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug c++/84421] [8 Regression] Lambda parameter is no longer a core constant expressions

2018-02-16 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84421 --- Comment #3 from Jason Merrill --- (In reply to Jakub Jelinek from comment #2) > Is that really a rejects-valid Yes, bool(v) is a constant-expression.

[Bug target/82096] [6/7 Regression] ICE in int_mode_for_mode, at stor-layout.c:403 with arm-linux-gnueabi

2018-02-16 Thread sudi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82096 --- Comment #11 from sudi at gcc dot gnu.org --- Author: sudi Date: Fri Feb 16 15:37:35 2018 New Revision: 257741 URL: https://gcc.gnu.org/viewcvs?rev=257741=gcc=rev Log: Fix emit_store_flag_force () function to fix ICE in int_mode_for_mode, at

[Bug c++/82468] [7 Regression] ICE with deduction guide template

2018-02-16 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82468 Paolo Carlini changed: What|Removed |Added Summary|[7/8 Regression] ICE with |[7 Regression] ICE with

  1   2   >