[Bug rtl-optimization/85099] [meta-bug] selective scheduling issues

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

[Bug c++/85092] [8 Regression] ICE under -std=gnu++1z in build_over_call under, at cp/call.c:8149

2018-03-28 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85092 Richard Biener changed: What|Removed |Added Target Milestone|--- |8.0 Summary|ICE under -std=g

[Bug c++/85093] [7/8 Regression] wrong number of template arguments does not trigger error when one argument is variadic

2018-03-28 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85093 Richard Biener changed: What|Removed |Added Priority|P3 |P2 Target Milestone|---

[Bug c/85094] [8 Regression] -g with any optimization suppresses -Wduplicated-branches

2018-03-28 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85094 Richard Biener changed: What|Removed |Added CC||aoliva at gcc dot gnu.org Target Mile

[Bug target/85095] [6/7/8 Regression] worse code generated

2018-03-28 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85095 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug c++/85097] ICE in double parameter pack

2018-03-28 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85097 Richard Biener changed: What|Removed |Added Keywords||ice-on-valid-code Status|UN

[Bug libstdc++/85098] undefined reference to std::regex::extended

2018-03-28 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85098 Richard Biener changed: What|Removed |Added Keywords||link-failure Status|UNCONFI

[Bug target/85100] __builtin_cpu_supports avx does not verify OS supports it

2018-03-28 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85100 Richard Biener changed: What|Removed |Added Target||x86_64-*-*, i?86-*-* Version

[Bug c++/85101] C++17 ICE in build_over_call, at cp/call.c:8149

2018-03-28 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85101 Richard Biener changed: What|Removed |Added Depends on||85092 --- Comment #2 from Richard Biene

[Bug ipa/85103] [8 Regression] Performance regressions on SPEC with r257582

2018-03-28 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85103 Richard Biener changed: What|Removed |Added Keywords||missed-optimization Target Milestone|

[Bug target/85026] [6/7 Regression] Error: branch out of range on arm-linux-gnueabihf

2018-03-28 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85026 --- Comment #8 from ktkachov at gcc dot gnu.org --- Author: ktkachov Date: Wed Mar 28 09:20:22 2018 New Revision: 258916 URL: https://gcc.gnu.org/viewcvs?rev=258916&root=gcc&view=rev Log: [arm] PR target/85026: Fix ldrsh length estimate in Thumb

[Bug testsuite/85106] New: Add scan-ltrans-tree-dump and scan-wpa-ipa-dump

2018-03-28 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85106 Bug ID: 85106 Summary: Add scan-ltrans-tree-dump and scan-wpa-ipa-dump Product: gcc Version: 8.0 Status: UNCONFIRMED Severity: enhancement Priority: P3 Component

[Bug testsuite/85106] Add scan-ltrans-tree-dump and scan-wpa-ipa-dump

2018-03-28 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85106 --- Comment #1 from Tom de Vries --- Created attachment 43782 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43782&action=edit Tentative patch that adds scan-wpa-ipa-dump Test results look like this (note the scan-wpa-ipa-dump): ... Test R

[Bug c++/85028] [8 Regression] ICE on invalid C++ code: in tsubst_default_argument, at cp/pt.c:12340

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

[Bug c++/84964] [8 Regression] ICE in expand_call, at calls.c:4540

2018-03-28 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84964 Paolo Carlini changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |rsandifo at gcc dot gnu.org ---

[Bug target/85100] __builtin_cpu_supports avx does not verify OS supports it

2018-03-28 Thread njs at pobox dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85100 --- Comment #3 from Nathaniel J. Smith --- We're using it exactly like the docs recommend. What on earth is __builtin_cpu_supports for, if not to tell you whether you can use a given feature? If this is by design, than at the very least the docs

[Bug tree-optimization/84824] DCE fails to remove dead code of std::function constructor

2018-03-28 Thread manjian2006 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84824 --- Comment #16 from linzj --- Created attachment 43783 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43783&action=edit This patch trying simulate a local escaped node for function call. This patch trying simulate a local escaped node for

[Bug tree-optimization/84824] DCE fails to remove dead code of std::function constructor

2018-03-28 Thread manjian2006 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84824 --- Comment #17 from linzj --- After this patch the code still have redundant calls for the inline pass has finished. But the indirect function calls has been removed.

[Bug target/81647] inconsistent LTGT behavior at different optimization levels on AArch64.

