[Bug c++/82818] Bad Codegen, delete does not check for nullptrs

2017-11-03 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82818 --- Comment #3 from Marc Glisse --- Please read the documentation for -flifetime-dse, your code is invalid.

[Bug sanitizer/82792] Fallthrough attribute ignored after label, and before with address sanitizer

2017-11-03 Thread michael.thayer at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82792 Michael Thayer changed: What|Removed |Added CC||dodji at gcc dot gnu.org,

[Bug sanitizer/82792] Fallthrough attribute ignored after label, and before with address sanitizer

2017-11-03 Thread michael.thayer at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82792 Michael Thayer changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED Resolution|INVALID

[Bug c++/82818] Bad Codegen, delete does not check for nullptrs

2017-11-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82818 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug tree-optimization/82819] [8 Regression] [graphite] ICE in set_codegen_error, at graphite-isl-ast-to-gimple.c:206

2017-11-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82819 Richard Biener changed: What|Removed |Added Target|powerpc-*-linux-gnu*, |powerpc-*-linux-gnu*,

[Bug c++/82821] New: g++ states that ctor of class is inaccessible just because I have inherited privately from it

2017-11-03 Thread gene at genethomas dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82821 Bug ID: 82821 Summary: g++ states that ctor of class is inaccessible just because I have inherited privately from it Product: gcc Version: 5.4.0 Status: UNCONFIRMED

[Bug c/82817] C frontend errors on SSA name from REG_EXPR

2017-11-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82817 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug tree-optimization/82816] [8 Regression] ICE on valid code at -Os and above: in find_widening_optab_handler_and_mode, at optabs-query.c:414

2017-11-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82816 Richard Biener changed: What|Removed |Added CC||rsandifo at gcc dot gnu.org

[Bug c++/82818] Bad Codegen, delete does not check for nullptrs

2017-11-03 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82818 --- Comment #5 from Jonathan Wakely --- (In reply to dark_sylinc from comment #0) > * AFAIK it is legal to call the destructor. Only if you have ensured it won't be called implicitly, e.g. by creating it on the heap. Your object is an automatic

[Bug c++/82821] g++ states that ctor of class is inaccessible just because I have inherited privately from it

2017-11-03 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82821 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/82782] ICE: nested template alias and specialized template with auto template parameter

2017-11-03 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82782 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug tree-optimization/82819] [8 Regression] [graphite] ICE in set_codegen_error, at graphite-isl-ast-to-gimple.c:206

2017-11-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82819 Richard Biener changed: What|Removed |Added Keywords||ice-checking --- Comment #2 from Richar

[Bug target/82809] [8 Regression] ICE in in ix86_vector_duplicate_value, at config/i386/i386.c:41242

2017-11-03 Thread rsandifo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82809 --- Comment #3 from rsandifo at gcc dot gnu.org --- Author: rsandifo Date: Fri Nov 3 09:24:28 2017 New Revision: 254366 URL: https://gcc.gnu.org/viewcvs?rev=254366&root=gcc&view=rev Log: PR82809: register handling in ix86_vector_duplicate_valu

[Bug c/82817] C frontend errors on SSA name from REG_EXPR

2017-11-03 Thread thopre01 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82817 --- Comment #2 from Thomas Preud'homme --- (In reply to Richard Biener from comment #1) > The GIMPLE FE also doesn't like that some variable names created by the > middle-end contain '.'. > > I belive it would be good to "fix" create_tmp_var_nam

[Bug target/82809] [8 Regression] ICE in in ix86_vector_duplicate_value, at config/i386/i386.c:41242

2017-11-03 Thread rsandifo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82809 rsandifo at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolutio

[Bug c/82817] C frontend errors on SSA name from REG_EXPR

2017-11-03 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82817 --- Comment #3 from rguenther at suse dot de --- On Fri, 3 Nov 2017, thopre01 at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82817 > > --- Comment #2 from Thomas Preud'homme --- > (In reply to Richard Biener from comm

[Bug c++/70401] [c++1z on mingw]compile variadic template failed

2017-11-03 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70401 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug c/82817] C frontend errors on SSA name from REG_EXPR

2017-11-03 Thread thopre01 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82817 --- Comment #4 from Thomas Preud'homme --- (In reply to rguent...@suse.de from comment #3) > On Fri, 3 Nov 2017, thopre01 at gcc dot gnu.org wrote: > > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82817 > > > > --- Comment #2 from Thomas Preu

[Bug c/82817] C frontend errors on SSA name from REG_EXPR

