[Bug other/85716] No easy way for end-user to tell what GCC is doing when compilation is slow

2018-10-01 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85716 Eric Gallager changed: What|Removed |Added CC||sandra at codesourcery dot com --- Comme

[Bug other/85716] No easy way for end-user to tell what GCC is doing when compilation is slow

2018-10-01 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85716 Eric Gallager changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #7 from Eric Gallag

[Bug tree-optimization/56572] GCC generates non-optimal transactional code when inlining nested transaction.

2018-10-01 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56572 Eric Gallager changed: What|Removed |Added URL||http://gcc.gnu.org/ml/gcc-p

[Bug c++/77502] -Wzero-as-null-pointer-constant : misleading/imprecise messages

2018-10-01 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77502 Eric Gallager changed: What|Removed |Added CC||dmalcolm at gcc dot gnu.org,

[Bug c++/77370] missing -Wignored-qualiifiers on a bogus const reference

2018-10-01 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77370 --- Comment #2 from Eric Gallager --- (In reply to Eric Gallager from comment #1) > (In reply to Martin Sebor from comment #0) > > GCC rejects the program below because it tries to initialize the non-const > > reference object cr with a temporary

[Bug c++/80144] Concept introduced with "template" is not diagnosed

2018-10-01 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80144 Eric Gallager changed: What|Removed |Added CC||paolo.carlini at oracle dot com --- Comm

[Bug c++/81178] [concepts] poor (partial?) diagnostic for alias substitution failure in a concept body

2018-10-01 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81178 Eric Gallager changed: What|Removed |Added CC||paolo.carlini at oracle dot com --- Comm

[Bug c++/71138] [concepts] ill-formed non-constant expression use in nested requirement produces duplicated diagnostics with poor source locations

2018-10-01 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71138 Eric Gallager changed: What|Removed |Added CC||paolo.carlini at oracle dot com --- Comm

[Bug c++/70125] attributes diagnostics missing essential context

2018-10-01 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70125 --- Comment #2 from Eric Gallager --- I see you've been working on attribute diagnostics again lately; any progress on this one?

[Bug rtl-optimization/26190] combine misses some distributivity

2018-10-01 Thread wilson at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26190 --- Comment #7 from Jim Wilson --- I didn't realize it was assigned to me. I changed it to unassigned.

[Bug fortran/56789] Wrong code with contiguous dummy argument

2018-10-01 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56789 --- Comment #9 from Paul Thomas --- (In reply to Thomas Koenig from comment #8) > Paul, I'm adding you to the CC in the hope that the analysis > in comment#7 might help you towards a solution that is > glaringly obvious to you (but not to me :-)

[Bug c/87482] Clarify behaviour of resolvers with parameters in for __attribute__((ifunc))

2018-10-01 Thread joseph at codesourcery dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87482 --- Comment #3 from joseph at codesourcery dot com --- I expect it's valid to use (void) if that particular IFUNC resolver doesn't use the HWCAP information passed, even if the HWCAP information is passed to resolvers on that architecture. And

[Bug rtl-optimization/26190] combine misses some distributivity

2018-10-01 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26190 --- Comment #6 from Eric Gallager --- (In reply to Jim Wilson from comment #5) > I haven't done any further work on this. The reason I was asking was because this bug shows up in my search of bugs with an assignee but that aren't marked as ASSIG

[Bug c/87482] Clarify behaviour of resolvers with parameters in for __attribute__((ifunc))

2018-10-01 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87482 Martin Sebor changed: What|Removed |Added Keywords||diagnostic Status|UNCONFIRMED

[Bug c/81824] Warn for missing attributes with function aliases

2018-10-01 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81824 Martin Sebor changed: What|Removed |Added Keywords||patch Assignee|unassigned at gc

[Bug fortran/82943] [F03] Error with type-bound procedure of parametrized derived type

2018-10-01 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82943 --- Comment #6 from janus at gcc dot gnu.org --- Actually the patch is better expressed as: diff --git a/gcc/fortran/resolve.c b/gcc/fortran/resolve.c index a2beb7fc90a..4710b7d2975 100644 --- a/gcc/fortran/resolve.c +++ b/gcc/fortran/resolve.c