2018-03-28 Thread sudi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81647 --- Comment #11 from sudi at gcc dot gnu.org --- Author: sudi Date: Wed Mar 28 10:15:47 2018 New Revision: 258917 URL: https://gcc.gnu.org/viewcvs?rev=258917&root=gcc&view=rev Log: [PR81647][AARCH64] Fix handling of Unordered Comparisons in aarch

[Bug c++/85028] [8 Regression] ICE on invalid C++ code: in tsubst_default_argument, at cp/pt.c:12340

2018-03-28 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85028 --- Comment #3 from Paolo Carlini --- In its way, the bug is interesting: parmtype is only used in the gcc_assert, thus in principle the error recovery check could be moved inside it. However, returning early makes for better (vs gcc-7) error rec

[Bug c++/85107] New: Internal compiler error when casting double to int

2018-03-28 Thread schlong at cock dot li
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85107 Bug ID: 85107 Summary: Internal compiler error when casting double to int Product: gcc Version: 8.0.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component

[Bug target/85026] [6 Regression] Error: branch out of range on arm-linux-gnueabihf

2018-03-28 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85026 --- Comment #9 from ktkachov at gcc dot gnu.org --- Author: ktkachov Date: Wed Mar 28 10:38:36 2018 New Revision: 258918 URL: https://gcc.gnu.org/viewcvs?rev=258918&root=gcc&view=rev Log: [arm] PR target/85026: Fix ldrsh length estimate in Thumb

[Bug target/85026] Error: branch out of range on arm-linux-gnueabihf

2018-03-28 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85026 ktkachov at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED Known to work

[Bug middle-end/84877] Local stack copy of BLKmode parameter on the stack is not aligned when the requested alignment exceeds MAX_SUPPORTED_STACK_ALIGNMENT

2018-03-28 Thread ramana at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84877 Ramana Radhakrishnan changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

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

2018-03-28 Thread ribasushi at leporine dot io
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84428 Peter Rabbitson changed: What|Removed |Added CC||ribasushi at leporine dot io --- Comme

[Bug testsuite/85106] Add scan-ltrans-tree-dump and scan-wpa-ipa-dump

2018-03-28 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85106 Tom de Vries changed: What|Removed |Added Attachment #43782|0 |1 is obsolete|

[Bug testsuite/85106] Add scan-ltrans-tree-dump and scan-wpa-ipa-dump

2018-03-28 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85106 --- Comment #3 from Tom de Vries --- Created attachment 43786 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43786&action=edit Tentative followup patch that adds scan-offload-tree-dump

[Bug c++/48562] [C++0x] warn about uses of initializer_list that will lead to dangling pointers

2018-03-28 Thread fw at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48562 Florian Weimer changed: What|Removed |Added CC||fw at gcc dot gnu.org See Als

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

2018-03-28 Thread ribasushi at leporine dot io
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84428 --- Comment #4 from Peter Rabbitson --- I should note also that the LD_PRELOAD is not a factor - I only used it to simplify the reproduction. A build with a fully instrumented stack fails the same way: https://travis-ci.org/Perl5/DBIx-Class/jobs

[Bug testsuite/82920] cet test failures on darwin

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

[Bug c++/48562] [C++0x] warn about uses of initializer_list that will lead to dangling pointers

2018-03-28 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48562 --- Comment #9 from Jonathan Wakely --- (In reply to Florian Weimer from comment #8) > Almost any std::initializer_list object will be a temporary, after all, and > the called function should move the initializer elements, not copy them. std::in

[Bug target/84033] powerpc64le -moptimize-swaps bad code with vec_vbpermq

2018-03-28 Thread brenohl at br dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84033 Breno Leitao changed: What|Removed |Added CC||brenohl at br dot ibm.com --- Comment #7

[Bug libstdc++/85098] undefined reference to std::regex::extended

2018-03-28 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85098 Jonathan Wakely changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug libstdc++/85098] undefined reference to std::regex::extended

2018-03-28 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85098 --- Comment #3 from Jonathan Wakely --- Reduced: #include void f(const std::regex_constants::syntax_option_type&) { } int main() { f(std::regex::extended); }

[Bug libstdc++/85098] undefined reference to std::regex::extended

