[Bug libstdc++/87641] std::valarray::sum() fails for types where T() is not a neutral element for addition

2018-10-19 Thread frederic.jardon at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87641 --- Comment #8 from Frederic Jardon --- Thank you for the fast response :)

[Bug tree-optimization/87633] [9 Regression] ice in compare_range_wit h_value, at vr-values.c:1702

2018-10-19 Thread ygribov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87633 --- Comment #6 from Yury Gribov --- Seems isl bootstrap is broken in trunk: /home/yugr/src/gcc-87633-ref/isl/isl_tab_pip.c: In function ‘isl_tab_basic_set_non_trivial_lexmin’: /home/yugr/src/gcc-87633-ref/isl/isl_tab_pip.c:5087:21: internal compi

[Bug tree-optimization/87633] [9 Regression] ice in compare_range_wit h_value, at vr-values.c:1702

2018-10-19 Thread ygribov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87633 --- Comment #7 from Yury Gribov --- Problem seems to be in extract_range_from_binary_expr_1, in /* Build the bounds. */ combine_bound (code, wmin, min_ovf, expr_type, min_op0, min_op1); min_op0 is NULL_TREE which causes set_v

[Bug rtl-optimization/87596] [9 Regression] ICE: Segmentation fault (in spill_hard_reg_in_range)

2018-10-19 Thread iii at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87596 --- Comment #6 from iii at gcc dot gnu.org --- Author: iii Date: Fri Oct 19 08:33:52 2018 New Revision: 265306 URL: https://gcc.gnu.org/viewcvs?rev=265306&root=gcc&view=rev Log: lra: fix spill_hard_reg_in_range clobber check FROM..TO range might

[Bug fortran/87625] [OOP] (re)allocate on assignment fails for polymorphic array

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

[Bug target/72782] AVX512: No support for scalar broadcasts

2018-10-19 Thread hjl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72782 --- Comment #5 from hjl at gcc dot gnu.org --- Author: hjl Date: Fri Oct 19 09:13:34 2018 New Revision: 265311 URL: https://gcc.gnu.org/viewcvs?rev=265311&root=gcc&view=rev Log: i386: Enable AVX512 memory broadcast for FP add Many AVX512 vector

[Bug libbacktrace/87653] New: Calling null pointer in multi-threaded applications

2018-10-19 Thread antoshkka at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87653 Bug ID: 87653 Summary: Calling null pointer in multi-threaded applications Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug middle-end/87649] ICE in OpenMP doacross (ordered) loop

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

[Bug middle-end/87649] ICE in OpenMP doacross (ordered) loop

2018-10-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87649 Jakub Jelinek changed: What|Removed |Added CC||chunhualiao at gmail dot com --- Comment

[Bug middle-end/85488] segmentation fault when compiling code using the ordered(n) clause in OpenMP 4.5

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

[Bug middle-end/87654] New: Information about constants from condition is not propagated

2018-10-19 Thread antoshkka at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87654 Bug ID: 87654 Summary: Information about constants from condition is not propagated Product: gcc Version: 9.0 Status: UNCONFIRMED Keywords: missed-optimization

[Bug fortran/87644] [7/8/9 Regression] ICE due to variable named "parameters"

2018-10-19 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87644 Tobias Burnus changed: What|Removed |Added Keywords||ice-on-valid-code Status|UNC

[Bug fortran/87644] [7/8/9 Regression] ICE due to variable named "parameters"

2018-10-19 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87644 --- Comment #3 from Tobias Burnus --- Note that most of the variants seem to be handled fine, e.g. the following seems to work; all variants output: 5 and 7. The issue seems to also relate to having the the "parameter..." in the parent scope.

[Bug middle-end/87655] New: `i = i % constant` for static local `i` is not optimized

2018-10-19 Thread antoshkka at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87655 Bug ID: 87655 Summary: `i = i % constant` for static local `i` is not optimized Product: gcc Version: 9.0 Status: UNCONFIRMED Keywords: missed-optimization