[Bug fortran/82943] [F03] Error with type-bound procedure of parametrized derived type

2018-10-01 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82943 --- Comment #5 from janus at gcc dot gnu.org --- One can get around the error with a patch like this: diff --git a/gcc/fortran/resolve.c b/gcc/fortran/resolve.c index a2beb7fc90a..6b6e34c0d86 100644 --- a/gcc/fortran/resolve.c +++ b/gcc/fortran/

[Bug fortran/82943] [F03] Error with type-bound procedure of parametrized derived type

2018-10-01 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82943 janus at gcc dot gnu.org changed: What|Removed |Added Keywords||rejects-valid

[Bug debug/87484] New: internal compiler error: in dwf_regno, at dwarf2cfi.c:909

2018-10-01 Thread zwilcox at sandia dot gov
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87484 Bug ID: 87484 Summary: internal compiler error: in dwf_regno, at dwarf2cfi.c:909 Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Prio

[Bug rtl-optimization/26190] combine misses some distributivity

2018-10-01 Thread wilson at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26190 --- Comment #5 from Jim Wilson --- I haven't done any further work on this.

[Bug c/87483] attribute alias accepted on a symbol definition

2018-10-01 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87483 Martin Liška changed: What|Removed |Added CC||marxin at gcc dot gnu.org Assig

[Bug fortran/56789] Wrong code with contiguous dummy argument

2018-10-01 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56789 Thomas Koenig changed: What|Removed |Added CC||pault at gcc dot gnu.org --- Comment #8

[Bug target/64525] Duplicate instructions in both paths in conditional code

2018-10-01 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64525 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org --- Comment

[Bug c++/87478] Hidden member function falsely takes part in qualified name lookup

2018-10-01 Thread okannen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87478 Olivier Kannengieser changed: What|Removed |Added CC||okannen at gmail dot com --- Comm

[Bug jit/66074] gcc_jit_result_get_code returns a void*

2018-10-01 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66074 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org --- Comment

[Bug c++/56868] Constexpr example in 7.1.5/5 fails to compile correctly

2018-10-01 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56868 Eric Gallager changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug rtl-optimization/26190] combine misses some distributivity

2018-10-01 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26190 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org --- Comment

[Bug target/38629] target-specific parameters for inline heuristics not defined for AVR

2018-10-01 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=38629 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org --- Comment

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

2018-10-01 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54005 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org --- Comment

[Bug libstdc++/63776] [C++11] Regex collate matching not working

2018-10-01 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63776 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org --- Comment

[Bug go/52357] 64bit-out.go and go.test/test/cmplxdivide.go time out on Solaris/SPARC

2018-10-01 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52357 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org --- Comment

[Bug fortran/56386] [F03] ICE with ASSOCIATE construct and an derived type array component

2018-10-01 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56386 --- Comment #7 from janus at gcc dot gnu.org --- (In reply to Tobias Burnus from comment #2) > Related test case by the bug reporterm > https://groups.google.com/forum/?fromgroups=#!topic/comp.lang.fortran/ > UvBX1kfuFqs > > > This time rejectin

[Bug jit/64196] No automated test coverage for debugging of JIT-generated code

2018-10-01 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64196 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org --- Comment

[Bug c/87483] New: attribute alias accepted on a symbol definition

2018-10-01 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87483 Bug ID: 87483 Summary: attribute alias accepted on a symbol definition Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug c/85948] printf format attribute warning line carat inaccurate

2018-10-01 Thread jg at jguk dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85948 --- Comment #2 from Jonny Grant --- Great work Manuel

[Bug fortran/56789] Wrong code with contiguous dummy argument

2018-10-01 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56789 --- Comment #7 from Thomas Koenig --- Ah, I see where the problem is. Consider the test case module zero implicit none contains subroutine foo(a) real, contiguous :: a(:,:) print *,a end subroutine foo subroutine bar(a) real

[Bug c/87482] Clarify behaviour of resolvers with parameters in for __attribute__((ifunc))

2018-10-01 Thread joseph at codesourcery dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87482 --- Comment #1 from joseph at codesourcery dot com --- Yes, on some platforms the resolver takes the HWCAP as an argument and so should be declared as a function taking that argument (if it uses it, anyway).

