This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/13226] New: ICE in ix86_function_arg_boundary, at config/i386/i386.c:2414


1 extern int printf (__const char *__restrict __format, ...) ;
      2 
      3 int main ()
      4 {
      5    typedef int v4si __attribute__ ((mode(V2DI)));
      6    v4si d;
      7    printf ("%d\n", d);
      8 
      9    return 0;
     10 }

to reproduce simply compile with gcc.

-- 
           Summary: ICE in ix86_function_arg_boundary, at
                    config/i386/i386.c:2414
           Product: gcc
           Version: 3.3.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: gcc-bug at vogtner dot de
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13226


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]