[Bug lto/65130] [5 Regression] ICE with LTO on valid code on x86_64-linux-gnu

2015-03-01 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65130 --- Comment #10 from Jan Hubicka --- The bug is: fn3/5 (fn3) @0x76ae5dc8 Type: function definition analyzed Visibility: prevailing_def_ironly previous sharing asm name: 11 References: a/4 (read) Referring: Read from file: b.o

[Bug target/65263] [5 Regression] ICE (error: unrecognizable insn / in insn_min_length, at config/rs6000/rs6000.md) on powerpc64le-linux-gnu

2015-03-01 Thread hubicka at ucw dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65263 --- Comment #5 from Jan Hubicka --- Hi, the following (untested) patch should prevent redirection to happen. Index: ipa-icf.c === --- ipa-icf.c(revision 221096) +++ ipa-icf.c

[Bug lto/65130] [5 Regression] ICE with LTO on valid code on x86_64-linux-gnu

2015-03-01 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65130 --- Comment #9 from Jan Hubicka --- Aha, almost definitely papering over. I will check tomorrow, thanks!

[Bug lto/65130] [5 Regression] ICE with LTO on valid code on x86_64-linux-gnu

2015-03-01 Thread aldyh at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65130 --- Comment #8 from Aldy Hernandez --- Cannot reproduce. Fixed on mainline by: commit b9cb01c10d90420929551763dae489c1ef53af93 Author: hubicka Date: Sun Mar 1 01:08:47 2015 + * ipa-inline.c (can_inline_edge_p): Match opt_for_fn

[Bug target/65249] unable to find a register to spill in class 'R0_REGS' when compiling protobuf on sh4

2015-03-01 Thread kkojima at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65249 --- Comment #13 from Kazumoto Kojima --- Created attachment 34915 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34915&action=edit an adhoc patch for 4.9 It pre-allocates R0 for this special case to break long R0 liveness. Ugly but it work

[Bug middle-end/65233] [5 Regression] ICE (segfault) on arm-linux-gnueabihf and aarch64-linux-gnu

2015-03-01 Thread aldyh at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65233 --- Comment #17 from Aldy Hernandez --- FWIW, the removal happens by virtue of: /* The hash table traversals above created the duplicate blocks (and the statements within the duplicate blocks). This loop creates PHI nodes for the du

[Bug middle-end/65233] [5 Regression] ICE (segfault) on arm-linux-gnueabihf and aarch64-linux-gnu

2015-03-01 Thread aldyh at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65233 Aldy Hernandez changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug middle-end/65233] [5 Regression] ICE (segfault) on arm-linux-gnueabihf and aarch64-linux-gnu

2015-03-01 Thread aldyh at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65233 --- Comment #16 from Aldy Hernandez --- (In reply to Jeffrey A. Law from comment #14) > Presumably this is a case where a block has become unreachable? Or is it a > case where the block previously had multiple preds, then by way of jump > thread

[Bug middle-end/65233] [5 Regression] ICE (segfault) on arm-linux-gnueabihf and aarch64-linux-gnu

2015-03-01 Thread aldyh at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65233 --- Comment #15 from Aldy Hernandez --- Author: aldyh Date: Mon Mar 2 05:22:03 2015 New Revision: 221097 URL: https://gcc.gnu.org/viewcvs?rev=221097&root=gcc&view=rev Log: PR middle-end/65233 * ipa-polymorphic-call.c (walk_ssa_copies):

[Bug target/65233] [5 Regression] ICE (segfault) on arm-linux-gnueabihf and aarch64-linux-gnu

2015-03-01 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65233 Jeffrey A. Law changed: What|Removed |Added CC||law at redhat dot com --- Comment #14 f

[Bug c++/65273] Incorrect output in SIMPLE program compiled from high version gcc with O2

2015-03-01 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65273 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/65273] New: Incorrect output in SIMPLE program compiled from high version gcc with O2

