[Bug tree-optimization/84468] [8 Regression] bogus -Wstringop-truncation despite assignment after conditional strncpy

2018-02-27 Thread romain.geissler at amadeus dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84468 --- Comment #15 from Romain Geissler --- Hi, This latest patch seems to fix the occurences I have in my own code. Thanks ;) Cheers, Romain

[Bug c++/84582] [8 Regression] Rejected valid C++ code since r257961

2018-02-27 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84582 Martin Liška changed: What|Removed |Added Known to work||7.3.0 Target Milestone|---

[Bug c++/84582] New: [8 Regression] Rejected valid C++ code since r257961

2018-02-27 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84582 Bug ID: 84582 Summary: [8 Regression] Rejected valid C++ code since r257961 Product: gcc Version: unknown Status: UNCONFIRMED Keywords: rejects-valid Severity: normal

[Bug preprocessor/84583] New: -fdirectives-only does not handle CRLF properly

2018-02-27 Thread boris at kolpackov dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84583 Bug ID: 84583 Summary: -fdirectives-only does not handle CRLF properly Product: gcc Version: 7.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: p

[Bug target/84575] [8 regression] gcc.target/i386/pr84309.c fail

2018-02-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84575 --- Comment #1 from Jakub Jelinek --- Author: jakub Date: Tue Feb 27 08:44:48 2018 New Revision: 258030 URL: https://gcc.gnu.org/viewcvs?rev=258030&root=gcc&view=rev Log: PR target/84575 * gcc.target/i386/pr84309.c: Add -mno-avx2

[Bug target/84575] [8 regression] gcc.target/i386/pr84309.c fail

2018-02-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84575 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug gcov-profile/84548] [8 regression] gcov ICE in process_file, at gcov.c:1154

2018-02-27 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84548 --- Comment #23 from Dmitry G. Dyachenko --- (In reply to Martin Liška from comment #20) ... > Isn't that > an old data file you forgot to remove? After rebuild all and re-run myproject' tests I can confirm 1) r257859 FAIL 2) r257859 + patch fro

[Bug fortran/46783] [OOP] TRANSFER with polymorphic MOLD=

2018-02-27 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46783 Dominique d'Humieres changed: What|Removed |Added Status|NEW |WAITING CC|

[Bug libstdc++/84580] Equality and relational ops for containers behave differently in Debug Mode

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

[Bug c++/84578] [6/7/8 Regression] ICE with flexible array member and constexpr

2018-02-27 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84578 Marek Polacek changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug tree-optimization/84584] New: [8 Regression] [graphite] ICE: Segmentation fault (in dominated_by_p)

2018-02-27 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84584 Bug ID: 84584 Summary: [8 Regression] [graphite] ICE: Segmentation fault (in dominated_by_p) Product: gcc Version: 8.0 Status: UNCONFIRMED Keywords: ice-on-vali

[Bug rtl-optimization/82982] [8 Regression] ICE: qsort checking failed (error: qsort comparator non-negative on sorted output: 5) in ready_sort_real in haifa scheduler

2018-02-27 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82982 --- Comment #5 from Arseny Solokha --- (In reply to Will Schmidt from comment #4) > Tried to re-create locally, I've gotten two ICE's using the provided > testcode snippet, neither look quite like the originally reported issue. You are right. I

[Bug libgomp/84466] [8 regression] libgomp.graphite/force-parallel-8.c fails starting with r257723

2018-02-27 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84466 --- Comment #4 from Richard Biener --- So the issue is for (i = 0; i < N; i++) { y[i] = i; for (j = 0; j < N; j++) { if (j > 500) { x[i][j] = i + j + 3; y[j] = i*j + 10

[Bug c++/84426] [8 Regression] ICE with conflicting class member names

2018-02-27 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84426 Richard Biener changed: What|Removed |Added Priority|P3 |P4 Target Milestone|---

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

2018-02-27 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84423 Richard Biener changed: What|Removed |Added Priority|P3 |P4 Target Milestone|---

