[Bug target/72853] gcc/testsuite/gcc.c-torture/execute/20021120-1.c generates incorrect stxssp op with -mcpu=power9

2016-08-09 Thread meissner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72853 --- Comment #1 from Michael Meissner --- I believe this is a duplicate of PR 72802 that Alan fixed on August 8th for trunk (subversion id 239233), and backported to the gcc-6-branch (subversion id 239269)

[Bug target/72853] gcc/testsuite/gcc.c-torture/execute/20021120-1.c generates incorrect stxssp op with -mcpu=power9

2016-08-09 Thread meissner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72853 --- Comment #2 from Michael Meissner --- Created attachment 39090 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39090=edit Proposed patch to fix the problem Alan mixed up the stxsspx and stxssp alternatives. I haven't yet done the

[Bug tree-optimization/72746] [5/6/7 Regression] gcc ICE at -O2 and above on valid code on x86_64-linux-gnu with “seg fault”

2016-08-09 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72746 Segher Boessenkool changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug rtl-optimization/71724] [5/6/7 Regression] ICE: Segmentation fault, deep recursion between combine_simplify_rtx and subst

2016-08-09 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71724 Segher Boessenkool changed: What|Removed |Added CC||helloqirun at gmail dot com ---

[Bug fortran/72741] Fortran OpenACC routine directive doesn't properly handle clauses specifying the level of parallelism

2016-08-09 Thread cesar at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72741 --- Comment #4 from cesar at gcc dot gnu.org --- I could be mistaken, but I don't think there's anything we can do about that test case because fortran doesn't have file scope. Specifically, in your example, SUBROUTINE r_w IMPLICIT NONE

[Bug middle-end/64971] [5 Regression] gcc.c-torture/compile/pr37433.c ICEs with -mabi=ilp32

2016-08-09 Thread renlin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64971 --- Comment #17 from Renlin Li --- Author: renlin Date: Tue Aug 9 17:20:14 2016 New Revision: 239300 URL: https://gcc.gnu.org/viewcvs?rev=239300=gcc=rev Log: [PATCH][PR64971]Convert function pointer to Pmode when emit call. gcc/ 2016-08-04

[Bug c/52116] pragma GCC diagnostic only acts on some lines

2016-08-09 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52116 Manuel López-Ibáñez changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/71009] g++: ICE on modified gdb/valarith.c with -Ofast

2016-08-09 Thread egall at gwmail dot gwu.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71009 --- Comment #7 from Eric Gallager --- Created attachment 39089 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39089=edit some compressed compiler output Still happens with trunk from the end of July. I tried playing around with some of

[Bug c++/71712] Redundant ABI tags for conversion operator

2016-08-09 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71712 --- Comment #1 from Jason Merrill --- Author: jason Date: Tue Aug 9 16:55:08 2016 New Revision: 239299 URL: https://gcc.gnu.org/viewcvs?rev=239299=gcc=rev Log: PR c++/71712 - ABI tags on conversion ops. * class.c

[Bug tree-optimization/71691] [6/7 Regression] wrong code at -O3 in both 32-bit and 64-bit modes on x86_64-linux-gnu (Floating point exception)

2016-08-09 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71691 --- Comment #9 from Jeffrey A. Law --- Based on c#6 I started thinking about how to make tree-ssa-loop-unswitch.c appropriately conservative when a condition references a maybe-undefined SSA_NAME. To recap, tree_may_unswitch_on has this test:

[Bug bootstrap/72833] [7 regression] error in fortran/parse.c (unexpected_eof) on Mac OS X 10.7

2016-08-09 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72833 --- Comment #14 from Bernd Edlinger --- Author: edlinger Date: Tue Aug 9 17:58:00 2016 New Revision: 239301 URL: https://gcc.gnu.org/viewcvs?rev=239301=gcc=rev Log: 2016-08-09 Bernd Edlinger PR

[Bug web/72856] Trottle bug creation for newly created accounts (to limit spam)

