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
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
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
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
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
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
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
: 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