[Bug tree-optimization/84427] [8 Regression] gcc ICE at -O3 on x86_64-linux-gnu in compute_antic, at tree-ssa-pre.c:2356

2018-02-27 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84427 Richard Biener changed: What|Removed |Added Priority|P3 |P1 Status|NEW

[Bug target/70490] __atomic_load_n(const __int128 *, ...) generates CMPXCHG16B with no warning

2018-02-27 Thread torvald at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70490 torvald at gcc dot gnu.org changed: What|Removed |Added CC||torvald at gcc dot gnu.org -

[Bug c++/84430] [7 Regression] ICE with #pragma omp simd in lambda

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

[Bug c++/84582] [8 Regression] Rejected valid C++ code since r257961

2018-02-27 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84582 --- Comment #1 from Marek Polacek --- We have (unsigned int) (long int) *(const long int &) &b and cxx_constant_value -> maybe_constant_init_1 doesn't evaluate it now: 5154 if (!is_nondependent_static_init_expression (t)) 5155 /* Don't tr

[Bug c++/84585] New: internal compiler error: in get_local_decls, at cp/name-lookup.c:3654

2018-02-27 Thread vegard.nossum at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84585 Bug ID: 84585 Summary: internal compiler error: in get_local_decls, at cp/name-lookup.c:3654 Product: gcc Version: 8.0.1 Status: UNCONFIRMED Severity: normal

[Bug c++/84582] [8 Regression] Rejected valid C++ code since r257961

2018-02-27 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84582 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug c++/84582] [8 Regression] Rejected valid C++ code since r257961

2018-02-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84582 --- Comment #2 from Jakub Jelinek --- Given: class C { static const long b = 0; static const unsigned c = (b); }; class D { static const long b = 0; static const unsigned c = b; }; template class A { static const long b = 0; static c

[Bug libfortran/84439] call to backtrace fails after about 6000 iterations (32-bit executable)

2018-02-27 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84439 Richard Biener changed: What|Removed |Added CC||iant at google dot com Versi

[Bug libfortran/84439] call to backtrace fails after about 6000 iterations (32-bit executable)

2018-02-27 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84439 Richard Biener changed: What|Removed |Added Status|WAITING |NEW

[Bug driver/84440] unrecognized command line option '-Wno-format-invalid-specifier'

2018-02-27 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84440 Richard Biener changed: What|Removed |Added Keywords||diagnostic --- Comment #1 from Richard

[Bug c/84563] GCC interpretation of C11 atomics (DR 459)

2018-02-27 Thread torvald at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84563 torvald at gcc dot gnu.org changed: What|Removed |Added CC||torvald at gcc dot gnu.org -

[Bug c++/84582] [8 Regression] Rejected valid C++ code since r257961

2018-02-27 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84582 --- Comment #3 from Marek Polacek --- It looks like we shouldn't skip the evaluation when ALLOW_NON_CONSTANT is false, similarly to the CONSTANT_CLASS_P case: @@ -5137,10 +5147,10 @@ maybe_constant_init_1 (tree t, tree decl, bool allow_non_const

[Bug middle-end/84443] powerpc suboptimal code generation (shrink wrap unlikely path) for Linux spinlocks

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

[Bug debug/84456] [8 regression] gcc.dg/guality/pr49888.c fail

2018-02-27 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84456 Richard Biener changed: What|Removed |Added Target Milestone|--- |8.0

[Bug tree-optimization/84468] [8 Regression] bogus -Wstringop-truncation despite assignment after conditional strncpy

2018-02-27 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84468 Richard Biener changed: What|Removed |Added Target Milestone|--- |8.0

[Bug tree-optimization/84470] test for address of member being null not eliminated

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

[Bug c++/84471] Instruction reordering happens in lambdas even with -O0

2018-02-27 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84471 --- Comment #2 from Richard Biener --- Which means either locations the FE assigns to trees are off or the gimplifier produces stmts with such locations.

[Bug c++/84585] [6/7/8 Regression] internal compiler error: in get_local_decls, at cp/name-lookup.c:3654

2018-02-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84585 Jakub Jelinek changed: What|Removed |Added Priority|P3 |P4 Status|UNCONFIRMED

