[Bug c/81417] -Wsign-compare should print types being compared

2017-07-27 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81417 --- Comment #2 from Marek Polacek --- Author: mpolacek Date: Thu Jul 27 15:02:17 2017 New Revision: 250630 URL: https://gcc.gnu.org/viewcvs?rev=250630&root=gcc&view=rev Log: PR c/81417 * c-warn.c (warn_for_sign_compare): Tweak th

[Bug c/81417] -Wsign-compare should print types being compared

2017-07-27 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81417 --- Comment #3 from Marek Polacek --- There is more to fix, e.g. diagnostic with ?:, so not marking as resolved just yet.

[Bug c/47901] -Wall should not imply -Wformat-zero-length by default

2017-07-27 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47901 Eric Gallager changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug hsa/81477] HSA offloading regressions: "function cannot be cloned"

2017-07-27 Thread jamborm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81477 Martin Jambor changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|marxin at gc

[Bug c/57821] 'array is too large' error is missing when sizetype overflows

2017-07-27 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57821 Eric Gallager changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug c/57201] Using --save-temps affects whether warning is printed

2017-07-27 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57201 Eric Gallager changed: What|Removed |Added CC||lavr at ncbi dot nlm.nih.gov --- Comment

[Bug c/60100] warning disappears when preprocessed source is compiled

2017-07-27 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60100 Eric Gallager changed: What|Removed |Added Keywords||diagnostic Status|WAITING

[Bug objc/24867] many N^2 loops in objc frontend

2017-07-27 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24867 Eric Gallager changed: What|Removed |Added Status|NEW |WAITING CC|

[Bug objc/25361] structures containing vectors are not encoded correctly

2017-07-27 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25361 Eric Gallager changed: What|Removed |Added Status|NEW |WAITING CC|

[Bug objc/53345] some OPT_Wformat is enabled by default

2017-07-27 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53345 Eric Gallager changed: What|Removed |Added Keywords||diagnostic Status|UNCONFIRME

[Bug tree-optimization/81573] [8 Regression] wrong code at -O3 on x86_64-linux-gnu

2017-07-27 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81573 --- Comment #8 from rguenther at suse dot de --- On July 27, 2017 4:39:45 PM GMT+02:00, "seurer at gcc dot gnu.org" wrote: >https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81573 > >--- Comment #7 from seurer at gcc dot gnu.org --- >The problem in t

[Bug objc/53943] Compiler ICE with -fobjc-direct-dispatch flag on Linux

2017-07-27 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53943 Eric Gallager changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug objc/57428] Objective C exceptions completely broken in gcc 4.7

2017-07-27 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57428 Eric Gallager changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug target/81585] New: fastcall/stdcall attribute conflict not detected on distinct declarations of the same function

2017-07-27 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81585 Bug ID: 81585 Summary: fastcall/stdcall attribute conflict not detected on distinct declarations of the same function Product: gcc Version: 8.0 Status: UNCONFIRMED

[Bug target/81585] fastcall/stdcall attribute conflict not detected on distinct declarations of the same function

2017-07-27 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81585 Martin Sebor changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug objc/53943] Compiler ICE with -fobjc-direct-dispatch flag on Linux

2017-07-27 Thread kostja.osipov at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53943 --- Comment #2 from Konstantin Osipov --- kostja@atlas ~ % gcc -fobjc-direct-dispatch foo.m -lobjc foo.m: In function ‘main’: foo.m:14:9: internal compiler error: Segmentation fault @throw [Interface new]; ^ Please submit a full

[Bug libobjc/67455] Inheriting from Object (with GNU runtime) doesn't provide alloc, init, or new, rendering methods useless

2017-07-27 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67455 Eric Gallager changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug objc/53943] Compiler ICE with -fobjc-direct-dispatch flag on Linux

2017-07-27 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53943 --- Comment #3 from Eric Gallager --- (In reply to Konstantin Osipov from comment #2) > kostja@atlas ~ % gcc -fobjc-direct-dispatch foo.m -lobjc You still left off the -fobjc-exceptions flag

[Bug target/53716] Intentional or bug? Inconsistencies in error diagnostics in function redeclaration involving stdcall attribute

2017-07-27 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53716 Martin Sebor changed: What|Removed |Added Keywords||accepts-invalid Target|

[Bug objc/77428] incorrect 'set but not used' warning with @throw

2017-07-27 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77428 Eric Gallager changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug objc/77481] @finally not executed if exception not caught or rethrown

