[Bug c++/62204] internal compiler error with -Wall

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

[Bug c++/62204] internal compiler error with -Wall

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62204 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.9.3 |4.9.4

[Bug c++/62204] internal compiler error with -Wall

2015-06-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62204 --- Comment #4 from Jakub Jelinek --- GCC 4.9.3 has been released.

[Bug c++/62204] internal compiler error with -Wall

2015-02-19 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62204 --- Comment #3 from Marek Polacek --- Fixed by r218729 I think.

[Bug c++/62204] internal compiler error with -Wall

2015-02-19 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62204 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/62204] internal compiler error with -Wall

2015-02-19 Thread koes at cmu dot edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62204 --- Comment #1 from David Koes --- Okay, I figured this out. It is a use after free error. Line numbers are for 4.8.4. The root cause was that I had these two lines in different header files: typedef long int128_t __attribute__((mode(TI))) __at