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/12081] Gcc can't be compiled with -mregparm=3


------- Additional Comments From mikulas at artax dot karlin dot mff dot cuni dot cz  2004-01-18 01:42 -------
In example I wrote there should be
g(1,2)
instead of
f(1,2)

f(1,2) is correct, but g(1,2) will crash with -mrtd or pass invalid arguments
with -mregparm=3.

-- 


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


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