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/19491] va_start incorrect, Number of floating point and integer registers counted incorrectly


------- Additional Comments From dje at gcc dot gnu dot org  2005-01-20 16:07 -------
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 slightly greater than 1000 words (256 arguments) might 
interact incorrectly with the magic value 1000.  The use of "1000" was removed 
in GCC 3.4, so I would recommend retesting with that GCC release.  The lack of 
description about the failure makes it difficult for anyone else to confirm 
the report or test if the problem already is corrected.

-- 


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


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