[Bug c/88391] New: Request - attribute for adding tags to functions

2018-12-06 Thread david at westcontrol dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88391 Bug ID: 88391 Summary: Request - attribute for adding tags to functions Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3

[Bug target/78444] Wrong prologue stack alignment for implicit dtor on x86_64-darwin*

2018-12-06 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78444 --- Comment #16 from Iain Sandoe --- Author: iains Date: Thu Dec 6 13:36:35 2018 New Revision: 266853 URL: https://gcc.gnu.org/viewcvs?rev=266853=gcc=rev Log: Fix for PR78444 by ensuring 128b alignment at call sites. 2018-12-06 Iain Sandoe

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

2018-12-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85113 Richard Biener changed: What|Removed |Added CC||Kimon.Hoffmann at lawo dot com ---

[Bug c++/88388] GCC falsely determines string literal to be unused

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

CES International 2019 - Attendees List

2018-12-06 Thread christin.braun
Hi, This is Christin Braun, have I caught you in the middle of anything? Purpose for my email is that I see you are Exhibiting at CES International 2019. I just wanted to know your interests in acquiring the Attendees/Visitors list of CES International 2019 (The International Consumer

[Bug c++/88388] GCC falsely determines string literal to be unused

2018-12-06 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88388 --- Comment #2 from Jonathan Wakely --- Bisection suggests this was fixed on trunk by r259051 for PR 85113. The backport to the gcc-7-branch was r259053.

[Bug c++/88388] GCC falsely determines string literal to be unused

2018-12-06 Thread Kimon.Hoffmann at lawo dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88388 --- Comment #3 from Kimon.Hoffmann at lawo dot com --- Now this is great news, thank you! I would have tested 7.4 myself, but did not have a build available to me.

[Bug c++/88388] GCC falsely determines string literal to be unused

2018-12-06 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88388 Jonathan Wakely changed: What|Removed |Added Known to work||7.4.0 Known to fail|

Re: Add a loop versioning pass

2018-12-06 Thread Richard Sandiford
Richard Biener writes: >> > The pass contains an awful lot of heuristics :/ Like last year >> > with the interchange pass I would suggest to rip most of it out >> > and first lay infrastructure with the cases you can positively >> > identify without applying heuristics or "hacks" like stripping

[Bug middle-end/88387] Possible code optimization when right shift count >= width of type

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

[Bug c++/88390] [9 regression] g++.dg/tree-prof/pr57451.C FAILs

2018-12-06 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88390 Rainer Orth changed: What|Removed |Added Target Milestone|--- |9.0

[Bug c++/88390] [9 regression] g++.dg/tree-prof/pr57451.C FAILs

2018-12-06 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88390 --- Comment #1 from Rainer Orth --- Created attachment 45171 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=45171=edit pr57451.s @ r266584, SIGILL

[Bug c++/88390] New: [9 regression] g++.dg/tree-prof/pr57451.C FAILs

2018-12-06 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88390 Bug ID: 88390 Summary: [9 regression] g++.dg/tree-prof/pr57451.C FAILs Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

Re: gcc-9-20181202 is now available

2018-12-06 Thread Jeffrey Walton
On Sun, Dec 2, 2018 at 5:41 PM wrote: > > Snapshot gcc-9-20181202 is now available on > ftp://gcc.gnu.org/pub/gcc/snapshots/9-20181202/ > and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. GCC 9 on PowerPC is doing well. I was able to test on GCC110 and GCC112 from the

[Bug debug/88389] [8/9 Regression] -flto -g -gsplit-dwarf is broken

2018-12-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88389 Richard Biener changed: What|Removed |Added Keywords||lto, wrong-debug Blocks|

[Bug debug/88389] New: [8/9 Regression] -flto -g -gsplit-dwarf is broken

2018-12-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88389 Bug ID: 88389 Summary: [8/9 Regression] -flto -g -gsplit-dwarf is broken Product: gcc Version: 8.2.1 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c++/88388] New: GCC falsely determines string literal to be unused

2018-12-06 Thread Kimon.Hoffmann at lawo dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88388 Bug ID: 88388 Summary: GCC falsely determines string literal to be unused Product: gcc Version: 7.3.0 Status: UNCONFIRMED Keywords: wrong-code Severity: normal

[Bug lto/88386] LTRANS DWO files are not removed when using LTO + Split Dwarf

2018-12-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88386 --- Comment #3 from Richard Biener --- OK, so simply disabling -gsplit-dwarf at link time doesn't work (on trunk). We somehow get undefined references. But I have no time and motivation to dig into this right now. It probably works OK for GCC