[Bug target/69431] There should be builtins for PowerPC mtfsb0, mtfsb1

2018-10-01 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69431 Segher Boessenkool changed: What|Removed |Added Target Milestone|--- |9.0

[Bug target/69431] There should be builtins for PowerPC mtfsb0, mtfsb1

2018-10-01 Thread carll at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69431 Carl Love changed: What|Removed |Added Status|RESOLVED|CLOSED --- Comment #5 from Carl Love --- Cl

[Bug target/69431] There should be builtins for PowerPC mtfsb0, mtfsb1

2018-10-01 Thread carll at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69431 Carl Love changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/69431] There should be builtins for PowerPC mtfsb0, mtfsb1

2018-10-01 Thread carll at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69431 Carl Love changed: What|Removed |Added CC||carll at gcc dot gnu.org --- Comment #3 from

[Bug target/69431] There should be builtins for PowerPC mtfsb0, mtfsb1

2018-10-01 Thread carll at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69431 --- Comment #2 from Carl Love --- Author: carll Date: Mon Oct 1 15:57:13 2018 New Revision: 264764 URL: https://gcc.gnu.org/viewcvs?rev=264764&root=gcc&view=rev Log: Update, forgot to put the PR number in the Change Log. gcc/ChangeLog: 2018

Cloud Computing Users Contact List

2018-10-01 Thread jessica . martin
style="color:rgb(31,78,121)">Hi,  style="color:rgb(31,78,121)">  style="color:rgb(31,78,121)">Hope this note finds you well.  style="color:rgb(31,78,121)">  style="color:rgb(31,78,121)">Are you in the market to target AWS/Azure users for your lead generation and mark

[Bug c/87482] New: Clarify behaviour of resolvers with parameters in for __attribute__((ifunc))

2018-10-01 Thread peter.smith at linaro dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87482 Bug ID: 87482 Summary: Clarify behaviour of resolvers with parameters in for __attribute__((ifunc)) Product: gcc Version: 8.0 Status: UNCONFIRMED Severity: nor

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

2018-10-01 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87473 --- Comment #3 from Bill Schmidt --- Reproduces on trunk for powerpc64le-linux-gnu also.

[Bug fortran/65677] Incomplete assignment on deferred-length character variable

2018-10-01 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65677 --- Comment #6 from Paul Thomas --- Author: pault Date: Mon Oct 1 14:27:17 2018 New Revision: 264759 URL: https://gcc.gnu.org/viewcvs?rev=264759&root=gcc&view=rev Log: 2018-10-01 Paul Thomas PR fortran/65677 * trans-expr.c (

[Bug c++/87481] [7/8/9 Regression] Endless loop with optimisation in C++17

2018-10-01 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87481 Jonathan Wakely changed: What|Removed |Added Keywords||ice-on-invalid-code,

[Bug c++/87481] Endless loop with optimisation in C++17

2018-10-01 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87481 Jonathan Wakely changed: What|Removed |Added Keywords||compile-time-hog Status|UN

[Bug c++/87480] [8/9 Regression] SFINAE constructor not matched, only in templated function

2018-10-01 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87480 Jonathan Wakely changed: What|Removed |Added Target Milestone|--- |8.3 --- Comment #2 from Jonathan Wakel

[Bug c++/87481] New: Endless loop with optimisation in C++17

2018-10-01 Thread bug-reporter at tuta dot io
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87481 Bug ID: 87481 Summary: Endless loop with optimisation in C++17 Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug c++/87480] [8/9 Regression] SFINAE constructor not matched, only in templated function

2018-10-01 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87480 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Known to work|

[Bug c++/87480] New: SFINAE constructor not matched, only in templated function

2018-10-01 Thread fiesh at zefix dot tv
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87480 Bug ID: 87480 Summary: SFINAE constructor not matched, only in templated function Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal Prior

[Bug c++/87366] [6/7/8/9 Regression] SFINAE trait as template parameter causes incorrect application of trait to other areas

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

[Bug rtl-optimization/87479] [9 Regression] FAIL: gcc.target/i386/pr63527.c

