This is the mail archive of the gcc-prs@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]

Re: c/7277: Casting integers to vector types causes internal compiler error


The following reply was made to PR c/7277; it has been noted by GNATS.

From: Andrew Pinski <pinskia at physics dot uc dot edu>
To: gcc-gnats at gcc dot gnu dot org, gcc-bugs at gcc dot gnu dot org, nobody at gcc dot gnu dot org,
   gcc-prs at gcc dot gnu dot org, hakonrk at fys dot uio dot no
Cc: Andrew Pinski <pinskia at physics dot uc dot edu>
Subject: Re: c/7277: Casting integers to vector types causes internal compiler error
Date: Wed, 2 Apr 2003 00:12:43 -0500

 Still fails on the mainline:
 ===========================
 Starting program:  
 /home/gates/pinskia/linux/lib/gcc-lib/i686-pc-linux-gnu/3.4/cc1 -quiet  
 -v cast.c -quiet -dumpbase cast.c -mmmx -auxbase cast -version -o  
 /tmp/ccejuWIv.s
 #include "..." search starts here:
 #include <...> search starts here:
   /usr/local/include
   /home/gates/pinskia/linux/include
   /home/gates/pinskia/linux/lib/gcc-lib/i686-pc-linux-gnu/3.4/include
   /home/gates/pinskia/linux/i686-pc-linux-gnu/include
   /usr/include
 End of search list.
 GNU C version 3.4 20030401 (experimental) (i686-pc-linux-gnu)
          compiled by GNU C version 3.4 20030401 (experimental).
 GGC heuristics: --param ggc-min-expand=98 --param  
 ggc-min-heapsize=128866
 cast.c: In function `null':
 cast.c:6: internal compiler error: in output_constant_pool, at  
 varasm.c:3457
 Please submit a full bug report,
 with preprocessed source if appropriate.
 See <URL:http://gcc.gnu.org/bugs.html> for instructions.
 ==========================
 a little more information:
 x at this point is a CONST_INT, not a CONST_VECTOR which is what is  
 expecting.
 
 Thanks,
 Andrew Pinski
 
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit- 
 trail&database=gcc&pr=7277
 


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