[Bug fortran/84270] New: optimization bug with assumed size array argument

2018-02-07 Thread weinert at cmth dot phys.uwm.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84270 Bug ID: 84270 Summary: optimization bug with assumed size array argument Product: gcc Version: 7.3.1 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug target/84266] mmintrin.h intrinsic headers for PowerPC code fails on power9

2018-02-07 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84266 --- Comment #2 from Bill Schmidt --- I wonder how many failures are left if that invalid cast is removed from the code? It is just wrong and unnecessary.

[Bug preprocessor/81419] GCC wrongly suggests function-like macro as fixit hint for undefined object-like macro

2018-02-07 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81419 David Malcolm changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug c++/81610] [8 Regression] bogus fix-it hint for a call to an undeclared function: for

2018-02-07 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81610 --- Comment #4 from David Malcolm --- Author: dmalcolm Date: Wed Feb 7 17:55:54 2018 New Revision: 257456 URL: https://gcc.gnu.org/viewcvs?rev=257456=gcc=rev Log: C++: avoid most reserved words as misspelling suggestions (PR c++/81610 and PR

[Bug c++/80567] [8 Regression] bogus fixit hint for undeclared memset: else

2018-02-07 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80567 --- Comment #7 from David Malcolm --- Author: dmalcolm Date: Wed Feb 7 17:55:54 2018 New Revision: 257456 URL: https://gcc.gnu.org/viewcvs?rev=257456=gcc=rev Log: C++: avoid most reserved words as misspelling suggestions (PR c++/81610 and PR

[Bug c++/81610] [8 Regression] bogus fix-it hint for a call to an undeclared function: for

2018-02-07 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81610 David Malcolm changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/80567] [8 Regression] bogus fixit hint for undeclared memset: else

2018-02-07 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80567 David Malcolm changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/84269] New: C++ FE does not suggest which #include to use for "memset"

2018-02-07 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84269 Bug ID: 84269 Summary: C++ FE does not suggest which #include to use for "memset" Product: gcc Version: 8.0 Status: UNCONFIRMED Severity: normal

[Bug c++/84269] C++ FE does not suggest which #include to use for "memset"

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

[Bug c++/84269] C++ FE does not suggest which #include to use for "memset"

2018-02-07 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84269 David Malcolm changed: What|Removed |Added Priority|P3 |P5

[Bug c++/80567] [8 Regression] bogus fixit hint for undeclared memset: else

2018-02-07 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80567 David Malcolm changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug target/83789] __builtin_altivec_lvx fails for powerpc for altivec-4.c

2018-02-07 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83789 --- Comment #4 from Segher Boessenkool --- Kaushik: is this fixed with r256762?

[Bug target/84220] rs6000 builtin __builtin_vec_sld() ICEs on invalid 3rd argument

2018-02-07 Thread bergner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84220 Peter Bergner changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED URL|

[Bug lto/84212] -Wno-* does not disable warnings from -flto link stage

2018-02-07 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84212 Martin Sebor changed: What|Removed |Added Keywords||patch --- Comment #6 from Martin Sebor

[Bug c/84274] New: [feature request] mbind attribute

2018-02-07 Thread jeff.science at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84274 Bug ID: 84274 Summary: [feature request] mbind attribute Product: gcc Version: 8.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug middle-end/84275] New: missing warning on conflicting attributes on different declara

2018-02-07 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84275 Bug ID: 84275 Summary: missing warning on conflicting attributes on different declara Product: gcc Version: 8.0 Status: UNCONFIRMED Severity: normal

[Bug fortran/84276] New: Invalid error for valid statement function

2018-02-07 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84276 Bug ID: 84276 Summary: Invalid error for valid statement function Product: gcc Version: 8.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran

[Bug fortran/84276] Invalid error for valid statement function

2018-02-07 Thread sgk at troutmask dot apl.washington.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84276 --- Comment #1 from Steve Kargl --- Reduced testcase. subroutine stepns(hh,h,s,w) real, intent(inout) :: h,hh,s real, intent(out) :: w real :: qofs qofs(s)=s w=qofs(hh+h) end subroutine stepns Problem