2018-10-01 Thread bergner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87479 Peter Bergner changed: What|Removed |Added CC||bergner at gcc dot gnu.org Ass

[Bug target/87474] ICE in extract_insn, at recog.c:2305

2018-10-01 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87474 Segher Boessenkool changed: What|Removed |Added Target|powerpc |powerpc*-*-* Target Milestone|---

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

2018-10-01 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87473 Bill Schmidt changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |wschmidt at gcc dot gnu.org --- C

[Bug target/87474] ICE in extract_insn, at recog.c:2305

2018-10-01 Thread acsawdey at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87474 acsawdey at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED Assignee

[Bug c++/70792] Incorrect sequence point warning with uniform initializer syntax

2018-10-01 Thread matthijsvanduin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70792 --- Comment #7 from Matthijs van Duin --- Ah! I should have checked the actual tests of 51253 before calling it a regression, apologies. I just kinda assumed that these simple cases would be covered by the work done back then.

[Bug c++/87478] Hidden member function falsely takes part in qualified name lookup

2018-10-01 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87478 --- Comment #1 from Jonathan Wakely --- Confirmed, not a regression. Reduced: template struct is_int { }; template<> struct is_int { using type = void; }; class MyTag {}; template struct is_tag { }; template<> struct is_tag { using type = void

[Bug c++/87478] Hidden member function falsely takes part in qualified name lookup

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

[Bug target/86486] GCC 8 stack clash protection on AArch64 is incomplete

2018-10-01 Thread tnfchris at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86486 --- Comment #8 from Tamar Christina --- Author: tnfchris Date: Mon Oct 1 12:49:35 2018 New Revision: 264747 URL: https://gcc.gnu.org/viewcvs?rev=264747&root=gcc&view=rev Log: Updated stack-clash implementation supporting 64k probes. This patch

[Bug rtl-optimization/87479] [9 Regression] FAIL: gcc.target/i386/pr63527.c

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

[Bug c++/87469] [9 Regression] ice in record_estimate, at tree-ssa-loop-niter.c:3271

2018-10-01 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87469 Jonathan Wakely changed: What|Removed |Added Keywords|needs-bisection | CC|

[Bug c++/84191] [7/8/9 Regression] Compiler ICEs when trying to resolve impossible arithmetic operations

2018-10-01 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84191 Jonathan Wakely changed: What|Removed |Added Keywords|needs-bisection |ice-on-valid-code Status|U

[Bug tree-optimization/87465] [8 Regression] Loop removal regression

2018-10-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87465 --- Comment #4 from Richard Biener --- Author: rguenth Date: Mon Oct 1 13:10:48 2018 New Revision: 264758 URL: https://gcc.gnu.org/viewcvs?rev=264758&root=gcc&view=rev Log: 2018-10-01 Richard Biener PR tree-optimization/87465

[Bug tree-optimization/87465] [8 Regression] Loop removal regression

2018-10-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87465 Richard Biener changed: What|Removed |Added Known to work||9.0 Summary|[8/9 Regression]

[Bug c++/83372] ICE in GC within gt_ggc_mx building Mir

2018-10-01 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83372 --- Comment #18 from Jonathan Wakely --- So is this fixed?

[Bug target/86486] GCC 8 stack clash protection on AArch64 is incomplete

2018-10-01 Thread tnfchris at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86486 --- Comment #7 from Tamar Christina --- Author: tnfchris Date: Mon Oct 1 13:05:30 2018 New Revision: 264754 URL: https://gcc.gnu.org/viewcvs?rev=264754&root=gcc&view=rev Log: Cleanup the AArch64 testsuite when stack-clash is on. This patch cle

[Bug target/86486] GCC 8 stack clash protection on AArch64 is incomplete

2018-10-01 Thread tnfchris at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86486 --- Comment #6 from Tamar Christina --- Author: tnfchris Date: Mon Oct 1 13:03:31 2018 New Revision: 264753 URL: https://gcc.gnu.org/viewcvs?rev=264753&root=gcc&view=rev Log: Set default values for stack-clash and do basic validation in back-en

[Bug target/86486] GCC 8 stack clash protection on AArch64 is incomplete

