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 0/5] Submission of Altera Nios II port


I should ask the following general standard new-port questions:

* Does the port build cleanly when configured with --enable-werror-always 
and built using a native compiler from current GCC trunk - for both 32-bit 
host, and 64-bit host?  It should.  This is the standard way of ensuring 
the same level of warning-cleanness in a cross build as native bootstrap 
automatically enforces (and the build compiler needs to be from current 
trunk because warning-cleanness is only expected when the build compiler 
is the same version as the compiler being built).

The new targets should be added to contrib/config-list.mk, which helps 
test all targets with --enable-werror-always.  This is mentioned in "Back 
End" in sourcebuild.texi - check there for any other pieces that should be 
included in the port submission.

* What are test results like for the port?  Again, both 32-bit and 64-bit 
hosts, to detect any dependencies on whether the host is 32-bit or 64-bit.

-- 
Joseph S. Myers
joseph@codesourcery.com


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