Bug #1158
closedmake appears to hang on compilation of parse.c with gcc version 4.3.2
Description
=begin
Download ruby 1.9.1 onto Mandriva 2009 (Linux version 2.6.27.10-desktop-1mnb (qateam@titan.mandriva.com) (gcc version 4.3.2 (GCC) ))
unpacked the code and ran ./configure
ran make
gcc appears to hang indefinitely on:
gcc -O2 -g -Wall -Wno-parentheses -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_EXPORT -o parse.o -c parse.c
I kill 'make' and run the above command again, changing -02 to -01 and the file compiles in about 5 seconds
=end
Updated by nobu (Nobuyoshi Nakada) over 15 years ago
=begin
Hi,
At Sat, 14 Feb 2009 16:03:57 +0900,
Fred Obermann wrote in [ruby-core:22060]:
Download ruby 1.9.1 onto Mandriva 2009 (Linux version 2.6.27.10-desktop-1mnb (qateam@titan.mandriva.com) (gcc version 4.3.2 (GCC) ))
unpacked the code and ran ./configure
ran make
gcc appears to hang indefinitely on:gcc -O2 -g -Wall -Wno-parentheses -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_EXPORT -o parse.o -c parse.c
I kill 'make' and run the above command again, changing -02 to -01 and the file compiles in about 5 seconds
It doesn't "hang" but just takes several minutes, and gcc's
issue. -O3 is defaulted in the repository already.
--
Nobu Nakada
=end
Updated by nobu (Nobuyoshi Nakada) over 15 years ago
- Status changed from Open to Rejected
=begin
=end