2016-08-09 Thread LpSolit at netscape dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72856 Frédéric Buclin changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug target/72853] gcc/testsuite/gcc.c-torture/execute/20021120-1.c generates incorrect stxssp op with -mcpu=power9

2016-08-09 Thread amodra at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72853 Alan Modra changed: What|Removed |Added CC||amodra at gmail dot com --- Comment #5

[Bug middle-end/72076] cmath: illegal instruction (constexpr)

2016-08-09 Thread t.hirsch at web dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72076 Thorsten Hirsch changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug target/71680] [7 Regression] ICE: Max. number of generated reload insns per insn is achieved (90) w/ -Os -mlra

2016-08-09 Thread amodra at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71680 --- Comment #16 from Alan Modra --- Author: amodra Date: Wed Aug 10 05:43:36 2016 New Revision: 239317 URL: https://gcc.gnu.org/viewcvs?rev=239317=gcc=rev Log: [RS6000] e500 part of pr71680 The fallback part of HARD_REGNO_CALLER_SAVE_MODE,

[Bug c/72858] New: incorrect fixit hints in -Wformat diagnostics

2016-08-09 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72858 Bug ID: 72858 Summary: incorrect fixit hints in -Wformat diagnostics Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug web/72856] Trottle bug creation for newly created accounts (to limit spam)

2016-08-09 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72856 Markus Trippelsdorf changed: What|Removed |Added CC||trippels at gcc dot gnu.org ---

[Bug go/68477] error: type variant differs by TYPE_STRING_FLAG.

2016-08-09 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68477 Andrew Pinski changed: What|Removed |Added Keywords||ice-checking, |

[Bug c/72857] New: incorrect caret location in -Wformat for width and precision given by asterisk

2016-08-09 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72857 Bug ID: 72857 Summary: incorrect caret location in -Wformat for width and precision given by asterisk Product: gcc Version: 7.0 Status: UNCONFIRMED Severity:

[Bug other/68500] Remove in_loop_pipeline usage

2016-08-09 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68500 --- Comment #5 from Andrew Pinski --- What happened to this set of patches? it is stage 1 now.

[Bug testsuite/72850] FAIL: gcc.dg/tree-ssa/pr69270-3.c scan-tree-dump-times uncprop1 ", 1" 4

2016-08-09 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72850 Andreas Schwab changed: What|Removed |Added Target|arm-none-eabi | --- Comment #1

[Bug tree-optimization/72835] [7 Regression] Incorrect arithmetic optimization involving bitfield arguments

2016-08-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72835 Richard Biener changed: What|Removed |Added Known to work||6.1.0 Target Milestone|---

[Bug c/66415] [6 Regression] ice in location_column_from_byte_offset

2016-08-09 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66415 --- Comment #11 from Andreas Schwab --- FAIL: gcc.dg/cpp/pr66415-1.c expected multiline pattern lines 11-12 not found: "\s*__builtin_printf

[Bug tree-optimization/71881] [6 Regression] ICE on valid code at -O3 with -g enabled on x86_64-linux-gnu: cannot update SSA form

2016-08-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71881 --- Comment #10 from Richard Biener --- Author: rguenth Date: Tue Aug 9 10:49:36 2016 New Revision: 239277 URL: https://gcc.gnu.org/viewcvs?rev=239277=gcc=rev Log: 2016-08-09 Richard Biener Backport from mainline

[Bug target/68273] [5/6/7 Regression] Wrong code on mips/mipsel due to (invalid?) peeking at alignments in function_arg.

2016-08-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68273 --- Comment #39 from Richard Biener --- Author: rguenth Date: Tue Aug 9 10:49:36 2016 New Revision: 239277 URL: https://gcc.gnu.org/viewcvs?rev=239277=gcc=rev Log: 2016-08-09 Richard Biener Backport from mainline

[Bug target/68273] [5 Regression] Wrong code on mips/mipsel due to (invalid?) peeking at alignments in function_arg.

