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 tree-optimization/32461] [4.3 Regression] Segmentation fault in build_classic_dist_vector_1() at tree-data-ref.c:2700



------- Comment #5 from ubizjak at gmail dot com  2007-06-23 10:28 -------
(In reply to comment #4)
> The reduced testcase does not seem to work on i686-linux.  However I
> can reproduce the ICE with the original bit_allocate.i file.

It crashes on x86_64 host when compiling with -O3 -m32. I didn't test it on
i686:

gcc -O3 -m32 pr32461.c
pr32461.c: In function ?a52_bit_allocate?:
pr32461.c:9: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.


-- 


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


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