Actions
Bug #1158
closedmake appears to hang on compilation of parse.c with gcc version 4.3.2
Status:
Rejected
Assignee:
-
Target version:
-
ruby -v:
ruby 1.9.1p0 (2009-01-30 revision 21907) [i686-linux]
Backport:
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
Actions
Like0
Like0Like0