This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/36450] ICE in insert_restore/insert_save with GET_MODE_ALIGNMENT mem



------- Comment #8 from aldot at gcc dot gnu dot org  2008-06-11 10:35 -------
Created an attachment (id=15747)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15747&action=view)
ICEs on trunk

This ICEs on trunk with -mpreferred-stack-boundary=2 but works wih =4

gcc-4.4-HEAD  -std=gnu99 -Wall -Wshadow -Wwrite-strings -Wundef
-Wstrict-prototypes -Wunused -Wunused-parameter -Wmissing-prototypes
-Wmissing-declarations -Wdeclaration-after-statement -Wold-style-definition -Os
-fno-builtin-strlen -finline-limit=0 -fomit-frame-pointer -ffunction-sections
-fdata-sections -fno-guess-branch-probability -funsigned-char -static-libgcc
-falign-functions=1 -falign-jumps=1 -falign-labels=1 -falign-loops=1
-march=i386 -mpreferred-stack-boundary=2 -O3 -ftree-vect-loop-version
-ftree-vectorize -fvariable-expansion-in-unroller -funswitch-loops
-funroll-all-loops -ftree-loop-distribution -ftree-loop-im -fivopts
-fvect-cost-model -mtune=pentium4 -march=pentium4 -Wfatal-errors -c -o sort.o
sort.5.i


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36450


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]