[Bug tree-optimization/60770] disappearing clobbers

2014-06-26 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60770 --- Comment #6 from Marc Glisse --- (In reply to Marc Glisse from comment #5) > The problem is during the TODO, in execute_update_addresses_taken, which > finds out that q does not need its address taken anymore, and > > /* For v

[Bug tree-optimization/61607] DOM missed jump threading and destroyed loops

2014-06-26 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61607 Jeffrey A. Law changed: What|Removed |Added CC||law at redhat dot com --- Comment #7 fr

[Bug fortran/61627] New: specification expression ICE with version 4.7.1 and 4.8.2, incorrect output with 4.4.7 and 4.9.0

2014-06-26 Thread harper at msor dot vuw.ac.nz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61627 Bug ID: 61627 Summary: specification expression ICE with version 4.7.1 and 4.8.2, incorrect output with 4.4.7 and 4.9.0 Product: gcc Version: 4.9.0 Status: UNCONFIRMED

[Bug c/59850] Support sparse-style pointer address spaces (type attributes)

2014-06-26 Thread tromey at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59850 --- Comment #21 from Tom Tromey --- (In reply to Tom Tromey from comment #20) > BTW if you want to try it out I have a branch: > https://github.com/tromey/gcc/tree/add-sparse-attributes This still needs a bit of work. I rebased it to be more pa

[Bug libfortran/61499] [4.9/4.10 Regression] Internal read of negative integer broken

2014-06-26 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61499 --- Comment #4 from Jerry DeLisle --- Author: jvdelisle Date: Fri Jun 27 04:26:51 2014 New Revision: 212060 URL: https://gcc.gnu.org/viewcvs?rev=212060&root=gcc&view=rev Log: 2014-06-26 Jerry DeLisle PR libgfortran/61499 gfortran.dg/

[Bug libfortran/61499] [4.9/4.10 Regression] Internal read of negative integer broken

2014-06-26 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61499 --- Comment #3 from Jerry DeLisle --- Author: jvdelisle Date: Fri Jun 27 04:23:36 2014 New Revision: 212059 URL: https://gcc.gnu.org/viewcvs?rev=212059&root=gcc&view=rev Log: 2014-06-26 Jerry DeLisle PR libgfortran/61499 * io/list_re

[Bug c++/61433] [4.9/4.10 Regression] ICE: SIGSEGV in friend_accessible_p (search.c:778) with -std=gnu++11 -O -fcompare-debug -fno-inline -fno-ipa-pure-const -fipa-sra

2014-06-26 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61433 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug c/61626] Cast temporary produces wrong result

2014-06-26 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61626 --- Comment #3 from Andrew Pinski --- 0x7FFF is not exactly presentably in 64bit (double) precision floating point. But is 80bit (the underlying precision of x86/x87). So yes this is exactly the same issue as bug 323.

[Bug c++/59832] [c++11] ICE in reshape_init_class with initializer list

2014-06-26 Thread ppluzhnikov at google dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59832 --- Comment #5 from Paul Pluzhnikov --- Still broken on trunk @r211990. Any chance someone can look at this?

[Bug c/61626] Cast temporary produces wrong result

2014-06-26 Thread meidingerc1 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61626 --- Comment #2 from meidingerc1 at gmail dot com --- I dispute that bug 61626 is a duplicate of 323. The 323 bug doesn't show up on the system where I confirmed 61626.

[Bug c++/58930] [C++11] Bogus error: converting to ... from initializer list would use explicit constructor

2014-06-26 Thread ppluzhnikov at google dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58930 --- Comment #5 from Paul Pluzhnikov --- (In reply to Paolo Carlini from comment #4) > Fixed for 4.10.0. Can this be back-ported to gcc-4_9-branch?

[Bug middle-end/323] optimized code gives strange floating point results

2014-06-26 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=323 Andrew Pinski changed: What|Removed |Added CC||meidingerc1 at gmail dot com --- Comment #

[Bug c/61626] Cast temporary produces wrong result

2014-06-26 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61626 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c/61626] New: Cast temporary produces wrong result

2014-06-26 Thread meidingerc1 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61626 Bug ID: 61626 Summary: Cast temporary produces wrong result Product: gcc Version: 4.8.2 Status: UNCONFIRMED Severity: minor Priority: P3 Component: c A

[Bug c/61625] _Atomic should create a new type

2014-06-26 Thread nfxjfg at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61625 nfxjfg at gmail dot com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c/61625] _Atomic should create a new type