2017-11-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82817 --- Comment #5 from Richard Biener --- (In reply to Thomas Preud'homme from comment #4) > (In reply to rguent...@suse.de from comment #3) > > On Fri, 3 Nov 2017, thopre01 at gcc dot gnu.org wrote: > > > > > https://gcc.gnu.org/bugzilla/show_bug.

[Bug c/82817] C frontend errors on SSA name from REG_EXPR

2017-11-03 Thread thopre01 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82817 --- Comment #6 from Thomas Preud'homme --- (In reply to Richard Biener from comment #5) > (In reply to Thomas Preud'homme from comment #4) > > (In reply to rguent...@suse.de from comment #3) > > > On Fri, 3 Nov 2017, thopre01 at gcc dot gnu.org w

[Bug tree-optimization/82816] [8 Regression] ICE on valid code at -Os and above: in find_widening_optab_handler_and_mode, at optabs-query.c:414

2017-11-03 Thread rsandifo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82816 rsandifo at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirme

[Bug fortran/81735] [6/7/8 Regression] double free or corruption (fasttop) error (SIGABRT) with character(:) and custom return type with allocatable

2017-11-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81735 Richard Biener changed: What|Removed |Added Target Milestone|--- |6.5

[Bug c++/81922] [6/7/8 Regression] ICE in output_constructor_regular_field, at varasm.c:5030

2017-11-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81922 Richard Biener changed: What|Removed |Added Target Milestone|--- |6.5

[Bug tree-optimization/80907] [6/7/8 Regression] False positive: "warning: array subscript is above array bounds"

2017-11-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80907 Richard Biener changed: What|Removed |Added Target Milestone|--- |6.5

[Bug c++/80026] [6/7/8 Regression] passing unresolved function pointer to variadic function template yields "too many arguments" error

2017-11-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80026 Richard Biener changed: What|Removed |Added Target Milestone|--- |6.5

[Bug middle-end/82253] [6/7/8 Regression] ICE in convert_move, at expr.c:604

2017-11-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82253 Richard Biener changed: What|Removed |Added Target Milestone|--- |6.5

[Bug middle-end/82286] [6/7/8 Regression] Wrong array subscript is above array bounds

2017-11-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82286 Richard Biener changed: What|Removed |Added Target Milestone|--- |6.5

[Bug fortran/81841] [6/7/8 Regression] THREADPRIVATE (OpenMP) wrongly rejected in BLOCK DATA

2017-11-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81841 Richard Biener changed: What|Removed |Added Target Milestone|--- |6.5

[Bug middle-end/63477] [6/7/8 Regression] Bogus warning with -O3 -Warray-bounds: array subscript is above array bounds

2017-11-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63477 Richard Biener changed: What|Removed |Added Target Milestone|--- |6.5

[Bug fortran/82049] [6/7/8 Regression] ICE with character(*),parameter array constructor

2017-11-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82049 Richard Biener changed: What|Removed |Added Target Milestone|--- |6.5

[Bug tree-optimization/80925] [8 Regression] vect peeling failures

2017-11-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80925 Richard Biener changed: What|Removed |Added Version|7.0 |8.0 Target Milestone|---

[Bug c++/81997] [7/8 Regression] segfault while instantiating constrained function template

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

[Bug ipa/81465] [8 Regression] ICE in estimate_edge_growth at gcc/ipa-inline.h:85 on s390x target

2017-11-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81465 Richard Biener changed: What|Removed |Added Version|7.0 |8.0 Target Milestone|---

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

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

[Bug target/54589] struct offset add should be folded into address calculation

2017-11-03 Thread sgunderson at bigfoot dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54589 --- Comment #3 from sgunderson at bigfoot dot com --- Still there in GCC 7.2.1 (exact same assembler output), and in 8.0 snapshot 20171017.

[Bug c++/80947] [6/7 Regression] Different visibility for the lambda and its capture list members with -fvisibility=hidden

2017-11-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80947 Richard Biener changed: What|Removed |Added Target Milestone|--- |6.5

[Bug tree-optimization/80202] [6 Regression] Spurious warning "array subscript is below array bounds" with if-statement and char to unsigned int conversion

2017-11-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80202 Richard Biener changed: What|Removed |Added Target Milestone|--- |6.5

[Bug tree-optimization/80769] [6 Regression] Invalid delayed string length computation in tree-ssa-strlen.c

2017-11-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80769 Richard Biener changed: What|Removed |Added Target Milestone|--- |6.5

[Bug fortran/82814] ICE from submodule character function

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

[Bug tree-optimization/82816] [8 Regression] ICE on valid code at -Os and above: in find_widening_optab_handler_and_mode, at optabs-query.c:414