[Bug c++/87656] New: Useful flags to enable with -Wall or -Wextra

2018-10-19 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87656 Bug ID: 87656 Summary: Useful flags to enable with -Wall or -Wextra Product: gcc Version: unknown Status: UNCONFIRMED Severity: enhancement Priority: P3 Componen

[Bug middle-end/87649] ICE in OpenMP doacross (ordered) loop

2018-10-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87649 --- Comment #3 from Jakub Jelinek --- Created attachment 44857 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44857&action=edit gcc9-pr87649.patch Untested fix.

[Bug fortran/87644] [7/8/9 Regression] ICE due to variable named "parameters"

2018-10-19 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87644 Richard Biener changed: What|Removed |Added Priority|P3 |P4 Target Milestone|---

[Bug tree-optimization/87645] [7/8 Regression] gcc hangs up on vr_values::vrp_visit_assignment_or_call

2018-10-19 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87645 Richard Biener changed: What|Removed |Added Priority|P3 |P2 Status|UNCONFIRMED

[Bug c++/87651] [8/9 Regression] inner class with template template friend declaration of same name fails to compile in gcc 8.1, 8.2, and 9.0

2018-10-19 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87651 Richard Biener changed: What|Removed |Added Target Milestone|--- |8.3 Summary|inner class with

[Bug c++/87652] [8/9 Regression] inner class template of outer class template can't access friend's protected data member

2018-10-19 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87652 Richard Biener changed: What|Removed |Added Keywords||rejects-valid Target Milestone|---

[Bug tree-optimization/87657] New: [9 Regression] SLP ICE in libgfortran matmul_i2_vanilla

2018-10-19 Thread amonakov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87657 Bug ID: 87657 Summary: [9 Regression] SLP ICE in libgfortran matmul_i2_vanilla Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal Priority

[Bug middle-end/87647] [6/7/8/9 Regression] ICE on valid code in decode_addr_const, at varasm.c:2958

2018-10-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87647 Jakub Jelinek changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug middle-end/87654] Information about constants from condition is not propagated

2018-10-19 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87654 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug libstdc++/54005] Use __atomic_always_lock_free in libstdc++ is_lock_free instead of __atomic_is_lock_free

2018-10-19 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54005 --- Comment #34 from Hans-Peter Nilsson --- (In reply to Jonathan Wakely from comment #32) > I would prefer a function template instead of the LF macro e.g. That will lose the __LINE__ information from the supposed error message in VERIFY, i.e.

[Bug middle-end/87655] `i = i % constant` for static local `i` is not optimized

2018-10-19 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87655 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug tree-optimization/87657] [9 Regression] SLP ICE in libgfortran matmul_i2_vanilla

2018-10-19 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87657 Rainer Orth changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug tree-optimization/87657] [9 Regression] SLP ICE in libgfortran matmul_i2_vanilla

2018-10-19 Thread ro at CeBiTec dot Uni-Bielefeld.DE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87657 --- Comment #2 from ro at CeBiTec dot Uni-Bielefeld.DE --- This looks like it could be due to 2018-10-18 Richard Biener * config/i386/i386.c (ix86_builtin_vectorization_cost): Do not feed width-specific load/store costs throu

[Bug libstdc++/54005] Use __atomic_always_lock_free in libstdc++ is_lock_free instead of __atomic_is_lock_free

2018-10-19 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54005 --- Comment #35 from Jonathan Wakely --- (In reply to Hans-Peter Nilsson from comment #34) > Can I at least change > - reinterpret_cast(-__alignof(_M_i))); > + reinterpret_cast(-_S_alignment)); > ? Yes, OK.

[Bug tree-optimization/87645] [7/8 Regression] gcc hangs up on vr_values::vrp_visit_assignment_or_call

2018-10-19 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87645 --- Comment #2 from Richard Biener --- Backporting that change helps.

