[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) i

[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 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 #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 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 Malcol

[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 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 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 P

[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 Assig

[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/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&root=gcc&view=rev Log: [gcc] 2018-02-07 Michael Meissner PR target/84154

[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&root=gcc&view=rev Log: 2018-02-07 Steven G. Kargl PR fortran/82994

[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 Resolution|--

[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&action=edit .expand dump from a build with -O1. the .expand dump from a build with -O1.

[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&root=gcc&view=rev Log: 2018-02-07 Steven G. Kargl PR fortran/82994

[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 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&root=gcc&view=rev Log: PR c++/84082 * parser.c (cp_parser_dot_deref_incomplete):

[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&root=gcc&view=rev Log: 2018-02-07 Steven G. Kargl PR fortran/82994

[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 --- Comment

[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/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 0xA39BBE:

[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 --- Comme

[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 from

[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 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 Version

[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&root=gcc&view=rev Log: 2018-02-07 Thomas Koenig PR fortran/68560 * trans-i

[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 Resolution|--

[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&root=gcc&view=rev Log: 2018-02-07 Steven G. Kargl PR fortran/82049

[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 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 a

[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&root=gcc&view=rev Log: 2018-02-07 Steven G. Kargl PR fortran/82049

[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&root=gcc&view=rev Log: 2018-02-06 Steven G. Kargl PR fortran/82049

[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 a

[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 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 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 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 Component:

[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 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 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 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++/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] 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 Prior

[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++/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 --- 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&root=gcc&view=rev Log: C++: avoid most reserved words as misspelling suggestions (PR c++/81610

[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&root=gcc&view=rev Log: C++: avoid most reserved words as misspelling suggestions (PR c++/81610

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

2018-02-07 Thread pthaugen at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83530 Pat Haugen changed: What|Removed |Added Summary|[8 Regression] ICE in |[7/8 Regression] ICE in |

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

2018-02-07 Thread pthaugen at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83530 --- Comment #9 from Pat Haugen --- (In reply to Andrey Belevantsev from comment #8) > I will take a look. The ICE is within the code that models the scheduling > loop in order to get the proper insn ticks and everything for later MD > processing

[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 Status|NEW |ASSIGNED Assignee|unassigned at

[Bug c++/84181] [8 Regression] ICE in variadic lambda inside a template when accessing any member after decltype

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

[Bug c++/84182] [8 Regression] ICE in variadic lambda inside a template when calling a captured lambda

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

[Bug c++/84181] [8 Regression] ICE in variadic lambda inside a template when accessing any member after decltype

2018-02-07 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84181 --- Comment #7 from Jason Merrill --- Author: jason Date: Wed Feb 7 16:02:50 2018 New Revision: 257454 URL: https://gcc.gnu.org/viewcvs?rev=257454&root=gcc&view=rev Log: PR c++/84182 - ICE with captured lambda PR c++/84181

[Bug c++/84182] [8 Regression] ICE in variadic lambda inside a template when calling a captured lambda

2018-02-07 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84182 --- Comment #1 from Jason Merrill --- Author: jason Date: Wed Feb 7 16:02:50 2018 New Revision: 257454 URL: https://gcc.gnu.org/viewcvs?rev=257454&root=gcc&view=rev Log: PR c++/84182 - ICE with captured lambda PR c++/84181

[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 Bill Seurer changed: What|Removed |Added CC||munroesj at gcc dot gnu.org --- Comment #1

[Bug tree-optimization/84037] [8 Regression] Speed regression of polyhedron benchmark since r256644

2018-02-07 Thread amker at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84037 --- Comment #23 from amker at gcc dot gnu.org --- (In reply to Richard Biener from comment #21) > So after r257453 we improve the situation pre-IVOPTs to just > 6 IVs (duplicated but trivially equivalent) plus one counting IV. But then > when SLP

[Bug tree-optimization/84037] [8 Regression] Speed regression of polyhedron benchmark since r256644

2018-02-07 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84037 --- Comment #22 from Richard Biener --- Author: rguenth Date: Wed Feb 7 15:46:17 2018 New Revision: 257453 URL: https://gcc.gnu.org/viewcvs?rev=257453&root=gcc&view=rev Log: 2018-02-07 Richard Biener PR tree-optimization/84037

[Bug tree-optimization/84037] [8 Regression] Speed regression of polyhedron benchmark since r256644

2018-02-07 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84037 --- Comment #21 from Richard Biener --- So after r257453 we improve the situation pre-IVOPTs to just 6 IVs (duplicated but trivially equivalent) plus one counting IV. But then when SLP is enabled IVOPTs comes along and adds another 4 IVs which m

[Bug target/84266] New: 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 Bug ID: 84266 Summary: mmintrin.h intrinsic headers for PowerPC code fails on power9 Product: gcc Version: 8.0.1 Status: UNCONFIRMED Severity: normal

[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|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug c/84240] Error in extract_constrain_insn, at recog.c:2246

2018-02-07 Thread xvl5190 at psu dot edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84240 --- Comment #2 from xvl5190 at psu dot edu --- Please try this example with optimization level -O1/-O2/-O3: /* Executable testcase for 'output flags.' */ /* { dg-do rund *nbum; } */ char TestC() { char r; __asm__("stc": "=@ccc" (r)); if (r)

[Bug c/82210] [6/7/8 Regression] Having _Alignas in a struct with VLAs causes writing to one array to overwrite another

2018-02-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82210 --- Comment #11 from Jakub Jelinek --- (In reply to rguent...@suse.de from comment #10) > On Wed, 7 Feb 2018, jakub at gcc dot gnu.org wrote: > > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82210 > > > > --- Comment #9 from Jakub Jelinek --

[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 #8 from Jan Hubicka --- I am testing fix for the missing resolution info. It turns out to be related to rather early LTO hack to not put into symbol table symbols used only by external definitions. Concerning multiversioning this is

[Bug target/84264] ICE in rs6000_emit_le_vsx_store, at config/rs6000/rs6000.c:10367

2018-02-07 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84264 --- Comment #2 from Segher Boessenkool --- It ICEs on gcc_assert (!lra_in_progress && !reload_completed); but this is called from the movv4si expander, and that is something LRA is allowed to use.

[Bug other/80589] Typing mistakes in two messages

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

[Bug other/80589] Typing mistakes in two messages

2018-02-07 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80589 Martin Liška changed: What|Removed |Added Known to work|8.0 | Known to fail|

[Bug c/82210] [6/7/8 Regression] Having _Alignas in a struct with VLAs causes writing to one array to overwrite another

2018-02-07 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82210 --- Comment #10 from rguenther at suse dot de --- On Wed, 7 Feb 2018, jakub at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82210 > > --- Comment #9 from Jakub Jelinek --- > I think the bug is in the ARRAY_REF design,

[Bug debug/84252] [8 Regression] ICE in get_tracked_reg_offset when building libvpx for aarch64

2018-02-07 Thread rsandifo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84252 --- Comment #6 from rsandifo at gcc dot gnu.org --- (In reply to Jakub Jelinek from comment #5) > Created attachment 43358 [details] > gcc8-pr84252.patch > > Full untested fix. Thanks. Bootstrapped & regression-tested on aarch64-linux-gnu, no

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

2018-02-07 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84241 H.J. Lu changed: What|Removed |Added Target|powerpc64-unknown-linux-gnu | |, aarch64-none-linux-gnu,

[Bug c/82210] [6/7/8 Regression] Having _Alignas in a struct with VLAs causes writing to one array to overwrite another

2018-02-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82210 --- Comment #9 from Jakub Jelinek --- I think the bug is in the ARRAY_REF design, because at least in C one can have arrays of over-aligned types the design choice that ARRAY_REF TREE_OPERAND (, 3) is measured in multiplies of TYPE_ALIGN_UNIT of

[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 CC||paolo.carlini at oracle dot com --- Comm

[Bug target/84264] ICE in rs6000_emit_le_vsx_store, at config/rs6000/rs6000.c:10367

2018-02-07 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84264 Segher Boessenkool changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/84265] ICE in vect_permute_load_chain, at tree-vect-data-refs.c:5933

2018-02-07 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84265 ktkachov at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW CC|

[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 --- Comment #4 from Richard Biener --- MODULE MODULE_RA_GFDLETA REAL , SAVE :: EM1(28,180) REAL ,SAVE, DIMENSION(5040):: EM1V EQUIVALENCE (EM1V(1),EM1(1,1)) END MODULE module_RA_GFDLETA

[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 --- Comment #3 from Richard Biener --- So the issue here is that the early debug generated for module_ra_gfdleta.F90 contains relocations to text symbols. That's a no-no. So this is reproducible with just compiling this file with -flto -g, the

[Bug c++/84059] [8 Regression] ICE in ix86_get_function_versions_dispatcher, at config/i386/i386.c:32429

2018-02-07 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84059 --- Comment #3 from Martin Liška --- Author: marxin Date: Wed Feb 7 13:16:04 2018 New Revision: 257451 URL: https://gcc.gnu.org/viewcvs?rev=257451&root=gcc&view=rev Log: Revert behavior to r251316. 2018-02-07 Martin Liska PR c++/84

[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 #3 from 191919 <191919 at gmail dot com> --- In macOS 10.12.6 with SIP disabled, the value of DYLD_LIBRARY_PATH was modified to the same as in macOS 10.13.3, but the compilation speed was not affected. I guess this is a regression of

[Bug debug/84252] [8 Regression] ICE in get_tracked_reg_offset when building libvpx for aarch64

2018-02-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84252 --- Comment #5 from Jakub Jelinek --- Created attachment 43358 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43358&action=edit gcc8-pr84252.patch Full untested fix.

[Bug target/84265] ICE in vect_permute_load_chain, at tree-vect-data-refs.c:5933

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

[Bug target/84265] New: ICE in vect_permute_load_chain, at tree-vect-data-refs.c:5933

2018-02-07 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84265 Bug ID: 84265 Summary: ICE in vect_permute_load_chain, at tree-vect-data-refs.c:5933 Product: gcc Version: unknown Status: UNCONFIRMED Keywords: ice-on-valid-co

[Bug c++/84263] [8 Regression] ICE in lookup_page_table_entry at gcc/ggc-page.c:646 on valid C++ code

2018-02-07 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84263 --- Comment #2 from Nathan Sidwell --- Martin has confirmed i686 host & target. (not just target)

[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 #39 from Christophe Lyon --- Maybe we can demote this from P1? I'm sure armeb is getting a lot of attention, given other bug reports.

[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 #38 from Christophe Lyon --- (In reply to Aldy Hernandez from comment #37) > (In reply to Christophe Lyon from comment #31) > > Created attachment 43352 [details] > > Reduced testcase > > > > I commented out most calls, since abort()

[Bug c/82210] [6/7/8 Regression] Having _Alignas in a struct with VLAs causes writing to one array to overwrite another

2018-02-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82210 --- Comment #8 from Jakub Jelinek --- Though, in e.g. *.ehcleanup2 dump we still have: pretmp.25_64 = D.1613_19 /[ex] 16; D.2749_73 = &s.2_61->b{off: pretmp.25_64 * 16}[0]; ivtmp.35_86 = (long unsigned int) D.2749_73; both before and after

[Bug c++/84263] [8 Regression] ICE in lookup_page_table_entry at gcc/ggc-page.c:646 on valid C++ code

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

[Bug target/84264] New: ICE in rs6000_emit_le_vsx_store, at config/rs6000/rs6000.c:10367

2018-02-07 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84264 Bug ID: 84264 Summary: ICE in rs6000_emit_le_vsx_store, at config/rs6000/rs6000.c:10367 Product: gcc Version: unknown Status: UNCONFIRMED Keywords: ice-on-valid

[Bug c/82210] [6/7/8 Regression] Having _Alignas in a struct with VLAs causes writing to one array to overwrite another

2018-02-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82210 --- Comment #7 from Jakub Jelinek --- The difference with that revision is: addq$2, %rax cmpq%rcx, %rax jne .L3 - leaq(%r12,%rdx), %rdx + andq$-16, %rdx xorl%eax, %eax + le

[Bug c++/84263] [8 Regression] ICE in lookup_page_table_entry at gcc/ggc-page.c:646 on valid C++ code

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

[Bug c++/84263] New: [8 Regression] ICE in lookup_page_table_entry at gcc/ggc-page.c:646 on valid C++ code

2018-02-07 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84263 Bug ID: 84263 Summary: [8 Regression] ICE in lookup_page_table_entry at gcc/ggc-page.c:646 on valid C++ code Product: gcc Version: unknown Status: UNCONFIRMED K

[Bug c/82210] [6/7/8 Regression] Having _Alignas in a struct with VLAs causes writing to one array to overwrite another

2018-02-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82210 --- Comment #6 from Jakub Jelinek --- This changed with r146817, so I'd look at a problem in expansion rather than much earlier. DECL_SIZE_UNIT should match what sizeof is, so you can't just change it at will, it is part of the ABI. Arrays of o

[Bug c/82210] [6/7/8 Regression] Having _Alignas in a struct with VLAs causes writing to one array to overwrite another

2018-02-07 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82210 --- Comment #5 from rguenther at suse dot de --- On Wed, 7 Feb 2018, aldyh at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82210 > > Aldy Hernandez changed: > >What|Removed |Added >

[Bug c/82210] [6/7/8 Regression] Having _Alignas in a struct with VLAs causes writing to one array to overwrite another

2018-02-07 Thread aldyh at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82210 Aldy Hernandez changed: What|Removed |Added CC||jakub at gcc dot gnu.org,

[Bug middle-end/84234] #pragma omp declare simd is ignored on forward declaration

2018-02-07 Thread gcc.account at lemaitre dot re
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84234 --- Comment #6 from Florian Lemaitre --- I want auto-vectorization, not guided vectorization. Basically, I try to write a fast RSQRT that will not break auto vectorization, and this will be integrated in a large scale project where it is easy to

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

2018-02-07 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84262 --- Comment #4 from Jonathan Wakely --- (In reply to Serguei Kolos from comment #2) > If you read my original message through the end you should have noticed that > I have admitted that already. My question was different: > > Is it normal that t

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

2018-02-07 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84262 --- Comment #3 from Jonathan Wakely --- (In reply to Serguei Kolos from comment #0) > According to the article 9.4.2/4 of the C++ standard the code is probably > missing definitions of the c1, c2 and c3 constants: > > "If a static data member is

[Bug middle-end/84234] #pragma omp declare simd is ignored on forward declaration

2018-02-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84234 --- Comment #5 from Jakub Jelinek --- #pragma omp declare simd or simd attribute say that on the definition compiler should create alternate entry point(s) for the vectorized variants, and on declarations that on the definition they were created,

[Bug c/84261] gcc fails to vectorize a function call

2018-02-07 Thread marcin.krotkiewski at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84261 --- Comment #3 from Marcin Krotkiewski --- (In reply to Richard Biener from comment #1) > Also vectorization of loops with using vectors isn't supported. Not sure what you mean. If instead of a function call I do some floating point computations

[Bug c++/84262] 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 --- Comment #2 from Serguei Kolos --- If you read my original message through the end you should have noticed that I have admitted that already. My question was different: Is it normal that the same code (seemingly bogus) compiles fine with opti

[Bug debug/84252] [8 Regression] ICE in get_tracked_reg_offset when building libvpx for aarch64

2018-02-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84252 Jakub Jelinek changed: What|Removed |Added CC||rsandifo at gcc dot gnu.org --- Comment

[Bug middle-end/84234] #pragma omp declare simd is ignored on forward declaration

2018-02-07 Thread gcc.account at lemaitre dot re
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84234 --- Comment #4 from Florian Lemaitre --- Ah... ok. I understand. Indeed, declaring the function const works as expected. So, I guess we can say it is not a bug, and close the bug report? However, I really think this should be documented somewhe

  1   2   >