2017-11-03 Thread rsandifo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82816 --- Comment #1 from rsandifo at gcc dot gnu.org --- Created attachment 42542 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=42542&action=edit Candidate patch Thanks for the report. This is the patch I'm testing.

[Bug c++/82822] [8 Regression] ICE on valid C++ code

2017-11-03 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82822 Martin Liška changed: What|Removed |Added Last reconfirmed||2017-11-3 Target Milestone|---

[Bug c++/82822] New: [8 Regression] ICE on valid code

2017-11-03 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82822 Bug ID: 82822 Summary: [8 Regression] ICE on valid code Product: gcc Version: unknown Status: UNCONFIRMED Keywords: ice-on-valid-code Severity: normal Priority:

[Bug c++/82593] Internal compiler error: in process_init_constructor_array, at cp/typeck2.c:1294

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

[Bug target/68094] Compiler segmentation fault

2017-11-03 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68094 Eric Gallager changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug target/82823] New: ICE in ix86_expand_prologue, at config/i386/i386.c:13171

2017-11-03 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82823 Bug ID: 82823 Summary: ICE in ix86_expand_prologue, at config/i386/i386.c:13171 Product: gcc Version: unknown Status: UNCONFIRMED Keywords: ice-on-valid-code

[Bug target/82823] ICE in ix86_expand_prologue, at config/i386/i386.c:13171 with -fstack-clash-protection

2017-11-03 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82823 Martin Liška changed: What|Removed |Added Last reconfirmed||2017-11-3 Target Milestone|---

[Bug c++/82360] [8 Regression] tree check fail in get_inner_reference, at expr.c:6996

2017-11-03 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82360 Martin Liška changed: What|Removed |Added CC||marxin at gcc dot gnu.org --- Comment #8

[Bug c++/82822] [8 Regression] ICE on valid C++ code

2017-11-03 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82822 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug middle-end/82694] [8 regression] Linux kernel miscompiled since r250765

2017-11-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82694 --- Comment #11 from Richard Biener --- Rather than reverting I'd add fwrapp Common Report Var(flag_wrapp) Optimization Assume pointer arithmetic overflow wraps around. and adjust fstrict-overflow to also enable fwrapp. Maybe we need to change

[Bug target/82641] Unable to enable crc32 for a certain function with target attribute on ARM (aarch32)

2017-11-03 Thread tnfchris at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82641 --- Comment #8 from Tamar Christina --- > It would be great if `+crc` can work if it's not ambiguous. Requiring > `arch=armv8-a+crc` works for me too, and it'll just require more preprocessor > checks. Yes I'm adding `+crc` and `arch=...`.

[Bug middle-end/82694] [8 regression] Linux kernel miscompiled since r250765

2017-11-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82694 Richard Biener changed: What|Removed |Added Priority|P3 |P1 CC|

[Bug middle-end/82694] [8 regression] Linux kernel miscompiled since r250765

2017-11-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82694 --- Comment #12 from Richard Biener --- Note though that there were _many_ foldings not properly guarded by POINTER_TYPE_OVERFLOW_UNDEFINED. I'd rather fold that into TYPE_OVERFLOW_UNDEFINED / TYPE_OVERFLOW_WRAPS anyway (thus also allow those on

[Bug fortran/57129] [6/7/8 Regression] Improve error message for conflicts between PROCEDURE and DERIVED.

2017-11-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57129 Richard Biener changed: What|Removed |Added Target Milestone|5.5 |6.5

[Bug tree-optimization/15596] [6/7/8 Regression] Missed optimization with bitfields with return value

2017-11-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=15596 Richard Biener changed: What|Removed |Added Target Milestone|5.5 |6.5

[Bug preprocessor/8270] [6/7/8 Regression] back-slash white space newline with comments, no warning

2017-11-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=8270 Richard Biener changed: What|Removed |Added Target Milestone|5.5 |6.5

[Bug c/21343] [6/7/8 Regression] incompatible internal linkage declarations in different scopes not diagnosed

2017-11-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=21343 Richard Biener changed: What|Removed |Added Target Milestone|5.5 |6.5

[Bug fortran/61527] [6/7/8 Regression] [OOP] class/extends, multiple generic assignment, accept invalid

2017-11-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61527 Richard Biener changed: What|Removed |Added Target Milestone|5.5 |6.5

[Bug c++/71464] [6/7/8 Regression] ICE on invalid C++11 code (with redeclared constructor) at -Os on x86_64-linux-gnu: Segmentation fault