2016-08-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68273 Richard Biener changed: What|Removed |Added Known to work||6.2.0, 7.0 Summary|[5/6/7

[Bug tree-optimization/71881] [6 Regression] ICE on valid code at -O3 with -g enabled on x86_64-linux-gnu: cannot update SSA form

2016-08-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71881 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Known to work|

[Bug driver/72765] Dynamic stack buffer overflow in GCC driver with -save-temps switch.

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

[Bug rtl-optimization/72831] [7 Regression] Conditional jump or move depends on uninitialised value: regno_in_use_p (lra-spills.c:701)

2016-08-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72831 Richard Biener changed: What|Removed |Added Target Milestone|--- |7.0

[Bug bootstrap/72848] profiledbootstrap: internal compiler error: in streamer_write_gcov_count_stream, at data-streamer-out.c:366

2016-08-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72848 --- Comment #1 from Richard Biener --- I wonder whether HWI is 32bits in your case. You'll hit the assert when a counter overflow occurs.

[Bug target/72827] [7 Regression] gnat bootstrap broken on powerpc64le-linux-gnu

2016-08-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72827 Richard Biener changed: What|Removed |Added Target Milestone|--- |7.0

[Bug gcov-profile/44779] The gcov library does not adequately handle functions with constructor/destructor attributes

2016-08-09 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44779 Martin Liška changed: What|Removed |Added Status|WAITING |RESOLVED CC|

[Bug c++/72811] ICE on invalid C++ code on x86_64-linux-gnu (internal compiler error: in instantiate_type, perform_implicit_conversion_flags)

2016-08-09 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72811 Martin Liška changed: What|Removed |Added Keywords||ice-on-invalid-code

[Bug tree-optimization/72835] [Regression 7] Incorrect arithmetic optimization involving bitfield arguments

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

[Bug c++/72849] [7 Regression] r239267 causes Firefox build failure

2016-08-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72849 Richard Biener changed: What|Removed |Added Target Milestone|--- |7.0

[Bug testsuite/72850] [7 Regression] FAIL: gcc.dg/tree-ssa/pr69270-3.c scan-tree-dump-times uncprop1 ", 1" 4

2016-08-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72850 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug libgcj/72834] [5/6/7 Regression] the gij interpreter seems to be broken on linux 64bit big endian targets

2016-08-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72834 Richard Biener changed: What|Removed |Added Target Milestone|--- |5.5

[Bug bootstrap/72823] [7 Regression] r239175 causes build failure

2016-08-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72823 Richard Biener changed: What|Removed |Added Target Milestone|--- |7.0

[Bug libstdc++/72813] [6/7 Regression] atomic header cannot be compiled into translation unit with -fkeep-inline-functions

2016-08-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72813 Richard Biener changed: What|Removed |Added Target Milestone|--- |6.2

[Bug testsuite/72850] New: FAIL: gcc.dg/tree-ssa/pr69270-3.c scan-tree-dump-times uncprop1 ", 1" 4

2016-08-09 Thread thopre01 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72850 Bug ID: 72850 Summary: FAIL: gcc.dg/tree-ssa/pr69270-3.c scan-tree-dump-times uncprop1 ", 1" 4 Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal

[Bug libstdc++/72830] istream::seekg should not reset eofbit if -std=c++98

2016-08-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72830 --- Comment #1 from Richard Biener --- GCC 4.6 is no longer maintained, please try GCC 5 or newer.

[Bug debug/72828] ICE in clone_tree_partial when compiling with -fdebug-types-section

2016-08-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72828 Richard Biener changed: What|Removed |Added Target Milestone|5.5 |--- Summary|[5/6/7

[Bug bootstrap/72829] [7 Regression] ICE in extract_constrain_insn, at recog.c:2211 (error: insn does not satisfy its constraints) on 32-bit BE powerpc

2016-08-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72829 Richard Biener changed: What|Removed |Added Target Milestone|--- |7.0

[Bug c++/72845] gcc crashes (ICE) when compiling program with complex noexcept declaration

2016-08-09 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72845 Markus Trippelsdorf changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug tree-optimization/67815] Optimize const1 * copysign (const2, y) into copysign (const1 * const2, y) if const1 > 0 or -copysign (const1 * const2, y) if const1 < 0

