[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

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

[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] 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 --- 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 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] 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 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/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 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 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 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 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 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 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 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 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++/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 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 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 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 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] 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 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 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 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 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 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 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 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 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 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 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 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 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++/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++/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 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 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 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 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 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 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 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++/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++/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/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/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++/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/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 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 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 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/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 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/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 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 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 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 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 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 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 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/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 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/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 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 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/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 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/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 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/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 sanitizer/81021] stack-use-after-scope false positive error with exceptions

2017-07-27 Thread matt at godbolt dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81021 --- Comment #32 from Matt Godbolt --- Thanks! One thing, I probably misunderstand this, but you've put 7.1 in "known to work" above: is this on purpose? 7.1 is the version the issue comes up in, I assume it'll be fixed in an upcoming 7.2 release?

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

2017-07-27 Thread seurer at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81573 --- Comment #7 from seurer at gcc dot gnu.org --- The problem in the test case is that the code assumes "char" is signed. On power it is not. So "b" starts at 0, is decremented to 255, and ...etc... The for loop will run forever.

[Bug c/81306] valgrind error for function warn_for_multistatement_macros in file c-warn.c line 2474

2017-07-27 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81306 Marek Polacek changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug c++/81574] ICE on valid C++14 code: in canonicalize_component_ref, at gimplify.c:2481

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

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

2017-07-27 Thread seurer at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81573 --- Comment #6 from seurer at gcc dot gnu.org --- And it is run multiple times which means make check takes forever. WARNING: program timed out. FAIL: gcc.dg/torture/pr81573.c -O0 execution test . . . WARNING: program timed out. FAIL: gcc.dg/t

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

2017-07-27 Thread seurer at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81573 seurer at gcc dot gnu.org changed: What|Removed |Added CC||seurer at gcc dot gnu.org ---

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

2017-07-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81582 --- Comment #8 from Jakub Jelinek --- The reason it is shown in the diagnostics is that the diagnostic code opens the original, non-preprocessed source (if available) and prints the line from there. If you don't have the source around, say compil

[Bug c++/81575] [7/8 Regression] ICE on C++ code: in cp_build_addr_expr_1, at cp/typeck.c:5793

2017-07-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81575 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org,

[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 #7 from Georg-Johann Lay --- (In reply to Jakub Jelinek from comment #6) > If you are preprocessing without -C and without -fdirectives-only, then > comments are gone, so you really can't use them to inhibit the warning. Yes, so -Wim

[Bug middle-end/81564] ICE in group_case_labels_stmt()

2017-07-27 Thread bergner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81564 Peter Bergner changed: What|Removed |Added Status|RESOLVED|CLOSED --- Comment #4 from Peter Bergner

[Bug middle-end/81564] ICE in group_case_labels_stmt()

2017-07-27 Thread bergner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81564 Peter Bergner changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug middle-end/81564] ICE in group_case_labels_stmt()

2017-07-27 Thread bergner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81564 --- Comment #2 from Peter Bergner --- Author: bergner Date: Thu Jul 27 14:05:14 2017 New Revision: 250628 URL: https://gcc.gnu.org/viewcvs?rev=250628&root=gcc&view=rev Log: gcc/ PR middle-end/81564 * tree-cfg.c (group_case_labels

[Bug libstdc++/81584] New: Pretty Printer for string* doesn't work

2017-07-27 Thread ghjghj530-bubu at yahoo dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81584 Bug ID: 81584 Summary: Pretty Printer for string* doesn't work Product: gcc Version: 6.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc++

[Bug c/61727] #pragma simd is undocumented

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

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

2017-07-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81582 --- Comment #6 from Jakub Jelinek --- If you are preprocessing without -C and without -fdirectives-only, then comments are gone, so you really can't use them to inhibit the warning.

[Bug c++/81574] ICE on valid C++14 code: in canonicalize_component_ref, at gimplify.c:2481

2017-07-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81574 --- Comment #3 from Jakub Jelinek --- Bet the initializer isn't through function-to-pointer conversion (decay_conversion or whatever else invokes it), but no idea where that should be done etc.

[Bug c++/81574] ICE on valid C++14 code: in canonicalize_component_ref, at gimplify.c:2481

2017-07-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81574 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org,

[Bug tree-optimization/81494] [8 Regression] 454.calculix miscompares with -Ofast after r249919

2017-07-27 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81494 Richard Biener changed: What|Removed |Added Keywords||wrong-code Status|NEW

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

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

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

2017-07-27 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81573 --- Comment #3 from Richard Biener --- Author: rguenth Date: Thu Jul 27 13:46:07 2017 New Revision: 250627 URL: https://gcc.gnu.org/viewcvs?rev=250627&root=gcc&view=rev Log: 2017-07-27 Richard Biener PR tree-optimization/81573

[Bug tree-optimization/81494] [8 Regression] 454.calculix miscompares with -Ofast after r249919

2017-07-27 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81494 --- Comment #2 from Richard Biener --- Author: rguenth Date: Thu Jul 27 13:46:07 2017 New Revision: 250627 URL: https://gcc.gnu.org/viewcvs?rev=250627&root=gcc&view=rev Log: 2017-07-27 Richard Biener PR tree-optimization/81573

[Bug tree-optimization/81571] [8 Regression] ICE at -O3 in both 32-bit and 64-bit modes (internal compiler error: in as_a, at is-a.h:192)

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

  1   2   >