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]

c++/5101: Internal compiler error 252



>Number:         5101
>Category:       c++
>Synopsis:       Internal compiler error 252
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Dec 13 05:26:02 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     anibal@intelerad.com
>Release:        egcs-2.91.66
>Organization:
>Environment:
Linux - RedHat 6.2
>Description:
[anibal@anibal make]$ make
g++ -I../../coresys/common -I../args -I../image -I../compressed_io -O -Wall -Wno-uninitialized  -c ../args/args.cpp \
      -o args.o
g++ -I../../coresys/common -I../args -I../image -I../compressed_io -O -Wall -Wno-uninitialized  -c ../image/image_in.cpp \
      -o image_in.o
g++ -I../../coresys/common -I../args -I../image -I../compressed_io -O -Wall -Wno-uninitialized  -c ../image/palette.cpp \
      -o palette.o
g++ -I../../coresys/common -I../args -I../image -I../compressed_io -O -Wall -Wno-uninitialized  -c ../jp2/jp2.cpp \
      -o jp2.o
../jp2/jp2.cpp: In method `void j2_input_box::read_header()':
../jp2/jp2.cpp:156: warning: right shift count >= width of type
../jp2/jp2.cpp:160: warning: left shift count >= width of type
g++ -I../../coresys/common -I../args -I../image -I../compressed_io -O -Wall -Wno-uninitialized  -c ../kdu_compress/roi_sources.cpp \
      -o roi_sources.o
../kdu_compress/roi_sources.cpp: In function `const class type_info & __tfUc()':
../kdu_compress/roi_sources.cpp:392: Internal compiler error 252.
../kdu_compress/roi_sources.cpp:392: Please submit a full bug report to `egcs-bugs@egcs.cygnus.com'.
../kdu_compress/roi_sources.cpp:392: See <URL:http://egcs.cygnus.com/faq.html#bugreport> for details.
make: *** [roi_sources.o] Error 1
[anibal@anibal make]$ 

Line 392 is the last line on that file. I can't really send you
the file without asking permission from the author (I bought
this library).
>How-To-Repeat:
Don't know
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


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