2016-08-09 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67815 Andrew Pinski changed: What|Removed |Added Keywords||missed-optimization

[Bug tree-optimization/71802] [7 Regression] gcc ICE at -O3 on valid code on x86_64-linux-gnu in expand_LOOP_VECTORIZED

2016-08-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71802 --- Comment #5 from Richard Biener --- Author: rguenth Date: Tue Aug 9 07:40:50 2016 New Revision: 239274 URL: https://gcc.gnu.org/viewcvs?rev=239274=gcc=rev Log: 2016-08-09 Richard Biener PR

[Bug gcov-profile/58306] Broken profiling for unrar sources: error: corrupted value profile: value profile counter (X out of Y) inconsistent with basic-block count

2016-08-09 Thread t.artem at mailcity dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58306 --- Comment #26 from Artem S. Tashkinov --- (In reply to Martin Liška from comment #24) > > Wonderful! What are the chances of this patch being merged with GCC 4.9.x? > > Any, because 4.9 was closed last week and there's not going to be any >

[Bug fortran/71902] [5/6/7 Regression] Unneeded temporary on reallocatable character assignment

2016-08-09 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71902 Thomas Koenig changed: What|Removed |Added Summary|[5/6 Regression] Unneeded |[5/6/7 Regression] Unneeded

[Bug target/71680] [7 Regression] ICE: Max. number of generated reload insns per insn is achieved (90) w/ -Os -mlra

2016-08-09 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71680 --- Comment #15 from Arseny Solokha --- (In reply to Alan Modra from comment #14) > Arseny, you might like to try this. I don't have the means at the moment to > properly test e500 support (ie. run the gcc testsuite) without building a > whole

[Bug bootstrap/72833] [7 regression] error in fortran/parse.c (unexpected_eof) on Mac OS X 10.7

2016-08-09 Thread ro at CeBiTec dot Uni-Bielefeld.DE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72833 --- Comment #13 from ro at CeBiTec dot Uni-Bielefeld.DE --- > --- Comment #11 from Bernd Edlinger --- > Created attachment 39082 > --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39082=edit > updated patch > > patch both variants of

[Bug bootstrap/72829] [7 Regression] ICE in extract_constrain_insn, at recog.c:2211 (error: insn does not satisfy its constraints) on 32-bit BE powerpc

2016-08-09 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72829 Arseny Solokha changed: What|Removed |Added See Also|https://gcc.gnu.org/bugzill |

[Bug c++/72849] New: [7 Regression] r239267 causes Firefox build failure

2016-08-09 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72849 Bug ID: 72849 Summary: [7 Regression] r239267 causes Firefox build failure Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug tree-optimization/72824] [5/6 Regression] Signed floating point zero semantics broken at optimization level -O3 (tree-loop-distribute-patterns)

2016-08-09 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72824 Jakub Jelinek changed: What|Removed |Added Known to work||7.0 Summary|[5/6/7

[Bug tree-optimization/72824] [5/6/7 Regression] Signed floating point zero semantics broken at optimization level -O3 (tree-loop-distribute-patterns)

2016-08-09 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72824 --- Comment #5 from Jakub Jelinek --- Author: jakub Date: Tue Aug 9 07:49:14 2016 New Revision: 239275 URL: https://gcc.gnu.org/viewcvs?rev=239275=gcc=rev Log: PR tree-optimization/72824 * tree-loop-distribution.c

[Bug middle-end/71078] x/abs(x) -> sign(1.0,x)

2016-08-09 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71078 --- Comment #12 from rguenther at suse dot de --- On Tue, 9 Aug 2016, thopre01 at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71078 > > Thomas Preud'homme changed: > >What|Removed

[Bug middle-end/71078] x/abs(x) -> sign(1.0,x)

2016-08-09 Thread thopre01 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71078 Thomas Preud'homme changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug target/68273] [5/6/7 Regression] Wrong code on mips/mipsel due to (invalid?) peeking at alignments in function_arg.

2016-08-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68273 --- Comment #38 from Richard Biener --- Author: rguenth Date: Tue Aug 9 07:38:13 2016 New Revision: 239273 URL: https://gcc.gnu.org/viewcvs?rev=239273=gcc=rev Log: 2016-08-09 Richard Biener PR ipa/68273 *

[Bug c++/72809] ICE on x86_64-linux-gnu (Segmentation fault, tree_check)

2016-08-09 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72809 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug fortran/72716] [5/6 Regression] ICE in gfc_resolve_omp_declare_simd, at fortran/openmp.c:5156