2014-06-26 Thread joseph at codesourcery dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61625 --- Comment #1 from joseph at codesourcery dot com --- _Atomic is a qualifier. ISO C11 requires that assignments between atomic and non-atomic versions of the same type work, and that lvalue conversion produces the non-atomic version of the ty

[Bug target/61586] ICE on alpha in alpha_handle_trap_shadows, at config/alpha/alpha.c:8724

2014-06-26 Thread uros at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61586 --- Comment #5 from uros at gcc dot gnu.org --- Author: uros Date: Thu Jun 26 20:23:34 2014 New Revision: 212053 URL: https://gcc.gnu.org/viewcvs?rev=212053&root=gcc&view=rev Log: PR target/61586 * config/alpha/alpha.c (alpha_handle_trap_

[Bug target/61542] [4.8/4.9/trunk] vect-nop-move.c fails on powerpc64le-unknown-linux-gnu

2014-06-26 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61542 Bill Schmidt changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/57573] [C++1y] bogus "taking address of temporary" error

2014-06-26 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57573 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Known to work|

[Bug c++/57573] [C++1y] bogus "taking address of temporary" error

2014-06-26 Thread paolo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57573 --- Comment #4 from paolo at gcc dot gnu.org --- Author: paolo Date: Thu Jun 26 19:38:36 2014 New Revision: 212052 URL: https://gcc.gnu.org/viewcvs?rev=212052&root=gcc&view=rev Log: 2014-06-26 Paolo Carlini PR c++/57573 * g++.dg/temp

[Bug c++/57573] [C++1y] bogus "taking address of temporary" error

2014-06-26 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57573 --- Comment #3 from Paolo Carlini --- Agreed, I'm taking care of that.

[Bug c++/29234] Call to operator() of temporary object wrongly parsed

2014-06-26 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=29234 Paolo Carlini changed: What|Removed |Added CC||niels at penneman dot org --- Comment #1

[Bug c++/55535] Call to default constructor with overloaded subscript operator is interpreted as declaring/using array

2014-06-26 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55535 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/61298] redundant compare instructions for powerpc64

2014-06-26 Thread bergner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61298 --- Comment #5 from Peter Bergner --- (In reply to baoshan from comment #4) > Yes, SUBREG_PROMOTED_UNSIGNED_P is supposed to be set for this case, it has > been set originally, but the setting is lost while doing mode converting in > function con

[Bug c/61625] New: _Atomic should create a new type

2014-06-26 Thread nfxjfg at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61625 Bug ID: 61625 Summary: _Atomic should create a new type Product: gcc Version: unknown Status: UNCONFIRMED Severity: enhancement Priority: P3 Component: c

[Bug go/61624] Internal compiler error: in read_type, at go/gofrontend/import.cc:669

2014-06-26 Thread alx.sukhanov at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61624 --- Comment #1 from Alex Sukhanov --- Created attachment 33014 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33014&action=edit go files

[Bug go/61624] New: Internal compiler error: in read_type, at go/gofrontend/import.cc:669

2014-06-26 Thread alx.sukhanov at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61624 Bug ID: 61624 Summary: Internal compiler error: in read_type, at go/gofrontend/import.cc:669 Product: gcc Version: 4.8.4 Status: UNCONFIRMED Severity: normal

[Bug target/61298] redundant compare instructions for powerpc64

2014-06-26 Thread pangbw at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61298 --- Comment #4 from baoshan --- (In reply to Peter Bergner from comment #3) >> I can say that unsigned_reg_p() probably doesn't catch every case >> where we're doing an unsigned compare and force it to use non > signed compare. Since you have

[Bug target/61542] [4.8/4.9/trunk] vect-nop-move.c fails on powerpc64le-unknown-linux-gnu

2014-06-26 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61542 --- Comment #6 from Bill Schmidt --- Author: wschmidt Date: Thu Jun 26 18:50:25 2014 New Revision: 212050 URL: https://gcc.gnu.org/viewcvs?rev=212050&root=gcc&view=rev Log: 2014-06-26 Bill Schmidt PR target/61542 * config/rs6000/vsx.

[Bug target/61542] [4.8/4.9/trunk] vect-nop-move.c fails on powerpc64le-unknown-linux-gnu