2018-03-28 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85098 --- Comment #4 from Jonathan Wakely --- Untested fix: --- a/libstdc++-v3/include/bits/regex.h +++ b/libstdc++-v3/include/bits/regex.h @@ -776,6 +776,37 @@ _GLIBCXX_BEGIN_NAMESPACE_CXX11 _AutomatonPtr_M_automaton; }; + template

[Bug testsuite/85106] Add scan-ltrans-tree-dump and scan-wpa-ipa-dump

2018-03-28 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85106 Tom de Vries changed: What|Removed |Added Attachment #43785|0 |1 is obsolete|

[Bug testsuite/85106] Add scan-ltrans-tree-dump and scan-wpa-ipa-dump

2018-03-28 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85106 Tom de Vries changed: What|Removed |Added Attachment #43786|0 |1 is obsolete|

[Bug testsuite/85106] Add scan-ltrans-tree-dump and scan-wpa-ipa-dump

2018-03-28 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85106 --- Comment #6 from Tom de Vries --- Created attachment 43789 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43789&action=edit Tentative followup patch that adds scan-offload-rtl-dump

[Bug target/84988] Compiler hang in chkp_type_bounds_count for large arrays

2018-03-28 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84988 --- Comment #4 from Martin Liška --- Author: marxin Date: Wed Mar 28 14:22:27 2018 New Revision: 258923 URL: https://gcc.gnu.org/viewcvs?rev=258923&root=gcc&view=rev Log: Do not call chkp_type_bounds_count if MPX is not enabled (PR target/84988)

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

2018-03-28 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84428 --- Comment #5 from Martin Liška --- Can you please help me how to reproduce that locally with a travis?

[Bug testsuite/85106] Add scan-ltrans-tree-dump and scan-wpa-ipa-dump

2018-03-28 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85106 Richard Biener changed: What|Removed |Added CC||rguenth at gcc dot gnu.org --- Comment

[Bug c/85094] [8 Regression] -g with any optimization suppresses -Wduplicated-branches

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

[Bug c/85094] [8 Regression] -g with any optimization suppresses -Wduplicated-branches

2018-03-28 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85094 Jakub Jelinek changed: What|Removed |Added Priority|P3 |P1 --- Comment #2 from Jakub Jelinek --

[Bug sanitizer/85081] [7/8 Regression] Sanitizer error with references in vectorized/parallel for-loop

2018-03-28 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85081 --- Comment #3 from Martin Liška --- Author: marxin Date: Wed Mar 28 14:45:21 2018 New Revision: 258924 URL: https://gcc.gnu.org/viewcvs?rev=258924&root=gcc&view=rev Log: Fix wrong use-after-scope sanitization for omp variable (PR sanitizer/8508

[Bug sanitizer/85081] [7 Regression] Sanitizer error with references in vectorized/parallel for-loop

2018-03-28 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85081 Martin Liška changed: What|Removed |Added Known to work||8.0.1 Summary|[7/8 Regression]

[Bug other/84819] several typos

2018-03-28 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84819 --- Comment #1 from Martin Liška --- Author: marxin Date: Wed Mar 28 14:51:09 2018 New Revision: 258925 URL: https://gcc.gnu.org/viewcvs?rev=258925&root=gcc&view=rev Log: Fix typos (PR other/84819). 2018-03-28 Martin Liska PR other/

[Bug other/84819] several typos

2018-03-28 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84819 Martin Liška changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

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

2018-03-28 Thread ribasushi at leporine dot io
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84428 --- Comment #6 from Peter Rabbitson --- Basically I'd simply run the commands as listed in the .travis.yml file one after the other ;) The reason I provided this on travis is because the available environment is "static", and one can install/run

[Bug testsuite/85106] Add scan-ltrans-tree-dump and scan-wpa-ipa-dump

2018-03-28 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85106 --- Comment #8 from Tom de Vries --- (In reply to Richard Biener from comment #7) > Thanks for working on this! Note that there may be multiple ltrans units > (in theory, not likely in the testsuite), so forcing -flto-partition=one > when we > s

[Bug c++/85108] New: Incorrect warning for constexpr lambda with -Wunused-but-set-variable

2018-03-28 Thread rain.backnet at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85108 Bug ID: 85108 Summary: Incorrect warning for constexpr lambda with -Wunused-but-set-variable Product: gcc Version: 7.3.0 Status: UNCONFIRMED Severity: normal

[Bug c++/85109] New: Incorrect warning for constexpr lambda with -Wunused-but-set-variable