2015-03-01 Thread codeeply at foxmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65273 Bug ID: 65273 Summary: Incorrect output in SIMPLE program compiled from high version gcc with O2 Product: gcc Version: 4.8.2 Status: UNCONFIRMED Severity: norma

[Bug go/65272] switch on type of interface failing

2015-03-01 Thread JamesMikeDuPont at googlemail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65272 --- Comment #1 from James Michael DuPont --- output is : test.go:6:8: error: expected type

[Bug go/65272] switch on type of interface failing

2015-03-01 Thread JamesMikeDuPont at googlemail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65272 --- Comment #2 from James Michael DuPont --- also on github https://github.com/golang/go/issues/10047

[Bug go/65272] New: switch on type of interface failing

2015-03-01 Thread JamesMikeDuPont at googlemail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65272 Bug ID: 65272 Summary: switch on type of interface failing Product: gcc Version: 4.9.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: go

[Bug target/65263] [5 Regression] ICE (error: unrecognizable insn / in insn_min_length, at config/rs6000/rs6000.md) on powerpc64le-linux-gnu

2015-03-01 Thread amodra at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65263 --- Comment #4 from Alan Modra --- > I assume the problem is that thunk can not be generated to non-local symbol. Yes, that is at the root of this problem. The thunk can't be allowed to jump to anything outside the current object file. The pat

[Bug c++/65271] New: Mem-declarator after class-specifier cannot declare rvalue reference

2015-03-01 Thread potswa at mac dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65271 Bug ID: 65271 Summary: Mem-declarator after class-specifier cannot declare rvalue reference Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal

[Bug target/65263] [5 Regression] ICE (error: unrecognizable insn / in insn_min_length, at config/rs6000/rs6000.md) on powerpc64le-linux-gnu

2015-03-01 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65263 --- Comment #3 from Jan Hubicka --- Semantic equality hit:bool VirtualMatrice::m_fn1(int) const [with R = int]->virtual bool C::m_fn1(int) const Assembler symbol names:_ZNK14VirtualMatriceIiE5m_fn1Ei->_ZNK1CIiE5m_fn1Ei Wrapper cannot be cr

[Bug target/65263] [5 Regression] ICE (error: unrecognizable insn / in insn_min_length, at config/rs6000/rs6000.md) on powerpc64le-linux-gnu

2015-03-01 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65263 --- Comment #2 from Jan Hubicka --- Hmm, this seems interesting. The revision enabled more merging in ICF. The expansion dies in output MI thunk that is not ICF produced thunk. So only conclussion I can think of is that ICF redirected call in th

[Bug ipa/64988] [5 Regression] ICE: verify_cgraph_node failed: Alias and target's comdat groups differs with -fdeclone-ctor-dtor

2015-03-01 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64988 --- Comment #5 from Jan Hubicka --- And concerning Jakub's question, get_alias_target will ICE when the target does not exist :). This is the case in corner situation (call graph construction and function removal - where you hit it). Also weakre

[Bug target/65263] [5 Regression] ICE (error: unrecognizable insn / in insn_min_length, at config/rs6000/rs6000.md) on powerpc64le-linux-gnu

2015-03-01 Thread amodra at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65263 Alan Modra changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug ipa/64988] [5 Regression] ICE: verify_cgraph_node failed: Alias and target's comdat groups differs with -fdeclone-ctor-dtor

2015-03-01 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64988 --- Comment #4 from Jan Hubicka --- And concerning Jakub's question, get_alias_target will ICE when the target does not exist :) This can be the case during function removal that use dissolve_comdat_group. But it is also the case of weakref that

[Bug target/65233] [5 Regression] ICE (segfault) on arm-linux-gnueabihf and aarch64-linux-gnu

2015-03-01 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65233 --- Comment #13 from Jan Hubicka --- Yep, this seems resonable patch to me. It is OK if it passes testing.

[Bug ipa/65270] New: [5 regression] ICF needs to match TYPE attributes on memory accesses

