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 target/20375] [4.0/4.1 Regression] C++ ICE in assign_parm_find_entry_rtl


------- Additional Comments From rth at gcc dot gnu dot org  2005-04-09 23:44 -------
Nathan, this patch is causing problems on Alpha.

In particular, we now run assign_parms_setup_varargs before processing the
last named argument (union U in this test case).  Which yields an abort in
assign_parm_find_entry_rtl at line 2319, due to finding a partial-stack
argument while pretend_args_size is already set.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nathan at gcc dot gnu dot
                   |                            |org
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |


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


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