inux-gnu/4.3.2/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-v' '-save-temps' '-c' '-mtune=generic'
src$
--
Summary: subdirectory named 'gcc' with parent in $PATH, before
actual gcc executable in $PATH, is treated as executable
Product: gcc
Version: 4.3.2
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: driver
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: dickie at acm dot org
GCC build triplet: 4.3.2
GCC host triplet: i486-linux-gnu
GCC target triplet: i486-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39278
Object());
p.a += (p.b + 1) >> 3;
p.b = (p.b + 1) & 0x7;
}
}
--
Summary: x86_64 passing structure by value to a non-inlined
function causes register-resident structures to flush to
stack
Product: gcc