[Bug fortran/84276] Invalid error for valid statement function

2018-02-07 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84276 kargl at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P4 Known to fail|

[Bug c/84258] Bogus -Wformat warning "wide character string" for const unsigned char

2018-02-07 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84258 David Malcolm changed: What|Removed |Added Status|ASSIGNED|WAITING --- Comment #4 from David

[Bug fortran/68560] [6/7/8 Regression] The test gfortran.dg/shape_8.f90 now fails when compiled with -flto

2018-02-07 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68560 --- Comment #28 from Thomas Koenig --- Author: tkoenig Date: Wed Feb 7 21:08:51 2018 New Revision: 257462 URL: https://gcc.gnu.org/viewcvs?rev=257462=gcc=rev Log: 2018-02-07 Thomas Koenig PR fortran/68560

[Bug fortran/84270] optimization bug with assumed size array argument

2018-02-07 Thread anlauf at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84270 Harald Anlauf changed: What|Removed |Added CC||anlauf at gmx dot de --- Comment #1

[Bug fortran/84273] New: Reject allocatable passed-object dummy argument (proc_ptr_47.f90)

2018-02-07 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84273 Bug ID: 84273 Summary: Reject allocatable passed-object dummy argument (proc_ptr_47.f90) Product: gcc Version: 8.0 Status: UNCONFIRMED Severity: normal

[Bug c++/82478] Rejects valid access to private member type that should be allowed by friend

2018-02-07 Thread zamazan4ik at tut dot by
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82478 Alexander Zaitsev changed: What|Removed |Added CC||zamazan4ik at tut dot by ---

[Bug c++/84082] [7/8 Regression] ICE with broken template function definition

2018-02-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84082 --- Comment #6 from Jakub Jelinek --- Author: jakub Date: Wed Feb 7 22:30:51 2018 New Revision: 257466 URL: https://gcc.gnu.org/viewcvs?rev=257466=gcc=rev Log: PR c++/84082 * parser.c (cp_parser_dot_deref_incomplete): New

[Bug target/78303] PowerPC vec-init-{1,2,4,5,8,9} tests do not run on -mlittle -maltivec=be

2018-02-07 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78303 --- Comment #4 from Segher Boessenkool --- If -maltivec=be is not used, I support removing it. Deprecating it with a warning on use will show if anyone care enough to tell us they do use it ;-)

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

2018-02-07 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82049 --- Comment #5 from kargl at gcc dot gnu.org --- Author: kargl Date: Wed Feb 7 21:01:00 2018 New Revision: 257461 URL: https://gcc.gnu.org/viewcvs?rev=257461=gcc=rev Log: 2018-02-07 Steven G. Kargl PR

[Bug target/84272] AddressSanitizer: heap-use-after-free ../../gcc/config/aarch64/cortex-a57-fma-steering.c:519 in fma_node::get_parity()

2018-02-07 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84272 Martin Liška changed: What|Removed |Added Priority|P3 |P1 Last reconfirmed|

[Bug fortran/84218] ICE in free_expr0, at fortran/expr.c:451

2018-02-07 Thread neil.n.carlson at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84218 Neil Carlson changed: What|Removed |Added CC||neil.n.carlson at gmail dot com ---

[Bug target/83707] g++.dg/eh/simd-3.C fails on power7 -m32

2018-02-07 Thread willschm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83707 --- Comment #3 from Will Schmidt --- Created attachment 43360 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43360=edit .expand dump from a build with -O1. the .expand dump from a build with -O1.

[Bug c/83390] valgrind error in lra_eliminate_regs_1

2018-02-07 Thread vmakarov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83390 --- Comment #8 from Vladimir Makarov --- (In reply to David Binderman from comment #0) > A build of today's gcc trunk with valgrind produces this: > > ==8995== Conditional jump or move depends on uninitialised value(s) > ==8995==at

