[Bug target/19491] va_start incorrect, Number of floating point and integer registers counted incorrectly

2005-01-20 Thread suriya at cs dot utexas dot edu
--- Additional Comments From suriya at cs dot utexas dot edu 2005-01-20 18:07 --- (In reply to comment #1) > GCC 3.3 used the magic number of 1000 when initializing the number of > arguments. This bug report does not state the exact failure mode of the > example, but the

[Bug target/19491] va_start incorrect, Number of floating point and integer registers counted incorrectly

2005-01-20 Thread suriya at cs dot utexas dot edu
--- Additional Comments From suriya at cs dot utexas dot edu 2005-01-20 18:05 --- Created an attachment (id=8022) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8022&action=view) Test case, should return success -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19491

[Bug target/19491] New: va_start incorrect, Number of floating point and integer registers counted incorrectly

2005-01-17 Thread suriya at cs dot utexas dot edu
oint and integer registers counted incorrectly Product: gcc Version: 3.3.4 Status: UNCONFIRMED Severity: minor Priority: P3 Component: target AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: suri