2014-06-26 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61542 --- Comment #5 from Bill Schmidt --- Author: wschmidt Date: Thu Jun 26 18:49:01 2014 New Revision: 212048 URL: https://gcc.gnu.org/viewcvs?rev=212048&root=gcc&view=rev Log: 2014-06-26 Bill Schmidt PR target/61542 * config/rs6000/vsx.

[Bug target/61542] [4.8/4.9/trunk] vect-nop-move.c fails on powerpc64le-unknown-linux-gnu

2014-06-26 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61542 --- Comment #4 from Bill Schmidt --- Author: wschmidt Date: Thu Jun 26 18:47:52 2014 New Revision: 212047 URL: https://gcc.gnu.org/viewcvs?rev=212047&root=gcc&view=rev Log: 2014-06-26 Bill Schmidt PR target/61542 * config/rs6000/vsx.

[Bug c++/61537] [4.9/4.10 Regression] template parameter lists wrongly detected on "struct" or "class" keyword on parameters

2014-06-26 Thread abutcher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61537 --- Comment #10 from Adam Butcher --- Fixed in 4.9.1

[Bug c++/61537] [4.9/4.10 Regression] template parameter lists wrongly detected on "struct" or "class" keyword on parameters

2014-06-26 Thread abutcher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61537 --- Comment #9 from Adam Butcher --- Author: abutcher Date: Thu Jun 26 18:33:57 2014 New Revision: 212045 URL: https://gcc.gnu.org/viewcvs?rev=212045&root=gcc&view=rev Log: Fix PR c++/61537 * parser.c (cp_parser_elaborated_type_specifier):

[Bug target/61622] internal compiler error: in simplify_const_unary_operation, at simplify-rtx.c:1508

2014-06-26 Thread roland at gnu dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61622 --- Comment #1 from roland at gnu dot org --- Created attachment 33013 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33013&action=edit test case preprocessed source I had to gzip the file to make bugzilla accept it.

[Bug c++/61623] New: [4.10 Regression] ICE: verify_symtab failed: Two symbols with same comdat_group are not linked by the same_comdat_group list.

2014-06-26 Thread zsojka at seznam dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61623 Bug ID: 61623 Summary: [4.10 Regression] ICE: verify_symtab failed: Two symbols with same comdat_group are not linked by the same_comdat_group list. Product: gcc

[Bug target/61622] New: internal compiler error: in simplify_const_unary_operation, at simplify-rtx.c:1508

2014-06-26 Thread roland at gnu dot org
4.9. GNU C (GCC) version 4.8.4 20140626 (prerelease) (arm-linux-gnueabihf) compiled by GNU C version 4.6.3, GMP version 5.0.2, MPFR version 3.1.0-p3, MPC version 0.9 GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 GNU C (GCC) version 4.8.4 20140626 (prerelease) (arm

[Bug c++/61541] Unexpected error: 'identifier' was not declared in this scope, or ICE in gimplify.c:7871

2014-06-26 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61541 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/61528] std::min std::max and RValue

2014-06-26 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61528 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/60517] warning/error for taking address of member of a temporary object

2014-06-26 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60517 Paolo Carlini changed: What|Removed |Added CC||lisp2d at lisp2d dot net --- Comment #14

[Bug c++/61470] ill-formed friend declaration(s) with default-arguments not caught

2014-06-26 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61470 Paolo Carlini changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/59480] Missing error diagnostic: friend declaration specifying a default argument must be a definition

2014-06-26 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59480 Paolo Carlini changed: What|Removed |Added CC||filip.roseen at gmail dot com --- Commen

[Bug c++/61484] [C++11] can't initialize constexpr multi-dimentional array of a literal type

2014-06-26 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61484 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/61360] [4.10 Regression] ICE: in lra_update_insn_recog_data, at lra.c:1363 with -mtune=bdver4

2014-06-26 Thread zsojka at seznam dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61360 --- Comment #5 from Zdenek Sojka --- If anyone is interested in what architecutres are affected without looking at the source code, there are rough statistics of ICEs encountered since it first appeared: ICEs count | switch 21 -march=bdver3

[Bug c++/61362] g++ (Ubuntu 4.8.2-19ubuntu1) 4.8.2 does not compile lambda with template

2014-06-26 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61362 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/61451] Parsing aborted at cp/parser.c:23778

2014-06-26 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61451 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Known to work|

[Bug c++/61596] -Wunused-local-typedefs warns incorrectly on a typedef that's referenced indirectly

2014-06-26 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61596 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/49132] [DR 178] Aggregate-initialization rejected for class with const data member

