[Bug middle-end/30908] tree cost for types which are > WORD_SIZE

2016-12-19 Thread saaadhu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=30908 Senthil Kumar Selvaraj changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #22 from

[Bug middle-end/30908] tree cost for types which are WORD_SIZE

2010-09-08 Thread abnikant dot singh at atmel dot com
--- Comment #21 from abnikant dot singh at atmel dot com 2010-09-08 09:50 --- The head version [gcc version 4.6.0 20100907 (experimental) (GCC)] tends to inline the attached test case in case of -Os, just because it gets better code size [see the dump using : -fdump-ipa-inline] by

[Bug middle-end/30908] tree cost for types which are WORD_SIZE

2009-01-15 Thread m dot reszat at kostal dot com
--- Comment #20 from m dot reszat at kostal dot com 2009-01-15 11:15 --- There's a couple of things worth mentioning, based on the documentation. Quote: `-finline-small-functions' Integrate functions into their callers when their body is smaller than expected function call

[Bug middle-end/30908] tree cost for types which are WORD_SIZE

2008-04-08 Thread rguenth at gcc dot gnu dot org
--- Comment #19 from rguenth at gcc dot gnu dot org 2008-04-08 10:02 --- *** Bug 35861 has been marked as a duplicate of this bug. *** -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/30908] tree cost for types which are WORD_SIZE

2007-04-10 Thread giovannibajo at libero dot it
--- Comment #18 from giovannibajo at libero dot it 2007-04-10 15:34 --- (In reply to comment #15) Yes, the tendency to handle far too many items as 16 bits (the sizeof(int) on that machine) when 8 bits would suffice is one of the major issues the AVR-GCC users have with the

[Bug middle-end/30908] tree cost for types which are WORD_SIZE

2007-02-24 Thread pinskia at gcc dot gnu dot org
--- Comment #17 from pinskia at gcc dot gnu dot org 2007-02-24 09:14 --- Though I can tell you for spu-elf, really even WORD_SIZE is 128bits, the arthematic is more than twice the cost of a 4 byte arthematic. -- pinskia at gcc dot gnu dot org changed: What|Removed