2015-03-01 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65270 Bug ID: 65270 Summary: [5 regression] ICF needs to match TYPE attributes on memory accesses Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal

[Bug target/63890] [4.9/5 regression] Compiling trivial program with -O -p leads to misaligned stack

2015-03-01 Thread hubicka at ucw dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63890 --- Comment #18 from Jan Hubicka --- > I'm happy to defer the question to the person that reviews the patch for the > tree. I'd like a codegen type person that understands the proposed change to > review it. They may feel perfectly comfortable

[Bug target/65249] unable to find a register to spill in class 'R0_REGS' when compiling protobuf on sh4

2015-03-01 Thread kkojima at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65249 --- Comment #12 from Kazumoto Kojima --- It turned out that the patch in c#10 easily produces wrong codes. Now I'm testing another adhoc fix.

[Bug target/55295] [SH] Add support for fipr instruction

2015-03-01 Thread turkeyman at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55295 --- Comment #12 from Manu Evans --- Hey, I'm still following this with great interest. Is it possible to make an intrinsic for this instruction so it can be issued at will? What I'm still more interested in at this point, would be some support

[Bug ipa/64988] [5 Regression] ICE: verify_cgraph_node failed: Alias and target's comdat groups differs with -fdeclone-ctor-dtor

2015-03-01 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64988 --- Comment #3 from Jan Hubicka --- The problem here is that inliner dissolves comdat group it should not. We inline comdat local function and the fact we can remove it from program does not mean we can dissolve the group. I am testing: Index: i

[Bug target/63890] [4.9/5 regression] Compiling trivial program with -O -p leads to misaligned stack

2015-03-01 Thread mrs at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63890 --- Comment #17 from mrs at gcc dot gnu.org --- I'm happy to defer the question to the person that reviews the patch for the tree. I'd like a codegen type person that understands the proposed change to review it. They may feel perfectly comfort

[Bug ipa/65006] [5 Regression] 252.eon in SPEC CPU 2000 miscompiled with LTO

2015-03-01 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65006 --- Comment #13 from Jan Hubicka --- What is status of this bug? I believe it was analyzed and fixed?

[Bug lto/65130] [5 Regression] ICE with LTO on valid code on x86_64-linux-gnu

2015-03-01 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65130 Jan Hubicka changed: What|Removed |Added Status|NEW |WAITING --- Comment #7 from Jan Hubicka -

[Bug go/63731] Fallback to netgo does not work

2015-03-01 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63731 --- Comment #28 from Ian Lance Taylor --- Currently there is no reasonable way to use the Go DNS resolver when using gccgo. Any program that uses the net package will call glibc for DNS resolution, meaning that you are limited to what glibc will

[Bug target/63890] [4.9/5 regression] Compiling trivial program with -O -p leads to misaligned stack

2015-03-01 Thread hubicka at ucw dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63890 --- Comment #16 from Jan Hubicka --- > Substantially changing code gen 2 days before release with inadequate testing > is slightly dangerous; seem more appropriate for stage 1. What release you have in mind? Honza

[Bug target/63890] [4.9/5 regression] Compiling trivial program with -O -p leads to misaligned stack

2015-03-01 Thread mrs at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63890 --- Comment #15 from mrs at gcc dot gnu.org --- Substantially changing code gen 2 days before release with inadequate testing is slightly dangerous; seem more appropriate for stage 1.

[Bug target/65267] While compiling gcc/errors.c, invalid link options passed to Solaris Linker

2015-03-01 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65267 --- Comment #1 from Andreas Schwab --- *** Bug 65268 has been marked as a duplicate of this bug. ***

[Bug c/65268] While compiling gcc/errors.c, invalid link options passed to Solaris Linker

2015-03-01 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65268 Andreas Schwab changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/65269] internal compiler error: Segmentation fault