2014-06-26 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49132 Paolo Carlini changed: What|Removed |Added CC||ppluzhnikov at google dot com --- Commen

[Bug c++/61581] [C++11] Bogus error: uninitialized const member

2014-06-26 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61581 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/61433] [4.9/4.10 Regression] ICE: SIGSEGV in friend_accessible_p (search.c:778) with -std=gnu++11 -O -fcompare-debug -fno-inline -fno-ipa-pure-const -fipa-sra

2014-06-26 Thread jamborm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61433 Martin Jambor changed: What|Removed |Added CC||jason at gcc dot gnu.org --- Comment #3

[Bug target/61298] redundant compare instructions for powerpc64

2014-06-26 Thread bergner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61298 --- Comment #3 from Peter Bergner --- (In reply to Andrew Pinski from comment #1) > I think I have seen this bug before. The problem comes from using > non-logical compares for equal but logical compares for the others. Maybe you were thinking o

[Bug c/6940] taking sizeof array parameter should trigger a warning

2014-06-26 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=6940 Marek Polacek changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug c++/56633] Overload selection error for non-static data member initialization with initializer list in template class

2014-06-26 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56633 Paolo Carlini changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/56633] Overload selection error for non-static data member initialization with initializer list in template class

2014-06-26 Thread paolo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56633 --- Comment #3 from paolo at gcc dot gnu.org --- Author: paolo Date: Thu Jun 26 15:34:59 2014 New Revision: 212037 URL: https://gcc.gnu.org/viewcvs?rev=212037&root=gcc&view=rev Log: 2014-06-26 Paolo Carlini PR c++/56633 * g++.dg/cpp0

[Bug target/61503] RTL representation of i386 shrdl instruction is incorrect?

2014-06-26 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61503 Marc Glisse changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/56633] Overload selection error for non-static data member initialization with initializer list in template class

2014-06-26 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56633 --- Comment #2 from Paolo Carlini --- This is fixed in mainline, I'm adding the testcase and closing the bug.

[Bug target/61503] RTL representation of i386 shrdl instruction is incorrect?

2014-06-26 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61503 --- Comment #2 from Marc Glisse --- Author: glisse Date: Thu Jun 26 15:27:52 2014 New Revision: 212036 URL: https://gcc.gnu.org/viewcvs?rev=212036&root=gcc&view=rev Log: 2014-06-26 Marc Glisse PR target/61503 * config/i386/i386.md (x

[Bug c++/61621] New: Normal enum switch slower than test case.

2014-06-26 Thread holger.seelig at yahoo dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61621 Bug ID: 61621 Summary: Normal enum switch slower than test case. Product: gcc Version: 4.8.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug c++/55136] template class member template explicit instantiation fails if non template overload exists

2014-06-26 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55136 --- Comment #1 from Paolo Carlini --- Closely related to PR39270.

[Bug go/61620] New: FAIL: go.test/test/fixedbugs/bug242.go execution, -O2 -g

2014-06-26 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61620 Bug ID: 61620 Summary: FAIL: go.test/test/fixedbugs/bug242.go execution, -O2 -g Product: gcc Version: 4.10.0 Status: UNCONFIRMED Severity: normal Pri

[Bug c++/60249] [c++11] Compiler goes into semi-infinite loop with wrong usage of user defined string literals

2014-06-26 Thread 3dw4rd at verizon dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60249 --- Comment #3 from Ed Smith-Rowland <3dw4rd at verizon dot net> --- On 06/25/2014 01:45 PM, paolo.carlini at oracle dot com wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60249 > > --- Comment #2 from Paolo Carlini --- > Ed? > Paolo, I'm

[Bug tree-optimization/59611] std::copy performs worse than naive implementation when copying a single known byte

2014-06-26 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59611 Richard Biener changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug tree-optimization/61619] Benefits from -ftree-vectorize lost easily when changing unrelated code

2014-06-26 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61619 Richard Biener changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug tree-optimization/61619] Benefits from -ftree-vectorize lost easily when changing unrelated code

2014-06-26 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61619 --- Comment #2 from Marc Glisse --- (In reply to Richard Biener from comment #1) > Unfortunately the inits look like > > [/usr/include/c++/4.9/bits/stl_algobase.h : 378:6] MEM[(char * > {ref-all})&S] = MEM[(char * {ref-all})&._94]; > pretmp_

