[Bug fortran/34135] Bind(C): Alignment of commons wrong on OSX

2007-11-23 Thread jvdelisle at gcc dot gnu dot org
--- Comment #3 from jvdelisle at gcc dot gnu dot org 2007-11-24 00:41 --- Reviewed and OK. I will commit after regression testing completed. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34135

[Bug fortran/34135] Bind(C): Alignment of commons wrong on OSX

2007-11-23 Thread jvdelisle at gcc dot gnu dot org
--- Comment #4 from jvdelisle at gcc dot gnu dot org 2007-11-24 05:45 --- Patch committed on trunk. 2007-11-23 Christopher D. Rickett [EMAIL PROTECTED] * trans-common.c (build_common_decl): Fix the alignment for BIND(C) common blocks. -- jvdelisle at gcc dot gnu

[Bug fortran/34135] Bind(C): Alignment of commons wrong on OSX

2007-11-23 Thread dominiq at lps dot ens dot fr
--- Comment #2 from dominiq at lps dot ens dot fr 2007-11-23 09:13 --- This bug is really annoying, could someone test that the patch in http://gcc.gnu.org/ml/fortran/2007-08/msg00142.html does not break anything on other platforms? If it does not, could it be committed? TIA

[Bug fortran/34135] Bind(C): Alignment of commons wrong on OSX

2007-11-18 Thread dominiq at lps dot ens dot fr
--- Comment #1 from dominiq at lps dot ens dot fr 2007-11-18 10:18 --- I have applied the patch at http://gcc.gnu.org/ml/fortran/2007-08/msg00142.html and the warnings have disappeared without introducing any visible regression (Intel Darwin9.1). --