2018-03-28 Thread rain.backnet at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85109 Bug ID: 85109 Summary: Incorrect warning for constexpr lambda with -Wunused-but-set-variable Product: gcc Version: 7.3.0 Status: UNCONFIRMED Severity: normal

[Bug c++/85108] Incorrect warning for constexpr lambda with -Wunused-but-set-variable

2018-03-28 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85108 --- Comment #1 from Eric Gallager --- *** Bug 85109 has been marked as a duplicate of this bug. ***

[Bug c++/85109] Incorrect warning for constexpr lambda with -Wunused-but-set-variable

2018-03-28 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85109 Eric Gallager changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug c++/63392] poor error recovery with missing typename

2018-03-28 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63392 David Malcolm changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |dmalcolm at gcc dot gnu.org Ta

[Bug middle-end/85090] [8 Regression] wrong code with -O2 -fno-tree-dominator-opts -mavx512f -fira-algorithm=priority

2018-03-28 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85090 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org,

[Bug c/70618] better error messages for missing/too many arguments

2018-03-28 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70618 David Malcolm changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |dmalcolm at gcc dot gnu.org Ta

[Bug c/70924] Wrong position for "warning: missing braces around initializer [-Wmissing-braces]"

2018-03-28 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70924 David Malcolm changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |dmalcolm at gcc dot gnu.org Ta

[Bug c++/85091] Compiler generates different code depending on whether -Wnonnull -Woverloaded-virtual given or not

2018-03-28 Thread vz-gcc at zeitlins dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85091 --- Comment #32 from Vadim Zeitlin --- (In reply to Martin Liška from comment #31) > Created attachment 43781 [details] > Partially reduced test-case > > I've got 120KB partially reduced test-case. Any further reduction is not > much possible. I

[Bug middle-end/85090] [8 Regression] wrong code with -O2 -fno-tree-dominator-opts -mavx512f -fira-algorithm=priority

2018-03-28 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85090 Jakub Jelinek changed: What|Removed |Added CC||itsimbal at gcc dot gnu.org,

[Bug c++/85110] New: Missing underlines for some bad arguments

2018-03-28 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85110 Bug ID: 85110 Summary: Missing underlines for some bad arguments Product: gcc Version: 8.0 Status: UNCONFIRMED Keywords: diagnostic Severity: normal Priority: P

[Bug c++/85110] Missing underlines for some bad arguments

2018-03-28 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85110 David Malcolm changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug lto/84995] Documentation gcc-ar and gcc-ranlib vs {libdir}/bfd-plugins

2018-03-28 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84995 --- Comment #4 from Martin Liška --- Working on that I've just noticed Richi that gcc/doc/invoke.texi contains: 9485 Link-time optimization does not work well with generation of debugging 9486 information. Combining @option{-flto} with

[Bug c++/85061] ICE with __builtin_offsetof applied to static member

2018-03-28 Thread reichelt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85061 Volker Reichelt changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug fortran/85084] [6/7/8 Regression] ICE: out of memory allocating 18446744073709551600 bytes ...

2018-03-28 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85084 --- Comment #5 from Thomas Koenig --- Author: tkoenig Date: Wed Mar 28 17:34:08 2018 New Revision: 258926 URL: https://gcc.gnu.org/viewcvs?rev=258926&root=gcc&view=rev Log: 2018-03-28 Thomas Koenig PR fortran/85084 Backport f

[Bug c++/48562] [C++0x] warn about uses of initializer_list that will lead to dangling pointers

2018-03-28 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48562 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org S

[Bug fortran/85084] [6/7/8 Regression] ICE: out of memory allocating 18446744073709551600 bytes ...

2018-03-28 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85084 --- Comment #6 from Thomas Koenig --- Author: tkoenig Date: Wed Mar 28 17:41:51 2018 New Revision: 258927 URL: https://gcc.gnu.org/viewcvs?rev=258927&root=gcc&view=rev Log: 2018-03-28 Thomas Koenig PR fortran/85084 Backport f

[Bug fortran/85084] [6/7/8 Regression] ICE: out of memory allocating 18446744073709551600 bytes ...

2018-03-28 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85084 Thomas Koenig changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug libfortran/83948] Thread safety issue writing to internal file - libgfortran

2018-03-28 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83948 Thomas Koenig changed: What|Removed |Added Status|WAITING |RESOLVED CC|

