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]

Re: Possible optimization bug on i386


> I have some code (the CLISP LISP interpreter) that exhibits a segfault at
> runtime when compiled with gcc 3.x and -O1 or above. Compiling with -O0
> and all flags I know of in -O1[1] is unaffected. gcc 2.9x used to compile
> this code OK with -O2. From debugging and looking at the assembler
> generated, I believe there is a instruction that is failing to be
> generated.

Please follow the instructions given at

	http://gcc.gnu.org/bugs.html

to report a problem with GCC.

-- 
Eric Botcazou


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