[Bug tree-optimization/58180] New: [4.9 regression] ICE in obj_type_ref_class, at tree.c:11876

2013-08-17 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58180 Bug ID: 58180 Summary: [4.9 regression] ICE in obj_type_ref_class, at tree.c:11876 Product: gcc Version: 4.9.0 Status: UNCONFIRMED Keywords: build, ice-on-valid-

[Bug tree-optimization/58180] [4.9 regression] ICE in obj_type_ref_class, at tree.c:11876

2013-08-17 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58180 --- Comment #1 from Andreas Schwab --- Created attachment 30667 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30667&action=edit Preprocessed source

[Bug gcov-profile/58127] [4.9 Regression] 37 failures in gcc.dg/tree-prof/ for x86_64-apple-darwin10

2013-08-17 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58127 Iain Sandoe changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug gcov-profile/58127] [4.9 Regression] 37 failures in gcc.dg/tree-prof/ for x86_64-apple-darwin10

2013-08-17 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58127 --- Comment #3 from Iain Sandoe --- (In reply to Iain Sandoe from comment #2) > confirmed on x86_64-darwin10/12. > possibly something needs to be updated in the emutls implementation? > > $ nm -g gcc/libgcov.a |grep gcov_indirect_call_callee > 00

[Bug driver/52556] Ability to change GLIBC_DYNAMIC_LINKER

2013-08-17 Thread heroxbd at sohu dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52556 Benda Xu changed: What|Removed |Added CC||heroxbd at sohu dot com --- Comment #4 from Be

[Bug target/58132] x86-64 gcc generate wrong movabs code for intel syntax

2013-08-17 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58132 Uroš Bizjak changed: What|Removed |Added Target||x86 Status|UNCONFIRMED

[Bug c++/58178] variant function name was used for user defined constructor

2013-08-17 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58178 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #1 f

[Bug tree-optimization/58180] [4.9 regression] ICE in obj_type_ref_class, at tree.c:11876

2013-08-17 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58180 Dominique d'Humieres changed: What|Removed |Added Target|m68k-*-*| Priority|P3

[Bug tree-optimization/58180] [4.9 regression] ICE in obj_type_ref_class, at tree.c:11876

2013-08-17 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58180 Dominique d'Humieres changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug middle-end/58179] [4.9 Regression] obj_type_ref ICE building libobjc

2013-08-17 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58179 Dominique d'Humieres changed: What|Removed |Added CC||sch...@linux-m68k.org --- Comment

[Bug middle-end/58179] [4.9 Regression] obj_type_ref ICE building libobjc

2013-08-17 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58179 Dominique d'Humieres changed: What|Removed |Added Priority|P3 |P1 Severity|normal

[Bug c++/58130] [C++11] Compilation fails using "const decltype(...)& getter() const {...}"

2013-08-17 Thread vittorio.romeo at outlook dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58130 Vittorio Romeo changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug middle-end/58179] [4.9 Regression] obj_type_ref ICE building libobjc

2013-08-17 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58179 Jan Hubicka changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned at g

[Bug c++/58181] New: A bug in lambda expression

2013-08-17 Thread fimbul77 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58181 Bug ID: 58181 Summary: A bug in lambda expression Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee:

[Bug c++/58181] A bug in lambda expression

2013-08-17 Thread fimbul77 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58181 --- Comment #1 from fimbul77 at gmail dot com --- sorry, my code was wrond. Following the code : #include #include int main() { static const auto factory = []() { int x = 0; return [=]() mutable { return std::fo

[Bug c++/58181] A bug in lambda expression

2013-08-17 Thread fimbul77 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58181 fimbul77 at gmail dot com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|--

[Bug c++/58181] A bug in lambda expression

2013-08-17 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58181 --- Comment #3 from Daniel Krügler --- My understanding is that the presented program has undefined behaviour and that its assertion may fail or may not. The reason being that the outer lambda expression has return type std::tuple (where LI stands

[Bug fortran/58182] New: ICE with global binding name used as a FUNCTION

2013-08-17 Thread abensonca at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58182 Bug ID: 58182 Summary: ICE with global binding name used as a FUNCTION Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fo

