[Bug c++/65678] internal compiler error: in gen_rtx_SUBREG, at emit-rtl.c:909

2015-04-06 Thread nheghathivhistha at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65678 --- Comment #1 from David Kredba nheghathivhistha at gmail dot com --- C-reduced test case: extern C void *memmove(void *, const void *, unsigned long); long a; template class, class Source int BitCast(Source p1) { memmove(a, p1, sizeof a);

[Bug c++/65678] internal compiler error: in gen_rtx_SUBREG, at emit-rtl.c:909

2015-04-06 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65678 Uroš Bizjak ubizjak at gmail dot com changed: What|Removed |Added Status|UNCONFIRMED |NEW Last