2015-03-01 Thread hgkamath at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65269 --- Comment #1 from GK --- /vol/apps/conceptgcc/20150220/bin/g++ -v -save-temps -std=c++1z ~/tmp/a.cc Using built-in specs. COLLECT_GCC=/vol/apps/conceptgcc/20150220/bin/gcc COLLECT_LTO_WRAPPER=/vol002/tmp/20150220/bin/../libexec/gcc/x86_64-unk

[Bug c++/65269] New: internal compiler error: Segmentation fault

2015-03-01 Thread hgkamath at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65269 Bug ID: 65269 Summary: internal compiler error: Segmentation fault Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug ipa/61916] Internal compiler error in symtab_nonoverwritable_alias with -O2

2015-03-01 Thread steve at sk2 dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61916 --- Comment #7 from Stephen Kitt --- Created attachment 34913 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34913&action=edit Pre-processed source reproducing the bug

[Bug middle-end/63373] ELF symbol sizes for variable-length objects are too small

2015-03-01 Thread steve at sk2 dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63373 --- Comment #5 from Stephen Kitt --- Oops sorry, wrong bug...

[Bug middle-end/63373] ELF symbol sizes for variable-length objects are too small

2015-03-01 Thread steve at sk2 dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63373 Stephen Kitt changed: What|Removed |Added CC||steve at sk2 dot org --- Comment #4 from

[Bug ipa/61916] Internal compiler error in symtab_nonoverwritable_alias with -O2

2015-03-01 Thread steve at sk2 dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61916 Stephen Kitt changed: What|Removed |Added CC||steve at sk2 dot org --- Comment #6 from

[Bug target/63890] [4.9/5 regression] Compiling trivial program with -O -p leads to misaligned stack

2015-03-01 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63890 Jan Hubicka changed: What|Removed |Added CC||hubicka at gcc dot gnu.org --- Comment #14

[Bug c/65268] New: While compiling gcc/errors.c, invalid link options passed to Solaris Linker

2015-03-01 Thread rj7252 at att dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65268 Bug ID: 65268 Summary: While compiling gcc/errors.c, invalid link options passed to Solaris Linker Product: gcc Version: 4.9.2 Status: UNCONFIRMED Severity: nor

[Bug c/65267] New: While compiling gcc/errors.c, invalid link options passed to Solaris Linker

2015-03-01 Thread rj7252 at att dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65267 Bug ID: 65267 Summary: While compiling gcc/errors.c, invalid link options passed to Solaris Linker Product: gcc Version: 4.9.2 Status: UNCONFIRMED Severity: nor

[Bug target/65266] New: [SH] Use rotcl for bit reversals

2015-03-01 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65266 Bug ID: 65266 Summary: [SH] Use rotcl for bit reversals Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target A

[Bug target/63890] [4.9/5 regression] Compiling trivial program with -O -p leads to misaligned stack

2015-03-01 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63890 howarth at bromo dot med.uc.edu changed: What|Removed |Added CC||howarth at bromo dot med

[Bug ipa/65245] [5 Regression] internal compiler error: in address_matters_p, at symtab.c:1908

2015-03-01 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65245 --- Comment #4 from Jan Hubicka --- Author: hubicka Date: Sun Mar 1 20:23:21 2015 New Revision: 221090 URL: https://gcc.gnu.org/viewcvs?rev=221090&root=gcc&view=rev Log: 2015-02-28 Martin Liska Jan Hubicka PR ipa/65245 *

[Bug target/65265] New: [SH] Use rotcl to logically and/or comparison results

2015-03-01 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65265 Bug ID: 65265 Summary: [SH] Use rotcl to logically and/or comparison results Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Componen

[Bug target/51244] [SH] Inefficient conditional branch and code around T bit

2015-03-01 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51244 Oleg Endo changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug target/55295] [SH] Add support for fipr instruction

2015-03-01 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55295 --- Comment #11 from Oleg Endo --- A note on the side... As mentioned above, fipr can also be used to do a 3D dot product. However, GCC's vector extensions do not allow specifying vectors of length 3. To support that I guess the easiest way is