2017-07-27 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77481 Eric Gallager changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug objc/40864] Designated initializers for multi-dimensional arrays fail in Objective-C

2017-07-27 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=40864 Eric Gallager changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug middle-end/68034] Print warning when memset is optimized out

2017-07-27 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68034 Martin Sebor changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c/53075] -Werror=pedantic should be equivalent to -pedantic-errors

2017-07-27 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53075 Eric Gallager changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/81586] New: valgrind error in output_buffer_append_r with -Wall

2017-07-27 Thread dcb314 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81586 Bug ID: 81586 Summary: valgrind error in output_buffer_append_r with -Wall Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug c/64762] [OpenACC] Bogus "expected '#pragma acc' clause before 'independent'"

2017-07-27 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64762 Eric Gallager changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug c/45784] gcc OpenMP - error: invalid controlling predicate

2017-07-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45784 Jakub Jelinek changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug c++/81514] g++.dg/lookup/missing-std-include-2.C FAILs on Solaris

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

[Bug c++/81586] valgrind error in output_buffer_append_r with -Wall

2017-07-27 Thread dcb314 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81586 --- Comment #1 from David Binderman --- The following much reduced C++ code seems to demonstrate the bug: extern "C" int snprintf(char *, unsigned long, const char *...) ; struct S { char * a; }; void f( S * af) { snprintf(af->a

[Bug c++/81587] New: GCC doesn't warn about calling functions that don't exist

2017-07-27 Thread jg at jguk dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81587 Bug ID: 81587 Summary: GCC doesn't warn about calling functions that don't exist Product: gcc Version: 5.4.0 Status: UNCONFIRMED Severity: normal Prio

[Bug c++/81514] g++.dg/lookup/missing-std-include-2.C FAILs on Solaris

2017-07-27 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81514 --- Comment #1 from David Malcolm --- I'm able to reproduce this on Linux by replacing: #include with: namespace std { extern int sprintf (char *dst, const char *format, ...); }; On Linux, the include of stdio.h seems to have bee

[Bug tree-optimization/81588] New: Wrong code at -O2

2017-07-27 Thread babokin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81588 Bug ID: 81588 Summary: Wrong code at -O2 Product: gcc Version: 8.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optimization Assig

[Bug fortran/41827] [Cleanup] Remove SET_EXPR_LOCATION in gfc_trans_code

2017-07-27 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41827 Eric Gallager changed: What|Removed |Added Keywords||openmp Status|WAITING

[Bug other/81582] -Wimplicit-fallthrough= wrong warning with -save-temps

2017-07-27 Thread gjl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81582 --- Comment #9 from Georg-Johann Lay --- With -fdirectives-only locations go bananas: #include int f1 (int x) { switch (x) { case 1: x++; // FALLTHRU case 2: x--; /* FALLTHRU */ case 3: x++; // line #9 case 4: return x;

[Bug debug/40040] gfortran invalid DW_AT_location for overridable variables

2017-07-27 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=40040 Eric Gallager changed: What|Removed |Added Status|WAITING |RESOLVED CC|

[Bug fortran/24546] [meta-bug] gfortran debugging problems

2017-07-27 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24546 Bug 24546 depends on bug 40040, which changed state. Bug 40040 Summary: gfortran invalid DW_AT_location for overridable variables https://gcc.gnu.org/bugzilla/show_bug.cgi?id=40040 What|Removed |Added --

[Bug c++/81589] New: Possible False-Positive with decltype

2017-07-27 Thread hunter at openrobotics dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81589 Bug ID: 81589 Summary: Possible False-Positive with decltype Product: gcc Version: 7.1.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug c++/81589] Possible False-Positive with decltype

2017-07-27 Thread hunter at openrobotics dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81589 --- Comment #1 from Hunter L. Allen --- Created attachment 41850 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41850&action=edit preprocesed file (compressed)

[Bug c++/52900] Compile source using Boost header with -static -flto -std=c++11 breaks

2017-07-27 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52900 Eric Gallager changed: What|Removed |Added Status|WAITING |RESOLVED CC|

[Bug c/81577] -ftrack-macro-expansion=0 causes spurious “this ‘else’ clause does not guard” with -Wall

2017-07-27 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81577 David Malcolm changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug libstdc++/79162] [7/8 Regression] [C++17] ambiguity in string assignment due to string_view overload

