Bug 466169

Summary: Internal Compiler Error
Product: [Fedora] Fedora Reporter: Christopher Aillon <caillon>
Component: gccAssignee: Jakub Jelinek <jakub>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: jakub
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-10-10 06:03:08 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
preprocessed source none

Description Christopher Aillon 2008-10-08 20:20:25 UTC
c++ -o nsURLHelper.o -c -I../../../dist/include/system_wrappers -include ../../../config/gcc_hidden.h -DMOZILLA_INTERNAL_API -DOSTYPE=\"Linux2.6.18-92.1.10\" -DOSARCH=\"Linux\" -DBUILD_ID=2008100814 -DIMPL_NS_NET  -I../../../dist/include/xpcom -I../../../dist/include/string -I../../../dist/include/mimetype -I../../../dist/include/uconv -I../../../dist/include/locale -I../../../dist/include/pref -I../../../dist/include/necko -I../../../dist/include -I/usr/include/nspr4    -I../../../dist/sdk/include    -fPIC   -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wno-long-long -pedantic -g -fshort-wchar -pthread -pipe  -DNDEBUG -DTRIMMED -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables   -DMOZILLA_CLIENT -include ../../../mozilla-config.h -Wp,-MD,.deps/nsURLHelper.pp nsURLHelper.cpp
In file included from ../../../dist/include/string/nsStringIterator.h:43,
                 from ../../../dist/include/string/nsAString.h:47,
                 from ../../../dist/include/string/nsSubstring.h:43,
                 from ../../../dist/include/string/nsString.h:44,
                 from nsURLHelper.h:41,
                 from nsURLHelper.cpp:40:
../../../dist/include/string/nsCharTraits.h: In static member function ‘static PRUnichar nsCharTraits<short unsigned int>::ASCIIToLower(PRUnichar)’:
../../../dist/include/string/nsCharTraits.h:280: warning: conversion to ‘PRUnichar’ from ‘int’ may alter its value
../../../dist/include/string/nsCharTraits.h: In static member function ‘static char nsCharTraits<char>::ASCIIToLower(char)’:
../../../dist/include/string/nsCharTraits.h:535: warning: conversion to ‘char’ from ‘int’ may alter its value
nsURLHelper.cpp: In function ‘void ToLower(char&)’:
nsURLHelper.cpp:603: warning: conversion to ‘char’ from ‘int’ may alter its value
nsURLHelper.cpp: In function ‘PRUint32 net_FindMediaDelimiter(const nsCString&, PRUint32, char)’:
nsURLHelper.cpp:757: internal compiler error: in change_scope, at cfglayout.c:419
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://bugzilla.redhat.com/bugzilla> for instructions.
Preprocessed source stored into /tmp/ccueHJyp.out file, please attach this to your bugreport.

Comment 1 Christopher Aillon 2008-10-08 20:23:27 UTC
Created attachment 319795 [details]
preprocessed source

Comment 2 Christopher Aillon 2008-10-08 20:30:45 UTC
Oh, forgot to mention:

# gcc -v
Using built-in specs.
Target: i386-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-cpu=generic --build=i386-redhat-linux
Thread model: posix
gcc version 4.3.2 20081007 (Red Hat 4.3.2-5) (GCC)

Comment 3 Christopher Aillon 2008-10-10 06:03:08 UTC
-6 fixed this