This is the mail archive of the gcc-patches@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: two gcc changes


der Mouse <mouse@Rodents.Montreal.QC.CA> writes:

> (2) Labeled control structure, philosophically akin to perl's or (I'm
> told) java's.  The details would be rather lengthy to describe here;
> see the patch to extend.texi, below, for a description.

This is an interesting idea.  Unfortunately your patch is against gcc
3.3.3, which branched from the development version almost five years
ago.  The current development version of gcc is the future 4.3.0.  All
the code you are patching is completely different now, as much of the
structure of the compiler changed in 4.0, and the C parser was
completely rewritten in 4.1.  So your patch can not be used as is.

> As the sole author of these patches, I hereby release any intellectual
> property interest I may have in them into the public domain.

Unfortunately the FSF requires a signed copyright assignment or
disclaimer.  A statement in a mailing list is not considered to be
sufficient.  So again your patch can not be used unless and until that
is resolved.

Thanks for your interest, though.

Ian


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