This is the mail archive of the gcc@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]

Re: [tree-ssa] Functions that return more than one value


In message <16104.53962.116860.471302@cuddles.redhat.com>, Andrew Haley writes:
 >What does tree SSA form do with functions that return more than one
 >value?
 >
 >Is it legitimate to have something like
 >
 >  a.3, b.2 <- foo (bar.6, baz.9 )
 >
 >?
 >
 >(No, this isn't relevant to Java.  But some languages can return more
 >than one value.)
We don't handle it at the current time.

jeff


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