[Bug c++/87651] [8/9 Regression] inner class with template template friend declaration of same name fails to compile in gcc 8.1, 8.2, and 9.0

2018-10-19 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87651 Jonathan Wakely changed: What|Removed |Added CC||nathan at gcc dot gnu.org --- Comment

[Bug tree-optimization/87657] [9 Regression] SLP ICE in libgfortran matmul_i2_vanilla

2018-10-19 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87657 Richard Biener changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug c++/87652] [8/9 Regression] inner class template of outer class template can't access friend's protected data member

2018-10-19 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87652 Jonathan Wakely changed: What|Removed |Added CC||nathan at gcc dot gnu.org --- Comment

[Bug tree-optimization/87657] [9 Regression] SLP ICE in libgfortran matmul_i2_vanilla

2018-10-19 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87657 --- Comment #4 from Richard Biener --- Not that word_mode vectorization costing in the backend is in any way correct... diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c index 9a5b54978a9..f542a1b494f 100644 --- a/gcc/config/i386/i386

[Bug c++/87652] [8/9 Regression] inner class template of outer class template can't access friend's protected data member

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

[Bug c++/87651] [8/9 Regression] inner class with template template friend declaration of same name fails to compile in gcc 8.1, 8.2, and 9.0

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

[Bug c++/87652] [8/9 Regression] inner class template of outer class template can't access friend's protected data member

2018-10-19 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87652 Jonathan Wakely changed: What|Removed |Added Keywords||ice-on-valid-code --- Comment #3 from

[Bug c/60440] Bogus -Wreturn-type warning after error

2018-10-19 Thread joseph at codesourcery dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60440 --- Comment #7 from joseph at codesourcery dot com --- If CC:ing me on a bug, please always state the specific question on which you want an opinion; don't CC me simply because I maintain the relevant part of the compiler (I read gcc-bugs) or b

[Bug libbacktrace/87653] Calling null pointer in multi-threaded applications

2018-10-19 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87653 --- Comment #1 from Ian Lance Taylor --- Created attachment 44860 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44860&action=edit Possible patch I can't recreate the problem. Your test program runs fine on my system, once I add a main fu

[Bug tree-optimization/87657] [9 Regression] SLP ICE in libgfortran matmul_i2_vanilla

2018-10-19 Thread ro at CeBiTec dot Uni-Bielefeld.DE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87657 --- Comment #5 from ro at CeBiTec dot Uni-Bielefeld.DE --- > --- Comment #4 from Richard Biener --- > Not that word_mode vectorization costing in the backend is in any way > correct... With that patch, the i686-pc-linux-gnu bootstrap completed

[Bug libstdc++/87520] [8/9 Regression] ODR violations in std::make_shared when mixing -fno-rtti and -frtti

2018-10-19 Thread g...@axel-naumann.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87520 --- Comment #3 from Axel Naumann --- (In reply to Jonathan Wakely from comment #1) > A possible (partial) fix would be: > > --- a/libstdc++-v3/include/bits/shared_ptr_base.h > +++ b/libstdc++-v3/include/bits/shared_ptr_base.h I can confirm that

[Bug fortran/87566] ICE with class(*) and select

2018-10-19 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87566 --- Comment #9 from Paul Thomas --- If I don't take it, I will lose it! Cheers Paul

[Bug fortran/86268] [9.0] Error on correct code with PDTs

2018-10-19 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86268 Paul Thomas changed: What|Removed |Added CC||pault at gcc dot gnu.org Assigne

[Bug fortran/86148] parameterized type compile time error

2018-10-19 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86148 Paul Thomas changed: What|Removed |Added CC||pault at gcc dot gnu.org Assigne

[Bug fortran/86052] ICE with parameterized derived types

2018-10-19 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86052 --- Comment #4 from Paul Thomas --- (In reply to Jürgen Reuter from comment #3) > Paul, it is not my example, it was posted by Alberto Fco. Martín-Huertas in > December 2015 on c.l.f., and you commented at that time that you were > contemplating

