[Bug target/64893] [5 Regression] ICE while doing a bootstrap with the latest compiler

2015-02-11 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64893 Andrew Pinski changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug target/64893] [5 Regression] ICE while doing a bootstrap with the latest compiler

2015-02-11 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64893 --- Comment #10 from Andrew Pinski --- Author: pinskia Date: Wed Feb 11 10:18:45 2015 New Revision: 220610 URL: https://gcc.gnu.org/viewcvs?rev=220610&root=gcc&view=rev Log: Fix bug 64893: ICE with vget_lane_u32 with C++ front-end 2015-02-11 A

[Bug target/64893] [5 Regression] ICE while doing a bootstrap with the latest compiler

2015-02-07 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64893 Andrew Pinski changed: What|Removed |Added Keywords||patch URL|

[Bug target/64893] [5 Regression] ICE while doing a bootstrap with the latest compiler

2015-02-06 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64893 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #8

[Bug target/64893] [5 Regression] ICE while doing a bootstrap with the latest compiler

2015-02-02 Thread alalaw01 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64893 alalaw01 at gcc dot gnu.org changed: What|Removed |Added CC||alalaw01 at gcc dot gnu.org

[Bug target/64893] [5 Regression] ICE while doing a bootstrap with the latest compiler

2015-02-02 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64893 Richard Biener changed: What|Removed |Added Priority|P3 |P1

[Bug target/64893] [5 Regression] ICE while doing a bootstrap with the latest compiler

2015-02-02 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64893 --- Comment #6 from Andrew Pinski --- Created attachment 34642 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34642&action=edit The patch which fixes the C++ failure (but does not include a testcase yet)

[Bug target/64893] [5 Regression] ICE while doing a bootstrap with the latest compiler

2015-02-02 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64893 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug target/64893] [5 Regression] ICE while doing a bootstrap with the latest compiler

2015-02-02 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64893 --- Comment #4 from Andrew Pinski --- Here is the "unincluded" version of the code: #include int search_line_fast (uint32x2_t t) { return vget_lane_u32 (t, 0); }

[Bug target/64893] [5 Regression] ICE while doing a bootstrap with the latest compiler

2015-02-01 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64893 --- Comment #3 from Andrew Pinski --- Can we change the arguments for __builtin_aarch64_im_lane_boundsi to take three arguments, the two sizeof's and the idx? And do the division inside the compiler? Also change the argument types of __builtin_

[Bug target/64893] [5 Regression] ICE while doing a bootstrap with the latest compiler

2015-01-31 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64893 --- Comment #2 from Andrew Pinski --- Ok, the problem is related to sizeof. Let me see if I can make the gimplifier fold the statements or something similar. Note we might want to change the first argument of __builtin_aarch64_im_lane_boundsi to

[Bug target/64893] [5 Regression] ICE while doing a bootstrap with the latest compiler

2015-01-31 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64893 --- Comment #1 from Andrew Pinski --- This was caused/exposed by revision 218532.

[Bug target/64893] [5 Regression] ICE while doing a bootstrap with the latest compiler

2015-01-31 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64893 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |5.0