[Bug c/69878] New: GCC produces pessimal assembly for C11 atomic increments

2016-02-19 Thread matt at bitbashing dot io
Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: matt at bitbashing dot io Target Milestone: --- Consider the following test case: #include atomic_int foo; void plusPlus(void) { foo++; } void fetchAdd(void

[Bug c/48956] -Wconversion should warn when a complex value is assigned to a real result

2015-06-24 Thread matt at bitbashing dot io
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48956 --- Comment #17 from Matt Kline --- Thanks for the info and such a quick response! I'll see if I can do the required legwork.

[Bug c/48956] -Wconversion should warn when a complex value is assigned to a real result

2015-06-24 Thread matt at bitbashing dot io
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48956 Matt Kline changed: What|Removed |Added CC||matt at bitbashing dot io --- Comment #15