[Bug driver/84440] unrecognized command line option '-Wno-format-invalid-specifier'

2018-02-27 Thread stsp at users dot sourceforge.net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84440 --- Comment #2 from Stas Sergeev --- (In reply to Richard Biener from comment #1) > gcc tells you when warning which switch you can use to disable the > diagnostics. --- warning: unknown conversion type character 'P' in format [-Wformat=] --- T

[Bug c++/84576] [6/7/8 Regression] g++: internal compiler error: Segmentation fault (program cc1plus)

2018-02-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84576 Jakub Jelinek changed: What|Removed |Added Keywords||error-recovery Priority|P3

[Bug c++/84576] [6/7/8 Regression] g++: internal compiler error: Segmentation fault (program cc1plus)

2018-02-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84576 --- Comment #3 from Jakub Jelinek --- BTW, when using creduce, if the original is valid or has just one error or something similar, please try to write the script such that it will not confirm a reduction which has also other errors, otherwise yo

[Bug target/84482] 437.leslie3d regresses on Haswell and SandyBridge at -O3 and -Ofast with generic march and tuning

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

[Bug tree-optimization/84485] [6/7 Regression] Vectorising zero-stride rmw operation

2018-02-27 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84485 Richard Biener changed: What|Removed |Added Priority|P3 |P2 Status|UNCONFIRMED

[Bug fortran/84538] [8 Regression] Array of derived type elements incorrectly accessed in function

2018-02-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84538 Jakub Jelinek changed: What|Removed |Added Priority|P3 |P4 CC|

[Bug c++/84586] New: Incorrect acess checking with inheritance

2018-02-27 Thread dllmain at yandex dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84586 Bug ID: 84586 Summary: Incorrect acess checking with inheritance Product: gcc Version: 6.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug c++/84576] [6/7/8 Regression] g++: internal compiler error: Segmentation fault (program cc1plus)

2018-02-27 Thread vegard.nossum at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84576 --- Comment #4 from Vegard Nossum --- (In reply to Jakub Jelinek from comment #3) > BTW, when using creduce, if the original is valid or has just one error or > something similar, please try to write the script such that it will not > confirm a r

[Bug c++/84426] [8 Regression] ICE with conflicting class member names

2018-02-27 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84426 Nathan Sidwell changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug tree-optimization/84486] [7/8 Regression] code hoisting removes alignment assumption

2018-02-27 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84486 Richard Biener changed: What|Removed |Added Priority|P3 |P2 Status|UNCONFIRMED

[Bug fortran/84487] [8 Regression] Large rodate section increase in 465.tonto with r257233

2018-02-27 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84487 Richard Biener changed: What|Removed |Added Keywords||missed-optimization Priority|

[Bug c++/84492] [8 Regression] ICE with statement expression

2018-02-27 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84492 Richard Biener changed: What|Removed |Added Target Milestone|--- |8.0

[Bug c++/84496] [6/7 Regression] Internal compiler error with lambda, static and auto since r236615

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

[Bug tree-optimization/84503] [7 Regression] store-merging miscompilation on powerpc64 with -O3 since r241789

2018-02-27 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84503 Richard Biener changed: What|Removed |Added Known to work||8.0.1 Target Milestone|8.0

[Bug sanitizer/84508] Load of misaligned address using _mm_load_sd

2018-02-27 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84508 --- Comment #9 from Richard Biener --- unaligned loads from non-aggregates should be fully supported these days even on strict-align targets where they will result in bitfield extracts.

[Bug c++/84586] Incorrect acess checking with inheritance

2018-02-27 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84586 Jonathan Wakely changed: What|Removed |Added Keywords||rejects-valid Status|UNCON

[Bug tree-optimization/84512] [8 Regression] Missed optimization: should be precalculated in compile-time

2018-02-27 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84512 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Version|tree-ssa

[Bug c++/84587] New: [8 Regression] Local variable initializer goes out of scope since r247793

2018-02-27 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84587 Bug ID: 84587 Summary: [8 Regression] Local variable initializer goes out of scope since r247793 Product: gcc Version: unknown Status: UNCONFIRMED Severity: nor

