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: Deprecating Itanium1 for GCC 4.4


Steven Bosscher <stevenb.gcc@gmail.com> writes:

>      case OPT_mfixed_range_:
> @@ -5245,6 +5247,13 @@ ia64_handle_option (size_t code, const char *arg,
>  	  if (!strcmp (arg, processor_alias_table[i].name))
>  	    {
>  	      ia64_tune = processor_alias_table[i].processor;
> +	      if (ia64_tune == PROCESSOR_ITANIUM
> +		  && ! warned_merced_deprecated)
> +		{
> +		  inform ("value %<%s%> for -mtune= switch is deprecated", arg);
> +		  inform ("GCC 4.4 is the last release with Itanium1 support");

"... with Itanium1 tuning support"? 

I assume it will be still possible to generate executables that work
there, just not tuned. iirc there are new instructions in I2, but I
assume you don't plan to drop the code to not generate those, just the
scheduling descriptions.

-Andi
-- 
ak@linux.intel.com -- Speaking for myself only.


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