[Bug c/35540] Segmentation fault with __builtin_parity() and -O1

2008-03-11 Thread r dot schuerer at gmx dot at
--- Comment #2 from r dot schuerer at gmx dot at 2008-03-11 15:23 --- The assembler code for f() (as listed by "objdump -d a.out") is as follows: 0804838c : 804838c: 55 push %ebp 804838d: 89 e5 mov%esp,%ebp 804838f: b8 01

[Bug c/35540] Segmentation fault with __builtin_parity() and -O1

2008-03-11 Thread r dot schuerer at gmx dot at
--- Comment #1 from r dot schuerer at gmx dot at 2008-03-11 15:13 --- Created an attachment (id=15297) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15297&action=view) The C source file triggering the bug -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35540