[Bug c++/84582] [8 Regression] Rejected valid C++ code since r257961

2018-02-27 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84582 --- Comment #4 from Marek Polacek --- ...with that we get the original ICE in PR84325 back: internal compiler error: unexpected expression ‘(const seconds){operator""_s<'1', '0'>()}’ of kind implicit_conv_expr constexpr static inline seconds

[Bug c++/84587] [8 Regression] Local variable initializer goes out of scope since r247793

2018-02-27 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84587 --- Comment #1 from Martin Liška --- I forgot to mention that the revision was fix for PR70167.

[Bug c++/84582] [8 Regression] Rejected valid C++ code since r257961

2018-02-27 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84582 Marek Polacek changed: What|Removed |Added Priority|P3 |P1

[Bug gcov-profile/84548] [8 regression] gcov ICE in process_file, at gcov.c:1154

2018-02-27 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84548 --- Comment #24 from Martin Liška --- (In reply to Dmitry G. Dyachenko from comment #23) > (In reply to Martin Liška from comment #20) > ... > > Isn't that > > an old data file you forgot to remove? > > After rebuild all and re-run myproject' te

[Bug c++/84588] New: internal compiler error: Segmentation fault (contains_struct_check())

2018-02-27 Thread vegard.nossum at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84588 Bug ID: 84588 Summary: internal compiler error: Segmentation fault (contains_struct_check()) Product: gcc Version: 8.0.1 Status: UNCONFIRMED Severity: normal

[Bug tree-optimization/84515] missed optimization: expected loop merging

2018-02-27 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84515 Richard Biener changed: What|Removed |Added CC||law at gcc dot gnu.org,

[Bug target/84148] CET shouldn't be enabled in 32-bit run-time libraries by default

2018-02-27 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84148 H.J. Lu changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/81652] [meta-bug] -fcf-protection=full -mcet bugs

2018-02-27 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81652 Bug 81652 depends on bug 84148, which changed state. Bug 84148 Summary: CET shouldn't be enabled in 32-bit run-time libraries by default https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84148 What|Removed |Added --

[Bug libfortran/84439] call to backtrace fails after about 6000 iterations (32-bit executable)

2018-02-27 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84439 Ian Lance Taylor changed: What|Removed |Added CC||ian at airs dot com --- Comment #3 fr

[Bug c++/79802] Conflicting declaration with function pointers/types

2018-02-27 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79802 Jonathan Wakely changed: What|Removed |Added Keywords||rejects-valid Status|UNCON

[Bug c++/84516] bitfield temporaries > 32-bits have wrong type

2018-02-27 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84516 Richard Biener changed: What|Removed |Added Keywords||rejects-valid, wrong-code S

[Bug preprocessor/84517] [8 Regression] "string literal"__FILE__ no longer accepted

2018-02-27 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84517 Richard Biener changed: What|Removed |Added Keywords||rejects-valid Target Milestone|---

[Bug target/84528] [8 Regression] gcc.c-torture/execute/960419-2.c -O3 fails with -fno-omit-frame-pointer

2018-02-27 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84528 Richard Biener changed: What|Removed |Added Priority|P3 |P1

[Bug c++/84533] [7 Regression] ICE with duplicate enum value

2018-02-27 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84533 Richard Biener changed: What|Removed |Added Priority|P3 |P2 Known to work|

[Bug target/84534] [8 regression] several powerpc test cases fail starting with r257915

2018-02-27 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84534 Richard Biener changed: What|Removed |Added Keywords||wrong-code Priority|P3

[Bug c++/84536] [7/8 Regression] ICE with non-type template parameter

2018-02-27 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84536 Richard Biener changed: What|Removed |Added Priority|P3 |P4 Target Milestone|---

[Bug c++/84540] [6/7 Regression] ICE with alignas in variadic template

2018-02-27 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84540 Richard Biener changed: What|Removed |Added Known to work||8.0 Version|unknown

[Bug fortran/84546] [7/8 Regression] Bad sourced allocation of CLASS(*) with source with CLASS(*) component

