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 tree-optimization/19374] [4.0 Regression] ICE in make_decl_rtl, at varasm.c:867


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-01-11 15:28 -------
Ok, I have some more information.
We do:
        [pr19374.1.cc : 15716] D.41402 = <retval>;
        [pr19374.1.cc : 15716] __comp_ctor  (D.41402, &"e%d"[0], level);
        [pr19374.1.cc : 15716] return <retval>;

into
                  [pr19374.1.cc : 15716] D.45362 = &D.45365;
                  [pr19374.1.cc : 15716] __comp_ctor  (D.45362, &"e%d"[0], level);

This just shows the problem and why this is a dup of bug 19241.

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

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE


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


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