2018-10-01 Thread tnfchris at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86486 --- Comment #5 from Tamar Christina --- Author: tnfchris Date: Mon Oct 1 13:02:21 2018 New Revision: 264752 URL: https://gcc.gnu.org/viewcvs?rev=264752&root=gcc&view=rev Log: Allow setting of stack-clash via configure options. This patch defin

[Bug target/86486] GCC 8 stack clash protection on AArch64 is incomplete

2018-10-01 Thread tnfchris at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86486 --- Comment #4 from Tamar Christina --- Author: tnfchris Date: Mon Oct 1 13:00:58 2018 New Revision: 264751 URL: https://gcc.gnu.org/viewcvs?rev=264751&root=gcc&view=rev Log: Ensure that outgoing argument size is at least 8 bytes when alloca an

[Bug target/86486] GCC 8 stack clash protection on AArch64 is incomplete

2018-10-01 Thread tnfchris at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86486 --- Comment #3 from Tamar Christina --- Author: tnfchris Date: Mon Oct 1 12:58:21 2018 New Revision: 264750 URL: https://gcc.gnu.org/viewcvs?rev=264750&root=gcc&view=rev Log: Add a hook to support telling the mid-end when to probe the stack. T

[Bug c++/87476] [9 Regression] char-array initialized from wide-string

2018-10-01 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87476 Jonathan Wakely changed: What|Removed |Added Keywords|needs-bisection | CC|

[Bug target/86486] GCC 8 stack clash protection on AArch64 is incomplete

2018-10-01 Thread tnfchris at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86486 --- Comment #2 from Tamar Christina --- Author: tnfchris Date: Mon Oct 1 12:56:40 2018 New Revision: 264749 URL: https://gcc.gnu.org/viewcvs?rev=264749&root=gcc&view=rev Log: Add support for SVE stack clash probing. This patch adds basic suppo

[Bug target/86486] GCC 8 stack clash protection on AArch64 is incomplete

2018-10-01 Thread tnfchris at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86486 --- Comment #1 from Tamar Christina --- Author: tnfchris Date: Mon Oct 1 12:53:34 2018 New Revision: 264748 URL: https://gcc.gnu.org/viewcvs?rev=264748&root=gcc&view=rev Log: stack-clash: Add LR assert to layout_frame. Since stack clash depend

[Bug c++/70792] Incorrect sequence point warning with uniform initializer syntax

2018-10-01 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70792 Jonathan Wakely changed: What|Removed |Added Last reconfirmed|2017-08-24 00:00:00 |2018-10-1 --- Comment #6 from Jonathan

[Bug rtl-optimization/87479] New: [9 Regression] FAIL: gcc.target/i386/pr63527.c

2018-10-01 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87479 Bug ID: 87479 Summary: [9 Regression] FAIL: gcc.target/i386/pr63527.c Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: rtl-

[Bug c++/51253] [C++11][DR 1030] Evaluation order (sequenced-before relation) among initializer-clauses in braced-init-list

2018-10-01 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51253 --- Comment #24 from Jonathan Wakely --- There's no regression (see bug 70792 comment 5). G++ still warns for the testcasese here, even though it produces the right code now.

[Bug c++/70792] Incorrect sequence point warning with uniform initializer syntax

2018-10-01 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70792 --- Comment #5 from Jonathan Wakely --- (In reply to Matthijs van Duin from comment #4) > It seems bug 51253 previously addressed this, which means this is a > regression. No. To be a regression it has to have previously worked, then stopped wor

[Bug c++/65667] [5 Regression] FAIL: g++.dg/cpp0x/pr57101.C -std=gnu++11 (test for excess errors)

2018-10-01 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65667 Paul Thomas changed: What|Removed |Added CC||pault at gcc dot gnu.org --- Comment #5 fr

[Bug c++/87478] New: Hidden member function falsely takes part in qualified name lookup

2018-10-01 Thread mario.biel...@tu-dresden.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87478 Bug ID: 87478 Summary: Hidden member function falsely takes part in qualified name lookup Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

[Bug fortran/38936] [F03] ASSOCIATE construct / improved SELECT TYPE (a=>expr)

