[Bug fortran/31487] Character array initialization in derived type: bad zero padding

2007-12-09 Thread pault at gcc dot gnu dot org
--- Comment #10 from pault at gcc dot gnu dot org 2007-12-09 09:19 --- Fixed on trunk Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added Statu

[Bug fortran/31487] Character array initialization in derived type: bad zero padding

2007-12-09 Thread pault at gcc dot gnu dot org
--- Comment #9 from pault at gcc dot gnu dot org 2007-12-09 09:17 --- Subject: Bug 31487 Author: pault Date: Sun Dec 9 09:17:24 2007 New Revision: 130719 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=130719 Log: 2007-12-09 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug fortran/31487] Character array initialization in derived type: bad zero padding

2007-12-08 Thread dominiq at lps dot ens dot fr
--- Comment #8 from dominiq at lps dot ens dot fr 2007-12-08 20:43 --- Now works as advertized without regression on i686-apple-darwin9. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31487

[Bug fortran/31487] Character array initialization in derived type: bad zero padding

2007-12-07 Thread pault at gcc dot gnu dot org
--- Comment #7 from pault at gcc dot gnu dot org 2007-12-08 06:50 --- (In reply to comment #5) > I did not looked yet at all the failures, but all the one I have looked at > gives a bus error. In fact, I do not check that the initializer is not NULL. Paul -- http://gcc.gnu.org/b

[Bug fortran/31487] Character array initialization in derived type: bad zero padding

2007-12-07 Thread pault at gcc dot gnu dot org
--- Comment #6 from pault at gcc dot gnu dot org 2007-12-08 06:43 --- (In reply to comment #5) > I did not looked yet at all the failures, but all the one I have looked at > gives a bus error. Thanks Dominique. I'm looking at PR32129 first and then this. I am sure that this fix is f

[Bug fortran/31487] Character array initialization in derived type: bad zero padding

2007-12-07 Thread dominiq at lps dot ens dot fr
--- Comment #5 from dominiq at lps dot ens dot fr 2007-12-07 23:05 --- I have applied the patch in #4 and I have a lot of failures: [ibook-dhum] f90/bug% cat pr30200_red.f90 type test character(len=100) :: names(5) end type test type(test) :: keyword keyword%names=(/"a",

[Bug fortran/31487] Character array initialization in derived type: bad zero padding

2007-12-07 Thread pault at gcc dot gnu dot org
--- Comment #4 from pault at gcc dot gnu dot org 2007-12-07 18:37 --- Created an attachment (id=14708) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14708&action=view) Fix for PR - not yet regtested -- pault at gcc dot gnu dot org changed: What|Removed

[Bug fortran/31487] Character array initialization in derived type: bad zero padding

2007-10-25 Thread tobi at gcc dot gnu dot org
-- tobi at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|tobi at gcc dot gnu dot org |unassigned at gcc dot gnu |

[Bug fortran/31487] Character array initialization in derived type: bad zero padding

2007-04-17 Thread tobi at gcc dot gnu dot org
--- Comment #3 from tobi at gcc dot gnu dot org 2007-04-17 16:12 --- The strings aren't actually padded. From the assembly output: _ctl.1000: .ascii "0z1jan" .space 6 .ascii "1hr " .space 6 .align 5 _tdefi.996: .ascii "0z1jan

[Bug fortran/31487] Character array initialization in derived type: bad zero padding

2007-04-16 Thread tobi at gcc dot gnu dot org
-- tobi at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |tobi at gcc dot gnu dot org |dot org

[Bug fortran/31487] Character array initialization in derived type: bad zero padding

2007-04-16 Thread tobi at gcc dot gnu dot org
--- Comment #2 from tobi at gcc dot gnu dot org 2007-04-16 15:37 --- I'll have a look. -- tobi at gcc dot gnu dot org changed: What|Removed |Added CC|

[Bug fortran/31487] Character array initialization in derived type: bad zero padding

2007-04-08 Thread fxcoudert at gcc dot gnu dot org
-- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 GCC host t

[Bug fortran/31487] Character array initialization in derived type: bad zero padding

2007-04-05 Thread anlauf at gmx dot de
--- Comment #1 from anlauf at gmx dot de 2007-04-05 14:51 --- Created an attachment (id=13332) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13332&action=view) Demo code -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31487