[Bug target/64377] nios2 compile error in options-save.c

2015-02-09 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64377 --- Comment #20 from Martin Liška marxin at gcc dot gnu.org --- Can I please ask someone to confirm that the patch works and mark this issue as resolved?

[Bug target/64377] nios2 compile error in options-save.c

2015-02-09 Thread joel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64377 Joel Sherrill joel at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug target/64377] nios2 compile error in options-save.c

2015-01-20 Thread joel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64377 --- Comment #19 from Joel Sherrill joel at gcc dot gnu.org --- Sorry.. wrong PR.

[Bug target/64377] nios2 compile error in options-save.c

2015-01-20 Thread joel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64377 --- Comment #18 from Joel Sherrill joel at gcc dot gnu.org --- I added Jon Beniston who did the initial port and Sebastien Bourdeauducq who is listed as the lm32 maintainer but hasn't committed since 2011. I hope one of them can help out here.

[Bug target/64377] nios2 compile error in options-save.c

2015-01-15 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64377 --- Comment #17 from Martin Liška marxin at gcc dot gnu.org --- Author: marxin Date: Thu Jan 15 09:53:55 2015 New Revision: 219636 URL: https://gcc.gnu.org/viewcvs?rev=219636root=gccview=rev Log: Target optimization nodes: add support for

[Bug target/64377] nios2 compile error in options-save.c

2015-01-14 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64377 --- Comment #16 from Martin Liška marxin at gcc dot gnu.org --- Thank you for testing, there's patch I've just sent to gcc-patches ML: https://gcc.gnu.org/ml/gcc-patches/2015-01/msg01008.html. Martin

[Bug target/64377] nios2 compile error in options-save.c

2015-01-13 Thread sandra at codesourcery dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64377 --- Comment #10 from Sandra Loosemore sandra at codesourcery dot com --- Test results do not look good with the new patch; over 7000 new failures on -flto tests in the gcc testsuite alone. :-( I see a lot of lto1: internal compiler error: in

[Bug target/64377] nios2 compile error in options-save.c

2015-01-13 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64377 --- Comment #12 from Martin Liška marxin at gcc dot gnu.org --- There's fixed version of the patch where I fixed wrong loop boundaries: for (int i = n2fpu_code_num - 1; i = 0; i--) ptr-saved_fpu_custom_code[i] = (int) bp_unpack_value (bp,

[Bug target/64377] nios2 compile error in options-save.c

2015-01-13 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64377 --- Comment #11 from Martin Liška marxin at gcc dot gnu.org --- Created attachment 34435 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=34435action=edit Fixed version of the patch

[Bug target/64377] nios2 compile error in options-save.c

2015-01-13 Thread sandra at codesourcery dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64377 --- Comment #13 from Sandra Loosemore sandra at codesourcery dot com --- I think the new version of the patch in comment 11 is probably OK. I ran the entire gcc testsuite (but not g++, etc yet) and have a couple hundred regressions compared to

[Bug target/64377] nios2 compile error in options-save.c

2015-01-13 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64377 --- Comment #14 from Martin Liška marxin at gcc dot gnu.org --- Thank you for testing. If the patch is going to be OK, I will send it to mailing list with corresponding ChangeLog entry.

[Bug target/64377] nios2 compile error in options-save.c

2015-01-13 Thread sandra at codesourcery dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64377 --- Comment #15 from Sandra Loosemore sandra at codesourcery dot com --- It looks like the apparent regressions in my test results are actually the result of cascading errors from the test harness (Dejagnu is failing to fully reset state after a

[Bug target/64377] nios2 compile error in options-save.c

2015-01-12 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64377 Martin Liška marxin at gcc dot gnu.org changed: What|Removed |Added CC||marxin at gcc

[Bug target/64377] nios2 compile error in options-save.c

2015-01-12 Thread sandra at codesourcery dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64377 --- Comment #9 from Sandra Loosemore sandra at codesourcery dot com --- I've started running nios2-elf regression tests on hardware to compare against a pre-breakage version from early November; it probably will not be done until tomorrow

[Bug target/64377] nios2 compile error in options-save.c

2015-01-12 Thread joel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64377 --- Comment #8 from Joel Sherrill joel at gcc dot gnu.org --- (In reply to Martin Liška from comment #7) Hello. There's suggested patch [1], may I ask someone from nios2 community for testing the patch? [1]

[Bug target/64377] nios2 compile error in options-save.c

2015-01-08 Thread sandra at codesourcery dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64377 --- Comment #5 from Sandra Loosemore sandra at codesourcery dot com --- I think complete failure to build GCC for nios2 target due to target-inspecific changes is a serious regression that needs to be addressed for GCC 5 release. Can we up the

[Bug target/64377] nios2 compile error in options-save.c

2015-01-08 Thread joel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64377 --- Comment #6 from Joel Sherrill joel at gcc dot gnu.org --- (In reply to Sandra Loosemore from comment #5) I think complete failure to build GCC for nios2 target due to target-inspecific changes is a serious regression that needs to be

[Bug target/64377] nios2 compile error in options-save.c

2014-12-28 Thread sandra at codesourcery dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64377 Sandra Loosemore sandra at codesourcery dot com changed: What|Removed |Added CC||hubicka

[Bug target/64377] nios2 compile error in options-save.c

2014-12-28 Thread sandra at codesourcery dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64377 Sandra Loosemore sandra at codesourcery dot com changed: What|Removed |Added CC||sandra

[Bug target/64377] nios2 compile error in options-save.c

2014-12-22 Thread joel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64377 --- Comment #1 from Joel Sherrill joel at gcc dot gnu.org --- Looking at the generated options-save.c, the first line of this method is clearly incorrect in the cast on the RHS. It looks like a full declaration and not a type. If anyone familiar

[Bug target/64377] nios2 compile error in options-save.c

2014-12-22 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64377 Manuel López-Ibáñez manu at gcc dot gnu.org changed: What|Removed |Added Keywords||build