public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/64893] New: [5 Regression] ICE while doing a bootstrap with the latest compiler
@ 2015-02-01  1:37 pinskia at gcc dot gnu.org
  2015-02-01  1:37 ` [Bug target/64893] " pinskia at gcc dot gnu.org
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: pinskia at gcc dot gnu.org @ 2015-02-01  1:37 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64893

            Bug ID: 64893
           Summary: [5 Regression] ICE while doing a bootstrap with the
                    latest compiler
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Keywords: build, ice-on-valid-code
          Severity: blocker
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: pinskia at gcc dot gnu.org
            Target: aarch64*

Compile the following with -O0:
typedef __Uint32x2_t uint32x2_t;
__extension__ static __inline unsigned __attribute__
((__always_inline__))vget_lane_u32 (uint32x2_t __a, const int __b)
{
  return __extension__ ({ __builtin_aarch64_im_lane_boundsi ((sizeof (__a) /
sizeof (__a[0])), __b); __a[__b]; });
}
int
search_line_fast (uint32x2_t t)
{
  return vget_lane_u32 (t, 0);
}

-- CUT ---
With the C front-end, it works correctly but with the C++ front-end it fails
due to (int) (8 / 4) not being folded into just 2.


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2015-02-11 10:20 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-01  1:37 [Bug target/64893] New: [5 Regression] ICE while doing a bootstrap with the latest compiler pinskia at gcc dot gnu.org
2015-02-01  1:37 ` [Bug target/64893] " pinskia at gcc dot gnu.org
2015-02-01  1:42 ` pinskia at gcc dot gnu.org
2015-02-01  3:43 ` pinskia at gcc dot gnu.org
2015-02-02  7:22 ` pinskia at gcc dot gnu.org
2015-02-02  8:22 ` pinskia at gcc dot gnu.org
2015-02-02  8:27 ` pinskia at gcc dot gnu.org
2015-02-02  8:44 ` pinskia at gcc dot gnu.org
2015-02-02  8:48 ` rguenth at gcc dot gnu.org
2015-02-02 17:04 ` alalaw01 at gcc dot gnu.org
2015-02-06  9:01 ` jakub at gcc dot gnu.org
2015-02-08  5:58 ` pinskia at gcc dot gnu.org
2015-02-11 10:19 ` pinskia at gcc dot gnu.org
2015-02-11 10:20 ` pinskia at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).