[Bug target/34161] -Os produces 32-bit load from 16-bit variable
--- Comment #2 from vegard at peltkore dot net 2007-11-21 11:05 --- It can trigger watchpoints on other members. Try this example: struct s { int dummy; short x; short y; }; void dummy(struct s *b) { } void f(struct s *a, struct s *b) { dummy(b
[Bug c/34161] New: -Os produces 32-bit load from 16-bit variable
Summary: -Os produces 32-bit load from 16-bit variable Product: gcc Version: 4.1.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: vegard at peltk