[Bug middle-end/27847] inlined return of a byte partial unoptimized

2006-05-31 Thread familie dot glaser at web dot de
--- Comment #6 from familie dot glaser at web dot de 2006-05-31 19:45 --- (In reply to comment #4) > Yes this was fixed in 4.0.0. Thanks a lot, hope it will find the way to WinAVR soon. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27847

[Bug middle-end/27847] inlined return of a byte partial unoptimized

2006-05-31 Thread familie dot glaser at web dot de
--- Comment #5 from familie dot glaser at web dot de 2006-05-31 19:38 --- Created an attachment (id=11559) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11559&action=view) gcc -save-temps output -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27847

[Bug middle-end/27847] inlined return of a byte partial unoptimized

2006-05-31 Thread familie dot glaser at web dot de
--- Comment #3 from familie dot glaser at web dot de 2006-05-31 19:36 --- Created an attachment (id=11558) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11558&action=view) commented assembler-listing -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27847

[Bug c/27847] inlined return of a byte partial unoptimized

2006-05-31 Thread familie dot glaser at web dot de
--- Comment #1 from familie dot glaser at web dot de 2006-05-31 19:35 --- Created an attachment (id=11557) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11557&action=view) source (without includes) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27847

[Bug c/27847] New: inlined return of a byte partial unoptimized

2006-05-31 Thread familie dot glaser at web dot de
ReportedBy: familie dot glaser at web dot de GCC host triplet: WIN GCC target triplet: AVR http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27847

[Bug c++/27771] inlined return not optimized, overfullfills ABI calling convention

2006-05-28 Thread familie dot glaser at web dot de
--- Comment #4 from familie dot glaser at web dot de 2006-05-28 10:12 --- Right, but this only shows that the "value tracking" based optimization works very well. The volatile crap is used to point out an example for situations in which the optimizer must loose the values t

[Bug c++/27771] inlined return not optimized, overfullfills ABI calling convention

2006-05-26 Thread familie dot glaser at web dot de
--- Comment #2 from familie dot glaser at web dot de 2006-05-26 08:37 --- Created an attachment (id=11514) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11514&action=view) assembler-listing with markup-comments -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27771

[Bug c++/27771] inlined return not optimized, overfullfills ABI calling convention

2006-05-26 Thread familie dot glaser at web dot de
--- Comment #1 from familie dot glaser at web dot de 2006-05-26 08:34 --- Created an attachment (id=11513) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11513&action=view) preprocessed c++-example -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27771

[Bug c++/27771] New: inlined return not optimized, overfullfills ABI calling convention

2006-05-26 Thread familie dot glaser at web dot de
lls ABI calling convention Product: gcc Version: unknown Status: UNCONFIRMED Severity: enhancement Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: familie dot glase