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: [PATCH] Fix GCC 3.4.x libgnat, so that Ada can be bootstrapped starting from GCC 3.4.x Ada


Hi Jakub, maybe you could change the comment

            --  Unbounded_String is a controlled type which is always passed
            --  by copy it is always safe to take the pointer to such object

to

            --  Unbounded_String is a controlled type which is always passed
            --  by reference it is always safe to take the pointer to such object

while you are there.

All the best,

Duncan.


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