Re: [PING #4][PATCH] avoid warning on constant strncpy until next statement is reachable (PR 87028)

2018-12-06 Thread Christophe Lyon
On Thu, 6 Dec 2018 at 00:11, Jeff Law wrote: > > On 11/29/18 4:43 PM, Martin Sebor wrote: > > On 11/29/18 4:07 PM, Jeff Law wrote: > >> On 11/29/18 1:34 PM, Martin Sebor wrote: > >>> On 11/16/2018 02:07 AM, Richard Biener wrote: > On Fri, Nov 16, 2018 at 4:12 AM Martin Sebor wrote: > >

[Bug c++/78022] constexpr int template rejected unless constructor is used before hand

2018-12-06 Thread fiesh at zefix dot tv
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78022 --- Comment #5 from fiesh at zefix dot tv --- The code still does not compile with gcc-8.2 but does compile on trunk now! Conversely, clang consistently refuses to compile it since clang-5. So I guess this can be closed, unless clang is

[Bug tree-optimization/88064] [9 Regression] Incorrect vectorizer over_widening pattern handling

2018-12-06 Thread clyon at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88064 Christophe Lyon changed: What|Removed |Added CC||clyon at gcc dot gnu.org --- Comment

Re: add taishanv110 pipeline scheduling

2018-12-06 Thread Kyrill Tkachov
Hi Wu, I notice you CC'ed the arm maintainers. This is an aarch64 patch as the arm (aarch32) and aarch64 ports are separate in GCC. I've added the aarch64 maintainers on CC for you. On 06/12/18 01:31, wuyuan (E) wrote: Hi ARM maintainers: The taishanv110 core uses generic pipeline

[Bug target/88234] UBsan and runtime error: signed integer overflow using unsigned vector

2018-12-06 Thread noloader at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88234 --- Comment #13 from Jeffrey Walton --- The issue is cleared in GCC 9 from DEC 08 2018. Our self tests pass where they formerly failed. The failures are the reason I wanted a diagnostic run with UBsan. On GCC110 and GCC112 with gcc-9 located at

[Bug c++/87531] [8/9 Regression] assignment operator does nothing if performed as a call via operator=

2018-12-06 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87531 --- Comment #9 from Nathan Sidwell --- Created attachment 45169 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=45169=edit non operator= version This turns out to be an orthogonal regression as shown by the new testcase. We fail to notice

Re: [PATCH] Fix VRP with -fno-delete-null-pointer-checks (PR c/88367, take 2)

2018-12-06 Thread Richard Biener
On Thu, 6 Dec 2018, Jakub Jelinek wrote: > On Thu, Dec 06, 2018 at 10:05:15AM +0100, Richard Biener wrote: > > Note I wonder if with -fwrapv-pointer NULL automatically becomes a > > valid address? Or is only wrapping around half of the address > > space UB? > > Hadn't thought about

Re: [Patch 4/4][Aarch64] v2: Implement Aarch64 SIMD ABI

2018-12-06 Thread Richard Sandiford
Steve Ellcey writes: > This is a patch 4 to support the Aarch64 SIMD ABI [1] in GCC. > > It defines a new target hook targetm.check_part_clobbered that > takes a rtx_insn and checks to see if it is a call to a function > that may clobber partial registers.  It returns true by default, > which

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

2018-12-06 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87598 --- Comment #12 from Jakub Jelinek --- Author: jakub Date: Thu Dec 6 12:20:09 2018 New Revision: 266852 URL: https://gcc.gnu.org/viewcvs?rev=266852=gcc=rev Log: PR target/87598 * config/aarch64/aarch64.c

[Bug c++/87531] [8/9 Regression] assignment operator does nothing if performed as a call via operator=

2018-12-06 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87531 Nathan Sidwell changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[PATCH] Fix VRP with -fno-delete-null-pointer-checks (PR c/88367, take 2)

2018-12-06 Thread Jakub Jelinek
On Thu, Dec 06, 2018 at 10:05:15AM +0100, Richard Biener wrote: > Note I wonder if with -fwrapv-pointer NULL automatically becomes a > valid address? Or is only wrapping around half of the address > space UB? Hadn't thought about -fwrapv-pointer, I guess we (especially with

[Bug middle-end/63184] [7/8/9 Regression] Fails to simplify comparison

2018-12-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63184 --- Comment #19 from Richard Biener --- Btw, we alread manage to do sth like that on RTL. typedef __UINTPTR_TYPE__ uintptr_t; char a[1024]; char foo (uintptr_t b, uintptr_t c, uintptr_t d, uintptr_t e, uintptr_t f) { uintptr_t tem = b + c + d

Re: [Patch 3/4][Aarch64] v2: Implement Aarch64 SIMD ABI

2018-12-06 Thread Richard Sandiford
LGTM, just minor stuff. Steve Ellcey writes: > +/* Return true if the instruction is a call to a SIMD function, false > + if it is not a SIMD function or if we do not know anything about > + the function. */ > + > +static bool > +aarch64_simd_call_p (rtx_insn *insn) > +{ > + rtx symbol; >

GCC 7.5 Status Report (2018-12-06)

2018-12-06 Thread Richard Biener
Status == The GCC 7 branch is open for regression and documentation fixes again. The next release from the GCC 7 branch is due after GCC 9 was released and will close the branch. Quality Data Priority # Change from last report ---

Re: RFA/RFC: Add stack recursion limit to libiberty's demangler [v5]

2018-12-06 Thread Nick Clifton
Hi Ian, Is the patch OK with you ? Cheers Nick

[Bug middle-end/63184] [7/8/9 Regression] Fails to simplify comparison

2018-12-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63184 --- Comment #18 from Richard Biener --- That works but it doesn't perform the folding in the end. Still combining + b + c + d + e + 2 into ( + 2) + b + c + d + e is better since most targets can compute symbol+offset in a single instruction.

[Bug middle-end/88387] New: Possible code optimization when right shift count >= width of type

2018-12-06 Thread bugzi...@poradnik-webmastera.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88387 Bug ID: 88387 Summary: Possible code optimization when right shift count >= width of type Product: gcc Version: 8.2.0 Status: UNCONFIRMED Severity: normal

[Bug lto/88386] LTRANS DWO files are not removed when using LTO + Split Dwarf

2018-12-06 Thread antonio.di.monaco at sap dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88386 --- Comment #2 from Antonio Di Monaco --- Thanks for your feedback. We'll disable split-dwarf option when LTO is enabled, thus making the output consistent. Nevertheless, I agree with your solution, if DWOs make no sense when LTO is enabled,

Re: [PATCH] Restore aarch64 support for asm ("# %a0" : : "i" (0)) (PR target/87598)

2018-12-06 Thread Richard Sandiford
Jakub Jelinek writes: > Hi! > > As mentioned in the PR, aarch64 used to allow VOIDmode CONST_INTs > as %aN operands, but r255230 started ICEing on it and r257907 turned > that ICE into error (output_operand_lossage). > > The following patch restores the previous behavior, by allowing such >

[Bug c++/82565] [7 Regression] Concept and lambda return type deduction cause compilation to crash with "mmap: Cannot allocate memory"

2018-12-06 Thread postmas...@szaszm-tk.bounceio.net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82565 --- Comment #7 from postmas...@szaszm-tk.bounceio.net --- Your email was bounced... - ... because something went wrong between you and your recipient. Ugh! What to do next? Well, your

Re: [PATCH, Fortran] pad char to int conversions with spaces instead of zeros (legacy)

2018-12-06 Thread Mark Eggleston
On 06/12/2018 10:33, Jakub Jelinek wrote: On Wed, Dec 05, 2018 at 06:27:00PM -0800, Jerry DeLisle wrote: I disagree completely. I assume the idea of -fdec-pad-with-spaces is to accomodate some old dec fortran code. The only reason to use some other character is if someone is writing new dec

[Bug tree-optimization/85726] [7/8/9 Regression] div C1 to div C2 match.pd suboptimization

2018-12-06 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85726 --- Comment #7 from Jakub Jelinek --- Author: jakub Date: Thu Dec 6 10:45:47 2018 New Revision: 266848 URL: https://gcc.gnu.org/viewcvs?rev=266848=gcc=rev Log: PR tree-optimization/85726 * generic-match-head.c

[Bug fortran/88304] [9 Regression] ICE in use_pointer_in_frame, at tree-nested.c:267

2018-12-06 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88304 --- Comment #14 from Jakub Jelinek --- Author: jakub Date: Thu Dec 6 10:28:31 2018 New Revision: 266847 URL: https://gcc.gnu.org/viewcvs?rev=266847=gcc=rev Log: PR fortran/88304 * tree-nested.c

[Bug middle-end/63184] [7/8/9 Regression] Fails to simplify comparison

2018-12-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63184 --- Comment #17 from Richard Biener --- Author: rguenth Date: Thu Dec 6 10:20:39 2018 New Revision: 266846 URL: https://gcc.gnu.org/viewcvs?rev=266846=gcc=rev Log: 2018-12-06 Richard Biener PR middle-end/63184 *

[C++ Patch] Three additional bitfield diagnostic tweaks (a regression fix included)

2018-12-06 Thread Paolo Carlini
Hi, I'm bundling together 3 more. In attachment order: 1- Since we decided to explicitly print the wrong type, I suppose we want to consistently do that in templates too. 2- Unfortunately I have to fix another buglet I recently introduced, completely similar to c++/88222 fixed by Marek.

[Bug middle-end/63184] [7/8/9 Regression] Fails to simplify comparison

2018-12-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63184 Richard Biener changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #16 from Richard

Re: [PATCH, Fortran] pad char to int conversions with spaces instead of zeros (legacy)

2018-12-06 Thread Jakub Jelinek
On Wed, Dec 05, 2018 at 06:27:00PM -0800, Jerry DeLisle wrote: > I disagree completely. I assume the idea of -fdec-pad-with-spaces is to > accomodate some old dec fortran code. The only reason to use some other > character is if someone is writing new dec fortran code, which is implying >

[Bug middle-end/63184] [7/8/9 Regression] Fails to simplify comparison

2018-12-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63184 Richard Biener changed: What|Removed |Added Known to work|6.1.0 | Target Milestone|6.0

Re: [PATCH, Fortran] pad char to int conversions with spaces instead of zeros (legacy)

2018-12-06 Thread Mark Eggleston
On 04/12/2018 17:04, Fritz Reese wrote: On Tue, Dec 4, 2018 at 10:12 AM Jakub Jelinek wrote: Just a couple of random comments. -fdec-pad-with-spaces option name doesn't look right, because it doesn't say what the option affects. So perhaps have transfer in the option name? [...] Wouldn't

[PATCH] Adjust PR63184 testcases

2018-12-06 Thread Richard Biener
Committed. 2018-12-06 Richard Biener PR middle-end/63184 * c-c++-common/pr19807-2.c: Try link only on x86, add xfailed optimized dump scanning. * c-c++-common/pr19807-3.c: Likewise. diff --git a/gcc/testsuite/c-c++-common/pr19807-2.c

[Bug tree-optimization/81740] [7/8/9 Regression] wrong code at -O3 in both 32-bit and 64-bit modes on x86_64-linux-gnu

2018-12-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81740 Richard Biener changed: What|Removed |Added Target Milestone|7.4 |7.5

[Bug libstdc++/78420] [7 Regression] std::less is not a total order with -O2 enabled

2018-12-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78420 Richard Biener changed: What|Removed |Added Target Milestone|7.4 |7.5

[Bug rtl-optimization/84682] [7 Regression] internal compiler error: Segmentation fault (process_address_1)

2018-12-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84682 Richard Biener changed: What|Removed |Added Target Milestone|7.4 |7.5

[Bug fortran/85352] [7/8/9 Regression] Incorrect error diagnosed for dummy argument used in specification expression to subprogram with ENTRY

2018-12-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85352 Richard Biener changed: What|Removed |Added Target Milestone|7.4 |7.5

[Bug middle-end/63184] [7/8/9 Regression] Fails to simplify comparison

2018-12-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63184 Richard Biener changed: What|Removed |Added Status|REOPENED|NEW Last reconfirmed|2016-01-04

[Bug middle-end/81897] [7 Regression] spurious -Wmaybe-uninitialized warning

2018-12-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81897 Richard Biener changed: What|Removed |Added Target Milestone|7.4 |7.5

[Bug c++/88256] [7/8/9 Regression] ICE: Segmentation fault (in make_ssa_name_fn), C++ FE missing DECL_EXPRs

2018-12-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88256 Richard Biener changed: What|Removed |Added Target Milestone|7.4 |7.5

[Bug fortran/83209] [7/8/9 Regression] Failure of allocation of a coarray with a pointer component

2018-12-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83209 Richard Biener changed: What|Removed |Added Target Milestone|7.4 |7.5

[Bug fortran/65381] [7/8/9 Regression] ICE during array result, assignment

2018-12-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65381 Richard Biener changed: What|Removed |Added Target Milestone|7.4 |7.5

[Bug rtl-optimization/71118] [7/8/9 Regression] ftois instruction not emitted for float -> int bitcast

2018-12-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71118 Richard Biener changed: What|Removed |Added Target Milestone|7.4 |7.5

[Bug c++/86193] Partial ordering of non-type template parameters with dependent types

2018-12-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86193 Richard Biener changed: What|Removed |Added Target Milestone|7.4 |7.5

[Bug c++/85264] [7 Regression] ICE with extraneous template parameter list

2018-12-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85264 Richard Biener changed: What|Removed |Added Target Milestone|7.4 |7.5

[Bug c++/71832] [7 Regression] ICE on invalid C++11 code with incorrect decltype use for non-type template parameter: Segmentation fault

2018-12-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71832 Richard Biener changed: What|Removed |Added Target Milestone|7.4 |7.5

[Bug fortran/66089] [7/8/9 Regression] elemental dependency mishandling when derived types are involved

2018-12-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66089 Richard Biener changed: What|Removed |Added Target Milestone|7.4 |7.5

[Bug c++/70621] [7 Regression] ICE on invalid code at -O1 and above on x86_64-linux-gnu in record_reference, at cgraphbuild.c:64

2018-12-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70621 Richard Biener changed: What|Removed |Added Target Milestone|7.4 |7.5

[Bug fortran/88206] [7/8/9 Regression] ICE in gfc_match_type_spec, at fortran/match.c:2229

2018-12-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88206 Richard Biener changed: What|Removed |Added Target Milestone|7.4 |7.5

[Bug tree-optimization/84552] [7 Regression] Compile time hog w/ -O2 -floop-nest-optimize -fno-tree-copy-prop -fno-tree-fre -fno-tree-loop-ivcanon

2018-12-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84552 Richard Biener changed: What|Removed |Added Target Milestone|7.4 |7.5

[Bug c++/88198] [7 Regression] ICE in process_init_constructor_array, at cp/typeck2.c:1311

2018-12-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88198 Richard Biener changed: What|Removed |Added Target Milestone|7.4 |7.5

[Bug debug/61014] [7/8/9 Regression] gdb can't find symbol of derived data type array in nested subroutine

2018-12-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61014 Richard Biener changed: What|Removed |Added Target Milestone|7.4 |7.5

[Bug tree-optimization/37916] [7/8/9 Regression] SSA names causing register pressure; unnecessarily many simultaneously "live" names.

2018-12-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=37916 Richard Biener changed: What|Removed |Added Target Milestone|7.4 |7.5

[Bug target/86973] ICE in expand_call, at calls.c:4217

2018-12-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86973 Richard Biener changed: What|Removed |Added Target Milestone|7.4 |7.5

[Bug libstdc++/64132] [7/8/9 Regression] FAIL: 22_locale/numpunct/members/char/3.cc execution test

2018-12-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64132 Richard Biener changed: What|Removed |Added Target Milestone|7.4 |7.5

[Bug c++/78163] ref-qualified function type incorrectly accepted in function parameter type

2018-12-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78163 Richard Biener changed: What|Removed |Added Target Milestone|7.4 |7.5

[Bug fortran/84006] [7/8/9 Regression] ICE in storage_size() with CLASS entity

2018-12-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84006 Richard Biener changed: What|Removed |Added Target Milestone|7.4 |7.5

[Bug target/81951] [7/8/9 Regression] ICE returning 16 byte struct on s390x with -mno-lra

2018-12-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81951 Richard Biener changed: What|Removed |Added Target Milestone|7.4 |7.5

[Bug fortran/85002] [7/8/9 Regression] ICE in fold_ternary_loc, at fold-const.c:11360

2018-12-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85002 Richard Biener changed: What|Removed |Added Target Milestone|7.4 |7.5

[Bug go/59431] [7/8/9 regression] runtime FAILs on Solaris

2018-12-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59431 Richard Biener changed: What|Removed |Added Target Milestone|7.4 |7.5

[Bug fortran/84674] [7/8/9 Regression] Derived type name change makes a program segfault, removing non_overridable helps

2018-12-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84674 Richard Biener changed: What|Removed |Added Target Milestone|7.4 |7.5

[Bug c++/84610] [7 Regression] ICE in synthesize_implicit_template_parm, at cp/parser.c:38843

2018-12-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84610 Richard Biener changed: What|Removed |Added Target Milestone|7.4 |7.5

[Bug c++/84789] [7 Regression] ICE with broken variable declaration in template class

2018-12-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84789 Richard Biener changed: What|Removed |Added Target Milestone|7.4 |7.5

[Bug c++/86669] [7/8/9 regression] Complete object constructor clone omits length for a c++11 braced initialiser

2018-12-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86669 Richard Biener changed: What|Removed |Added Target Milestone|7.4 |7.5

[Bug fortran/78518] [7/8/9 Regression] Warning format regression

2018-12-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78518 Richard Biener changed: What|Removed |Added Target Milestone|7.4 |7.5

[Bug middle-end/84034] [7 Regression] incomplete warning message with dos line endings

2018-12-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84034 Richard Biener changed: What|Removed |Added Target Milestone|7.4 |7.5

[Bug tree-optimization/87609] [7/8/9 Regression] miscompilation with restrict and loop

2018-12-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87609 Richard Biener changed: What|Removed |Added Target Milestone|7.4 |7.5

[Bug c++/84647] [7 Regression] ICE: segfault with NULL "from" in standard_conversion()

2018-12-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84647 Richard Biener changed: What|Removed |Added Target Milestone|7.4 |7.5

[Bug middle-end/68733] [7/8/9 Regression] FAIL: libgomp.c/target-29.c (internal compiler error)

2018-12-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68733 Richard Biener changed: What|Removed |Added Target Milestone|7.4 |7.5

[Bug target/81613] [7 regression] FAIL: gfortran.dg/intrinsic_modulo_1.f90 -O3 -g execution test

2018-12-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81613 Richard Biener changed: What|Removed |Added Target Milestone|7.4 |7.5

[Bug sanitizer/83356] [7 Regression] excessive stack usage compiling with -O2 -fsanitize=bounds -fsanitize=object-size

2018-12-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83356 Richard Biener changed: What|Removed |Added Target Milestone|7.4 |7.5

[Bug fortran/77371] [7/8/9 Regression] ICE in force_constant_size, at gimplify.c:671 (... and others)

2018-12-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77371 Richard Biener changed: What|Removed |Added Target Milestone|7.4 |7.5

[Bug fortran/80260] [7/8 Regression] ICE with polymorphic array section actual argument

2018-12-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80260 Richard Biener changed: What|Removed |Added Target Milestone|7.4 |7.5

[Bug c++/84330] [7 Regression] [concepts] ICE with broken constraint

2018-12-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84330 Richard Biener changed: What|Removed |Added Target Milestone|7.4 |7.5

[Bug rtl-optimization/83913] [7 Regression] Compile time and memory hog w/ selective scheduling

2018-12-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83913 Richard Biener changed: What|Removed |Added Target Milestone|7.4 |7.5

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

2018-12-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84423 Richard Biener changed: What|Removed |Added Target Milestone|7.4 |7.5

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

2018-12-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84191 Richard Biener changed: What|Removed |Added Target Milestone|7.4 |7.5

[Bug c++/85136] [7 Regression] ICE with array as template variable

2018-12-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85136 Richard Biener changed: What|Removed |Added Target Milestone|7.4 |7.5

[Bug c++/83916] [7 Regression] Internal compiler error on valid template code

2018-12-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83916 Richard Biener changed: What|Removed |Added Target Milestone|7.4 |7.5

[Bug tree-optimization/86159] [7/8 Regression] g++ ICE at -O1 and above on valid code: incorrect type of vector CONSTRUCTOR elements

2018-12-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86159 Richard Biener changed: What|Removed |Added Target Milestone|7.4 |7.5

[Bug target/78633] [7/8/9 Regression] [SH] libgcc/fp-bit.c:944:1: error: invalid rtl sharing found in the insn

2018-12-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78633 Richard Biener changed: What|Removed |Added Target Milestone|7.4 |7.5

[Bug tree-optimization/67153] [7/8/9 Regression] integer optimizations 53% slower than std::bitset<>

2018-12-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67153 Richard Biener changed: What|Removed |Added Target Milestone|7.4 |7.5

[Bug ada/70867] [7/8/9 regression] access discriminant in return aggregate wrongly detected as dangling

2018-12-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70867 Richard Biener changed: What|Removed |Added Target Milestone|7.4 |7.5

[Bug libfortran/78314] [aarch64] ieee_support_halting does not report unsupported fpu traps correctly

2018-12-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78314 Richard Biener changed: What|Removed |Added Target Milestone|7.4 |7.5

[Bug middle-end/33699] [7/8/9 regression] missing optimization on const addr area store

2018-12-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=33699 Richard Biener changed: What|Removed |Added Target Milestone|7.4 |7.5

<    1   2   3   4   5   6   7   8   >