2017-07-27 Thread daniel.kruegler at googlemail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79162 --- Comment #16 from Daniel Krügler --- (In reply to Jonathan Wakely from comment #15) > Thanks, Daniel. Let's reopen this to make the T -> const T& changes. I'm now working at that problem, thereby also attempting to implement the full P/R of L

[Bug lto/50432] lto1.exe: internal compiler error: in cgraph_mark_functions_to_output, at cgraphunit.c:1173 when build Qt4.7.4 rcc

2017-07-27 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50432 Eric Gallager changed: What|Removed |Added Status|WAITING |RESOLVED CC|

[Bug rtl-optimization/25221] reload bailing out even when some regs are still available

2017-07-27 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25221 Eric Gallager changed: What|Removed |Added Status|WAITING |RESOLVED CC|

[Bug c/45784] gcc OpenMP - error: invalid controlling predicate

2017-07-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45784 --- Comment #5 from Jakub Jelinek --- Author: jakub Date: Thu Jul 27 19:13:42 2017 New Revision: 250635 URL: https://gcc.gnu.org/viewcvs?rev=250635&root=gcc&view=rev Log: PR c/45784 * c-omp.c (c_finish_omp_for): If the condition

[Bug c++/50645] old issue - deprecated conversion from string to char*

2017-07-27 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50645 Eric Gallager changed: What|Removed |Added Status|WAITING |RESOLVED CC|

[Bug tree-optimization/81588] [7/8 Regression] Wrong code at -O2

2017-07-27 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81588 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug middle-end/39284] Computed gotos combined too aggressively

2017-07-27 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=39284 Eric Gallager changed: What|Removed |Added Status|WAITING |RESOLVED CC|

[Bug debug/81570] create_pseudo_cfg assumes that INCOMING_FRAME_SP_OFFSET is a constant

2017-07-27 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81570 --- Comment #2 from H.J. Lu --- A patch is posted at https://gcc.gnu.org/ml/gcc-patches/2017-07/msg01851.html

[Bug c/49053] Please add an option to catch empty statements (-Wempty-statement ?)

2017-07-27 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49053 Eric Gallager changed: What|Removed |Added Keywords||diagnostic Status|WAITING

[Bug fortran/53971] [OOP] Class container - reverse order of _vtab and _data

2017-07-27 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53971 Eric Gallager changed: What|Removed |Added Status|WAITING |RESOLVED CC|

[Bug target/81590] New: AVX512 run-time test failures

2017-07-27 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81590 Bug ID: 81590 Summary: AVX512 run-time test failures Product: gcc Version: 8.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target Assi

[Bug c++/81587] GCC doesn't warn about calling functions that don't exist

2017-07-27 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81587 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug target/81590] AVX512 run-time test failures

2017-07-27 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81590 H.J. Lu changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug libgomp/81591] New: segmentation fault when using priorities of nested tasks

2017-07-27 Thread sistek at seznam dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81591 Bug ID: 81591 Summary: segmentation fault when using priorities of nested tasks Product: gcc Version: 8.0 Status: UNCONFIRMED Severity: normal Priorit

[Bug rtl-optimization/81592] New: spurious -Wformat-overflow warning with -fsanitize=signed-integer-overflow

2017-07-27 Thread arnd at linaro dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81592 Bug ID: 81592 Summary: spurious -Wformat-overflow warning with -fsanitize=signed-integer-overflow Product: gcc Version: 7.1.1 Status: UNCONFIRMED Severity: norm

[Bug c++/81587] GCC doesn't warn about calling functions that don't exist

2017-07-27 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81587 --- Comment #2 from Andrew Pinski --- (In reply to Martin Liška from comment #1) > These are declarations of nested functions, you're not using them. Actually they are not nested functions but rather considered part of the namespace that the fu

[Bug c++/81586] valgrind error in output_buffer_append_r with -Wall

2017-07-27 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81586 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/81514] g++.dg/lookup/missing-std-include-2.C FAILs on Solaris

2017-07-27 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81514 --- Comment #2 from David Malcolm --- Candidate patch: https://gcc.gnu.org/ml/gcc-patches/2017-07/msg01858.html

[Bug target/71951] libgcc_s built with -fomit-frame-pointer on aarch64 is broken

2017-07-27 Thread icenowy at aosc dot io
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71951 Icenowy Zheng changed: What|Removed |Added CC||icenowy at aosc dot io --- Comment #10 f

[Bug tree-optimization/81592] spurious -Wformat-overflow warning with -fsanitize=signed-integer-overflow