[Bug target/83707] g++.dg/eh/simd-3.C fails on power7 -m32

2018-02-07 Thread willschm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83707 Will Schmidt changed: What|Removed |Added CC||willschm at gcc dot gnu.org --- Comment

[Bug fortran/82994] ICE in gfc_match_deallocate, at fortran/match.c:4478

2018-02-07 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82994 --- Comment #4 from kargl at gcc dot gnu.org --- Author: kargl Date: Wed Feb 7 22:29:22 2018 New Revision: 257465 URL: https://gcc.gnu.org/viewcvs?rev=257465=gcc=rev Log: 2018-02-07 Steven G. Kargl PR

[Bug c++/83204] [6/7/8 Regression] c++ -std=c++14 ICE in maybe_undo_parenthesized_ref, at cp/semantics.c:1694

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

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

2018-02-07 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82049 --- Comment #3 from kargl at gcc dot gnu.org --- Author: kargl Date: Wed Feb 7 20:43:33 2018 New Revision: 257459 URL: https://gcc.gnu.org/viewcvs?rev=257459=gcc=rev Log: 2018-02-06 Steven G. Kargl PR

[Bug c/69558] [6/7/8/9 Regression] glib2 warning pragmas stopped working

2018-02-07 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69558 David Malcolm changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

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

2018-02-07 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82049 kargl at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug fortran/82994] ICE in gfc_match_deallocate, at fortran/match.c:4478

2018-02-07 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82994 --- Comment #6 from kargl at gcc dot gnu.org --- Author: kargl Date: Wed Feb 7 22:41:59 2018 New Revision: 257468 URL: https://gcc.gnu.org/viewcvs?rev=257468=gcc=rev Log: 2018-02-07 Steven G. Kargl PR

[Bug fortran/82994] ICE in gfc_match_deallocate, at fortran/match.c:4478

2018-02-07 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82994 kargl at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug target/84154] [7/8 Regression] PowerPC GCC 7 and 8 have regression in converting fp to short/char and returning it

2018-02-07 Thread meissner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84154 --- Comment #3 from Michael Meissner --- Author: meissner Date: Wed Feb 7 22:54:59 2018 New Revision: 257470 URL: https://gcc.gnu.org/viewcvs?rev=257470=gcc=rev Log: [gcc] 2018-02-07 Michael Meissner PR

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

2018-02-07 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82049 --- Comment #4 from kargl at gcc dot gnu.org --- Author: kargl Date: Wed Feb 7 20:45:40 2018 New Revision: 257460 URL: https://gcc.gnu.org/viewcvs?rev=257460=gcc=rev Log: 2018-02-07 Steven G. Kargl PR

[Bug target/84272] New: AddressSanitizer: heap-use-after-free ../../gcc/config/aarch64/cortex-a57-fma-steering.c:519 in fma_node::get_parity()

2018-02-07 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84272 Bug ID: 84272 Summary: AddressSanitizer: heap-use-after-free ../../gcc/config/aarch64/cortex-a57-fma-steering.c:519 in fma_node::get_parity() Product: gcc

[Bug fortran/82994] ICE in gfc_match_deallocate, at fortran/match.c:4478

2018-02-07 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82994 --- Comment #5 from kargl at gcc dot gnu.org --- Author: kargl Date: Wed Feb 7 22:36:24 2018 New Revision: 257467 URL: https://gcc.gnu.org/viewcvs?rev=257467=gcc=rev Log: 2018-02-07 Steven G. Kargl PR

[Bug target/84154] [7/8 Regression] PowerPC GCC 7 and 8 have regression in converting fp to short/char and returning it

2018-02-07 Thread meissner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84154 Michael Meissner changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/84266] mmintrin.h intrinsic headers for PowerPC code fails on power9

2018-02-07 Thread seurer at linux dot vnet.ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84266 --- Comment #3 from Bill Seurer --- All the compilation failures disappear if the two casts /home/seurer/gcc/build/gcc-trunk/gcc/include/mmintrin.h:857:5: error: incompatible types when assigning to type '__vector signed int' {aka '__vector(4)

