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: [gfortran] Support for [...] style array constructors


Erik Edelmann wrote:
> I decided to take my first steps as a gfortran contributor today,
> so I made an attempt to add support for [ ... ]  style array
> constructors (F2003 feature, F2003 draft standard section 4.7).

Welcome aboard!

> Note: I have not signed a copyright assignment, however I
> thought that this might be small and trivial enough to be
> accepted anyway.

The patch is probably small enough to be admissible without the assignment,
but in its current form it is unfortuantely not acceptable because you have to
make sure that the user didn't request strict adherence to a Fortran standard
pre-F2003 (see gfc_notify_std() and its uses), and with those tests it will
probably become to large to be accepted without a copyright assignment.

We also require testsuite coverage for new language features.

Regards,
- Tobi


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