[Bug c/67479] Support for -Wformat-pedantic

2019-05-29 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67479 --- Comment #8 from Eric Gallager --- clang has a -Wformat-pedantic: https://clang.llvm.org/docs/DiagnosticsReference.html#wformat-pedantic

[Bug middle-end/90676] [9 Regression] ambiguous GIMPLE after store merging

2019-05-29 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90676 Martin Sebor changed: What|Removed |Added Summary|ambiguous GIMPLE after |[9 Regression] ambiguous

[Bug middle-end/89337] Bogus "exceeds maximum object size" on unreachable code

2019-05-29 Thread tobi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89337 Tobias Schlüter changed: What|Removed |Added CC||tobi at gcc dot gnu.org --- Comment

[Bug c++/70076] no exception for excess initializer elements in a multidimensional VLA

2019-05-29 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70076 Eric Gallager changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug go/90669] go/gofrontend/types.cc:2805 contains range-based ‘for’ loops which are not C++98

2019-05-29 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90669 Ian Lance Taylor changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug go/90669] go/gofrontend/types.cc:2805 contains range-based ‘for’ loops which are not C++98

2019-05-29 Thread ian at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90669 --- Comment #2 from ian at gcc dot gnu.org --- Author: ian Date: Thu May 30 00:57:11 2019 New Revision: 271761 URL: https://gcc.gnu.org/viewcvs?rev=271761=gcc=rev Log: PR go/90669 compiler: remove range-based 'for' loop Fix for

[Bug middle-end/90676] ambiguous GIMPLE after store merging

2019-05-29 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90676 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug middle-end/90676] New: ambiguous GIMPLE after store merging

2019-05-29 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90676 Bug ID: 90676 Summary: ambiguous GIMPLE after store merging Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: middle-end

[Bug c++/90675] New: [concepts] expressions in compound requirements not correctly treated as unevaluated operands

2019-05-29 Thread Casey at Carter dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90675 Bug ID: 90675 Summary: [concepts] expressions in compound requirements not correctly treated as unevaluated operands Product: gcc Version: 10.0 Status: UNCONFIRMED

[Bug fortran/90539] [10 Regression] 481.wrf slowdown by 25% on Intel Kaby with -Ofast -march=native starting with r271377

2019-05-29 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90539 --- Comment #46 from Thomas Koenig --- Let's see if the failures go away (they should) and also what the performance impact is now.

[Bug debug/90674] [7.1 Regression] ICE in gen_subprogram_die

2019-05-29 Thread barannikov88 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90674 --- Comment #1 from Sergey Barannikov --- Can be further simplified to just template struct C { C() {} }; template<> C::C() = default; with the same result.

[Bug debug/90674] New: [7.1 Regression] ICE in gen_subprogram_die

2019-05-29 Thread barannikov88 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90674 Bug ID: 90674 Summary: [7.1 Regression] ICE in gen_subprogram_die Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: debug

[Bug middle-end/90673] A problem with 'copy destination size is too small' error in copy_from_user

2019-05-29 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90673 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug middle-end/90673] A problem with 'copy destination size is too small' error in copy_from_user

2019-05-29 Thread yaro330 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90673 Yaro Slav changed: What|Removed |Added Summary|A problem with 'copy|A problem with 'copy

[Bug middle-end/90673] A problem with 'copy destination size is too small' warning in copy_from_user

2019-05-29 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90673 --- Comment #1 from Andrew Pinski --- Can you provide the preprocessed source and the exact options being used?

[Bug c/90673] New: A problem with 'copy destination size is too small' warning in copy_from_user

2019-05-29 Thread yaro330 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90673 Bug ID: 90673 Summary: A problem with 'copy destination size is too small' warning in copy_from_user Product: gcc Version: 8.3.1 Status: UNCONFIRMED Severity:

[Bug libstdc++/85494] implementation of random_device on mingw is useless

2019-05-29 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85494 --- Comment #10 from Jonathan Wakely --- Author: redi Date: Wed May 29 22:00:57 2019 New Revision: 271756 URL: https://gcc.gnu.org/viewcvs?rev=271756=gcc=rev Log: PR libstdc++/85494 fix failing test This test now fails on mingw-w64 because