[Bug c++/82930] [C++17] ICE: in is_normal_capture_proxy, at cp/lambda.c:288 with structured binding in a lambda function with auto typed arguments

2018-02-07 Thread hotguest1 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82930 sandthorn changed: What|Removed |Added CC||hotguest1 at hotmail dot com --- Comment #3

[Bug fortran/84276] Invalid error for valid statement function

2018-02-07 Thread sgk at troutmask dot apl.washington.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84276 --- Comment #2 from Steve Kargl --- On Thu, Feb 08, 2018 at 02:26:50AM +, sgk at troutmask dot apl.washington.edu wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84276 > > --- Comment #1 from Steve Kargl --- > Reduced testcase. > >

[Bug other/84257] New: Extremely slow compilation from gcc source code under macOS 10.13

2018-02-07 Thread 191919 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84257 Bug ID: 84257 Summary: Extremely slow compilation from gcc source code under macOS 10.13 Product: gcc Version: 7.3.0 Status: UNCONFIRMED Severity: normal

[Bug tree-optimization/84235] [8 Regression] Miscompilation of floating point code by dom2

2018-02-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84235 --- Comment #2 from Jakub Jelinek --- Author: jakub Date: Wed Feb 7 08:29:58 2018 New Revision: 257437 URL: https://gcc.gnu.org/viewcvs?rev=257437=gcc=rev Log: PR tree-optimization/84235 * tree-ssa-scopedtables.c

[Bug lto/84241] [8 regression] test case g++.dg/torture/pr67600.C fails starting with r257412

2018-02-07 Thread clyon at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84241 Christophe Lyon changed: What|Removed |Added Target|powerpc64-unknown-linux-gnu |powerpc64-unknown-linux-gnu

[Bug target/83008] [performance] Is it better to avoid extra instructions in data passing between loops?

2018-02-07 Thread clyon at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83008 --- Comment #35 from Christophe Lyon --- Author: clyon Date: Wed Feb 7 09:12:48 2018 New Revision: 257438 URL: https://gcc.gnu.org/viewcvs?rev=257438=gcc=rev Log: [testsuite] Fix gcc.dg/cse_recip.c for AArch64 after r257181. 2018-02-07

[Bug c++/84231] [8 Regression] cannot bind non-const lvalue reference of type ‘const char*&’ to an rvalue of type ‘const char*’

2018-02-07 Thread aoliva at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84231 Alexandre Oliva changed: What|Removed |Added CC||aoliva at gcc dot gnu.org

[Bug c/84258] Bogus -Wformat warning "wide character string" for const unsigned char

2018-02-07 Thread w.steinwender at freenet dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84258 --- Comment #2 from w.steinwender at freenet dot de --- Yes, same warning for signed char.

[Bug bootstrap/84257] Extremely slow compilation from gcc source code under macOS 10.13

2018-02-07 Thread 191919 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84257 --- Comment #2 from 191919 <191919 at gmail dot com> --- I tried with the combination of the following settings under macOS 10.13.3: internal SSD / external HD HFS+ / APFS SIP enabled / SIP disabled The only factor that affects is SIP status.

[Bug rtl-optimization/83530] [8 Regression] ICE in reset_sched_cycles_in_current_ebb, at sel-sched.c:7150

2018-02-07 Thread abel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83530 --- Comment #8 from Andrey Belevantsev --- (In reply to Pat Haugen from comment #7) > Assuming this is a latent selective scheduling bug since I can reproduce > with r243865 by adding -fsched-pressure --param sched-pressure-algorithm=2. >

[Bug tree-optimization/82518] [8 regression] gfortran.fortran-torture/execute/in-pack.f90 fails on armeb since r252917

2018-02-07 Thread clyon at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82518 --- Comment #32 from Christophe Lyon --- Created attachment 43353 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43353=edit assembly for arm (little-endian)

[Bug tree-optimization/82518] [8 regression] gfortran.fortran-torture/execute/in-pack.f90 fails on armeb since r252917

