[Bug rtl-optimization/45051] [4.6 Regression]: gcc.c-torture/execute/builtins/abs-2.c and abs-3.c due to "track subwords of DImode allocnos"

2010-12-22 Thread ibolton at gcc dot gnu.org
||ibolton at gcc dot gnu.org Resolution|FIXED | --- Comment #7 from Ian Bolton 2010-12-22 16:23:21 UTC --- (In reply to comment #5) > Assuming fixed and closing. Please reopen if you still have a problem. This patch has caused SpecCPU2000 Ammp to f

[Bug rtl-optimization/47166] New: [4.5 4.6 Regression] SpecCpu2000 Ammp segfaults for ARM with -O3 -mthumb

2011-01-04 Thread ibolton at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47166 Summary: [4.5 4.6 Regression] SpecCpu2000 Ammp segfaults for ARM with -O3 -mthumb Product: gcc Version: 4.5.2 Status: UNCONFIRMED Keywords: wrong-code Severity: no

[Bug rtl-optimization/47166] [4.5 4.6 Regression] SpecCpu2000 Ammp segfaults for ARM with -O3 -mthumb

2011-01-04 Thread ibolton at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47166 --- Comment #2 from Ian Bolton 2011-01-04 12:30:23 UTC --- Created attachment 22896 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22896 Preprocessed source, before/after .s file, before/after IRA dump Contains the following: pr47166/rectm

[Bug rtl-optimization/47166] [4.5 4.6 Regression] SpecCpu2000 Ammp segfaults for ARM with -O3 -mthumb

2011-01-04 Thread ibolton at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47166 --- Comment #3 from Ian Bolton 2011-01-04 12:32:50 UTC --- > > pr47166/CMD - how to compile it > Sorry, I forgot to give cc1 commands: cc1 -fpreprocessed rectmm.i -quiet -dumpbase rectmm.i -mthumb -mcpu=cortex-a9 -mfloat-abi=softfp -mfpu=vfpv

[Bug rtl-optimization/47166] [4.5 4.6 Regression] SpecCpu2000 Ammp segfaults for ARM with -O3 -mthumb

2011-01-05 Thread ibolton at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47166 --- Comment #6 from Ian Bolton 2011-01-05 14:38:42 UTC --- > I mean, the insn 3163 should have matched without your patch. I'm missing analysis on why > that didn't happen> part. OK, I will do more analysis to try to determine what's going on.

[Bug rtl-optimization/47166] [4.5 4.6 Regression] SpecCpu2000 Ammp segfaults for ARM with -O3 -mthumb

2011-01-05 Thread ibolton at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47166 Ian Bolton changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/45814] ICE in extract_insn, at recog.c:2127

2011-01-07 Thread ibolton at gcc dot gnu.org
||2011.01.07 11:44:57 CC||ibolton at gcc dot gnu.org Ever Confirmed|0 |1 --- Comment #1 from Ian Bolton 2011-01-07 11:44:57 UTC --- I was able to replicate this with r165124 of trunk, but latest trunk is not

[Bug pch/45979] precompiled headers breakage on 2.6.36-rc Linux/ARM kernels

2011-01-07 Thread ibolton at gcc dot gnu.org
||2011.01.07 11:49:35 CC||ibolton at gcc dot gnu.org Ever Confirmed|0 |1 --- Comment #8 from Ian Bolton 2011-01-07 11:49:35 UTC --- Please can you confirm that this is now fixed in trunk, Mikael. And has it

[Bug target/47133] code size opportunity for boolean expression evaluation

2011-01-07 Thread ibolton at gcc dot gnu.org
|UNCONFIRMED |NEW Last reconfirmed||2011.01.07 14:29:29 CC||ibolton at gcc dot gnu.org Ever Confirmed|0 |1 --- Comment #1 from Ian Bolton 2011-01-07 14:29:29 UTC --- I have

[Bug rtl-optimization/47246] New: [4.6 Regression] Invalid immediate offset for Thumb VFP store

2011-01-10 Thread ibolton at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47246 Summary: [4.6 Regression] Invalid immediate offset for Thumb VFP store Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Compo

[Bug rtl-optimization/47246] [4.6 Regression] Invalid immediate offset for Thumb VFP store

