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]

Re: 3.0.1 PATCH: Allow jvgenmain to work with ASM_FINAL_SPEC (version 2)


>>>>> "Rainer" == Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> writes:

Rainer> While changing jvgenmain, I noticed that this file uses a
Rainer> wrong definition for main, like several others: the components
Rainer> of argv[] are supposed to be writable, and main *must* be
Rainer> declared as
Rainer> 	int main (int, char **);

Feel free to fix this.  I don't think there's any particular reason
for it.

Rainer> Together with
Rainer> 	http://gcc.gnu.org/ml/java-patches/2001-q3/msg00128.html
Rainer> (still unreviewed, too)

Unfortunately both the current patch and the one referenced above are
outside my purview.

Tom


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