Activity log for bug #1349570

Date Who What changed Old value New value Message
2014-07-28 20:28:30 Gregory Fong bug added bug
2014-07-28 20:28:30 Gregory Fong attachment added (auto-)reduced testcase https://bugs.launchpad.net/bugs/1349570/+attachment/4164577/+files/testcase.ii
2014-07-28 20:31:57 Gregory Fong bug task added gcc-4.8-armhf-cross (Ubuntu)
2014-08-01 12:22:52 Maxim Kuvyrkov bug watch added https://bugs.linaro.org/show_bug.cgi?id=307
2014-08-13 13:05:48 Maxim Kuvyrkov gcc-linaro: status New Confirmed
2014-08-19 08:19:55 Maxim Kuvyrkov gcc-linaro: assignee Kumar Venkataramanan (venkataramanan-kumar)
2014-08-28 06:10:47 Kumar Venkataramanan gcc-linaro: status Confirmed Fix Committed
2014-08-29 00:56:36 Gregory Fong description Found when trying to build the v8 javascript engine. Reproduced with gcc-linaro 4.8-2014.01 and gcc-linaro 4.8-2014.04. Cannot be reproduced with FSF gcc 4.8.2 or gcc 4.9.0. $ arm-linux-gnueabihf-g++ -fvisibility=hidden -mtune=cortex-a15 -mfpu=neon -marm -O2 testcase.ii testcase.ii: In member function ‘int G::SizeFromMap()’: testcase.ii:63:1: internal compiler error: in change_address_1, at emit-rtl.c:2019 } ^ Removing any of these flags eliminates the error. Reproducible with -O2 and -O3 but not -O1 or -Os. Cannot be reproduced without -mtune=cortex-a15, even if one of -march=armv7ve or -march=armv7-a are provided. The problem is not seen with -mthumb (default) instead of -marm. Found when trying to build the v8 javascript engine. Reproduced with gcc-linaro 4.8-2014.01 and gcc-linaro 4.8-2014.04. Cannot be reproduced with FSF gcc 4.8.2 or gcc 4.9.0. $ arm-linux-gnueabihf-g++ -fvisibility=hidden -mtune=cortex-a15 -mfpu=neon -marm -O2 -c testcase.ii testcase.ii: In member function ‘int G::SizeFromMap()’: testcase.ii:63:1: internal compiler error: in change_address_1, at emit-rtl.c:2019  }  ^ Removing any of these flags eliminates the error. Reproducible with -O2 and -O3 but not -O1 or -Os. Cannot be reproduced without -mtune=cortex-a15, even if one of -march=armv7ve or -march=armv7-a are provided. The problem is not seen with -mthumb (default) instead of -marm.