2011-01-10 Thread ibolton at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47246 --- Comment #1 from Ian Bolton 2011-01-10 16:17:37 UTC --- Created attachment 22940 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22940 Demonstrates the problem instruction, on line 37

[Bug rtl-optimization/47166] [4.5/4.6 Regression] SpecCpu2000 Ammp segfaults for ARM with -O3 -mthumb

2011-01-11 Thread ibolton at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47166 --- Comment #10 from Ian Bolton 2011-01-11 17:42:52 UTC --- (In reply to comment #9) > Created attachment 22945 [details] > Test patch > > Could you try the following? It's a variant of a patch Richard Sandiford > recently posted. Thanks for lo

[Bug rtl-optimization/47166] [4.5/4.6 Regression] SpecCpu2000 Ammp segfaults for ARM with -O3 -mthumb

2011-01-12 Thread ibolton at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47166 Ian Bolton changed: What|Removed |Added Keywords||patch --- Comment #11 from Ian Bolton 2011-

[Bug rtl-optimization/47166] [4.5/4.6 Regression] SpecCpu2000 Ammp segfaults for ARM with -O3 -mthumb

2011-01-12 Thread ibolton at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47166 --- Comment #12 from Ian Bolton 2011-01-12 10:44:11 UTC --- (In reply to comment #9) > Created attachment 22945 [details] > Test patch > > Could you try the following? It's a variant of a patch Richard Sandiford > recently posted. Just noticed

[Bug rtl-optimization/47166] [4.5/4.6 Regression] SpecCpu2000 Ammp segfaults for ARM with -O3 -mthumb

2011-01-24 Thread ibolton at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47166 --- Comment #22 from Ian Bolton 2011-01-24 14:54:51 UTC --- (In reply to comment #21) > So is this now fixed on the trunk? Can anyone run SPEC2k? I can run it. I will report back when done.

[Bug rtl-optimization/47166] [4.5/4.6 Regression] SpecCpu2000 Ammp segfaults for ARM with -O3 -mthumb

2011-01-25 Thread ibolton at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47166 --- Comment #23 from Ian Bolton 2011-01-25 13:45:59 UTC --- (In reply to comment #21) > So is this now fixed on the trunk? Can anyone run SPEC2k? Spec2K's Ammp now runs correctly for trunk, with -mthumb -O3. The rest of Spec2K is OK too (apart

[Bug target/47246] [4.6 Regression] Invalid immediate offset for Thumb VFP store regression

2011-01-27 Thread ibolton at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47246 --- Comment #7 from Ian Bolton 2011-01-27 16:51:41 UTC --- (In reply to comment #6) > Assuming this is fixed now. Yes, I can use trunk to run the whole of Spec2K for -O3 -mthumb without errors.

[Bug rtl-optimization/47454] registers are not allocated according to its preferred order

2011-01-28 Thread ibolton at gcc dot gnu.org
||2011.01.28 09:57:13 CC||ibolton at gcc dot gnu.org Ever Confirmed|0 |1 --- Comment #1 from Ian Bolton 2011-01-28 09:57:13 UTC --- (In reply to comment #0) > Created attachment 23115 [details] > te

[Bug middle-end/44554] Stack space after sigsetjmp is reused

2011-01-28 Thread ibolton at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44554 Ian Bolton changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug c++/46317] Incorrect construction vtable on ARM in case of diamond shaped virtual inheritance

2011-01-28 Thread ibolton at gcc dot gnu.org
||2011.01.28 10:19:03 CC||ibolton at gcc dot gnu.org Ever Confirmed|0 |1 --- Comment #3 from Ian Bolton 2011-01-28 10:19:03 UTC --- (In reply to comment #2) > (In reply to comment #1) > > Does -fno-

[Bug target/46762] gcc crosscompiled for arm optimises away volatile struct member access when -Os

2011-01-28 Thread ibolton at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46762 Ian Bolton changed: What|Removed |Added CC||ibolton at gcc dot gnu.org Known to

[Bug middle-end/44554] Stack space after sigsetjmp is reused

2011-01-28 Thread ibolton at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44554 --- Comment #19 from Ian Bolton 2011-01-28 11:30:50 UTC --- (In reply to comment #18) > (In reply to comment #17) > > gcc 4.4.5 was released in October. Please can you confirm if this is now > > fixed. > > I think THIS bug is fixed in 4.4.5. Un