2017-11-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71464 Richard Biener changed: What|Removed |Added Target Milestone|5.5 |6.5

[Bug c/23144] [6/7/8 Regression] invalid parameter forward declarations not diagnosed

2017-11-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=23144 Richard Biener changed: What|Removed |Added Target Milestone|5.5 |6.5

[Bug middle-end/38059] [6/7/8 Regression] Compile time regression for gcc.dg/20020425-1.c

2017-11-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=38059 Richard Biener changed: What|Removed |Added Target Milestone|5.5 |6.5

[Bug c++/71451] [6/7 Regression] ICE on invalid C++11 code on x86_64-linux-gnu: in dependent_type_p, at cp/pt.c:22599

2017-11-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71451 Richard Biener changed: What|Removed |Added Target Milestone|5.5 |6.5

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

2017-11-03 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|5.5 |6.5

[Bug target/18346] [6/7/8 regression] mmix-knuth-mmixware testsuite failure: gcc.dg/trampoline-1.c

2017-11-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=18346 Richard Biener changed: What|Removed |Added Target Milestone|5.5 |6.5

[Bug middle-end/26241] [6/7/8 Regression] None of the IPA passes are documented in passes.texi

2017-11-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26241 Richard Biener changed: What|Removed |Added Target Milestone|5.5 |6.5

[Bug other/26966] [6/7/8 Regression] linking of C++/ObjC app fail on OpenBSD 3.9 due POSIX threading unresolved symbols

2017-11-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26966 Richard Biener changed: What|Removed |Added Target Milestone|5.5 |6.5

[Bug preprocessor/24976] [6/7/8 Regression] simple hexadecimal number and plus/minus and no space

2017-11-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24976 Richard Biener changed: What|Removed |Added Target Milestone|5.5 |6.5

[Bug tree-optimization/18501] [6/7/8 Regression] Missing 'used uninitialized' warning (CCP)

2017-11-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=18501 Richard Biener changed: What|Removed |Added Target Milestone|5.5 |6.5

[Bug target/20617] [6/7/8 Regression] shared SH libgcc is exporting too many symbols

2017-11-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=20617 Richard Biener changed: What|Removed |Added Target Milestone|5.5 |6.5

[Bug c++/79652] [6/7 Regression] ICE on invalid c++ code in warn_extern_redeclared_static in cp/decl.c:1231

2017-11-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79652 Richard Biener changed: What|Removed |Added Target Milestone|5.5 |6.5

[Bug c++/59498] [DR 1430][6/7/8 Regression] Pack expansion error in template alias

2017-11-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59498 Richard Biener changed: What|Removed |Added Target Milestone|5.5 |6.5

[Bug c/26154] [6/7/8 Regression] OpenMP extensions to the C language is not documented or doumented in the wrong spot

2017-11-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26154 Richard Biener changed: What|Removed |Added Target Milestone|5.5 |6.5

[Bug preprocessor/24024] [6/7/8 Regression] gcc -E -C processes "\" incorrectly inside C comments

2017-11-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24024 Richard Biener changed: What|Removed |Added Target Milestone|5.5 |6.5

[Bug middle-end/24434] [6/7/8 Regression] get_varargs_alias_set returns 0 always

2017-11-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24434 Richard Biener changed: What|Removed |Added Target Milestone|5.5 |6.5

[Bug fortran/42954] [6/7/8 regression] TARGET_*_CPP_BUILTINS issues with gfortran

2017-11-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42954 Richard Biener changed: What|Removed |Added Target Milestone|5.5 |6.5

[Bug preprocessor/20285] [6/7/8 Regression] gcc -E - < . gives a misleading error message

2017-11-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=20285 Richard Biener changed: What|Removed |Added Target Milestone|5.5 |6.5

[Bug ada/25844] [6/7/8 regression] ICE on overloaded renames

2017-11-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25844 Richard Biener changed: What|Removed |Added Target Milestone|5.5 |6.5

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

2017-11-03 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|5.5 |6.5

[Bug target/18335] [6/7/8 regression] mmix-knuth-mmixware testsuite failure: gcc.dg/debug/debug-1.c and debug-2 xyzzy

2017-11-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=18335 Richard Biener changed: What|Removed |Added Target Milestone|5.5 |6.5

[Bug fortran/66695] [6/7/8 Regression] [F03] ICE with binding-name equal to the name of a use-associated procedure

2017-11-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66695 Richard Biener changed: What|Removed |Added Target Milestone|5.5 |6.5

[Bug driver/25208] [6/7/8 Regression] two outputs and -MMD

