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-
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
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58127
Iain Sandoe changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
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
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
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58132
Uroš Bizjak changed:
What|Removed |Added
Target||x86
Status|UNCONFIRMED
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
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58180
Dominique d'Humieres changed:
What|Removed |Added
Target|m68k-*-*|
Priority|P3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58180
Dominique d'Humieres changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58179
Dominique d'Humieres changed:
What|Removed |Added
CC||sch...@linux-m68k.org
--- Comment
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58179
Dominique d'Humieres changed:
What|Removed |Added
Priority|P3 |P1
Severity|normal
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58130
Vittorio Romeo changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58179
Jan Hubicka changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned at g
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:
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
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58181
fimbul77 at gmail dot com changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|--
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
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
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58182
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
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:
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
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
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52306
--- Comment #21 from Thorsten Glaser ---
-fno-auto-inc-dec helps, thanks!
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
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58127
Jan Hubicka changed:
What|Removed |Added
Status|NEW |ASSIGNED
--- Comment #4 from Jan Hubicka -
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58125
Jan Hubicka changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned at g
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
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58179
Jan Hubicka changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
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
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58083
Jason Merrill changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
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
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57848
Edward Wang changed:
What|Removed |Added
CC||edward.c.wang at compdigitec
dot c
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
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58119
Jason Merrill changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned at
34 matches
Mail list logo