2018-02-07 Thread clyon at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82518 --- Comment #33 from Christophe Lyon --- Created attachment 43354 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43354=edit assembly for armeb (big-endian)

[Bug c/84258] New: Bogus -Wformat warning "wide character string" for const unsigned char

2018-02-07 Thread w.steinwender at freenet dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84258 Bug ID: 84258 Summary: Bogus -Wformat warning "wide character string" for const unsigned char Product: gcc Version: unknown Status: UNCONFIRMED Severity:

[Bug c++/71662] [6/7/8 Regression][DR 1485] ICE on invalid C++11 code with unqualified name look up: in tsubst_copy, at cp/pt.c:14010

2018-02-07 Thread paolo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71662 --- Comment #6 from paolo at gcc dot gnu.org --- Author: paolo Date: Wed Feb 7 09:35:10 2018 New Revision: 257439 URL: https://gcc.gnu.org/viewcvs?rev=257439=gcc=rev Log: 2018-02-07 Paolo Carlini PR

[Bug fortran/84065] [8 regression] string_1.f90 fails since r256944

2018-02-07 Thread clyon at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84065 Christophe Lyon changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/83845] [8 regression] new failures after r256620

2018-02-07 Thread clyon at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83845 Christophe Lyon changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug target/84209] [avr] Don't split SP in split2

2018-02-07 Thread denisc at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84209 --- Comment #2 from denisc at gcc dot gnu.org --- Author: denisc Date: Wed Feb 7 09:59:52 2018 New Revision: 257440 URL: https://gcc.gnu.org/viewcvs?rev=257440=gcc=rev Log: PR target/84209 * config/avr/avr.h (GENERAL_REGNO_P,

[Bug c/84258] Bogus -Wformat warning "wide character string" for const unsigned char

2018-02-07 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84258 --- Comment #1 from Andrew Pinski --- Should most likely say the format is not of an array of char type. Note I bet it will also warn about signed char too.

[Bug bootstrap/84257] Extremely slow compilation from gcc source code under macOS 10.13

2018-02-07 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84257 Andrew Pinski changed: What|Removed |Added Component|other |bootstrap Host|

[Bug target/83846] Some SVE tests fail with -mabi=ilp32

2018-02-07 Thread clyon at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83846 Christophe Lyon changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug tree-optimization/82518] [8 regression] gfortran.fortran-torture/execute/in-pack.f90 fails on armeb since r252917

2018-02-07 Thread clyon at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82518 --- Comment #31 from Christophe Lyon --- Created attachment 43352 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43352=edit Reduced testcase I commented out most calls, since abort() is called from csub4.

[Bug tree-optimization/82518] [8 regression] gfortran.fortran-torture/execute/in-pack.f90 fails on armeb since r252917

2018-02-07 Thread clyon at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82518 --- Comment #35 from Christophe Lyon --- Created attachment 43356 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43356=edit execution traces for armeb

[Bug tree-optimization/82518] [8 regression] gfortran.fortran-torture/execute/in-pack.f90 fails on armeb since r252917

2018-02-07 Thread clyon at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82518 --- Comment #34 from Christophe Lyon --- Created attachment 43355 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43355=edit execution traces for arm I have removed the logs/traces for -O1/-O2/-Os/etc... and kept only -O3 -g

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

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

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

2018-02-07 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84204 --- Comment #5 from Richard Biener --- Author: rguenth Date: Wed Feb 7 10:14:25 2018 New Revision: 257441 URL: https://gcc.gnu.org/viewcvs?rev=257441=gcc=rev Log: 2018-02-07 Richard Biener PR

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

2018-02-07 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84205 --- Comment #4 from Richard Biener --- Author: rguenth Date: Wed Feb 7 10:14:25 2018 New Revision: 257441 URL: https://gcc.gnu.org/viewcvs?rev=257441=gcc=rev Log: 2018-02-07 Richard Biener PR