2018-02-27 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84546 Richard Biener changed: What|Removed |Added Target Milestone|8.0 |7.4

[Bug c++/57401] 'Conflicting declaration' involving using declaration and dependent name

2018-02-27 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57401 Jonathan Wakely changed: What|Removed |Added Known to work||4.7.4, 4.8.3, 4.9.0 Version

[Bug debug/84550] [8 Regression] stepping through gcc does not work with gdb 8.0.1

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

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

2018-02-27 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84552 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug c++/84589] New: Failure to diagnose conflicting declaration of struct

2018-02-27 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84589 Bug ID: 84589 Summary: Failure to diagnose conflicting declaration of struct Product: gcc Version: 8.0 Status: UNCONFIRMED Keywords: accepts-invalid Severity: normal

[Bug fortran/51434] ICE with scalar init of an array parameter, used in DT default init with transfer

2018-02-27 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51434 --- Comment #18 from Dominique d'Humieres --- > After several people including have gone down rabbit > holes trying to fix this bug, I have found a patch! The patch at https://gcc.gnu.org/ml/fortran/2018-02/msg00181.html fixes several tests in t

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

2018-02-27 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84552 --- Comment #2 from Richard Biener --- Probably related to us doing SCEV analysis w/o updating SSA form but follow_copies_to_constant and degenerate_phi_result not honoring that. The following would fix this: Index: gcc/tree-scalar-evolution.c =

[Bug c++/84558] [6/7 Regression] ICE with invalid constexpr constructor

2018-02-27 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84558 Richard Biener changed: What|Removed |Added Priority|P3 |P2 Known to work|

[Bug c++/84590] New: -fsanitize=undefined internal compiler error: tree check: expected constructor, have target_expr in split_nonconstant_init_1, at cp/typeck2.c:629

2018-02-27 Thread vegard.nossum at gmail dot com
eprocessed source if appropriate. Please include the complete backtrace with any bug report. See <https://gcc.gnu.org/bugs/> for instructions. Version: xgcc (GCC) 8.0.1 20180204 (experimental) built from git fdae6180ad24fa6303fa046114f3e4b66b8db34d Version 7.3.0 don't seem to be a

[Bug fortran/84591] New: Compiling gfortran.dg/bind_c_usage_10.f03 with -fdefault-integer-8 gives errors

2018-02-27 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84591 Bug ID: 84591 Summary: Compiling gfortran.dg/bind_c_usage_10.f03 with -fdefault-integer-8 gives errors Product: gcc Version: 8.0.1 Status: UNCONFIRMED Severity:

[Bug fortran/84591] Compiling gfortran.dg/bind_c_usage_10.f03 with -fdefault-integer-8 gives errors

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

[Bug c++/84590] [7/8 Regression] -fsanitize=undefined internal compiler error: tree check: expected constructor, have target_expr in split_nonconstant_init_1, at cp/typeck2.c:629

2018-02-27 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84590 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/84587] [8 Regression] Local variable initializer goes out of scope since r247793

2018-02-27 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84587 Jason Merrill changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/84590] [7/8 Regression] -fsanitize=undefined internal compiler error: tree check: expected constructor, have target_expr in split_nonconstant_init_1, at cp/typeck2.c:629

2018-02-27 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84590 --- Comment #2 from Marek Polacek --- Started with r238559. I can take a look later.

[Bug gcov-profile/84548] [8 regression] gcov ICE in process_file, at gcov.c:1154

2018-02-27 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84548 --- Comment #25 from Martin Liška --- Author: marxin Date: Tue Feb 27 14:11:08 2018 New Revision: 258033 URL: https://gcc.gnu.org/viewcvs?rev=258033&root=gcc&view=rev Log: Make groups more generic (PR gcov-profile/84548). 2018-02-27 Martin Lis

[Bug tree-optimization/84562] -faggressive-loop-optimizations makes decisions based on weak data structures

2018-02-27 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84562 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug c++/58993] incorrectly accept access of protected member method from derived class template

