[Bug target/68895] [ARM] ICE with target attributes

2016-01-20 Thread chrbr at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68895

chrbr at gcc dot gnu.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #4 from chrbr at gcc dot gnu.org ---
duplicate, expand needs to know the simd type mode. Fix under discussion:

https://gcc.gnu.org/ml/gcc-patches/2016-01/msg01429.html

*** This bug has been marked as a duplicate of bug 68674 ***

[Bug target/68895] [ARM] ICE with target attributes

2015-12-18 Thread chrbr at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68895

--- Comment #3 from chrbr at gcc dot gnu.org ---
Created attachment 37083
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37083=edit
fix under validation

Initial patch to recompute DECL_MODE

[Bug target/68895] [ARM] ICE with target attributes

2015-12-17 Thread chrbr at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68895

chrbr at gcc dot gnu.org changed:

   What|Removed |Added

   Keywords||ice-on-invalid-code

--- Comment #2 from chrbr at gcc dot gnu.org ---
int8x8_t local decl should not be allowed in non-simd mode.

[Bug target/68895] [ARM] ICE with target attributes

2015-12-14 Thread chrbr at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68895

chrbr at gcc dot gnu.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Last reconfirmed||2015-12-14
 Ever confirmed|0   |1

--- Comment #1 from chrbr at gcc dot gnu.org ---
This is related to the discussion we had recently with Kyril whereas we noticed
that simd types can be used with different TARGET_VECTOR_MODE_SUPPORTED_P  due
to the TARGET_NEON dependencies. Note that the discrepancy happens here for
parms but this is also complicated for global decl for which
set_current_function doesn't switch.
looking at it