[Bug libstdc++/88881] std::filesystem::status gives bad results on mingw32

2019-05-29 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=1 --- Comment #9 from Jonathan Wakely --- Author: redi Date: Wed May 29 22:00:53 2019 New Revision: 271755 URL: https://gcc.gnu.org/viewcvs?rev=271755=gcc=rev Log: PR libstdc++/1 fix filesystem::symlink_status for Windows The fix for PR

[Bug fortran/90578] Wrong code with LSHIFT and optimization

2019-05-29 Thread anlauf at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90578 anlauf at gcc dot gnu.org changed: What|Removed |Added CC||anlauf at gcc dot gnu.org

[Bug c++/70076] no exception for excess initializer elements in a multidimensional VLA

2019-05-29 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70076 --- Comment #6 from Martin Sebor --- The current behavior in this case is undefined. That should be avoided when it can be done without excessive overhead. Throwing an exception instead has only negligible overhead and is preferable to letting

[Bug c++/90598] [9/10 Regression] Return type of explicit destructor call wrong

2019-05-29 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90598 --- Comment #5 from Jakub Jelinek --- Author: jakub Date: Wed May 29 21:33:18 2019 New Revision: 271752 URL: https://gcc.gnu.org/viewcvs?rev=271752=gcc=rev Log: PR c++/90598 * tree.c (lvalue_kind): Return clk_none for

[Bug gcov-profile/90672] New: FAIL: gcc.misc-tests/gcov-pr86536.c line 21: is 1:should be 2

2019-05-29 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90672 Bug ID: 90672 Summary: FAIL: gcc.misc-tests/gcov-pr86536.c line 21: is 1:should be 2 Product: gcc Version: 9.1.1 Status: UNCONFIRMED Severity: normal

[Bug tree-optimization/90671] New: ICE on valid code at -Os and above with -g enabled in gsi_split_seq_after, at gimple-iterator.c:345

2019-05-29 Thread su at cs dot ucdavis.edu
gcc version 10.0.0 20190529 (experimental) [trunk revision 271737] (GCC) $ $ gcctk -Os small.c $ $ gcctk -Os -g small.c during GIMPLE pass: vrp small.c: In function ‘main’: small.c:3:5: internal compiler error: in gsi_split_seq_after, at gimple-iterator.c:345 3 | int main

[Bug c++/57170] Diagnostic for a negative case when switching over unsigned comes from -Wsign-conversion instead of -Wpedantic or -Wnarrowing

2019-05-29 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57170 --- Comment #7 from Eric Gallager --- (In reply to Jonathan Wakely from comment #6) > It should be an error, not a warning. For other narrowing conversions > involving constants we do actually use -Wnarrowing (but still defaulting to > an error)

[Bug c++/70076] no exception for excess initializer elements in a multidimensional VLA

2019-05-29 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70076 --- Comment #5 from Eric Gallager --- (In reply to Marek Polacek from comment #4) > (In reply to Eric Gallager from comment #3) > > (In reply to Martin Sebor from comment #0) > > > The G++ 4.9 Changes document

[Bug c++/68489] arrays of flexible array members are silently accepted

2019-05-29 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68489 Eric Gallager changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #4

[Bug target/53716] Inconsistencies in error diagnostics in function redeclaration involving stdcall attribute

2019-05-29 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53716 Eric Gallager changed: What|Removed |Added Summary|Intentional or bug? |Inconsistencies in error

[Bug c++/70076] no exception for excess initializer elements in a multidimensional VLA

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

[Bug c++/79648] error on x in constant expression when __builtin_constant_p(x) == true

2019-05-29 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79648 --- Comment #2 from Eric Gallager --- I'm wondering which FE's maintainers it'd make more sense to cc, the C FE's or the C++ FE's?

[Bug c/70186] RFE: better handling of misspelled attributes

2019-05-29 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70186 Eric Gallager changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #5

[Bug c++/70076] no exception for excess initializer elements in a multidimensional VLA