[Bug fortran/85111] New: [8 Regression] ICE in min_max_choose, at fortran/simplify.c:4884 (and others)

2018-03-28 Thread gs...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85111 Bug ID: 85111 Summary: [8 Regression] ICE in min_max_choose, at fortran/simplify.c:4884 (and others) Product: gcc Version: 8.0 Status: UNCONFIRMED Severity: nor

[Bug fortran/85111] [8 Regression] ICE in min_max_choose, at fortran/simplify.c:4884 (and others)

2018-03-28 Thread gs...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85111 --- Comment #1 from G. Steinmetz --- $ cat zc1.f90 program p integer, parameter :: a(2,0) = reshape([1,2,3,4], shape(a)) integer, parameter :: b(2) = maxloc(shape(a)) end $ cat zc7.f90 program p character, parameter :: a(2,0) = reshap

[Bug fortran/85111] [8 Regression] ICE in min_max_choose, at fortran/simplify.c:4884 (and others)

2018-03-28 Thread gs...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85111 --- Comment #2 from G. Steinmetz --- Changed between 20171210 and 20171217. $ cat ze1.f90 program p character, parameter :: a(2,0) = reshape(['a','b','c','d'], shape(a)) character, parameter :: b(2) = maxval(a, dim=1) end $ gfortran-8-

[Bug c++/85092] [8 Regression] ICE under -std=gnu++1z in build_over_call under, at cp/call.c:8149

2018-03-28 Thread proski at gnu dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85092 Pavel Roskin changed: What|Removed |Added CC||proski at gnu dot org --- Comment #1 from

[Bug inline-asm/84677] [6/7 Regression] internal compiler error: in extract_constrain_insn, at recog.c:2205

2018-03-28 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84677 Jakub Jelinek changed: What|Removed |Added Keywords||ice-checking CC|

[Bug target/85100] __builtin_cpu_supports avx does not verify OS supports it

2018-03-28 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85100 H.J. Lu changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |hjl.tools at gmail dot com --- Comment

[Bug fortran/85111] [8 Regression] ICE in min_max_choose, at fortran/simplify.c:4884 (and others)

2018-03-28 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85111 Dominique d'Humieres changed: What|Removed |Added Priority|P3 |P4 Status|UNCONFIRMED

[Bug target/85100] __builtin_cpu_supports avx does not verify OS supports it

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

[Bug inline-asm/84680] [6/7/8 Regression] internal compiler error: Max. number of generated reload insns per insn is achieved (90)

2018-03-28 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84680 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org,

[Bug fortran/52473] CSHIFT slow - inline it?

2018-03-28 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52473 --- Comment #16 from Dominique d'Humieres --- For the original test compiled with -Ofast, I get Testing explicit DO loops Dim =1 Elapsed CPU time = 0.846953988 Dim =2 Elapsed CPU time = 0.724469006 Dim =

[Bug fortran/85111] [8 Regression] ICE in min_max_choose, at fortran/simplify.c:4884 (and others)

2018-03-28 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85111 Thomas Koenig changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug target/85100] __builtin_cpu_supports avx does not verify OS supports it

2018-03-28 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85100 H.J. Lu changed: What|Removed |Added Status|NEW |WAITING

[Bug fortran/68155] ICE on initializing character array in type (len_lhs <> len_rhs)

2018-03-28 Thread anlauf at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68155 --- Comment #10 from Harald Anlauf --- The structure constructor seems to lose the character length, which can be best seen from the tree dump. program p implicit none type t ! character(3) :: c1(2) = [ 'b', 'c'] ! OK

[Bug middle-end/82004] [8 Regression] SPEC CPU2017 628.pop2_s miscompare

2018-03-28 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82004 --- Comment #39 from Jakub Jelinek --- Author: jakub Date: Wed Mar 28 19:15:39 2018 New Revision: 258930 URL: https://gcc.gnu.org/viewcvs?rev=258930&root=gcc&view=rev Log: PR tree-optimization/82004 * gimple-match-head.c (optimiz

[Bug target/85095] [6/7/8 Regression] worse code generated

2018-03-28 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85095 --- Comment #3 from Jakub Jelinek --- Author: jakub Date: Wed Mar 28 19:16:50 2018 New Revision: 258931 URL: https://gcc.gnu.org/viewcvs?rev=258931&root=gcc&view=rev Log: PR target/85095 * config/i386/i386.md (*add3_carry_0, *add