2017-11-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25208 Richard Biener changed: What|Removed |Added Target Milestone|5.5 |6.5

[Bug fortran/80555] [6/7/8 Regression] ICE when using MAXVAL of a rank-2 PARAMETER array in a module

2017-11-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80555 Richard Biener changed: What|Removed |Added Target Milestone|5.5 |6.5

[Bug target/66358] [6/7/8 Regression] [SH] ICE: in extract_constrain_insn, at recog.c:2232

2017-11-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66358 Richard Biener changed: What|Removed |Added Target Milestone|5.5 |6.5

[Bug target/47481] [6/7/8 Regression] spill failure with -O2 -msoft-float on Ada RTS

2017-11-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47481 Richard Biener changed: What|Removed |Added Target Milestone|5.5 |6.5

[Bug target/65162] [6/7/8 Regression][SH] Redundant tests when storing bswapped T bit result in unaligned mem

2017-11-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65162 Richard Biener changed: What|Removed |Added Target Milestone|5.5 |6.5

[Bug tree-optimization/31130] [6/7/8 Regression] VRP no longer derives range for division after negation

2017-11-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=31130 Richard Biener changed: What|Removed |Added Target Milestone|5.5 |6.5

[Bug target/49826] [6/7/8 Regression] Symbols are not decorated with attribute stdcall and -mrtd

2017-11-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49826 Richard Biener changed: What|Removed |Added Target Milestone|5.5 |6.5

[Bug middle-end/23868] [6/7/8 regression] builtin_apply uses wrong mode for multi-hard-register return values

2017-11-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=23868 Richard Biener changed: What|Removed |Added Target Milestone|5.5 |6.5

[Bug fortran/71861] [6/7/8 Regression] [F03] ICE in write_symbol(): bad module symbol

2017-11-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71861 Richard Biener changed: What|Removed |Added Target Milestone|5.5 |6.5

[Bug fortran/72716] [6 Regression] ICE in gfc_resolve_omp_declare_simd, at fortran/openmp.c:5156

2017-11-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72716 Richard Biener changed: What|Removed |Added Target Milestone|5.5 |6.5

[Bug c++/81032] [6/7 Regression] ICE with lambda and broken constexpr

2017-11-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81032 Richard Biener changed: What|Removed |Added Target Milestone|5.5 |6.5

[Bug c/79412] [6/7/8 Regression] ICE in fold_convert_loc, at fold-const.c:2239

2017-11-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79412 Richard Biener changed: What|Removed |Added Target Milestone|5.5 |6.5

[Bug c/12245] [6/7/8 regression] Uses lots of memory when compiling large initialized arrays

2017-11-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12245 Richard Biener changed: What|Removed |Added Target Milestone|5.5 |6.5

[Bug fortran/72714] [6/7/8 Regression] [Coarray] ICE in gfc_array_init_size, at fortran/trans-array.c:5235

2017-11-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72714 Richard Biener changed: What|Removed |Added Target Milestone|5.5 |6.5

[Bug middle-end/65289] [6/7/8 regression] ICE when compiling libjpegturbo with -floop-nest-optimize

2017-11-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65289 Richard Biener changed: What|Removed |Added Target Milestone|5.5 |6.5

[Bug fortran/71860] [6/7/8 Regression] [OOP] ICE on pointing to null(mold), verify_gimple failed

2017-11-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71860 Richard Biener changed: What|Removed |Added Target Milestone|5.5 |6.5

[Bug fortran/78026] [6 Regression] ICE in gfc_resolve_omp_declare_simd, at fortran/openmp.c:5190

2017-11-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78026 Richard Biener changed: What|Removed |Added Target Milestone|5.5 |6.5

[Bug fortran/79485] [6/7/8 Regression] Bind(c) and module procedure renaming causes wrong procedure to be called

2017-11-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79485 Richard Biener changed: What|Removed |Added Target Milestone|5.5 |6.5

[Bug fortran/78641] [6/7/8 Regression] [OOP] ICE on polymorphic allocatable function in array constructor

2017-11-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78641 Richard Biener changed: What|Removed |Added Target Milestone|5.5 |6.5

[Bug target/62247] [6/7/8 Regression] FAIL: g++.dg/abi/anon3.C -std=c++98 scan-assembler .weak(_definition)

2017-11-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62247 Richard Biener changed: What|Removed |Added Target Milestone|5.5 |6.5

[Bug fortran/71723] [6/7/8 Regression] [F08] ICE on invalid pointer initialization

2017-11-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71723 Richard Biener changed: What|Removed |Added Target Milestone|5.5 |6.5

  1   2   3   >