[Bug c++/68056] New: can use keyword as " _Atomic" as an identifier
Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: zhijian at ca dot ibm.com Target Milestone: --- in the following source code int _Atomic; int main() { return 1; } it compile pass with gcc . But according to ISO/IEC 9899:2011, 6.4.1, Keywords, _Ato
[Bug c/67360] New: runtime crash for swprintf function compiled with gcc(4.8.2/4.9) and "-O" option under Ubuntu 4.8.2-19ubuntu1
Version: 4.8.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: zhijian at ca dot ibm.com Target Milestone: --- I write a simple source code P73246.c as #include