[Bug tree-optimization/84223] [8 Regression] ICE in assign_parameter_index_in_region, at graphite-scop-detection.c:1156

2018-02-07 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84223 --- Comment #5 from Richard Biener --- Author: rguenth Date: Wed Feb 7 10:14:25 2018 New Revision: 257441 URL: https://gcc.gnu.org/viewcvs?rev=257441=gcc=rev Log: 2018-02-07 Richard Biener PR

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

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

[Bug tree-optimization/82518] [8 regression] gfortran.fortran-torture/execute/in-pack.f90 fails on armeb since r252917

2018-02-07 Thread aldyh at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82518 --- Comment #37 from Aldy Hernandez --- (In reply to Christophe Lyon from comment #31) > Created attachment 43352 [details] > Reduced testcase > > I commented out most calls, since abort() is called from csub4. Can you also remove the csub8,

[Bug target/84260] New: gcc for mips produces an error when called with --help=

2018-02-07 Thread niva at niisi dot msk.ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84260 Bug ID: 84260 Summary: gcc for mips produces an error when called with --help= Product: gcc Version: 7.3.0 Status: UNCONFIRMED Severity: normal

[Bug libgomp/84217] [8 Regression] ICE: verify_gimple failed

2018-02-07 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84217 --- Comment #5 from Tom de Vries --- Author: vries Date: Wed Feb 7 10:37:55 2018 New Revision: 257443 URL: https://gcc.gnu.org/viewcvs?rev=257443=gcc=rev Log: [openacc] Fix diff_type in expand_oacc_collapse_init 2018-02-07 Tom de Vries

[Bug fortran/84244] [7/8 Regression] ICE in recompute_tree_invariant_for_addr_expr, at tree.c:4535

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

[Bug lto/84212] -Wno-* does not disable warnings from -flto link stage

2018-02-07 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84212 --- Comment #4 from Richard Biener --- Wstringop-overflow C ObjC C++ ObjC++ Warning Alias(Wstringop-overflow=, 2, 0) Warn about buffer overflow in string manipulation functions like memcpy and strcpy. LTO is missing in the list of supported

[Bug testsuite/84243] [8 Regression] gcc.target/i386/cet-intrin-4.c at r257414

2018-02-07 Thread hjl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84243 --- Comment #11 from hjl at gcc dot gnu.org --- Author: hjl Date: Wed Feb 7 10:49:53 2018 New Revision: 257445 URL: https://gcc.gnu.org/viewcvs?rev=257445=gcc=rev Log: Use -fcf-protection=return in cet-intrin-4.c Since -fcf-protection

[Bug lto/84213] [8 Regression] 521.wrf_r from SPEC 2017 fails to build (link) with LTO

2018-02-07 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84213 Richard Biener changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug middle-end/84214] recip and slp passes conflict

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

[Bug c++/84222] [6/7/8 Regression] [[deprecated]] class complains about internal class usage

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

[Bug c/84173] Support glibc multiarch interpreter names

2018-02-07 Thread javier--1JjCLmwH3DOs1h35RYKsyJrkQzDNHN at jasp dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84173 --- Comment #12 from Javier Serrano Polo --- Created attachment 43357 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43357=edit Initial support for multiarch interpreters (In reply to Marc Glisse from comment #11) > If you intend to send

[Bug tree-optimization/84232] [8 regression] gcc.dg/tree-ssa/ssa-dom-cse-2.c fail with -march=silvermont

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

[Bug c++/84262] New: Header file initialization of a static constant causes linker error if code is compiled without optimization

2018-02-07 Thread Serguei.Kolos at cern dot ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84262 Bug ID: 84262 Summary: Header file initialization of a static constant causes linker error if code is compiled without optimization Product: gcc Version: 6.2.0 Status:

[Bug tree-optimization/82518] [8 regression] gfortran.fortran-torture/execute/in-pack.f90 fails on armeb since r252917

2018-02-07 Thread clyon at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82518 --- Comment #36 from Christophe Lyon --- The attachments were generated with trunk r257076

