[Bug target/83528] Nios2: redundant pointers to the record fields

2017-12-21 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83528 --- Comment #10 from Markus Trippelsdorf --- And BTW in the future you can easily check all this yourself by building a stage1 cross-compiler: gcc_build_dir % ../gcc/configure --disable-bootstrap --enable-languages=c --target=nios2-elf gcc_bu

[Bug target/83528] Nios2: redundant pointers to the record fields

2017-12-21 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83528 Markus Trippelsdorf changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/83528] Nios2: redundant pointers to the record fields

2017-12-21 Thread already5chosen at yahoo dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83528 Michael_S changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED Resolution|WONTFIX

[Bug target/83528] Nios2: redundant pointers to the record fields

2017-12-21 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83528 Markus Trippelsdorf changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/83528] Nios2: redundant pointers to the record fields

2017-12-21 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83528 --- Comment #6 from Markus Trippelsdorf --- (In reply to Michael_S from comment #3) > Well, the guidline here https://gcc.gnu.org/bugs/ specifically tells me that > it's one of the things that you don't want ;) The rule is there to discourage fo

[Bug target/83528] Nios2: redundant pointers to the record fields

2017-12-21 Thread already5chosen at yahoo dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83528 --- Comment #5 from Michael_S --- Created attachment 42944 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=42944&action=edit good asm output (gcc 4.8.3)

[Bug target/83528] Nios2: redundant pointers to the record fields

2017-12-21 Thread already5chosen at yahoo dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83528 --- Comment #4 from Michael_S --- Created attachment 42943 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=42943&action=edit bad asm output (gcc 5.3.0)

[Bug target/83528] Nios2: redundant pointers to the record fields

2017-12-21 Thread already5chosen at yahoo dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83528 --- Comment #3 from Michael_S --- Well, the guidline here https://gcc.gnu.org/bugs/ specifically tells me that it's one of the things that you don't want ;) But yes, I can.

[Bug target/83528] Nios2: redundant pointers to the record fields

2017-12-21 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83528 Markus Trippelsdorf changed: What|Removed |Added Target||nios2-elf CC|