[Bug tree-optimization/61619] Benefits from -ftree-vectorize lost easily when changing unrelated code

2014-06-26 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61619 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/61618] [4.10 Regression]: ICE in expand_vec_perm_pblendv, at config/i386/i386.c with -mavx

2014-06-26 Thread evstupac at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61618 Stupachenko Evgeny changed: What|Removed |Added CC||evstupac at gmail dot com --- Comme

[Bug ipa/61144] [4.9/4.10 Regression] Invalid optimizations for extern vars with local weak definitions

2014-06-26 Thread bugdal at aerifal dot cx
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61144 --- Comment #22 from Rich Felker --- > Richard Biener changed: >What|Removed |Added > >Priority|P3

[Bug tree-optimization/61619] New: Benefits from -ftree-vectorize lost easily when changing unrelated code

2014-06-26 Thread shmueller2 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61619 Bug ID: 61619 Summary: Benefits from -ftree-vectorize lost easily when changing unrelated code Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal

[Bug c++/39270] Explicit instantiation rejected

2014-06-26 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=39270 Paolo Carlini changed: What|Removed |Added Status|ASSIGNED|NEW Assignee|paolo.carlini at

[Bug ipa/61160] [4.9/4.10 Regression] wrong code with -O3 (or ICE: verify_cgraph_node failed: edge points to wrong declaration)

2014-06-26 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61160 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug ipa/61144] [4.9/4.10 Regression] Invalid optimizations for extern vars with local weak definitions

2014-06-26 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61144 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug driver/61106] [4.8/4.9/4.10 Regression] impliedness of -Wunused-parameter depends on -W option ordering

2014-06-26 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61106 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug ipa/60990] [4.9/4.10 Regression] ICE: in try_make_edge_direct_virtual_call, at ipa-prop.c:2796 with -O3 -fno-early-inlining -fno-ipa-cp

2014-06-26 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60990 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug debug/60929] [4.8/4.9 regression] ICE in get_ref_die_offset, at dwarf2out.c

2014-06-26 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60929 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug ipa/60871] [4.9/4.10 Regression] internal compiler error: in possible_polymorphic_call_targets, at ipa-devirt.c:1510

2014-06-26 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60871 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug ipa/60854] [4.9 Regression] inline constructor of extern template

2014-06-26 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60854 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug target/60851] [4.9/4.10 Regression] ICE: in extract_constrain_insn_cached, at recog.c:2117 with -flive-range-shrinkage -mdispatch-scheduler -march=bdver4

2014-06-26 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60851 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug fortran/60718] [4.8/4.9/4.10 regression] Test case gfortran.dg/select_type_4.f90 fails on ARM

2014-06-26 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60718 Richard Biener changed: What|Removed |Added Priority|P3 |P4

[Bug c++/61614] [4.9/4.10 Regression] Bogus error: taking address of temporary array

2014-06-26 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61614 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug c++/61575] [4.9 Regression] Bogus invalid initialization of reference of type 'const D&' from expression of type ''

2014-06-26 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61575 Richard Biener changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/61566] [4.9/4.10 Regression] ICE in write_unscoped_name

2014-06-26 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61566 Richard Biener changed: What|Removed |Added Keywords||ice-on-valid-code Priority|P3

[Bug lto/61557] [4.9/4.10 Regression] LTO ICE: verify_flow_info failed (error: control flow in the middle of basic block)

2014-06-26 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61557 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug target/61542] [4.8/4.9/trunk] vect-nop-move.c fails on powerpc64le-unknown-linux-gnu

2014-06-26 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61542 Richard Biener changed: What|Removed |Added Target Milestone|4.8.4 |---

[Bug c++/61539] [4.8/4.9/4.10 Regression] ICE: in unify_one_argument, at cp/pt.c:15465

2014-06-26 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61539 Richard Biener changed: What|Removed |Added Keywords||ice-on-valid-code Priority|P3

[Bug tree-optimization/61515] [4.9/4.10 Regression] Extremely long compile time for generated code

2014-06-26 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61515 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug c++/61500] [4.8/4.9 Regression][C++11] Can't take pointer to member referenced via member pointer template parameter.

2014-06-26 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61500 Richard Biener changed: What|Removed |Added Keywords||rejects-valid Priority|P3

[Bug libfortran/61499] [4.9/4.10 Regression] Internal read of negative integer broken

