[Bug middle-end/72076] cmath: illegal instruction (constexpr)

2016-08-09 Thread t.hirsch at web dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72076 Thorsten Hirsch changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug middle-end/72076] cmath: illegal instruction (constexpr)

2016-08-09 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72076 --- Comment #8 from Andrew Pinski --- Also white spaces are still white spaces so joining lines should not make a different.

[Bug middle-end/72076] cmath: illegal instruction (constexpr)

2016-08-09 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72076 --- Comment #7 from Andrew Pinski --- (In reply to Thorsten Hirsch from comment #6) > One by one. :) > I mean this snippet: > > template > > constexpr > > typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value, > >

[Bug middle-end/72076] cmath: illegal instruction (constexpr)

2016-08-09 Thread t.hirsch at web dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72076 --- Comment #6 from Thorsten Hirsch --- One by one. :) I mean this snippet: template constexpr typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value, int>::__type ilogb(_Tp __x) { r

[Bug middle-end/72076] cmath: illegal instruction (constexpr)

2016-08-09 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72076 --- Comment #5 from Andrew Pinski --- (In reply to Thorsten Hirsch from comment #4) > Sorry, you lost me - does my GMP installation cause the compilation error > (illegal instruction) or does it cause the lonely constexpr without a type > in the

[Bug middle-end/72076] cmath: illegal instruction (constexpr)

2016-08-09 Thread t.hirsch at web dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72076 --- Comment #4 from Thorsten Hirsch --- Sorry, you lost me - does my GMP installation cause the compilation error (illegal instruction) or does it cause the lonely constexpr without a type in the cmath header? In other words: is the lonely const

[Bug middle-end/72076] cmath: illegal instruction (constexpr)

2016-08-05 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72076 --- Comment #3 from Andrew Pinski --- (In reply to Thorsten Hirsch from comment #2) > In that case it might be a problem of Arch's multilib, which is their way of > allowing 32bit compilations on x64, see [1] and [2]. So my gcc package is > calle

[Bug middle-end/72076] cmath: illegal instruction (constexpr)

2016-07-25 Thread t.hirsch at web dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72076 --- Comment #2 from Thorsten Hirsch --- In that case it might be a problem of Arch's multilib, which is their way of allowing 32bit compilations on x64, see [1] and [2]. So my gcc package is called gcc-multilib, which includes (depends on) the 32

[Bug middle-end/72076] cmath: illegal instruction (constexpr)

2016-07-25 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72076 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|