2019-05-29 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70076 --- Comment #3 from Eric Gallager --- (In reply to Martin Sebor from comment #0) > The G++ 4.9 Changes document (https://gcc.gnu.org/gcc-4.9/changes.html) > claims support for C++ VLAs including initializers (as specified in N3639). I thought

[Bug other/66037] [docs] what is the difference between global_options and global_options_set?

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

[Bug fortran/90539] [10 Regression] 481.wrf slowdown by 25% on Intel Kaby with -Ofast -march=native starting with r271377

2019-05-29 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90539 --- Comment #45 from Thomas Koenig --- Author: tkoenig Date: Wed May 29 20:30:45 2019 New Revision: 271751 URL: https://gcc.gnu.org/viewcvs?rev=271751=gcc=rev Log: 2019-05-29 Thomas Koenig PR fortran/90539 * gfortran.h

[Bug tree-optimization/90662] strlen of a string in a vla plus offset not folded

2019-05-29 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90662 --- Comment #2 from Martin Sebor --- It doesn't help that the ADDR_EXPR is rendered as &*a.1_9[2] when it should be &(*a.1_9)[2] because a.1_9 is a pointer to a char[n] array. With the parenthesization the problem becomes more apparent (to me,

[Bug c++/90670] New: const& template parameter in a header trips -Wsubobject-linkage

2019-05-29 Thread adam1.byrd at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90670 Bug ID: 90670 Summary: const& template parameter in a header trips -Wsubobject-linkage Product: gcc Version: 8.0 Status: UNCONFIRMED Severity: normal

[Bug c++/89875] [7/8/9 Regression] invalid typeof reference to a member of an incomplete struct accepted at function scope

2019-05-29 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89875 Paolo Carlini changed: What|Removed |Added Summary|[7/8/9/10 Regression] |[7/8/9 Regression] invalid

[Bug c++/89875] [7/8/9/10 Regression] invalid typeof reference to a member of an incomplete struct accepted at function scope

2019-05-29 Thread paolo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89875 --- Comment #4 from paolo at gcc dot gnu.org --- Author: paolo Date: Wed May 29 17:30:36 2019 New Revision: 271746 URL: https://gcc.gnu.org/viewcvs?rev=271746=gcc=rev Log: /cp 2019-05-29 Paolo Carlini PR c++/89875 * parser.c

[Bug go/90669] go/gofrontend/types.cc:2805 contains range-based ‘for’ loops which are not C++98

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

[Bug c++/53637] NRVO not applied where there are two different variables involved

2019-05-29 Thread trashyankes at wp dot pl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53637 trashyankes at wp dot pl changed: What|Removed |Added CC||trashyankes at wp dot pl ---

[Bug go/90669] New: go/gofrontend/types.cc:2805 contains range-based ‘for’ loops which are not C++98

2019-05-29 Thread jamborm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90669 Bug ID: 90669 Summary: go/gofrontend/types.cc:2805 contains range-based ‘for’ loops which are not C++98 Product: gcc Version: 10.0 Status: UNCONFIRMED

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

2019-05-29 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90329 --- Comment #44 from Jakub Jelinek --- Workaround added for 8.4+, 9.2+ and 10.1+ so far.

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

2019-05-29 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90329 --- Comment #43 from Jakub Jelinek --- Author: jakub Date: Wed May 29 16:02:56 2019 New Revision: 271744 URL: https://gcc.gnu.org/viewcvs?rev=271744=gcc=rev Log: PR fortran/90329 * lto-streamer.h (LTO_minor_version): Bump to 2.

[Bug tree-optimization/90668] loop invariant moving a dependent store out of a loop

2019-05-29 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90668 --- Comment #2 from Andrew Pinski --- (In reply to Andrew Pinski from comment #1) > If the size of int and void* are the same, I would say there is an issue. > Otherwise there is undefined behavior going on. > > The reason for the difference in

[Bug tree-optimization/90668] loop invariant moving a dependent store out of a loop

2019-05-29 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90668 --- Comment #1 from Andrew Pinski --- If the size of int and void* are the same, I would say there is an issue. Otherwise there is undefined behavior going on. The reason for the difference in sizes matter is because you write via void* and

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