2016-08-09 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72716 Jakub Jelinek changed: What|Removed |Added Target Milestone|--- |5.5 Summary|[5/6/7

[Bug c++/72809] ICE on x86_64-linux-gnu (Segmentation fault, tree_check)

2016-08-09 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72809 --- Comment #1 from Jakub Jelinek --- Author: jakub Date: Tue Aug 9 07:23:47 2016 New Revision: 239272 URL: https://gcc.gnu.org/viewcvs?rev=239272=gcc=rev Log: PR c++/72809 * rtti.c (get_pseudo_ti_index): Return TK_CLASS_TYPE

[Bug tree-optimization/71802] [7 Regression] gcc ICE at -O3 on valid code on x86_64-linux-gnu in expand_LOOP_VECTORIZED

2016-08-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71802 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug tree-optimization/38401] TreeSSA-PRE load after store missed optimization

2016-08-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=38401 --- Comment #27 from Richard Biener --- I'm testing my original patch now and have thrown it on one of our SPEC testers as well.

[Bug middle-end/71078] x/abs(x) -> sign(1.0,x)

2016-08-09 Thread prathamesh3492 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71078 --- Comment #11 from prathamesh3492 at gcc dot gnu.org --- (In reply to Thomas Preud'homme from comment #10) > Hi, > > The following tests are still failing for me on arm-none-eabi targets: > > FAIL: gcc.dg/tree-ssa/pr71078-1.c scan-tree-dump

[Bug fortran/69742] [5 Regression] ICE with -O3 and ASSOCIATE containing repeated expression

2016-08-09 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69742 --- Comment #9 from Thomas Koenig --- Author: tkoenig Date: Tue Aug 9 06:28:57 2016 New Revision: 239271 URL: https://gcc.gnu.org/viewcvs?rev=239271=gcc=rev Log: 2016-08-09 Thomas Koenig Backport from trunk

[Bug fortran/69742] [5 Regression] ICE with -O3 and ASSOCIATE containing repeated expression

2016-08-09 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69742 Thomas Koenig changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug target/71629] [7 Regression] ICE in lra_set_insn_recog_data, at lra.c:964 w/ -O2 -mlra

2016-08-09 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71629 --- Comment #1 from Arseny Solokha --- -fstack-protector -fPIC are also necessary here, just like in PR71680.

[Bug tree-optimization/43817] Runtime endian-ness check is not optimized on the tree level

2016-08-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43817 Richard Biener changed: What|Removed |Added Status|NEW |RESOLVED Known to work|

[Bug c++/72849] [7 Regression] r239267 causes Firefox build failure

2016-08-09 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72849 Markus Trippelsdorf changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug middle-end/71078] x/abs(x) -> sign(1.0,x)

2016-08-09 Thread thopre01 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71078 Thomas Preud'homme changed: What|Removed |Added Status|RESOLVED|REOPENED CC|

[Bug tree-optimization/72835] [7 Regression] Incorrect arithmetic optimization involving bitfield arguments

2016-08-09 Thread kugan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72835 kugan at gcc dot gnu.org changed: What|Removed |Added CC||kugan at gcc dot gnu.org ---