[Bug tree-optimization/87645] [7/8 Regression] gcc hangs up on vr_values::vrp_visit_assignment_or_call

2018-10-19 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87645 --- Comment #3 from Richard Biener --- Author: rguenth Date: Fri Oct 19 14:26:35 2018 New Revision: 265315 URL: https://gcc.gnu.org/viewcvs?rev=265315&root=gcc&view=rev Log: 2018-10-19 Richard Biener PR middle-end/87645 Backp

[Bug tree-optimization/87657] [9 Regression] SLP ICE in libgfortran matmul_i2_vanilla

2018-10-19 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87657 --- Comment #6 from Richard Biener --- Author: rguenth Date: Fri Oct 19 14:27:57 2018 New Revision: 265316 URL: https://gcc.gnu.org/viewcvs?rev=265316&root=gcc&view=rev Log: 2018-10-19 Richard Biener PR target/87657 * config/

[Bug tree-optimization/87645] [7/8 Regression] gcc hangs up on vr_values::vrp_visit_assignment_or_call

2018-10-19 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87645 --- Comment #4 from Richard Biener --- Author: rguenth Date: Fri Oct 19 14:28:43 2018 New Revision: 265317 URL: https://gcc.gnu.org/viewcvs?rev=265317&root=gcc&view=rev Log: 2018-10-19 Richard Biener PR middle-end/87645 * gcc

[Bug tree-optimization/87657] [9 Regression] SLP ICE in libgfortran matmul_i2_vanilla

2018-10-19 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87657 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug fortran/78983] [7/8/9 Regression] ICE with CAF-DT with allocatable member

2018-10-19 Thread juergen.reuter at desy dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78983 --- Comment #9 from Jürgen Reuter --- This reads that this bug/regression has been fixed on version 8 (and therewith presumably 9), but just not backported to version 7. Correct? For the actual trunk and OpenCoarrays 2.1 everything works for me

[Bug fortran/78219] [F08] specifying the kind of a FORALL index in the header

2018-10-19 Thread juergen.reuter at desy dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78219 --- Comment #5 from Jürgen Reuter --- It appears that the link to this PR shall replace the link to PR4646 at the Fortran2008 wiki status page: https://gcc.gnu.org/wiki/Fortran2008Status The PR44646 (feature request) is closed now.

[Bug fortran/78219] [F08] specifying the kind of a FORALL index in the header

2018-10-19 Thread juergen.reuter at desy dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78219 --- Comment #6 from Jürgen Reuter --- (In reply to Jürgen Reuter from comment #5) > It appears that the link to this PR shall replace the link to PR4646 at the > Fortran2008 wiki status page: https://gcc.gnu.org/wiki/Fortran2008Status > The PR446

[Bug c/60440] Bogus -Wreturn-type warning after error

2018-10-19 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60440 --- Comment #8 from Eric Gallager --- (In reply to jos...@codesourcery.com from comment #7) > If CC:ing me on a bug, please always state the specific question on which > you want an opinion; don't CC me simply because I maintain the relevant >

[Bug c++/87656] Useful flags to enable with -Wall or -Wextra

2018-10-19 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87656 Eric Gallager changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug bootstrap/87640] [9 regression] internal compiler error: in check, at tree-vrp.c:155

2018-10-19 Thread seurer at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87640 seurer at gcc dot gnu.org changed: What|Removed |Added CC||seurer at gcc dot gnu.org ---

[Bug c/60440] Bogus -Wreturn-type warning after error

2018-10-19 Thread joseph at codesourcery dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60440 --- Comment #9 from joseph at codesourcery dot com --- I think it would be appropriate for the front end to generate something for return ; that avoids this warning. I don't know whether that should be a literal return of error_mark_node, or a

Global accounts of QAD and SAP Users

