[Bug fortran/29786] [4.1/4.2/4.3 Regression] rejects equivalence

2007-04-23 Thread brooks at gcc dot gnu dot org
--- Comment #8 from brooks at gcc dot gnu dot org 2007-04-23 20:48 --- *** Bug 31672 has been marked as a duplicate of this bug. *** -- brooks at gcc dot gnu dot org changed: What|Removed |Added -

[Bug fortran/29786] [4.1/4.2/4.3 Regression] rejects equivalence

2007-02-14 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.1.2 |4.1.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29786

[Bug fortran/29786] [4.1/4.2/4.3 Regression] rejects equivalence

2007-02-04 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P5 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29786

[Bug fortran/29786] [4.1/4.2/4.3 Regression] rejects equivalence

2007-02-03 Thread jsm28 at gcc dot gnu dot org
-- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29786

[Bug fortran/29786] [4.1/4.2/4.3 Regression] rejects equivalence

2007-02-03 Thread pault at gcc dot gnu dot org
--- Comment #7 from pault at gcc dot gnu dot org 2007-02-03 16:20 --- Brooks, It wasn't fair to deposit this one on you so I have taken it back. Cheers Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added --

[Bug fortran/29786] [4.1/4.2/4.3 Regression] rejects equivalence

2007-01-14 Thread pault at gcc dot gnu dot org
--- Comment #6 from pault at gcc dot gnu dot org 2007-01-14 13:42 --- Forget the previous; it's wrong! It does indicate that WORDS_BIG_ENDIAN and friends are available, however. Paul -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29786

[Bug fortran/29786] [4.1/4.2/4.3 Regression] rejects equivalence

2007-01-14 Thread pault at gcc dot gnu dot org
--- Comment #5 from pault at gcc dot gnu dot org 2007-01-14 13:32 --- I do not seem able to fix the problem with attachments on my machine... Following yesterday's discussion on the list, trans-common.c:445 switch (e->ts.type) { case BT_INTEGER: if (WORDS_BIG_ENDIA

[Bug fortran/29786] [4.1/4.2/4.3 Regression] rejects equivalence

2007-01-12 Thread pault at gcc dot gnu dot org
--- Comment #4 from pault at gcc dot gnu dot org 2007-01-12 08:12 --- Created an attachment (id=12894) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12894&action=view) The patch promised above -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29786

[Bug fortran/29786] [4.1/4.2/4.3 Regression] rejects equivalence

2007-01-11 Thread pault at gcc dot gnu dot org
--- Comment #3 from pault at gcc dot gnu dot org 2007-01-12 06:00 --- The attached bootstraps and regtests on IA64/FC5 - it even fixes the bug, as the testcase shows. (I will have to do the attaching a bit later - whatever I try with cookies does not seem to work right now.) The patch w

[Bug fortran/29786] [4.1/4.2/4.3 Regression] rejects equivalence

2006-11-10 Thread pault at gcc dot gnu dot org
--- Comment #2 from pault at gcc dot gnu dot org 2006-11-10 08:25 --- (In reply to comment #1) 14.6.3.3 Association of scalar data objects ...snip... A storage unit shall not be explicitly initialized more than once in a program. Explicit initialization overrides default initialization,

[Bug fortran/29786] [4.1/4.2/4.3 Regression] rejects equivalence

2006-11-09 Thread pault at gcc dot gnu dot org
--- Comment #1 from pault at gcc dot gnu dot org 2006-11-09 20:14 --- Confirmed Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added Status|UNCO