[Bug tree-optimization/84223] [8 Regression] ICE in assign_parameter_index_in_region, at graphite-scop-detection.c:1156

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

[Bug target/84259] New: [8 Regression] bootstrap fails in libitm on x86 targets (ICE in ix86_option_override_internal, at config/i386/i386.c:4948)

2018-02-07 Thread doko at gcc dot gnu.org
libitm // gcc version 8.0.1 20180207 (experimental) [trunk revision 257435] (Debian 8-20180207-1) // // In file included from /home/packages/gcc/8/gcc-8-8-20180207/build/gcc/include/x86intrin.h:27, // from ../../../src/libitm/config/x86/target.h:26, // from

[Bug target/84259] [8 Regression] bootstrap fails in libitm on x86 targets (ICE in ix86_option_override_internal, at config/i386/i386.c:4948)

2018-02-07 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84259 --- Comment #1 from Matthias Klose --- $ cat aatree.ii #pragma GCC target "sse4.2" (sid)doko@x1:/home/packages/gcc/8/gcc-8-8-20180207$ build/gcc/xg++ -Bbuild/gcc/ -mrtm -mcet -std=gnu++11 -fcf-protection=full -funwind-tables -fno-excep

[Bug c++/84231] [8 Regression] cannot bind non-const lvalue reference of type ‘const char*&’ to an rvalue of type ‘const char*’

2018-02-07 Thread aoliva at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84231 --- Comment #3 from Alexandre Oliva --- The difference arises because, when resolving the % overload in normal_function, the result operands of the ternary operator have gained rvalue-forcing NOP_EXPRs, which makes their lvalue_kind clk_none, so

[Bug target/84259] [8 Regression] bootstrap fails in libitm on x86 targets (ICE in ix86_option_override_internal, at config/i386/i386.c:4948)

2018-02-07 Thread doko at gcc dot gnu.org
#2 from Matthias Klose --- // Target: x86_64-linux-gnu // Configured with: ../src/configure -v --with-pkgversion='Debian 8-20180207-1' --with-bugurl=file:///usr/share/doc/gcc-8/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only

[Bug lto/84241] [8 regression] test case g++.dg/torture/pr67600.C fails starting with r257412

2018-02-07 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84241 Jan Hubicka changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |hubicka at gcc dot gnu.org ---

[Bug lto/84241] [8 regression] test case g++.dg/torture/pr67600.C fails starting with r257412

2018-02-07 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84241 --- Comment #6 from Jan Hubicka --- It would help if someone can build the testcase with --save-temps and attach the *.res file. Thanks!

[Bug fortran/84245] [7/8 Regression] ICE in delete_root, at fortran/bbt.c:150

2018-02-07 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84245 Dominique d'Humieres changed: What|Removed |Added Keywords||ice-on-invalid-code

[Bug target/84248] [8 Regression] r257414 failed too bootstrap in libitm

2018-02-07 Thread hjl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84248 --- Comment #5 from hjl at gcc dot gnu.org --- Author: hjl Date: Wed Feb 7 10:48:39 2018 New Revision: 257444 URL: https://gcc.gnu.org/viewcvs?rev=257444=gcc=rev Log: i386: Mask out the CF_SET bit for -fcf-protection check Since

[Bug fortran/84246] [7/8 Regression] ICE in conv_caf_send, at fortran/trans-intrinsic.c:1950

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

[Bug fortran/84219] [8 Regression] ICE: Invalid expression in gfc_target_interpret_expr

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

[Bug middle-end/84217] [8 Regression] ICE: verify_gimple failed

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

[Bug target/84259] [8 Regression] bootstrap fails in libitm on x86 targets (ICE in ix86_option_override_internal, at config/i386/i386.c:4948)

2018-02-07 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84259 Matthias Klose changed: What|Removed |Added CC||itsimbal at gcc dot gnu.org ---

[Bug middle-end/84217] [8 Regression] ICE: verify_gimple failed

2018-02-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84217 --- Comment #6 from Jakub Jelinek --- So fixed?

  1   2   >