[Bug target/47543] ICE: in extract_insn, at recog.c:2109 when building zlib

2011-01-31 Thread ibolton at gcc dot gnu.org
||2011.01.31 10:53:30 CC||ibolton at gcc dot gnu.org Ever Confirmed|0 |1 Known to fail||4.6.0

[Bug target/47543] [4.6 Regression] ICE: in extract_insn, at recog.c:2109 when building zlib

2011-02-02 Thread ibolton at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47543 --- Comment #9 from Ian Bolton 2011-02-02 09:50:23 UTC --- (In reply to comment #8) > The potential fix seems to work fine on x86 as well. I'm going to build a > arm-elf toolchain and see if anything else pops up during a cross build. If > some

[Bug target/47543] [4.6 Regression] ICE: in extract_insn, at recog.c:2109 when building zlib

2011-02-02 Thread ibolton at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47543 --- Comment #10 from Ian Bolton 2011-02-02 14:49:02 UTC --- (In reply to comment #8) > The potential fix seems to work fine on x86 as well. I'm going to build a > arm-elf toolchain and see if anything else pops up during a cross build. If > som

[Bug target/47543] [4.6 Regression] ICE: in extract_insn, at recog.c:2109 when building zlib

2011-02-02 Thread ibolton at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47543 --- Comment #12 from Ian Bolton 2011-02-02 15:06:07 UTC --- >> The native bootstrap was successful. >> >> I configured with: "--with-cpu=cortex-a9 --with-float=softfp >> --with-fpu=vfpv3-d16 --with-mode=thumb --enable-languages=c,c++,fortran" >T

[Bug fortran/36158] Transformational function BESSEL_YN(n1,n2,x) and BESSEL_JN missing

2011-02-07 Thread ibolton at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36158 Ian Bolton changed: What|Removed |Added CC||ibolton at gcc dot gnu.org --- Comment #15

[Bug fortran/36158] Transformational function BESSEL_YN(n1,n2,x) and BESSEL_JN missing

2011-02-07 Thread ibolton at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36158 --- Comment #17 from Ian Bolton 2011-02-07 15:41:14 UTC --- (In reply to comment #16) > (In reply to comment #15) > > > > > Is this going to be backported to 4.5? It is required to make CSHIFT > > function > > correctly. > > It may be pruden

[Bug bootstrap/46456] cppbuiltin.o fails to build for arm-eabi

2011-02-09 Thread ibolton at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46456 Ian Bolton changed: What|Removed |Added CC||danglin at gcc dot gnu.org --- Comment #3 fr

[Bug target/46276] cppbuiltin.c:154:7: error: 'or' of unmatched not-equal tests is always 1 [-Werror]

2011-02-09 Thread ibolton at gcc dot gnu.org
||ibolton at gcc dot gnu.org Resolution||DUPLICATE --- Comment #5 from Ian Bolton 2011-02-09 09:38:57 UTC --- This is a duplicate of a fixed bug (PR46456), so marking RESOLVED DUPLICATE. *** This bug has been marked as a duplicate of bug 46456 ***

[Bug c++/47749] Wrong function return value

2011-02-15 Thread ibolton at gcc dot gnu.org
||2011.02.15 10:25:35 CC||ibolton at gcc dot gnu.org Ever Confirmed|0 |1 --- Comment #3 from Ian Bolton 2011-02-15 10:25:35 UTC --- What compile flags are you using? Have you tried gcc 4.5?

[Bug rtl-optimization/47166] [4.5 Regression] SpecCpu2000 Ammp segfaults for ARM with -O3 -mthumb

2011-02-15 Thread ibolton at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47166 --- Comment #30 from Ian Bolton 2011-02-15 15:47:24 UTC --- (In reply to comment #29) > I've had some problems with timeouts in my test setup, but I now have runs > that > differ only in that pthread1.cc times out for one multilib and no longer

[Bug target/47764] The constant load instruction should be hoisted out of loop

2011-02-18 Thread ibolton at gcc dot gnu.org
|UNCONFIRMED |NEW Last reconfirmed||2011.02.18 11:36:27 CC||ibolton at gcc dot gnu.org Ever Confirmed|0 |1 Known to fail||4.6.0 --- Comment #1 from