2017-07-27 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81592 Martin Sebor changed: What|Removed |Added Keywords||diagnostic Status|UNCONFIRMED

[Bug c++/81586] valgrind error in output_buffer_append_r with -Wall

2017-07-27 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81586 --- Comment #3 from Martin Sebor --- I don't see a problem with the code in maybe_warn. It does this: /* Buffer for the directive in the host character set (used when the source character set is different). */ char hostdir[32]; ...

[Bug c++/81586] valgrind error in output_buffer_append_r with -Wall

2017-07-27 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81586 Martin Sebor changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned at

[Bug tree-optimization/81588] [7/8 Regression] Wrong code at -O2

2017-07-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81588 Jakub Jelinek changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug target/71951] libgcc_s built with -fomit-frame-pointer on aarch64 is broken

2017-07-27 Thread wdijkstr at arm dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71951 --- Comment #11 from Wilco --- (In reply to Icenowy Zheng from comment #10) > In my environment (glibc 2.25, and both the building scripts of glibc and > gcc have -fomit-frame-pointer automatically enabled), this bug is not fully > resolved yet.

[Bug target/71951] libgcc_s built with -fomit-frame-pointer on aarch64 is broken

2017-07-27 Thread icenowy at aosc dot io
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71951 --- Comment #12 from Icenowy Zheng --- (In reply to Wilco from comment #11) > (In reply to Icenowy Zheng from comment #10) > > In my environment (glibc 2.25, and both the building scripts of glibc and > > gcc have -fomit-frame-pointer automatical

[Bug c++/81587] GCC doesn't warn about calling functions that don't exist

2017-07-27 Thread jg at jguk dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81587 --- Comment #3 from Jonny Grant --- Ok. Had expected unused declarations to be a warning

[Bug target/81593] New: Optimize PowerPC vector set from vector extract

2017-07-27 Thread meissner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81593 Bug ID: 81593 Summary: Optimize PowerPC vector set from vector extract Product: gcc Version: 8.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tar

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

2017-07-27 Thread sje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80925 --- Comment #18 from Steve Ellcey --- See https://gcc.gnu.org/ml/gcc-patches/2017-07/msg01862.html for a proposed patch to update the tests.

[Bug target/81593] Optimize PowerPC vector set from vector extract

2017-07-27 Thread meissner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81593 --- Comment #1 from Michael Meissner --- Created attachment 41852 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41852&action=edit Proposed patch to fix the problem Checked on power7 big endian and power8 little endian.

[Bug target/81594] New: Optimize PowerPC vector set and store

2017-07-27 Thread meissner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81594 Bug ID: 81594 Summary: Optimize PowerPC vector set and store Product: gcc Version: 8.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target

[Bug target/81593] Optimize PowerPC vector set from vector extract

2017-07-27 Thread meissner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81593 Michael Meissner changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug target/81594] Optimize PowerPC vector set and store

2017-07-27 Thread meissner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81594 Michael Meissner changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug target/81594] Optimize PowerPC vector set and store

2017-07-27 Thread meissner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81594 --- Comment #1 from Michael Meissner --- Created attachment 41854 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41854&action=edit Proposed patch to fix the problem

[Bug target/81594] Optimize PowerPC vector set and store

2017-07-27 Thread meissner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81594 Michael Meissner changed: What|Removed |Added Severity|normal |enhancement

[Bug c++/81586] valgrind error in output_buffer_append_r with -Wall

2017-07-27 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81586 Martin Sebor changed: What|Removed |Added Keywords||patch --- Comment #5 from Martin Sebor -

[Bug target/79252] Improve code generation of vec_insert on PowerPC ISA 2.07 (i.e. power8)

2017-07-27 Thread zoltan at hidvegi dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79252 --- Comment #2 from Zoltan Hidvegi --- Created attachment 41855 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41855&action=edit Possible vec_insert implementation The attached code shows two implementation for inserting a byte to a variab

[Bug c++/81587] GCC doesn't warn about calling functions that don't exist

2017-07-27 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81587 Martin Sebor changed: What|Removed |Added CC||msebor at gcc dot gnu.org --- Comment #4

[Bug rtl-optimization/81595] New: [8 Regression] ICE: verify_flow_info failed (error: multiple hot/cold transitions found)

2017-07-27 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81595 Bug ID: 81595 Summary: [8 Regression] ICE: verify_flow_info failed (error: multiple hot/cold transitions found) Product: gcc Version: 8.0 Status: UNCONFIRMED Ke

<    1   2