Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: shyou...@ruby-lang.org
Target Milestone: ---
https://gcc.godbolt.org/z/iH643m
Is this intentional? No other compiler that I know warns this code.
% cat tmp.cc
[[deprecated("&
Priority: P3
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: shyou...@ruby-lang.org
Target Milestone: ---
When -fstack-protector is passed, gcc introduces problematic %fs:0x0 reference
in a function prelude.
% echo 'int main(void) { char c[8]; }
Priority: P3
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: shyou...@ruby-lang.org
Target Milestone: ---
Created attachment 43038
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43038&action=edit
reproducible code
It seems [[fall