[Bug tree-optimization/72835] [7 Regression] Incorrect arithmetic optimization involving bitfield arguments

2016-08-09 Thread kugan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72835 --- Comment #4 from kugan at gcc dot gnu.org --- Looks like it was a latent issue. In rewrite_expr_tree, when re-associate operands, we should reset range_info for the LHS. We don’t do that now. Following patch fixes the test case. diff --git

[Bug fortran/72743] ICE in get_constraint_for_ssa_var, at tree-ssa-structalias.c:2958

2016-08-09 Thread tschwinge at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72743 Thomas Schwinge changed: What|Removed |Added Last reconfirmed|2016-07-29 00:00:00 |2016-8-9 CC|

[Bug c++/61636] generic lambda "cannot call member function without object"

2016-08-09 Thread dan.cooke89 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61636 Daniel Cooke changed: What|Removed |Added CC||dan.cooke89 at gmail dot com --- Comment

[Bug gcov-profile/43341] pragma pack changes padding in struct gcov_info on 64-bit archs

2016-08-09 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43341 Martin Liška changed: What|Removed |Added Status|ASSIGNED|RESOLVED CC|

[Bug tree-optimization/38401] TreeSSA-PRE load after store missed optimization

2016-08-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=38401 --- Comment #28 from Richard Biener --- The issue with the patch is that it does speculation for expressions that might invoke undefined behavior. Like for gcc.c-torture/execute/2801-2.c where it speculates a load from the next-next

[Bug target/72851] New: [6/7 Regression] memory hog with -O3 on s390x-linux-gnu

2016-08-09 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72851 Bug ID: 72851 Summary: [6/7 Regression] memory hog with -O3 on s390x-linux-gnu Product: gcc Version: 6.1.1 Status: UNCONFIRMED Severity: normal