2018-02-27 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58993 Jonathan Wakely changed: What|Removed |Added Last reconfirmed|2013-11-05 00:00:00 |2018-2-27 --- Comment #5 from Jonathan

[Bug c++/84587] [8 Regression] Local variable initializer goes out of scope since r247793

2018-02-27 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84587 --- Comment #3 from Martin Liška --- (In reply to Jason Merrill from comment #2) > The testcase has undefined behavior; the initializer_list array only lives > until the end of the initialization of 'a'. > > 11.6.4p6: The array has the same life

[Bug c++/84578] [6/7/8 Regression] ICE with flexible array member and constexpr

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

[Bug rtl-optimization/83496] [7/8 regression] wrong code generated with -Os -mbranch-cost=1

2018-02-27 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83496 --- Comment #38 from Eric Botcazou --- > This is a symlink to /home/eric/build/gcc/mips-linux/pr83496.c which > does not work on most people's machines ;-) It didn't really work on mine either after all so I quickly changed it. ;-)

[Bug lto/84579] __gnu_lto_v1 should be removed when linking with -fno-lto

2018-02-27 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84579 Richard Biener changed: What|Removed |Added Keywords||lto Status|UNCONFIRMED

[Bug tree-optimization/84584] [8 Regression] [graphite] ICE: Segmentation fault (in dominated_by_p)

2018-02-27 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84584 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug c++/84590] [7/8 Regression] -fsanitize=undefined internal compiler error: tree check: expected constructor, have target_expr in split_nonconstant_init_1, at cp/typeck2.c:629

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

[Bug preprocessor/84517] [8 Regression] "string literal"__FILE__ no longer accepted

2018-02-27 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84517 Jonathan Wakely changed: What|Removed |Added Keywords||patch --- Comment #1 from Jonathan Wak

[Bug fortran/40142] integer constants not promoted with -fdefault-integer-8

2018-02-27 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=40142 Dominique d'Humieres changed: What|Removed |Added Resolution|WONTFIX |FIXED --- Comment #4 from Dominiq

[Bug gcov-profile/84548] [8 regression] gcov ICE in process_file, at gcov.c:1154

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

[Bug libgomp/84466] [8 regression] libgomp.graphite/force-parallel-8.c fails starting with r257723

2018-02-27 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84466 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug libgomp/84466] [8 regression] libgomp.graphite/force-parallel-8.c fails starting with r257723

2018-02-27 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84466 --- Comment #6 from Richard Biener --- Author: rguenth Date: Tue Feb 27 14:45:46 2018 New Revision: 258035 URL: https://gcc.gnu.org/viewcvs?rev=258035&root=gcc&view=rev Log: 2018-02-27 Richard Biener PR tree-optimization/84466

[Bug lto/84592] New: [openacc] lto1: ICE in input_varpool_node, at lto-cgraph.c:1424: for CSWTCH symbol

2018-02-27 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84592 Bug ID: 84592 Summary: [openacc] lto1: ICE in input_varpool_node, at lto-cgraph.c:1424: for CSWTCH symbol Product: gcc Version: 8.0 Status: UNCONFIRMED Severity

[Bug c++/84593] New: internal compiler error: Segmentation fault (non_type_check())

2018-02-27 Thread vegard.nossum at gmail dot com
se include the complete backtrace with any bug report. See <https://gcc.gnu.org/bugs/> for instructions. Version: xgcc (GCC) 8.0.1 20180204 (experimental) built from git fdae6180ad24fa6303fa046114f3e4b66b8db34d Version 7.3.0 don't seem to be affected AFAICS. gcc trunk on godbolt.org (8.0

[Bug c++/84593] [6/7/8 Regression] internal compiler error: Segmentation fault (non_type_check())

2018-02-27 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84593 Marek Polacek changed: What|Removed |Added Keywords||ice-on-invalid-code Status|U

[Bug tree-optimization/84562] -faggressive-loop-optimizations makes decisions based on weak data structures

2018-02-27 Thread jnordholz at sect dot tu-berlin.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84562 Jan Nordholz changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED Resolution|INVALID

  1   2   3   >