This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/21384] internal compiler error: Bus error
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 4 May 2005 18:00:17 -0000
- Subject: [Bug fortran/21384] internal compiler error: Bus error
- References: <20050504175428.21384.gbosilca@utk.edu>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-04 18:00 -------
I thought this was fixed.
on i686-pc-linux-gnu we get the following warnings:
In file t.f:7
common /foo/a,w,b,x,y,c,z
1
Warning: Padding of 3 bytes required before 'x' in COMMON 'foo' at (1)
In file t.f:7
common /foo/a,w,b,x,y,c,z
1
Warning: Padding of 3 bytes required before 'z' in COMMON 'foo' at (1)
In file t.f:7
common /foo/a,w,b,x,y,c,z
1
Warning: COMMON 'foo' at (1) requires 3 bytes of padding at start
Guess I have to check on my Mac OS X box when I get back to my dorm room.
--
What |Removed |Added
----------------------------------------------------------------------------
CC| |pinskia at gcc dot gnu dot
| |org
Severity|critical |normal
Keywords| |ice-on-valid-code
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21384