[Bug target/65249] unable to find a register to spill in class 'R0_REGS' when compiling protobuf on sh4

2015-03-01 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65249 --- Comment #11 from Oleg Endo --- Thanks! If this successfully works around the problem, it probably would also make sense for GCC 5 with a 'if (!sh_lra_p ()) ...'

[Bug target/61142] [SH] QImode/HImode @(R0,Rm),Rn does not load to Rn = R0

2015-03-01 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61142 Oleg Endo changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/61142] [SH] QImode/HImode @(R0,Rm),Rn does not load to Rn = R0

2015-03-01 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61142 --- Comment #7 from Oleg Endo --- Author: olegendo Date: Sun Mar 1 18:47:38 2015 New Revision: 221089 URL: https://gcc.gnu.org/viewcvs?rev=221089&root=gcc&view=rev Log: gcc/testsuite/ PR target/61142 * gcc.target/sh/sh/pr61142.c: New.

[Bug fortran/65144] Problems printing, reading and accessing substrings of ISO_10646 character variables

2015-03-01 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65144 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug debug/65264] New: compare debug failure when using stdin

2015-03-01 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65264 Bug ID: 65264 Summary: compare debug failure when using stdin Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: debug

[Bug target/65233] [5 Regression] ICE (segfault) on arm-linux-gnueabihf and aarch64-linux-gnu

2015-03-01 Thread aldyh at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65233 Aldy Hernandez changed: What|Removed |Added CC||law at gcc dot gnu.org --- Comment #12

[Bug ada/65259] Failure to build Ada DVI and PDF documentation

2015-03-01 Thread andris.pavenis at iki dot fi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65259 --- Comment #4 from Andris Pavenis --- Now it is OK. Thanks.

[Bug go/63731] Fallback to netgo does not work

2015-03-01 Thread e29253 at jp dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63731 --- Comment #27 from Tatsushi Inagaki --- (In reply to Ian Lance Taylor from comment #26) > Tatsushi: are you asking about gccgo, or about gc? I'm asking about gccgo.

[Bug target/65233] [5 Regression] ICE (segfault) on arm-linux-gnueabihf and aarch64-linux-gnu

2015-03-01 Thread aldyh at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65233 Aldy Hernandez changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|2015-02-27 00:00

[Bug target/65249] unable to find a register to spill in class 'R0_REGS' when compiling protobuf on sh4

2015-03-01 Thread kkojima at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65249 --- Comment #10 from Kazumoto Kojima --- On second thought, we could fix this with an adhoc way. I'm testing the following patch for 4.9. diff --git a/config/sh/sh.md b/config/sh/sh.md index d957e55..93fd84e 100644 --- a/config/sh/sh.md +++ b/co

[Bug rtl-optimization/65067] regression on accessing volatile bit field

2015-03-01 Thread bernd.edlinger at hotmail dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65067 --- Comment #6 from Bernd Edlinger --- Ok, I think I understand now, what is wrong. r216989 did just cause the strict-alignment code path to be executed, which was not the case before. Actually the extract_bit_field code is also wrong, but the

[Bug target/65263] New: [5 Regression] ICE (error: unrecognizable insn / in insn_min_length, at config/rs6000/rs6000.md) on powerpc64le-linux-gnu

2015-03-01 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65263 Bug ID: 65263 Summary: [5 Regression] ICE (error: unrecognizable insn / in insn_min_length, at config/rs6000/rs6000.md) on powerpc64le-linux-gnu Product: gcc Vers

[Bug target/65249] unable to find a register to spill in class 'R0_REGS' when compiling protobuf on sh4

2015-03-01 Thread kkojima at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65249 --- Comment #9 from Kazumoto Kojima --- (In reply to Oleg Endo from comment #8) > Kaz, maybe you have an idea how to quick fix this problem? I'm too obsessed > with the r0-prealloc idea at the moment and can't see clearly. All we have ATM are t