[Bug target/47831] avoid if-convertion if the conditional instructions and following conditional branch has the same condition

2011-02-22 Thread ibolton at gcc dot gnu.org
|UNCONFIRMED |NEW Last reconfirmed||2011.02.22 14:50:03 CC||ibolton at gcc dot gnu.org Ever Confirmed|0 |1 Known to fail||4.6.0 --- Comment #1 from

[Bug target/47920] strange code generated for expression (a+7)/8

2011-03-03 Thread ibolton at gcc dot gnu.org
||2011.03.03 10:49:54 CC||ibolton at gcc dot gnu.org Ever Confirmed|0 |1 --- Comment #4 from Ian Bolton 2011-03-03 10:49:54 UTC --- I don't think "strange code" applies any more, thanks to input

[Bug target/52060] Incorrect mask/and (ARM "bic") instruction generated for shifted expression parameter, triggered by -O2 -finline-functions

2012-02-03 Thread ibolton at gcc dot gnu.org
||2012-02-03 CC||ibolton at gcc dot gnu.org Ever Confirmed|0 |1 Known to fail||4.7.0 --- Comment #3 from Ian Bolton 2012-02-03 16:49:55 UTC --- Confirmed on trunk (r183840).

[Bug middle-end/51794] ICE (segfault) with -O -fmodulo-sched

2012-02-03 Thread ibolton at gcc dot gnu.org
||2012-02-03 CC||ibolton at gcc dot gnu.org Ever Confirmed|0 |1 --- Comment #1 from Ian Bolton 2012-02-03 18:44:16 UTC --- I could not reproduce with trunk (4.7.0) r183218 or r183840. Please can you provide

[Bug target/42949] ICE: reload_cse_simplify_operands, at postreload.c:396

2011-03-24 Thread ibolton at gcc dot gnu.org
||ibolton at gcc dot gnu.org --- Comment #3 from Ian Bolton 2011-03-24 14:24:23 UTC --- For gcc 4.5 r171282, arm-none-linux-gnueabi, I can run this command without error: arm-none-linux-gnueabi-g++ ~/investigate/pr42949.i -B. -c -O1 -mfpu=vfp It also works for trunk

[Bug target/48250] ICE in reload_cse_simplify_operands, at postreload.c:403

2011-03-24 Thread ibolton at gcc dot gnu.org
||4.5.3 Version|4.6.0 |4.7.0 Keywords||ice-on-valid-code Last reconfirmed||2011.03.24 14:34:13 CC||ibolton at gcc dot gnu.org

[Bug target/48308] crosscompiling to arm fails with assembler: can't resolve '.LC4' {.rodata.str1.1 section} - '.LPIC4' {*UND* section}

2011-03-29 Thread ibolton at gcc dot gnu.org
||2011.03.29 15:23:12 CC||ibolton at gcc dot gnu.org Known to work||4.4.5, 4.5.2 Ever Confirmed|0 |1 Known to fail||4.6.0, 4.7.0 --- Comment #6 from

[Bug target/48325] ICE in reload_cse_simplify_operands, at postreload.c:403 with neon optimized code

2011-03-29 Thread ibolton at gcc dot gnu.org
||2011.03.29 16:23:26 CC||ibolton at gcc dot gnu.org Ever Confirmed|0 |1 Known to fail||4.5.3, 4.7.0 --- Comment #2 from Ian Bolton 2011-03-29 16:23:26 UTC --- I get the same thing

[Bug other/48434] New: Large SpecCPUFP Performance Regression for Thumb-2

2011-04-04 Thread ibolton at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48434 Summary: Large SpecCPUFP Performance Regression for Thumb-2 Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: critical Priority: P3 Component: other AssignedT

[Bug other/48434] Large SpecCPUFP Performance Regression for Thumb-2

2011-04-05 Thread ibolton at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48434 Ian Bolton changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug rtl-optimization/48434] [4.7 Regression] Large SpecCPUFP Performance Regression for Thumb-2

2011-04-12 Thread ibolton at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48434 Ian Bolton changed: What|Removed |Added Keywords||patch Status|NEW

[Bug target/48808] ICE in spill_failure, at reload1.c:2113

