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 fortran/25045] DIM argument of PRODUCT is not optional



------- Comment #3 from grigory_zagorodnev at linux dot intel dot com  2006-02-15 07:09 -------
It looks like the patch has affected stability of 178.galgel, 187.facerec and
189.lucas benchmarks of cpu2000 suite and other massive fails today:
http://gcc.gnu.org/ml/gcc/2006-02/msg00247.html

Reversed patch http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110994 fixes
the compiler.

Compiler message
----------------
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.
compiler exited with status 1

GDB says
--------
Program received signal SIGSEGV, Segmentation fault.
dim_rank_check (dim=0x0, array=0xd0bcb0, allow_assumed=0)
    at /home/testbot/bootstrap/gcc-42/src/gcc/fortran/check.c:332
332       if (dim->expr_type != EXPR_CONSTANT || array->expr_type !=
EXPR_VARIABLE)


-- 


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


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