This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/21384] internal compiler error: Bus error


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]