[Bug fortran/58182] [4.9 Regression] ICE with global binding name used as a FUNCTION

2013-08-17 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58182 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c/58183] New: Missing uninitialized warning

2013-08-17 Thread ash.winner.92 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58183 Bug ID: 58183 Summary: Missing uninitialized warning Product: gcc Version: 4.7.2 Status: UNCONFIRMED Severity: minor Priority: P3 Component: c Assignee:

[Bug middle-end/52306] ICE in cselib_record_set, at cselib.c:2158

2013-08-17 Thread tg at mirbsd dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52306 --- Comment #19 from Thorsten Glaser --- Created attachment 30668 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30668&action=edit Testcase from qtbase-opensource-src_5.1.0+dfsg-4 and g++ 4.8.1 This issue still appears with GCC 4.8 In GCC 4

[Bug middle-end/52306] ICE in cselib_record_set, at cselib.c:2158

2013-08-17 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52306 --- Comment #20 from Mikael Pettersson --- (In reply to Thorsten Glaser from comment #19) > Created attachment 30668 [details] > Testcase from qtbase-opensource-src_5.1.0+dfsg-4 and g++ 4.8.1 > > This issue still appears with GCC 4.8 > > In GCC

[Bug middle-end/52306] ICE in cselib_record_set, at cselib.c:2158

2013-08-17 Thread tg at mirbsd dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52306 --- Comment #21 from Thorsten Glaser --- -fno-auto-inc-dec helps, thanks!

[Bug c++/58184] New: Pointer to overloaded function is non-deduced context

2013-08-17 Thread aschepler at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58184 Bug ID: 58184 Summary: Pointer to overloaded function is non-deduced context Product: gcc Version: 4.8.1 Status: UNCONFIRMED Severity: normal Priority: P3 Compone

[Bug gcov-profile/58127] [4.9 Regression] 37 failures in gcc.dg/tree-prof/ for x86_64-apple-darwin10

2013-08-17 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58127 Jan Hubicka changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #4 from Jan Hubicka -

[Bug middle-end/58125] [4.9 Regression] ICE: in operator[], at vec.h:827 with -fno-inline-small-functions

2013-08-17 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58125 Jan Hubicka changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned at g

[Bug gcov-profile/58127] [4.9 Regression] 37 failures in gcc.dg/tree-prof/ for x86_64-apple-darwin10

2013-08-17 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58127 --- Comment #5 from Iain Sandoe --- (In reply to Jan Hubicka from comment #4) > The secret plan was to not use TLS for emutls. OK - I'll take a look at what should be used for the test... > There seems to be macro USE_EMUTLS specifying if we hav

[Bug middle-end/58179] [4.9 Regression] obj_type_ref ICE building libobjc

2013-08-17 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58179 Jan Hubicka changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug fortran/58100] Spurious "DO loop at (1) will be executed zero times" warning

2013-08-17 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58100 Thomas Koenig changed: What|Removed |Added CC||tkoenig at gcc dot gnu.org --- Comment #2

[Bug c++/58083] [4.8/4.9 Regression] ICE with lambda as default parameter of a template function

2013-08-17 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58083 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/54367] [meta-bug] lambda expressions

2013-08-17 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367 Bug 54367 depends on bug 58083, which changed state. Bug 58083 Summary: [4.8/4.9 Regression] ICE with lambda as default parameter of a template function http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58083 What|Removed

[Bug target/57848] internal compiler error on builtin and '#pragma GCC target()' option

2013-08-17 Thread edward.c.wang at compdigitec dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57848 Edward Wang changed: What|Removed |Added CC||edward.c.wang at compdigitec dot c

[Bug fortran/58185] New: ICE when selector in SELECT TYPE is non-polymorphic

2013-08-17 Thread jwmwalrus at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58185 Bug ID: 58185 Summary: ICE when selector in SELECT TYPE is non-polymorphic Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component

[Bug c++/58119] [4.7/4.8/4.9 Regression] Invalid ambiguous default type conversion with only a single invalid conversion listed.

2013-08-17 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58119 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned at