diff options
Diffstat (limited to 'gcc/go')
| -rw-r--r-- | gcc/go/ChangeLog | 15 | ||||
| -rw-r--r-- | gcc/go/go-lang.cc | 1 | ||||
| -rw-r--r-- | gcc/go/gospec.cc | 2 | ||||
| -rw-r--r-- | gcc/go/lang.opt.urls | 2 |
4 files changed, 17 insertions, 3 deletions
diff --git a/gcc/go/ChangeLog b/gcc/go/ChangeLog index ed189f9..c270b53 100644 --- a/gcc/go/ChangeLog +++ b/gcc/go/ChangeLog @@ -1,3 +1,18 @@ +2025-11-30 Andrew Pinski <andrew.pinski@oss.qualcomm.com> + + * lang.opt.urls: Regenerate. + +2025-11-20 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> + + * gospec.cc (lang_specific_driver) [TARGET_SOLARIS]: Replace + USE_GLD by HAVE_GNU_LD. + +2025-10-27 Richard Biener <rguenther@suse.de> + + PR middle-end/122325 + * go-lang.cc (go_langhook_init_options_struct): Remove set of + flag_default_complex_method. + 2025-07-15 Jakub Jelinek <jakub@redhat.com> Jason Merrill <jason@redhat.com> diff --git a/gcc/go/go-lang.cc b/gcc/go/go-lang.cc index 0c9c9ce..0222b8a 100644 --- a/gcc/go/go-lang.cc +++ b/gcc/go/go-lang.cc @@ -173,7 +173,6 @@ go_langhook_init_options_struct (struct gcc_options *opts) /* Default to avoiding range issues for complex multiply and divide. */ opts->x_flag_complex_method = 2; - opts->x_flag_default_complex_method = opts->x_flag_complex_method; /* The builtin math functions should not set errno. */ opts->x_flag_errno_math = 0; diff --git a/gcc/go/gospec.cc b/gcc/go/gospec.cc index 2943499..74177c2 100644 --- a/gcc/go/gospec.cc +++ b/gcc/go/gospec.cc @@ -438,7 +438,7 @@ lang_specific_driver (struct cl_decoded_option **in_decoded_options, j++; } -#if defined(TARGET_SOLARIS) && !defined(USE_GLD) +#if defined(TARGET_SOLARIS) && !HAVE_GNU_LD /* We use a common symbol for go$zerovalue. On Solaris, when not using the GNU linker, the Solaris linker needs an option to not warn about this. Everything works without this option, but you diff --git a/gcc/go/lang.opt.urls b/gcc/go/lang.opt.urls index 051f706..4b93c49 100644 --- a/gcc/go/lang.opt.urls +++ b/gcc/go/lang.opt.urls @@ -1,7 +1,7 @@ ; Autogenerated by regenerate-opt-urls.py from gcc/go/lang.opt and generated HTML I -UrlSuffix(gcc/Directory-Options.html#index-I) LangUrlSuffix_D(gdc/Directory-Options.html#index-I) +UrlSuffix(gcc/Directory-Options.html#index-I) LangUrlSuffix_D(gdc/Directory-Options.html#index-I) LangUrlSuffix_Algol68(ga68/Directory-options.html#index-I) L UrlSuffix(gcc/Directory-Options.html#index-L) LangUrlSuffix_D(gdc/Directory-Options.html#index-L) |