2019-05-29 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90329 --- Comment #42 from Jakub Jelinek --- Author: jakub Date: Wed May 29 15:55:12 2019 New Revision: 271743 URL: https://gcc.gnu.org/viewcvs?rev=271743=gcc=rev Log: PR fortran/90329 * lto-streamer.h (LTO_minor_version): Bump to 1.

[Bug tree-optimization/90668] New: loop invariant moving a dependent store out of a loop

2019-05-29 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90668 Bug ID: 90668 Summary: loop invariant moving a dependent store out of a loop Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug libstdc++/85494] implementation of random_device on mingw is useless

2019-05-29 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85494 Jonathan Wakely changed: What|Removed |Added Target|mingw |*-*-mingw*

[Bug libstdc++/85494] implementation of random_device on mingw is useless

2019-05-29 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85494 --- Comment #8 from Jonathan Wakely --- Author: redi Date: Wed May 29 14:45:35 2019 New Revision: 271740 URL: https://gcc.gnu.org/viewcvs?rev=271740=gcc=rev Log: PR libstdc++/85494 use rdseed and rand_s in std::random_device Add support for

[Bug fortran/90667] pipe eof

2019-05-29 Thread simon.kluepfel at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90667 Simon Klüpfel changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug fortran/90667] New: pipe eof

2019-05-29 Thread simon.kluepfel at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90667 Bug ID: 90667 Summary: pipe eof Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran Assignee:

[Bug libstdc++/90634] filesystem::path insane memory allocations

2019-05-29 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90634 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

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

2019-05-29 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90329 --- Comment #41 from Jakub Jelinek --- Author: jakub Date: Wed May 29 14:08:57 2019 New Revision: 271738 URL: https://gcc.gnu.org/viewcvs?rev=271738=gcc=rev Log: PR fortran/90329 * lang.opt (fbroken-callers): Remove.

[Bug target/63261] Microblaze 4.9.1, Error: PC relative branch to label which is not in the instruction space

2019-05-29 Thread giulio.benetti at micronovasrl dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63261 Giulio Benetti changed: What|Removed |Added CC||giulio.benetti@micronovasrl

[Bug c++/90664] noexcept confuses template argument deduction

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

[Bug c++/88335] Implement P1073R3, C++20 immediate functions (consteval).

2019-05-29 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88335 --- Comment #6 from Jakub Jelinek --- The above patch: 1) adds sorry_at for virtual consteval, that is quite a lot of work 2) still doesn't handle ctors properly (perhaps sorry_at too)? 3) fixes the testcase from the paper with decltype

[Bug c++/88335] Implement P1073R3, C++20 immediate functions (consteval).

2019-05-29 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88335 Jakub Jelinek changed: What|Removed |Added Attachment #46390|0 |1 is obsolete|

[Bug c++/90666] New: Warn if an UB was met during constexpr evaluation attempt

2019-05-29 Thread antoshkka at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90666 Bug ID: 90666 Summary: Warn if an UB was met during constexpr evaluation attempt Product: gcc Version: 10.0 Status: UNCONFIRMED Keywords: diagnostic

[Bug target/90317] [7/8/9/10] ICE for arm sha1h and wrong optimisations on sha1h/c/m/p

2019-05-29 Thread wilco at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90317 Wilco changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/90539] [10 Regression] 481.wrf slowdown by 25% on Intel Kaby with -Ofast -march=native starting with r271377

2019-05-29 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90539 Thomas Koenig changed: What|Removed |Added Keywords||patch, wrong-code --- Comment #44 from

[Bug libstdc++/90646] std::filesystem::absolute( "yourpathhere" ) segfaults

2019-05-29 Thread myLC at gmx dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90646 --- Comment #8 from myLC at gmx dot net --- (In reply to Jonathan Wakely from comment #7) > It could also be Bug 90557 (which is fixed in the gcc-9-branch but present > in the gcc 9.1.0 release) but the symptoms don't look similar. This is

[Bug bootstrap/90543] Build failure on MINGW for gcc-9.1.0

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

[Bug bootstrap/90543] Build failure on MINGW for gcc-9.1.0

