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 bootstrap/26361] [4.2 regression] bootstrap failure on Alpha: xgcc runs out of memory compiling libiberty/md5.c



------- Comment #4 from pinskia at gcc dot gnu dot org  2006-02-19 16:30 -------
[11:22] < mellum> The Alpha bootstrap bug seems to be due to
alpha_expand_prologue being miscompiled
[11:23] < mellum> there's a loop
[11:24] < mellum> for (probed = 4096; probed < frame_size; probed += 8192) {
[11:24] < mellum> fprintf(stderr, "probed = %d, frame_size = %ld\n", probed,
frame_size);
[11:24] < mellum> and this gives
[11:24] < mellum> probed = 4096, frame_size = 4112
[11:24] < mellum> probed = 12288, frame_size = 4112
[11:24] < mellum> probed = 20480, frame_size = 4112
[11:24] < mellum> etc so the loop exit isn't taken
[11:24] < mellum> does this look like a known problem?

>From that description, this looks like PR 25985.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|26348                       |25985
   Target Milestone|---                         |4.2.0


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


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