[Bug other/29524] Too much RAM used: __clz_tab[] linked

2006-11-07 Thread batt at develer dot com
--- Comment #5 from batt at develer dot com 2006-11-07 11:10 --- Here's the testcase: == int main(int argc, char *argv[]) { float O1 = argc; float V1 = argc+2; int ret = O1 * V1; return ret

[Bug other/29524] Too much RAM used: __clz_tab[] linked

2006-10-23 Thread batt at develer dot com
--- Comment #4 from batt at develer dot com 2006-10-23 19:09 --- I have 3 projects involving gcc and avr, and all of these have an increased RAM usage due to __clz_tab linking after switching from gcc 4.1.1 to 4.2. I will try as soon as possible to find a suitable testcase. -- http

[Bug c/29524] New: Too much RAM used: __clz_tab[] linked

2006-10-20 Thread batt at develer dot com
: 4.2.0 Status: UNCONFIRMED Severity: major Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: batt at develer dot com GCC build triplet: 20061014 GCC host triplet: i686-pc-linux-gnu GCC target triplet: avr