https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122937
Bug ID: 122937
Summary: -fdiagnostics-urls is missing 'h' in 'https:...' using
windows Terminal Version: 1.23.12811.0
Product: gcc
Version: 14.3.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: other
Assignee: unassigned at gcc dot gnu.org
Reporter: markyoung2u at gmail dot com
Target Milestone: ---
Created attachment 62953
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=62953&action=edit
Required info to submit a bug
Details in attachment bug1.txt but URL is missing 1st char 'h' and the end of
the URL looks wrong, too
1. gcc -v -save-temps ...
aarch64-none-elf-gcc.exe: error: unrecognized command-line option
'-save_temps'; did you mean
'ttps://gcc.gnu.org/onlinedocs/gcc-14.3.0/gcc/Developer-Options.html#index-save-tempsave-temps'?
2. ..\..\..\include\bsd/wctype.h:119:21: error: initialization of 'wint_t
(*)()' {aka 'short unsigned int (*)()'} from incompatible pointer type 'wint_t
(*)(wint_t)' {aka 'short unsigned int (*)(short unsigned int)'}
[ttps://gcc.gnu.org/onlinedocs/gcc-14.3.0/gcc/Warning-Options.html#index-Wincompatible-pointer-typesincompatible-pointer-types]
119 | {"tolower", towlower, 1},
|