2018-10-01 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=38936 Paul Thomas changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug fortran/87477] [meta-bug] [F03] issues concerning the ASSOCIATE statement

2018-10-01 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87477 Bug 87477 depends on bug 38936, which changed state. Bug 38936 Summary: [F03] ASSOCIATE construct / improved SELECT TYPE (a=>expr) https://gcc.gnu.org/bugzilla/show_bug.cgi?id=38936 What|Removed |Added -

[Bug fortran/20585] [meta-bug] Fortran 2003 support

2018-10-01 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=20585 Bug 20585 depends on bug 38936, which changed state. Bug 38936 Summary: [F03] ASSOCIATE construct / improved SELECT TYPE (a=>expr) https://gcc.gnu.org/bugzilla/show_bug.cgi?id=38936 What|Removed |Added -

[Bug fortran/44044] [OOP] SELECT TYPE with class-valued function

2018-10-01 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44044 Bug 44044 depends on bug 38936, which changed state. Bug 38936 Summary: [F03] ASSOCIATE construct / improved SELECT TYPE (a=>expr) https://gcc.gnu.org/bugzilla/show_bug.cgi?id=38936 What|Removed |Added -

[Bug fortran/87359] [9 regression] pointer being freed was not allocated

2018-10-01 Thread juergen.reuter at desy dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87359 Jürgen Reuter changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

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

2018-10-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87473 Richard Biener changed: What|Removed |Added Keywords|ice-on-invalid-code |ice-on-valid-code Priority|P3

[Bug fortran/41599] [OOP] SELECT TYPE with associate-name => exp: Use (sometimes) a restricted pointer

2018-10-01 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41599 Paul Thomas changed: What|Removed |Added CC||pault at gcc dot gnu.org --- Comment #5 fr

[Bug c++/87476] [9 Regression] char-array initialized from wide-string

2018-10-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87476 Richard Biener changed: What|Removed |Added Keywords||needs-bisection, |

[Bug rtl-optimization/87475] [8/9 Regression] ICE in patch_jump_insn, at cfgrtl.c:1275

2018-10-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87475 Richard Biener changed: What|Removed |Added Target Milestone|--- |8.3

[Bug tree-optimization/87261] Optimize bool expressions

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

[Bug tree-optimization/87261] Optimize bool expressions

2018-10-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87261 --- Comment #1 from Richard Biener --- Author: rguenth Date: Mon Oct 1 11:25:45 2018 New Revision: 264744 URL: https://gcc.gnu.org/viewcvs?rev=264744&root=gcc&view=rev Log: 2018-10-01 MCC CS PR tree-optimization/87261 * match

[Bug fortran/87477] New: [meta-bug] [F03] issues concerning the ASSOCIATE statement

2018-10-01 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87477 Bug ID: 87477 Summary: [meta-bug] [F03] issues concerning the ASSOCIATE statement Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal Prior

[Bug gcov-profile/87442] Add options to filter files we want to instrument for code coverage

2018-10-01 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87442 Martin Liška changed: What|Removed |Added Target Milestone|--- |10.0

[Bug c++/87476] New: [9 Regression] char-array initialized from wide-string

2018-10-01 Thread larsbj at gullik dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87476 Bug ID: 87476 Summary: [9 Regression] char-array initialized from wide-string Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Com

[Bug sanitizer/87453] Maybe implement -fsanitize=float-cast-overflow and -fsanitize=float-divide-by-zero

2018-10-01 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87453 --- Comment #5 from Martin Liška --- Great, thanks.

[Bug c++/87373] Byte by byte accessing to the peripheral registers causes issues on ARM v7-m architecture

2018-10-01 Thread rearnsha at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87373 Richard Earnshaw changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/84039] x86 retpolines and CFI

2018-10-01 Thread fw at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84039 Florian Weimer changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug sanitizer/87453] Maybe implement -fsanitize=float-cast-overflow and -fsanitize=float-divide-by-zero

2018-10-01 Thread amonakov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87453 Alexander Monakov changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug debug/87472] Unknown macro opcode with -gsplit-dwarf -g3

2018-10-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87472 Richard Biener changed: What|Removed |Added CC||mark at gcc dot gnu.org --- Comment #1

  1   2   >