mailing list of musl libc
 help / color / mirror / code / Atom feed
* gcc segfault at src/mman/mlockall.c
@ 2012-05-15 16:35 Isaac Dunham
  2012-05-15 16:42 ` Isaac Dunham
  0 siblings, 1 reply; 18+ messages in thread
From: Isaac Dunham @ 2012-05-15 16:35 UTC (permalink / raw)
  To: musl

With -Os -fno-stack-protector, gcc (Ubuntu 4.4.3-4ubuntu5.1) 4.4.3
gcc -std=c99 -nostdinc -ffreestanding -ffloat-store
-frounding-math -D_XOPEN_SOURCE=700 -I./src/internal -I./include
-I./arch/i386  -pipe -fno-unwind-tables -fno-asynchronous-unwind-tables
-fomit-frame-pointer -falign-functions=1 -falign-labels=1
-falign-loops=1 -falign-jumps=1 -march=i486 -mtune=generic -Os
-fno-stack-protector -c -o src/mman/mlockall.o src/mman/mlockall.c 
cc1: internal compiler error: Segmentation fault 
Please submit a full bug report, with preprocessed source if
appropriate. See <file:///usr/share/doc/gcc-4.4/README.Bugs> for
instructions. 
make: *** [src/mman/mlockall.o] Error 1

gcc=latest gcc-4.4 package from Ubuntu

With -O3, I get 
===
gcc -std=c99 -nostdinc -ffreestanding -ffloat-store -frounding-math
-D_XOPEN_SOURCE=700 -I./src/internal -I./include -I./arch/i386  -pipe
-fno-unwind-tables -fno-asynchronous-unwind-tables -fomit-frame-pointer
-falign-functions=1 -falign-labels=1 -falign-loops=1 -falign-jumps=1
-march=i486 -mtune=generic -O3 -fno-stack-protector -c -o
src/misc/getgrouplist.o src/misc/getgrouplist.c 
cc1: internal compiler error: Segmentation fault 
Please submit a full bug report, with preprocessed source if
appropriate. See <file:///usr/share/doc/gcc-4.4/README.Bugs> for
instructions. 
make: *** [src/misc/getgrouplist.o] Error 1
===
Switching over to gcc-4.1, since I've used that without errors.



^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2012-05-24  6:16 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-15 16:35 gcc segfault at src/mman/mlockall.c Isaac Dunham
2012-05-15 16:42 ` Isaac Dunham
2012-05-15 19:21   ` Szabolcs Nagy
2012-05-15 19:30     ` Szabolcs Nagy
2012-05-16 18:53       ` Isaac Dunham
2012-05-16 22:04         ` Szabolcs Nagy
2012-05-17  6:07           ` Isaac Dunham
2012-05-18 14:58           ` Jens Staal
2012-05-18 17:21             ` Christian Neukirchen
2012-05-18 18:43               ` Jens Staal
2012-05-18 18:51                 ` Kurt H Maier
2012-05-18 22:58                   ` Rich Felker
2012-05-18 23:13                     ` Kurt H Maier
2012-05-19  0:45                     ` Isaac Dunham
2012-05-19  0:56                       ` Rich Felker
2012-05-19 18:45                         ` noXCUse, userspace options Isaac Dunham
2012-05-24  6:16                         ` noXCUse grep Isaac Dunham
2012-05-19 21:26                     ` gcc segfault at src/mman/mlockall.c Christian Neukirchen

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).