[Bug libfortran/21226] unix_stream small_buffer unaligned

2007-09-21 Thread fxcoudert at gcc dot gnu dot org
--- 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

[Bug libfortran/21226] unix_stream small_buffer unaligned

2005-05-11 Thread dje at gcc dot gnu dot org
--- 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

[Bug libfortran/21226] unix_stream small_buffer unaligned

2005-05-11 Thread tobi at gcc dot gnu dot org
--- 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

[Bug libfortran/21226] unix_stream small_buffer unaligned

2005-04-26 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-26 16:34 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW E