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 c/15996] __builtin_longjmp just after another __builtin_longjmp fails with null dereferencing


------- Additional Comments From Vyatcheslav dot Sysoltsev at intel dot com  2004-06-21 16:17 -------
Reading specs from /home/shared_storage/gcc_sources/gcc-bin/ia32/lib/gcc/i686-
pc-linux-gnu/3.5.0/specs
Configured with: /users/vsysoltx/work/gcc-3.5-20040620/configure --
prefix=/home/shared_storage/gcc_sources/gcc-bin/ia32 --disable-libgcj --disable-
libada
Thread model: posix
gcc version 3.5.0 20040620 (experimental)
 /home/shared_storage/gcc_sources/gcc-bin/ia32/libexec/gcc/i686-pc-linux-
gnu/3.5.0/cc1 -quiet -v test.c -quiet -dumpbase test.c -mtune=pentiumpro -
auxbase test -version -o /users/vsysoltx/tmp/ccqCgpkT.s
ignoring nonexistent directory "/home/shared_storage/gcc_sources/gcc-
bin/ia32/lib/gcc/i686-pc-linux-gnu/3.5.0/../../../../i686-pc-linux-gnu/include"
#include "..." search starts here:
#include <...> search starts here:
 /usr/local/include
 /home/shared_storage/gcc_sources/gcc-bin/ia32/include
 /home/shared_storage/gcc_sources/gcc-bin/ia32/lib/gcc/i686-pc-linux-
gnu/3.5.0/include
 /usr/include
End of search list.
GNU C version 3.5.0 20040620 (experimental) (i686-pc-linux-gnu)
        compiled by GNU C version 3.2.3 20030502 (Red Hat Linux 3.2.3-34).
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
 as -V -Qy -o /users/vsysoltx/tmp/ccOuCy8E.o /users/vsysoltx/tmp/ccqCgpkT.s
GNU assembler version 2.14.90.0.4 (i386-redhat-linux) using BFD version 
2.14.90.0.4 20030523
 /home/shared_storage/gcc_sources/gcc-bin/ia32/libexec/gcc/i686-pc-linux-
gnu/3.5.0/collect2 --eh-frame-hdr -m elf_i386 -dynamic-linker /lib/ld-
linux.so.2 /usr/lib/crt1.o /usr/lib/crti.o /home/shared_storage/gcc_sources/gcc-
bin/ia32/lib/gcc/i686-pc-linux-gnu/3.5.0/crtbegin.o -
L/home/shared_storage/gcc_sources/gcc-bin/ia32/lib/gcc/i686-pc-linux-gnu/3.5.0 -
L/home/shared_storage/gcc_sources/gcc-bin/ia32/lib/gcc/i686-pc-linux-
gnu/3.5.0/../../.. /users/vsysoltx/tmp/ccOuCy8E.o -lgcc -lgcc_eh -lc -lgcc -
lgcc_eh /home/shared_storage/gcc_sources/gcc-bin/ia32/lib/gcc/i686-pc-linux-
gnu/3.5.0/crtend.o /usr/lib/crtn.o


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW


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


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