[Bug c++/85028] [8 Regression] ICE on invalid C++ code: in tsubst_default_argument, at cp/pt.c:12340

2018-03-28 Thread paolo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85028 --- Comment #4 from paolo at gcc dot gnu.org --- Author: paolo Date: Wed Mar 28 19:21:41 2018 New Revision: 258932 URL: https://gcc.gnu.org/viewcvs?rev=258932&root=gcc&view=rev Log: /cp 2018-03-28 Paolo Carlini PR c++/85028 *

[Bug middle-end/82004] [8 Regression] SPEC CPU2017 628.pop2_s miscompare

2018-03-28 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82004 --- Comment #40 from Jakub Jelinek --- Workaround applied, should work now even with -flto. Would be nice to report it to SPEC though, to make the code accept a few ulps difference.

[Bug c++/85112] New: [8 Regression] ICE with invalid constexpr

2018-03-28 Thread reichelt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85112 Bug ID: 85112 Summary: [8 Regression] ICE with invalid constexpr Product: gcc Version: unknown Status: UNCONFIRMED Keywords: error-recovery, ice-on-invalid-code Severity:

[Bug target/85095] [6/7 Regression] worse code generated

2018-03-28 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85095 Jakub Jelinek changed: What|Removed |Added Summary|[6/7/8 Regression] worse|[6/7 Regression] worse code

[Bug c++/85028] [8 Regression] ICE on invalid C++ code: in tsubst_default_argument, at cp/pt.c:12340

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

[Bug fortran/83319] [7/8 Regression] ICE on use of allocatable component in derived type coarray defined in module

2018-03-28 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83319 David Malcolm changed: What|Removed |Added CC||dmalcolm at gcc dot gnu.org --- Comment

[Bug c++/85113] New: [7/8 Regression] ICE with __builtin_constant_p

2018-03-28 Thread reichelt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85113 Bug ID: 85113 Summary: [7/8 Regression] ICE with __builtin_constant_p Product: gcc Version: unknown Status: UNCONFIRMED Keywords: ice-on-valid-code, rejects-valid Severit

[Bug inline-asm/84679] [6/7/8 Regression] internal compiler error: in lra_eliminate_reg_if_possible, at lra-eliminations.c:1382

2018-03-28 Thread rsandifo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84679 rsandifo at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED Resolutio

[Bug fortran/83319] [7/8 Regression] ICE on use of allocatable component in derived type coarray defined in module

2018-03-28 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83319 Jakub Jelinek changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug fortran/83319] [7/8 Regression] ICE on use of allocatable component in derived type coarray defined in module

2018-03-28 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83319 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|NEW

[Bug c++/85101] C++17 ICE in build_over_call, at cp/call.c:8149

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

[Bug target/84912] __builtin_divde* produce Internal Compiler Error when compiled -m32

2018-03-28 Thread bergner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84912 --- Comment #6 from Peter Bergner --- Author: bergner Date: Wed Mar 28 20:09:02 2018 New Revision: 258933 URL: https://gcc.gnu.org/viewcvs?rev=258933&root=gcc&view=rev Log: gcc/ PR target/84912 * config/rs6000/rs6000-builtin.def

[Bug c++/85101] C++17 ICE in build_over_call, at cp/call.c:8149

2018-03-28 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85101 --- Comment #4 from Martin Sebor --- The ICE is due to the assertion below failing. /* In C++17 we shouldn't be copying a TARGET_EXPR except into a base subobject. */ if (CHECKING_P && cxx_dialect >= cxx17) gcc_asse

[Bug fortran/69497] ICE in gfc_free_namespace, at fortran/symbol.c:3701

2018-03-28 Thread mikael at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69497 --- Comment #8 from Mikael Morin --- Author: mikael Date: Wed Mar 28 20:12:55 2018 New Revision: 258935 URL: https://gcc.gnu.org/viewcvs?rev=258935&root=gcc&view=rev Log: PR fortran/69497 * symbol.c (gfc_symbol_done_2): Start fr

[Bug c++/85092] [8 Regression] ICE under -std=gnu++1z in build_over_call under, at cp/call.c:8149

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

[Bug c++/85087] call to a non-const member function on a const lvalue accepted

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

[Bug c++/85112] [8 Regression] ICE with invalid constexpr

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

  1   2   >