[Bug gcov-profile/39609] hidden symbol `__gcov_init' in /usr/lib64/gcc-lib/x86_64-suse-linux/3.3.3/libgcc.a(_gcov.oS) is referenced by DSO

2016-08-09 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=39609 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug c/65345] ICE with _Generic selection on _Atomic int

2016-08-09 Thread mpf at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65345 --- Comment #28 from mpf at gcc dot gnu.org --- Author: mpf Date: Tue Aug 9 12:36:18 2016 New Revision: 239278 URL: https://gcc.gnu.org/viewcvs?rev=239278=gcc=rev Log: MIPS: Use create_tmp_var_raw in mips_atomic_assign_expand_fenv gcc/

[Bug c++/72852] New: constexpr inside class template cannot be recognized

2016-08-09 Thread liweifriends at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72852 Bug ID: 72852 Summary: constexpr inside class template cannot be recognized Product: gcc Version: 5.3.1 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug middle-end/71654] [6/7 Regression] missing VRP optimization on c++ unsigned char and short expressions

2016-08-09 Thread ppalka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71654 Patrick Palka changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug fortran/72743] ICE in get_constraint_for_ssa_var, at tree-ssa-structalias.c:2958

2016-08-09 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72743 --- Comment #5 from rguenther at suse dot de --- On Tue, 9 Aug 2016, tschwinge at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72743 > > Thomas Schwinge changed: > >What|Removed

[Bug target/72851] [6/7 Regression] memory hog with -O3 on s390x-linux-gnu

2016-08-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72851 Richard Biener changed: What|Removed |Added Target Milestone|--- |6.2

[Bug tree-optimization/72772] Missed SCEV after pass reordering@236440

2016-08-09 Thread amker at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72772 --- Comment #10 from amker at gcc dot gnu.org --- Author: amker Date: Tue Aug 9 15:01:49 2016 New Revision: 239290 URL: https://gcc.gnu.org/viewcvs?rev=239290=gcc=rev Log: PR tree-optimization/72772 * tree-ssa-loop-niter.h

[Bug c++/72849] [7 Regression] r239267 causes Firefox build failure

2016-08-09 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72849 Markus Trippelsdorf changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/72852] constexpr inside class template cannot be recognized

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

[Bug gcov-profile/42015] gcov reports incorrect branches executed

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

[Bug rtl-optimization/72843] [7 Regression] internal compiler error: in lra_set_insn_recog_data, at lra.c:964

2016-08-09 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72843 --- Comment #4 from H.J. Lu --- (In reply to Uroš Bizjak from comment #3) > Created attachment 39084 [details] > Proposed patch > > HJ, can you please test this patch? It works. Thanks.

[Bug tree-optimization/72772] Missed SCEV after pass reordering@236440

2016-08-09 Thread amker at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72772 --- Comment #11 from amker at gcc dot gnu.org --- Author: amker Date: Tue Aug 9 15:08:02 2016 New Revision: 239291 URL: https://gcc.gnu.org/viewcvs?rev=239291=gcc=rev Log: PR tree-optimization/72772 * tree-ssa-loop-niter.c

[Bug tree-optimization/33707] scev not handling unsigned conversion

2016-08-09 Thread amker at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=33707 --- Comment #3 from amker at gcc dot gnu.org --- Author: amker Date: Tue Aug 9 15:10:55 2016 New Revision: 239292 URL: https://gcc.gnu.org/viewcvs?rev=239292=gcc=rev Log: gcc/testsuite PR tree-optimization/33707 *

[Bug libgcj/72834] [5/6/7 Regression] the gij interpreter seems to be broken on linux 64bit big endian targets

2016-08-09 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72834 Jakub Jelinek changed: What|Removed |Added Priority|P3 |P5 CC|

[Bug tree-optimization/71824] [6/7 Regression] ICE when compiling libiberty with Graphite loop optimizations

2016-08-09 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71824 Jakub Jelinek changed: What|Removed |Added Priority|P3 |P4 CC|

[Bug c++/72849] [7 Regression] r239267 causes Firefox build failure

2016-08-09 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72849 --- Comment #2 from Jason Merrill --- Author: jason Date: Tue Aug 9 14:37:12 2016 New Revision: 239289 URL: https://gcc.gnu.org/viewcvs?rev=239289=gcc=rev Log: PR c++/72849 - ICE with incomplete class. * constexpr.c

[Bug c++/72849] [7 Regression] r239267 causes Firefox build failure

2016-08-09 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72849 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug c++/56701] [C++11] The *this* pointer fails to bind to rvalue reference to pointer type

2016-08-09 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56701 --- Comment #6 from Jason Merrill --- New testcase fixed for GCC 7.

[Bug c++/56701] [C++11] The *this* pointer fails to bind to rvalue reference to pointer type

2016-08-09 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56701 --- Comment #5 from Jason Merrill --- Author: jason Date: Tue Aug 9 14:08:33 2016 New Revision: 239285 URL: https://gcc.gnu.org/viewcvs?rev=239285=gcc=rev Log: PR c++/56701 - wrong type of &*this * typeck.c

[Bug gcov-profile/36412] gcov -l -p exceeds maximum file name length

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

[Bug rtl-optimization/66669] FAIL: gcc.dg/loop-8.c

2016-08-09 Thread mpf at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=9 --- Comment #3 from mpf at gcc dot gnu.org --- Author: mpf Date: Tue Aug 9 14:36:45 2016 New Revision: 239288 URL: https://gcc.gnu.org/viewcvs?rev=239288=gcc=rev Log: MIPS: Skip gcc.dg/loop-8.c due to additional invariants gcc/ PR

[Bug gcov-profile/28478] gcov is not demangling C++ names

2016-08-09 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=28478 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug gcov-profile/27453] gcov opens files with O_RDWR

2016-08-09 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=27453 Martin Liška changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug libstdc++/72830] istream::seekg should not reset eofbit if -std=c++98

2016-08-09 Thread alexhenrie24 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72830 --- Comment #2 from Alex Henrie --- All versions of GCC 5 and GCC 6 have the same problem.

  1   2   >