--- Comment #4 from fxcoudert at gcc dot gnu dot org 2007-09-21 19:53
---
Closing. small_buffer will go away when we implement PR 25561 ("Eventually get
rid of the Alloc Stream Facility").
--
fxcoudert at gcc dot gnu dot org changed:
What|Removed
--- Additional Comments From dje at gcc dot gnu dot org 2005-05-12 00:17
---
I believe that one could use a GCC attribute to say that the arena will be
aligned, but one needs to sprinkle the attribute everywhere that the pointer
is allocated and passed as an argument, not just aligning
--- Additional Comments From tobi at gcc dot gnu dot org 2005-05-11 23:28
---
I don't think so, because it is not small_buffer that is used, but rather a char
* buffer that can point to small_buffer.
Is there a way to say that char * buffer will always be aligned? In that case
this cou
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-26
16:34 ---
Confirmed.
--
What|Removed |Added
Status|UNCONFIRMED |NEW
E