Priority: P3
Component: middle-end
Assignee: unassigned at gcc dot gnu.org
Reporter: jfc at mit dot edu
Target Milestone: ---
Consider this code:
long diff(long *a, long *b) { return (a - b) + (a - b); }
Compiled with gcc -O2 -ftrapv on x86-64 the resulting code is
Priority: P3
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: jfc at mit dot edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37877
--
jfc at mit dot edu changed:
What|Removed |Added
Severity|normal |minor
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36791
oes not get __sync_synchronize right
Product: gcc
Version: 4.3.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: target
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: jfc at mit dot edu
GCC build t
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: jfc at mit dot edu
GCC host triplet: x86_64-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36791
ReportedBy: jfc at mit dot edu
GCC build triplet: sparc64-sun-solaris2.9
GCC host triplet: sparc64-sun-solaris2.9
GCC target triplet: sparc64-sun-solaris2.9
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29314