2018-10-19 Thread nancy.winter
Hi, How about targeting customer base of QAD and SAP Users for your Marketing and sales needs? Please let me know. This file includes- Company name, Website, Contact name (First, Middle, Last), Title, Direct email address, Phone, Postal address, Industry, SIC codes, Employee size, Revenue s

[Bug bootstrap/87640] [9 regression] internal compiler error: in check, at tree-vrp.c:155

2018-10-19 Thread aldyh at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87640 --- Comment #6 from Aldy Hernandez --- Created attachment 44861 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44861&action=edit untested patch by Richard Biener As part of the discussion here: https://gcc.gnu.org/ml/gcc-patches/2018-10/m

[Bug c++/87658] New: Cannot use move ctor when inserting to std::map

2018-10-19 Thread filip.gawin at zoho dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87658 Bug ID: 87658 Summary: Cannot use move ctor when inserting to std::map Product: gcc Version: 6.4.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug tree-optimization/87473] [7/8/9 Regression] ICE in create_add_on_incoming_edge, at gimple-ssa-strength-reduction.c:2344

2018-10-19 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87473 --- Comment #6 from Bill Schmidt --- Author: wschmidt Date: Fri Oct 19 18:28:11 2018 New Revision: 265319 URL: https://gcc.gnu.org/viewcvs?rev=265319&root=gcc&view=rev Log: [gcc] 2018-10-19 Bill Schmidt PR tree-optimization/87473

[Bug c++/87658] Cannot use move ctor when inserting to std::map

2018-10-19 Thread ensadc at mailnesia dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87658 ensadc at mailnesia dot com changed: What|Removed |Added CC||ensadc at mailnesia dot com

[Bug lto/85132] ffmpeg runtime segfault with lto

2018-10-19 Thread cehoyos at ag dot or.at
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85132 Carl Eugen Hoyos changed: What|Removed |Added CC||cehoyos at ag dot or.at --- Comment #

[Bug fortran/71880] pointer to allocatable character

2018-10-19 Thread paul.richard.thomas at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71880 --- Comment #9 from paul.richard.thomas at gmail dot com --- Not quite fixed. The lhs character length doesn't get set and so it fails at runtime. I will commit the patch as 'obvious'. Paul 2018-10-19 Paul Thomas PR fortran/71880 *

[Bug c++/87658] Cannot use move ctor when inserting to std::map

2018-10-19 Thread filip.gawin at zoho dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87658 --- Comment #2 from Filip Gawin --- (In reply to ensadc from comment #1) > > dynamicParts[mf->getName()] = std::move(part); > > operator[] calls the default constructor of the mapped_type (which seems to > be `VehicleObject::Part` in this case),

[Bug c++/87658] Cannot use move ctor when inserting to std::map

2018-10-19 Thread filip.gawin at zoho dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87658 --- Comment #3 from Filip Gawin --- Ops, messed code. But you can see that interesting part via link, on github.

[Bug fortran/87659] New: Memory corruption in array component of intent(in) unlimited polymorphic with optimization

2018-10-19 Thread damian at sourceryinstitute dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87659 Bug ID: 87659 Summary: Memory corruption in array component of intent(in) unlimited polymorphic with optimization Product: gcc Version: 8.2.0 Status: UNCONFIRMED

[Bug fortran/87659] Memory corruption in array component of intent(in) unlimited polymorphic with optimization

2018-10-19 Thread damian at sourceryinstitute dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87659 --- Comment #1 from Damian Rouson --- In initial comment, I meant to write "... bug disappears if the pointer intent is switched to intent(inout)..."

[Bug c++/87658] Cannot use move ctor when inserting to std::map

2018-10-19 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87658 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug libstdc++/82522] std::map::insert(value_type &&) not selected

2018-10-19 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82522 Jonathan Wakely changed: What|Removed |Added CC||filip.gawin at zoho dot com --- Commen

[Bug c/61534] Wlogical-op should not warn when either operand comes from macro expansion

2018-10-19 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61534 Manuel López-Ibáñez changed: What|Removed |Added Blocks||87656 --- Comment #12 from Manuel