[Bug target/65261] [5 Regression] bootstrap-ubsan ppc64le: gcc/libcpp/lex.c:552:30: runtime error: load of misaligned address 0x01002172dfc6 for type 'const uchar', which requires 16 byte alignment

2015-03-01 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65261 --- Comment #1 from Markus Trippelsdorf --- Maybe just adding __attribute__ ((no_sanitize_undefined)) to the function is the right solution it this case?

[Bug lto/65262] New: Link time optimization breaks use __attribute__((section("..."))) in templates

2015-03-01 Thread goswin-v-b at web dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65262 Bug ID: 65262 Summary: Link time optimization breaks use __attribute__((section("..."))) in templates Product: gcc Version: 4.8.3 Status: UNCONFIRMED Severity:

[Bug target/65261] New: [5 Regression] bootstrap-ubsan ppc64le: gcc/libcpp/lex.c:552:30: runtime error: load of misaligned address 0x01002172dfc6 for type 'const uchar', which requires 16 byte alignme

2015-03-01 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65261 Bug ID: 65261 Summary: [5 Regression] bootstrap-ubsan ppc64le: gcc/libcpp/lex.c:552:30: runtime error: load of misaligned address 0x01002172dfc6 for type 'const uch

[Bug target/65249] unable to find a register to spill in class 'R0_REGS' when compiling protobuf on sh4

2015-03-01 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65249 --- Comment #8 from Oleg Endo --- Created attachment 34910 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34910&action=edit Various R0 pre-alloc splits (2) (In reply to Oleg Endo from comment #7) > Created attachment 34902 [details] > Vari

[Bug ada/65259] Failure to build Ada DVI and PDF documentation

2015-03-01 Thread charlet at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65259 Arnaud Charlet changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/65233] [5 Regression] ICE (segfault) on arm-linux-gnueabihf and aarch64-linux-gnu

2015-03-01 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65233 Matthias Klose changed: What|Removed |Added Target|arm-linux-gnueabihf |arm-linux-gnueabihf,

[Bug target/65233] [5 Regression] ICE (segfault) on arm-linux-gnueabihf and aarch64-linux-gnu

2015-03-01 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65233 --- Comment #10 from Matthias Klose --- Created attachment 34909 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34909&action=edit test case for aarch64

[Bug ada/65259] Failure to build Ada DVI and PDF documentation

2015-03-01 Thread charlet at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65259 --- Comment #2 from Arnaud Charlet --- Author: charlet Date: Sun Mar 1 10:16:20 2015 New Revision: 221087 URL: https://gcc.gnu.org/viewcvs?rev=221087&root=gcc&view=rev Log: PR ada/65259 * doc/gnat_ugn/gnat_project_manager.rst,

[Bug target/65260] New: [SH] Convert add add sub -> sub sub sub

2015-03-01 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65260 Bug ID: 65260 Summary: [SH] Convert add add sub -> sub sub sub Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target

[Bug ada/65259] Failure to build Ada DVI and PDF documentation

2015-03-01 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65259 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug ada/65259] New: Failure to build Ada DVI and PDF documentation

2015-03-01 Thread andris.pavenis at iki dot fi
d make dvi fail for gcc version 5.0.0 20150301 (experimental) (GCC) configured with Ada compiler enabled I did not have this problem with gcc version 5.0.0 20150202 (experimental) (GCC)

[Bug c/65258] New: Wrong array bounds warning

2015-03-01 Thread myrusmailacc at ru dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65258 Bug ID: 65258 Summary: Wrong array bounds warning Product: gcc Version: 4.9.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c Assignee:

[Bug target/65233] [5 Regression] ICE (segfault) on arm-linux-gnueabihf

2015-03-01 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65233 --- Comment #8 from Matthias Klose --- this is the testcase from ardour3: $ g++ -c -g -O3 -fPIC track3.ii track3.ii: In member function 'void F::apply(void (Track::*)(T, void*), T, void*) [with T = bool]': track3.ii:108:1: internal compiler