[Bug ipa/61916] Internal compiler error in symtab_nonoverwritable_alias with -O2

2014-09-18 Thread timothygu99 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61916 --- Comment #5 from Timothy Gu --- I have found another file that triggers this: # i686-pc-mingw32.static-gcc -v -save-temps -O2 tclsqlite.c Using built-in specs. COLLECT_GCC=i686-pc-mingw32.static-gcc COLLECT_LTO_WRAPPER=/root/Timothys_sandbox/

[Bug ipa/61916] Internal compiler error in symtab_nonoverwritable_alias with -O2

2014-09-18 Thread timothygu99 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61916 --- Comment #4 from Timothy Gu --- Any news on this?

[Bug c/61916] Internal compiler error in symtab_nonoverwritable_alias with -O2

2014-07-25 Thread timothygu99 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61916 Timothy Gu changed: What|Removed |Added Version|4.9.0 |4.9.1 --- Comment #3 from Timothy Gu --- I

[Bug c/61916] Internal compiler error in symtab_nonoverwritable_alias with -O2

2014-07-25 Thread timothygu99 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61916 Timothy Gu changed: What|Removed |Added Target||i686-pc-mingw32 Host|

[Bug c/61916] Internal compiler error in symtab_nonoverwritable_alias with -O2

2014-07-25 Thread timothygu99 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61916 --- Comment #1 from Timothy Gu --- With `-v`, gcc outputs this: i686-pc-mingw32.shared-gcc -DHAVE_CONFIG_H -I. -I../.. -DPACKAGE_LIB_DIR=\"/home/timothy_gu/mxe/usr/i686-pc-mingw32.shared/lib\" -I../.. -I/home/timothy_gu/mxe/usr/i686-pc-mingw32.s

[Bug c/61916] New: Internal compiler error in symtab_nonoverwritable_alias with -O2

2014-07-25 Thread timothygu99 at gmail dot com
Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: timothygu99 at gmail dot com Created attachment 33186 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33186&action=edit Preprocessed source that allows to reproduce the bug Hi