2011-05-03 Thread ibolton at gcc dot gnu.org
|UNCONFIRMED |NEW Last reconfirmed||2011.05.03 10:54:06 CC||ibolton at gcc dot gnu.org Ever Confirmed|0 |1 Known to fail||4.7.0 --- Comment #1 from

[Bug target/48792] ICE in failed_reload, at reload1.c:6000

2011-05-03 Thread ibolton at gcc dot gnu.org
|UNCONFIRMED |NEW Last reconfirmed||2011.05.03 12:54:27 CC||ibolton at gcc dot gnu.org Known to work||4.7.0 See Also||http://gcc.gnu.org

[Bug driver/44273] Using -save-temps and @file should also save the intermediate @file used by the driver.

2011-05-10 Thread ibolton at gcc dot gnu.org
||ibolton at gcc dot gnu.org Resolution||WONTFIX --- Comment #1 from Ian Bolton 2011-05-10 09:38:15 UTC --- This can be achieved by specifying "-Wl,-debug", so the behaviour of --save-temps does not need to change.

[Bug target/49030] ICE in get_arm_condition_code, at config/arm/arm.c:17180

2011-05-20 Thread ibolton at gcc dot gnu.org
||2011.05.20 09:50:09 CC||ibolton at gcc dot gnu.org Ever Confirmed|0 |1 --- Comment #1 from Ian Bolton 2011-05-20 09:50:09 UTC --- I haven't been able to reproduce this. Please can you include the args

[Bug target/49069] ICE in gen_cstoredi4, at config/arm/arm.md:7554

2011-05-20 Thread ibolton at gcc dot gnu.org
||2011.05.20 10:05:11 CC||ibolton at gcc dot gnu.org Ever Confirmed|0 |1 Known to fail||4.7.0 --- Comment #1 from Ian Bolton 2011-05-20 10:05:11 UTC --- Confirmed. Fails for ARM

[Bug target/49049] ICE in copyprop_hardreg_forward_1, at regcprop.c:767

2011-05-20 Thread ibolton at gcc dot gnu.org
||2011.05.20 09:53:22 CC||ibolton at gcc dot gnu.org Ever Confirmed|0 |1 --- Comment #1 from Ian Bolton 2011-05-20 09:53:22 UTC --- Confirmed. Note that it does not happen for -marm. Full compilation command-line

[Bug target/49030] ICE in get_arm_condition_code, at config/arm/arm.c:17180

2011-05-20 Thread ibolton at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49030 Ian Bolton changed: What|Removed |Added Status|WAITING |NEW Known to fail|

[Bug target/49049] ICE in copyprop_hardreg_forward_1, at regcprop.c:767

2011-05-20 Thread ibolton at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49049 --- Comment #3 from Ian Bolton 2011-05-20 13:50:56 UTC --- Thanks for confirming that. If I try "-marm -mcpu=arm7tdmi" I can get the ICE, but not with "-marm -mcpu=cortex-a9".

[Bug target/46191] Non-absolute names in libgcc_s.so

2010-10-27 Thread ibolton at gcc dot gnu.org
||2010.10.27 11:06:55 CC||ibolton at gcc dot gnu.org Ever Confirmed|0 |1 --- Comment #3 from Ian Bolton 2010-10-27 11:06:55 UTC --- Setting status to NEW. How do other linker scripts do it?

[Bug target/46191] Non-absolute names in libgcc_s.so

2010-10-27 Thread ibolton at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46191 Ian Bolton changed: What|Removed |Added Status|NEW |WAITING --- Comment #4 from Ian Bolton 2010

[Bug target/46128] There is no mechanism for detecting VFP revisions in ARM GCC.

2010-10-27 Thread ibolton at gcc dot gnu.org
||2010.10.27 12:59:21 CC||ibolton at gcc dot gnu.org Ever Confirmed|0 |1 --- Comment #3 from Ian Bolton 2010-10-27 12:59:21 UTC --- Please complete the "Known to work", "Known to fail", &

[Bug target/49180] pr45070.c fails for -Os -mthumb

2011-06-01 Thread ibolton at gcc dot gnu.org
||2011.06.01 13:32:49 CC||ibolton at gcc dot gnu.org Ever Confirmed|0 |1 --- Comment #2 from Ian Bolton 2011-06-01 13:32:49 UTC --- I have managed to reproduce this with latest trunk. Hopefully, the copyright