[Bug c/99878] New: -use-ld=gold says "could not find ld" instead of "could not find gold"

2021-04-01 Thread jynelson at email dot sc.edu via Gcc-bugs
Severity: normal Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: jynelson at email dot sc.edu Target Milestone: --- $ gcc-10 -fuse-ld=gold example.c collect2: fatal error: cannot find ‘ld’ compilation terminated. I woul

[Bug translation/90701] GCC inserts a call to memset when compiling with -nostdlib

2019-06-01 Thread jynelson at email dot sc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90701 jynelson at email dot sc.edu changed: What|Removed |Added Resolution|INVALID |FIXED --- Comment #3 from

[Bug translation/90701] GCC inserts a call to memset when compiling with -nostdlib

2019-06-01 Thread jynelson at email dot sc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90701 --- Comment #1 from jynelson at email dot sc.edu --- See also the corrosponding Clang bug: https://bugs.llvm.org/show_bug.cgi?id=42099

[Bug translation/90701] New: GCC inserts a call to memset when compiling with -nostdlib

2019-06-01 Thread jynelson at email dot sc.edu
Priority: P3 Component: translation Assignee: unassigned at gcc dot gnu.org Reporter: jynelson at email dot sc.edu Target Milestone: --- Created attachment 46440 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46440&action=edit The pre-processed source f

[Bug c++/62181] [C/C++] Expected new warning: "adding 'char' to a string does not append to the string" [-Wstring-plus-int]

2019-03-23 Thread jynelson at email dot sc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62181 jynelson at email dot sc.edu changed: What|Removed |Added CC||jynelson at email dot

[Bug c++/87697] Casting a base class to derived gives no warning

2018-10-23 Thread jynelson at email dot sc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87697 --- Comment #3 from jynelson at email dot sc.edu --- Created attachment 44884 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44884&action=edit Casting unrelated types gives an error

[Bug c++/87697] Casting a base class to derived gives no warning

2018-10-23 Thread jynelson at email dot sc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87697 --- Comment #2 from jynelson at email dot sc.edu --- (In reply to Jonathan Wakely from comment #1) > (In reply to jynelson from comment #0) > > Casting a base class to a derived class gives no warning, even with -Wall > > -Werro

[Bug c++/87697] New: Casting a base class to derived gives no warning

2018-10-22 Thread jynelson at email dot sc.edu
: c++ Assignee: unassigned at gcc dot gnu.org Reporter: jynelson at email dot sc.edu Target Milestone: --- Created attachment 44881 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44881&action=edit The preprocessed source Casting a base class to a derived class g