[Bug c/69602] [6/7/8/9 Regression] over-ambitious logical-op warning on EAGAIN vs EWOULDBLOCK

2018-10-19 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69602 Manuel López-Ibáñez changed: What|Removed |Added Blocks||87656 --- Comment #23 from Manuel

[Bug c++/87656] Useful flags to enable with -Wall or -Wextra

2018-10-19 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87656 --- Comment #2 from Manuel López-Ibáñez --- From: https://gcc.gnu.org/wiki/DiagnosticsGuidelines As a rough guideline, a warning option should be: enabled by default if it has (almost) no false positives (e.g., -Woverflow); added to -W

[Bug tree-optimization/87473] [7/8/9 Regression] ICE in create_add_on_incoming_edge, at gimple-ssa-strength-reduction.c:2344

2018-10-19 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87473 --- Comment #7 from Bill Schmidt --- Fixed for trunk. Backports coming next week.

[Bug fortran/87659] Memory corruption in array component of intent(in) unlimited polymorphic with optimization

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

[Bug middle-end/85488] segmentation fault when compiling code using the ordered(n) clause in OpenMP 4.5

2018-10-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85488 --- Comment #2 from Jakub Jelinek --- Author: jakub Date: Fri Oct 19 22:52:06 2018 New Revision: 265335 URL: https://gcc.gnu.org/viewcvs?rev=265335&root=gcc&view=rev Log: PR middle-end/85488 PR middle-end/87649 * omp-low.

[Bug middle-end/87649] ICE in OpenMP doacross (ordered) loop

2018-10-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87649 --- Comment #4 from Jakub Jelinek --- Author: jakub Date: Fri Oct 19 22:52:06 2018 New Revision: 265335 URL: https://gcc.gnu.org/viewcvs?rev=265335&root=gcc&view=rev Log: PR middle-end/85488 PR middle-end/87649 * omp-low.

[Bug middle-end/86172] [meta-bug] issues with -Wnull-dereference

2018-10-19 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86172 Eric Gallager changed: What|Removed |Added Blocks||87656 --- Comment #3 from Eric Gallager

[Bug c/87038] diagnostics: Please add warning for jumping over initializers with switch/case in C mode

2018-10-19 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87038 Eric Gallager changed: What|Removed |Added Blocks||87656 --- Comment #7 from Eric Gallager

[Bug target/87598] [8/9 Regression] Rejects "%a0" with constant

2018-10-19 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87598 Segher Boessenkool changed: What|Removed |Added Target|aarch64, powerpc64le|aarch64, powerpc*-*-* S

[Bug other/65254] libiberty produces using extended field designator is an extension warnings in clang [-Wextended-offsetof]

2018-10-19 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65254 Eric Gallager changed: What|Removed |Added Blocks||87403 --- Comment #3 from Eric Gallager

[Bug c/78380] [6/7 regression] GCC crash with internal compiler error: in gen_reg_rtx, at emit-rtl.c:1025

2018-10-19 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78380 Eric Gallager changed: What|Removed |Added Keywords||ice-on-valid-code, |

[Bug target/71009] g++: ICE on modified gdb/valarith.c with -Ofast

2018-10-19 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71009 --- Comment #11 from Eric Gallager --- (In reply to Ryan Schmidt from comment #9) > I am also encountering this problem on i386-apple-darwin9.8.0 when compiling > texlive-bin 20170604 with gcc 6.4.0, though in my case it's -Os not -Ofast: > > li

[Bug c++/87660] New: Fail to compile unique_ptr of incomplete tyoe

2018-10-19 Thread tiagomacarios at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87660 Bug ID: 87660 Summary: Fail to compile unique_ptr of incomplete tyoe Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug target/71009] g++: ICE on modified gdb/valarith.c with -Ofast

2018-10-19 Thread gcc at ryandesign dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71009 --- Comment #12 from Ryan Schmidt --- How would I do that?