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: bootstrap/10835: bootstraps hangs on hypersparc


> When I try making bootstrap, the stage 2 compilation
> hangs when compiling c-typeck.c.  I aborted the process
> after 12 hours CPU time.  When compiling the file with the
> same flags but -mv8 or -msupersparc, the compilation
> completes in 1.5 minutes.

I could reproduce with an already bootstrapped compiler: compile c-typeck.c 
at -O2 -mcpu=hypersparc. The compiler seems to be hung in the haïfa 
scheduler, more specifically max_issue(), while compiling 
really_start_incremental_init().

-- 
Eric Botcazou


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