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

2005-05-04 Thread pinskia 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


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

2005-05-04 Thread gbosilca at utk dot edu

--- Additional Comments From gbosilca at utk dot edu  2005-05-04 19:24 
---
I get the latest version from CVS. And the bug seems to be fixed on this 
version.

fortran compiler version:

applebasket:/tmp root# gfortran --version
GNU Fortran 95 (GCC 4.1.0 20050504 (experimental))
Copyright (C) 2005 Free Software Foundation, Inc.

GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of GNU Fortran
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING

Result of the code:

 In file check_size.F:5

  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 check_size.F:5

  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 check_size.F:5

  common /foo/a,w,b,x,y,c,z
 1
Warning: COMMON 'foo' at (1) requires 3 bytes of padding at start

-- 
   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21384


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

2005-05-04 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2005-05-04 
19:30 ---
Lets reopen it and ...

-- 
   What|Removed |Added

 Status|RESOLVED|UNCONFIRMED
 Resolution|FIXED   |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21384


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

2005-05-04 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2005-05-04 
19:31 ---
Close it as a dup of bug 20059.

*** This bug has been marked as a duplicate of 20059 ***

-- 
   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||DUPLICATE


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21384