Port-amd64 archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Will stack alignment be broken in the NetBSD-7 release?



Hi amd64 users,

I'd like to draw your attention to lib/csu/t_crt0/initfini3 test,
which is currently failing on amd64 and (AFAIK) on no other
architecture.  The problem started with the switch to gcc 4.8.
The test is printing output like this:

  Fail: incorrect exit status: 1, expected: 0
  stdout:
  constructor executed
  main started
  constructor2 executed
  main after dlopen
  destructor2 executed
  stack unaligned 
  destructor executed
  stack unaligned 

Does this mean stack alignment is broken on amd64?  Any chance of
getting this fixed and pulled up before NetBSD-7 is released to avoid
having a regression in the release?

I opened a PR about this in September (PR 49236), but there has been
no response.
-- 
Andreas Gustafsson, gson%gson.org@localhost


Home | Main Index | Thread Index | Old Index