2014-06-26 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61499 Richard Biener changed: What|Removed |Added Priority|P3 |P4

[Bug c++/61488] [4.9 regression] Regression in template argument substitution in 4.9+

2014-06-26 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61488 Richard Biener changed: What|Removed |Added Priority|P3 |P2 Known to work|

[Bug fortran/61459] [4.8/4.9/4.10 Regression] segfault when assigning to allocatable function result from matmul result

2014-06-26 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61459 Richard Biener changed: What|Removed |Added Priority|P3 |P4

[Bug c++/61433] [4.9/4.10 Regression] ICE: SIGSEGV in friend_accessible_p (search.c:778) with -std=gnu++11 -O -fcompare-debug -fno-inline -fno-ipa-pure-const -fipa-sra

2014-06-26 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61433 Richard Biener changed: What|Removed |Added Priority|P3 |P2 --- Comment #2 from Richard Biener

[Bug target/61618] [4.10 Regression]: ICE in expand_vec_perm_pblendv, at config/i386/i386.c with -mavx

2014-06-26 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61618 --- Comment #1 from Uroš Bizjak --- Testcase (compile with -O2 -mavx): --cut here-- typedef float V __attribute__ ((vector_size (32))); typedef unsigned int VI __attribute__ ((vector_size (32))); extern V a, b, c, d; void test_9 (void) { VI

[Bug middle-end/61409] [4.9/4.10 regression] -Wmaybe-uninitialized false-positive with -O2

2014-06-26 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61409 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug fortran/61420] [4.8/4.9/4.10 Regression] type bound procedure with pass attribute, that returns a procedure pointer, fails to compile

2014-06-26 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61420 Richard Biener changed: What|Removed |Added Priority|P3 |P4

[Bug fortran/60898] model compile error with gfortran 4.7 and gcc 4.9 on Mac OS 10.9

2014-06-26 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60898 --- Comment #6 from Paul Thomas --- (In reply to Paul Thomas from comment #5) > (In reply to Dominique d'Humieres from comment #4) > > > After providing all the missing 'USE' items: > > > > Where did you get them? > > Dear Jerry, > > Dominique

[Bug target/61618] New: [4.10 Regression]: ICE in expand_vec_perm_pblendv, at config/i386/i386.c with -mavx

2014-06-26 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61618 Bug ID: 61618 Summary: [4.10 Regression]: ICE in expand_vec_perm_pblendv, at config/i386/i386.c with -mavx Product: gcc Version: 4.10.0 Status: UNCONFIRMED Seve

[Bug target/61618] [4.10 Regression]: ICE in expand_vec_perm_pblendv, at config/i386/i386.c with -mavx

2014-06-26 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61618 Uroš Bizjak changed: What|Removed |Added Target||x86 Target Milestone|---

[Bug fortran/60898] model compile error with gfortran 4.7 and gcc 4.9 on Mac OS 10.9

2014-06-26 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60898 Paul Thomas changed: What|Removed |Added CC||pault at gcc dot gnu.org --- Comment #5 fr

[Bug c++/58972] Lambda can't access private members

2014-06-26 Thread daniel.kruegler at googlemail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58972 --- Comment #7 from Daniel Krügler --- (In reply to Ville Voutilainen from comment #6) Makes sense to me, I'll do that for the local-class example

[Bug tree-optimization/61607] DOM missed jump threading and destroyed loops

2014-06-26 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61607 --- Comment #6 from Richard Biener --- The bogus loop cancelling is fixed as well as the equivalence recording. Still DOM does Registering jump thread: (3, 4) incoming edge; (4, 5) joiner; (5, 6) normal; Registering jump thread: (5, 7) in

[Bug c++/58972] Lambda can't access private members

2014-06-26 Thread ville.voutilainen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58972 --- Comment #6 from Ville Voutilainen --- (In reply to Jonathan Wakely from comment #5) > Seems to be fixed on trunk, probably by Ville's fix for protected members. Yes, that fix is for 59483, I didn't wish to have these as duplicates because wh

[Bug debug/56974] c++ ref qualifiers not represented in DWARF

2014-06-26 Thread mark at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56974 --- Comment #3 from Mark Wielaard --- There is DWARFv5 proposal for this now: http://dwarfstd.org/ShowIssue.php?issue=131105.1 This adds DW_AT_reference[_qualifier] and DW_AT_rvalue_reference[_qualifier] as attributes to DW_TAG_subprogram or DW_T

  1   2   >