[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

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

2014-08-20 Thread koes at cmu dot edu
++ Assignee: unassigned at gcc dot gnu.org Reporter: koes at cmu dot edu Created attachment 33369 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33369&action=edit preprocessed file for reproducing -Wall related bug I get an internal compiler error when compiling pharme