2019-05-29 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90543 --- Comment #10 from Jakub Jelinek --- Author: jakub Date: Wed May 29 09:35:34 2019 New Revision: 271737 URL: https://gcc.gnu.org/viewcvs?rev=271737=gcc=rev Log: PR bootstrap/90543 * optc-save-gen.awk: In cl_optimization_print,

[Bug bootstrap/90543] Build failure on MINGW for gcc-9.1.0

2019-05-29 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90543 --- Comment #9 from Jakub Jelinek --- Author: jakub Date: Wed May 29 09:33:02 2019 New Revision: 271736 URL: https://gcc.gnu.org/viewcvs?rev=271736=gcc=rev Log: PR bootstrap/90543 * optc-save-gen.awk: In cl_optimization_print,

[Bug middle-end/90648] [8/9/10 Regression] ICE tree check: accessed operand 4 of call_expr with 3 operands in generic_simplify_MULT_EXPR, at generic-match.c:27222

2019-05-29 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90648 --- Comment #10 from Jakub Jelinek --- At least __builtin_*_overflow{,_p} verify the arguments and don't let bogus ones through. As for internal functions, those indeed can't be verified, but they are compiler constructed and the compiler should

[Bug c/90628] __builtin_mul_overflow writes to const qualified integer

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

[Bug c/90628] __builtin_mul_overflow writes to const qualified integer

2019-05-29 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90628 --- Comment #6 from Jakub Jelinek --- Author: jakub Date: Wed May 29 07:48:37 2019 New Revision: 271732 URL: https://gcc.gnu.org/viewcvs?rev=271732=gcc=rev Log: PR c/90628 * c-common.c (check_builtin_function_arguments)

[Bug c++/90664] noexcept confuses template argument deduction

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

[Bug middle-end/90663] [7/8/9 Regression] strcmp ([i], a + i) not folded for arrays and constant index

2019-05-29 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90663 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/90659] [9/10 Regression] ICE in tree_to_uhwi, at tree.h:4352/7291

2019-05-29 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90659 Richard Biener changed: What|Removed |Added Priority|P3 |P2 Target Milestone|---

[Bug c/90658] [7/8/9 Regression] ICE in default_conversion, at c/c-typeck.c:2159

2019-05-29 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90658 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug middle-end/90648] [8/9/10 Regression] ICE tree check: accessed operand 4 of call_expr with 3 operands in generic_simplify_MULT_EXPR, at generic-match.c:27222

2019-05-29 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90648 --- Comment #9 from Richard Biener --- *** Bug 90649 has been marked as a duplicate of this bug. ***

[Bug middle-end/90649] ICE tree check: accessed operand 4 of call_expr with 3 operands in generic_simplify_EQ_EXPR, at generic-match.c:42857

2019-05-29 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90649 Richard Biener changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug go/90665] New: undefined C type 'int' with gcc 9.1.0 on solaric

2019-05-29 Thread thorsten.knieling at googlemail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90665 Bug ID: 90665 Summary: undefined C type 'int' with gcc 9.1.0 on solaric Product: gcc Version: 9.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug middle-end/90648] [8/9/10 Regression] ICE tree check: accessed operand 4 of call_expr with 3 operands in generic_simplify_MULT_EXPR, at generic-match.c:27222

2019-05-29 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90648 Richard Biener changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug fortran/90539] [10 Regression] 481.wrf slowdown by 25% on Intel Kaby with -Ofast -march=native starting with r271377

2019-05-29 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90539 --- Comment #43 from Martin Liška --- (In reply to Thomas Koenig from comment #42) > Created attachment 46428 [details] > Patch which should finally work > > So, this does not regress, apparently. > > Martin, could you give this one a shot? I

[Bug testsuite/90657] New test case gcc.dg/ipa/pr90555.c in r271695 fails

2019-05-29 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90657 --- Comment #2 from Martin Liška --- Author: marxin Date: Wed May 29 06:09:02 2019 New Revision: 271729 URL: https://gcc.gnu.org/viewcvs?rev=271729=gcc=rev Log: Remove duplicite dg-compile (PR testsuite/90657). 2019-05-29 Martin Liska

[Bug testsuite/90657] New test case gcc.dg/ipa/pr90555.c in r271695 fails

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