[Bug c++/27602] New: Can't compile mozilla 2.0 alpha2 with g++ version 4.2.0 20060513 (experimental)

2006-05-14 Thread happyarch at gmail dot com
The mozilla source is there,
http://www.mozilla.org/projects/bonecho/releases/2.0a2.html

My gcc-4.2.0 snapshot works fine with linux-kernel-2.6.17-rc4 and
Nvidia-installer.

...
nsCSSPropList.h:318: warning: (perhaps the ‘offsetof’ macro was used
incorrectly)
nsCSSPropList.h:319: warning: invalid access to non-static data member
‘nsCSSColumn::mColumnWidth’ of NULL object
nsCSSPropList.h:319: warning: (perhaps the ‘offsetof’ macro was used
incorrectly)
nsCSSPropList.h:320: warning: invalid access to non-static data member
‘nsCSSColumn::mColumnGap’ of NULL object
nsCSSPropList.h:320: warning: (perhaps the ‘offsetof’ macro was used
incorrectly)
nsRuleNode.cpp: In member function ‘const nsStyleStruct*
nsRuleNode::SetDefaultOnRoot(nsStyleStructID, nsStyleContext*)’:
nsRuleNode.cpp:1430: warning: enumeration value ‘nsStyleStructID_Length’
not handled in switch
nsRuleNode.cpp: In static member function ‘static void
nsRuleNode::SetFont(nsPresContext*, nsStyleContext*, nscoord, PRBool, PRBool,
const nsRuleDataFont&, const nsFont&, const nsStyleFont*, nsStyleFont*,
PRBool&)’:
nsRuleNode.cpp:1708: warning: unused variable ‘defaultFixedFont’
nsRuleNode.cpp: In member function ‘const nsStyleStruct*
nsRuleNode::ComputeFontData(nsStyleStruct*, const nsRuleDataStruct&,
nsStyleContext*, nsRuleNode*, const nsRuleNode::RuleDetail&, PRBool)’:
nsRuleNode.cpp:2137: internal compiler error: tree check: expected class
‘constant’, have ‘binary’ (bit_and_expr) in convert_and_check, at
c-common.c:1086
Please submit a full bug report,
with preprocessed source if appropriate.
See http://gcc.gnu.org/bugs.html> for instructions.
gmake[4]: *** [nsRuleNode.o] 
...


-- 
   Summary: Can't compile mozilla 2.0 alpha2 with g++ version 4.2.0
20060513 (experimental)
   Product: gcc
   Version: 4.2.0
Status: UNCONFIRMED
  Severity: major
  Priority: P3
 Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: happyarch at gmail dot com
 GCC build triplet: i686
  GCC host triplet: i686
GCC target triplet: i686


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



[Bug c/27909] New: emacs M-x is undefined

2006-06-05 Thread happyarch at gmail dot com
When i compiled emacs(22.0.50.3) with gcc-4.2, emacs meta key doesn't
functioning..

 > cc -v
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: ../gcc/configure --prefix=/usr --libexecdir=/usr/lib
--enable-shared --enable-threads=posix --enable-__cxa_atexit
--enable-clocale=gnu --enable-languages=c,c++,treelang
Thread model: posix
gcc version 4.2.0 20060603 (experimental)


-- 
   Summary: emacs M-x is undefined
   Product: gcc
   Version: 4.2.0
Status: UNCONFIRMED
  Severity: normal
  Priority: P3
 Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: happyarch at gmail dot com


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



[Bug middle-end/27909] emacs M-x is undefined

2006-06-06 Thread happyarch at gmail dot com


--- Comment #2 from happyarch at gmail dot com  2006-06-06 07:13 ---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26561

" --- Comment #6 From Serge Belyshev  2006-03-08 12:46   ---

This bug prevents emacs from working, it says "M-x is undefined".
"


-- 


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



[Bug middle-end/27909] emacs M-x is undefined

2006-06-06 Thread happyarch at gmail dot com


--- Comment #4 from happyarch at gmail dot com  2006-06-06 13:02 ---
Weird, it doesn't fixed.
my gcc version is
4.2.0 20060603 (experimental)


-- 


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



[Bug c/27967] New: qemu-0.8.1 doesn't compile before the can't-compile

2006-06-08 Thread happyarch at gmail dot com
Here is the result.

./configure --prefix=/home/user --disable-gcc-check
 > cc -v
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: ../gcc/configure --prefix=/usr --libexecdir=/usr/lib
--enable-shared --enable-threads=posix --enable-__cxa_atexit
--enable-clocale=gnu --enable-languages=c,c++,treelang
Thread model: posix
gcc version 4.2.0 20060603 (experimental)


 > make
for d in i386-user arm-user armeb-user sparc-user ppc-user mips-user
mipsel-user i386-softmmu ppc-softmmu sparc-softmmu x86_64-softmmu mips-softmmu
mipsel-softmmu arm-softmmu; do \
make -C $d all || exit 1 ; \
done
make[1]: Entering directory `/home/keti/download/qemu-0.8.1/i386-user'
gcc -Wall -O2 -g -fno-strict-aliasing -fomit-frame-pointer
-mpreferred-stack-boundary=2 -falign-functions=0 -fno-gcse -fno-reorder-blocks
-fno-optimize-sibling-calls -I. -I..
-I/home/keti/download/qemu-0.8.1/target-i386 -I/home/keti/download/qemu-0.8.1
-I/home/keti/download/qemu-0.8.1/linux-user
-I/home/keti/download/qemu-0.8.1/linux-user/i386 -D_GNU_SOURCE
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/home/keti/download/qemu-0.8.1/fpu
-DHAS_AUDIO -I/home/keti/download/qemu-0.8.1/slirp -c -o op.o
/home/keti/download/qemu-0.8.1/target-i386/op.c
/home/keti/download/qemu-0.8.1/target-i386/ops_sse.h: In function
‘op_pshufw_mmx’:
/home/keti/download/qemu-0.8.1/target-i386/ops_sse.h:574: error: unable to find
a register to spill in class
‘GENERAL_REGS’/home/keti/download/qemu-0.8.1/target-i386/ops_sse.h:574: error:
this is the insn:
(insn:HI 16 15 17 2 /home/keti/download/qemu-0.8.1/target-i386/ops_sse.h:569
(set (strict_low_part (subreg:HI (reg/v:DI 63 [ r ]) 0))
(mem/s/j:HI (plus:SI (mult:SI (reg:SI 64)
(const_int 2 [0x2]))
(reg/v/f:SI 59 [ s ])) [0 ._w S2 A16])) 40
{*movstricthi_1} (insn_list:REG_DEP_TRUE 50 (insn_list:REG_DEP_TRUE 11
(insn_list:REG_DEP_TRUE 15 (nil
(expr_list:REG_DEAD (reg:SI 64)
(nil)))
/home/keti/download/qemu-0.8.1/target-i386/ops_sse.h:574: internal compiler
error: in spill_failure, at reload1.c:1911
Please submit a full bug report,
with preprocessed source if appropriate.
See http://gcc.gnu.org/bugs.html> for instructions.
make[1]: *** [op.o] 오류 1
make[1]: Leaving directory `/home/keti/download/qemu-0.8.1/i386-user'
make: *** [all] 오류 1
 >


-- 
   Summary: qemu-0.8.1 doesn't compile before the can't-compile
   Product: gcc
   Version: 4.2.0
Status: UNCONFIRMED
  Severity: normal
  Priority: P3
 Component: c
AssignedTo: unassigned at gcc dot gnu dot org
    ReportedBy: happyarch at gmail dot com


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



[Bug middle-end/27909] emacs M-x is undefined

2006-06-11 Thread happyarch at gmail dot com


--- Comment #5 from happyarch at gmail dot com  2006-06-11 09:46 ---
OOPS! Sorry!! this is NOT a gcc bug!!

my emacs-cvs version works fine with --without-x!!!
I guess my gnome version(garnome-2.14.2.1) or Xorg(7.0 which is too buggy) is
too latest!!

Thanks it works again! Yay!


-- 


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



[Bug c++/28016] [4.2 Regression] emitting template constant

2006-06-14 Thread happyarch at gmail dot com


--- Comment #4 from happyarch at gmail dot com  2006-06-14 07:03 ---
boostjam get segfault to build boost with gcc-4.2

 > pwd
/home/keti/download/boost_1_33_1
 >
 > make
./tools/build/jam_src/bin.linuxx86/bjam -sPYTHON_ROOT=/usr -sPYTHON_VERSION=2.4
-sTOOLS=gcc
/bin/sh: line 1: 27533 


-- 


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



[Bug c/40016] New: regex_internal.h:185: error: integer overflow in preprocessor expression

2009-05-04 Thread happyarch at gmail dot com
Hi, when i compiling gnu parted 1.8.8 with gcc 4.5.0, got error

include regex.i

TIA
=
/bin/sh ../libtool --tag=CC   --mode=compile gcc -std=gnu99  -I. -Os
-Werror -MT regex.lo -MD -MP -MF .deps/regex.Tpo -c -o regex.lo regex.c
 gcc -std=gnu99 -I. -Os -Werror -MT regex.lo -MD -MP -MF .deps/regex.Tpo -c
regex.c  -fPIC -DPIC -o .libs/regex.o
cc1: warnings being treated as errors
In file included from regex.c:58:
regex_internal.h:185: error: integer overflow in preprocessor expression
make[2]: *** [regex.lo] Error 1
make[2]: Leaving directory `/home/user/d/parted-1.8.8/lib'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/user/d/parted-1.8.8/lib'
make: *** [all-recursive] Error 1
bash-4.0$ cc -v
Using built-in specs.
Target: x86_64-unknown-linux-gnu
Configured with: ../gcc/configure --prefix=/usr --libexecdir=/usr/lib
--enable-shared --enable-threads=posix --enable-__cxa_atexit
--enable-clocale=gnu --enable-languages=c,c++ --disable-bootstrap
--disable-multilib
Thread model: posix
gcc version 4.5.0 20090503 (experimental) (GCC) 
bash-4.0$


-- 
   Summary: regex_internal.h:185: error: integer overflow in
preprocessor expression
   Product: gcc
   Version: 4.5.0
Status: UNCONFIRMED
  Severity: normal
  Priority: P3
 Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: happyarch at gmail dot com
 GCC build triplet: x86_64
  GCC host triplet: x86_64
GCC target triplet: x86_64


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



[Bug c/40016] regex_internal.h:185: error: integer overflow in preprocessor expression

2009-05-04 Thread happyarch at gmail dot com


--- Comment #1 from happyarch at gmail dot com  2009-05-04 13:59 ---
Created an attachment (id=17795)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17795&action=view)
.i file


-- 


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



[Bug c/40023] New: type mismatch in address expression

2009-05-04 Thread happyarch at gmail dot com
Hi, when i compiling Firefox trunk version, got error

include .i file.

TIA
==
gcc -o prscanf.o -c -fvisibility=hidden -Wall -pthread -O2 -fPIC  -UDEBUG 
-DMOZILLA_CLIENT=1 -DNDEBUG=1 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1
-DHAVE_VISIBILITY_PRAGMA=1 -DXP_UNIX=1 
-D_GNU_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_LCHOWN=1
-DHAVE_STRERROR=1 -D_REENTRANT=1  -DFORCE_PR_LOG -D_PR_PTHREADS
-UHAVE_CVAR_BUILT_ON_SEM -D_NSPR_BUILD_ -I/home/use
r/d/src/ff-opt/dist/include/nspr -I/home/user/d/src/nsprpub/pr/include
-I/home/user/d/src/nsprpub/pr/include/private 
/home/user/d/src/nsprpub/pr/src/io/prscanf.c
/home/user/d/src/nsprpub/pr/src/io/prscanf.c: In function :
/home/user/d/src/nsprpub/pr/src/io/prscanf.c:669: error: type mismatch in
address expression
struct  *

struct [1] *

D.5714 = &state->ap;

/home/user/d/src/nsprpub/pr/src/io/prscanf.c:669: error: type mismatch in
address expression
struct  *

struct [1] *

D.5714 = &state->ap;

/home/user/d/src/nsprpub/pr/src/io/prscanf.c:669: error: type mismatch in
address expression
struct  *

struct [1] *

D.5714 = &state->ap;

/home/user/d/src/nsprpub/pr/src/io/prscanf.c:669: error: type mismatch in
address expression
struct  *

struct [1] *

D.5714 = &state->ap;

/home/user/d/src/nsprpub/pr/src/io/prscanf.c:669: error: type mismatch in
address expression
struct  *

struct [1] *

D.5714 = &state->ap;

/home/user/d/src/nsprpub/pr/src/io/prscanf.c:669: error: type mismatch in
address expression
struct  *

struct [1] *

D.5714 = &state->ap;

/home/user/d/src/nsprpub/pr/src/io/prscanf.c:669: error: type mismatch in
address expression
struct  *

struct [1] *

D.5714 = &state->ap;

/home/user/d/src/nsprpub/pr/src/io/prscanf.c:669: internal compiler error:
verify_gimple failed
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
bash-4.0$ cc -v
Using built-in specs.
Target: x86_64-unknown-linux-gnu
Configured with: ../gcc/configure --prefix=/usr --libexecdir=/usr/lib
--enable-shared --enable-threads=posix --enable-__cxa_atexit
--enable-clocale=gnu --enable-languages=c,c++ --disable-bootstrap
--disable-multilib
Thread model: posix
gcc version 4.5.0 20090504 (experimental) (GCC)


-- 
   Summary: type mismatch in address expression
   Product: gcc
   Version: 4.5.0
Status: UNCONFIRMED
  Severity: normal
  Priority: P3
 Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: happyarch at gmail dot com
 GCC build triplet: x86_64
  GCC host triplet: x86_64
GCC target triplet: x86_64


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



[Bug c/40023] type mismatch in address expression

2009-05-04 Thread happyarch at gmail dot com


--- Comment #1 from happyarch at gmail dot com  2009-05-05 06:40 ---
Created an attachment (id=17801)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17801&action=view)
.i file


-- 


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



[Bug c/28815] New: gcc-4.2-20060819 failed to compile Linux kernel 2.6.18-rc4-git1

2006-08-22 Thread happyarch at gmail dot com
Hi,

I had upgraded my gcc version 4.2.0 20060812 (experimental) to it.
But when i tried to compile newer linux kernel, it failed whereas my returned
previous gcc version 4.2.0 20060812 was fine.


-- 
   Summary: gcc-4.2-20060819 failed to compile Linux kernel 2.6.18-
rc4-git1
   Product: gcc
   Version: 4.2.0
Status: UNCONFIRMED
  Severity: critical
  Priority: P3
 Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: happyarch at gmail dot com


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



[Bug c/28815] gcc-4.2-20060819 failed to compile Linux kernel 2.6.18-rc4-git1

2006-08-22 Thread happyarch at gmail dot com


--- Comment #3 from happyarch at gmail dot com  2006-08-23 06:34 ---
Hi,

Arrgh, then i have to compile gcc 819 again,
Usually, i keep store previous successful gcc version in temp,
But, remove all failed gcc version.

Anyway it was internal-gcc error and was happened when i "make" in
kernel root directory, if you really want to see the error message,
let me know.


-- 


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



[Bug middle-end/28815] gcc-4.2-20060819 failed to compile Linux kernel 2.6.18-rc4-git1

2006-08-23 Thread happyarch at gmail dot com


--- Comment #5 from happyarch at gmail dot com  2006-08-24 01:16 ---
I am using binutils-2.17, glibc-2.4 and gcc, kernel version is in the below
error message.

 > make
scripts/kconfig/conf -s arch/i386/Kconfig
  CHK include/linux/version.h
  CHK include/linux/utsrelease.h
...

  CC  kernel/configs.o
  CC  kernel/ksysfs.o
  CC  kernel/seccomp.o
  CC  kernel/relay.o
  LD  kernel/built-in.o
  CC  mm/bootmem.o
  CC  mm/filemap.o
  CC  mm/mempool.o
  CC  mm/oom_kill.o
  CC  mm/fadvise.o
  CC  mm/page_alloc.o
  CC  mm/page-writeback.o
  CC  mm/pdflush.o
  CC  mm/readahead.o
  CC  mm/swap.o
  CC  mm/truncate.o
  CC  mm/vmscan.o
  CC  mm/prio_tree.o
  CC  mm/util.o
  CC  mm/mmzone.o
  CC  mm/vmstat.o
  CC  mm/fremap.o
  CC  mm/highmem.o
  CC  mm/madvise.o
  CC  mm/memory.o
  CC  mm/mincore.o
  CC  mm/mlock.o
  CC  mm/mmap.o
  CC  mm/mprotect.o
  CC  mm/mremap.o
  CC  mm/msync.o
  CC  mm/rmap.o
  CC  mm/vmalloc.o
  CC  mm/page_io.o
  CC  mm/swap_state.o
  CC  mm/swapfile.o
  CC  mm/thrash.o
  CC  mm/shmem.o
  CC  mm/slab.o
  LD  mm/built-in.o
  CC  fs/open.o
  CC  fs/read_write.o
  CC  fs/file_table.o
  CC  fs/buffer.o
fs/buffer.c: In function 'nobh_prepare_write':
fs/buffer.c:2378: internal compiler error: in build_polynomial_chrec, at
tree-chrec.h:108
Please submit a full bug report,
with preprocessed source if appropriate.
See http://gcc.gnu.org/bugs.html> for instructions.
make[1]: *** [fs/buffer.o] Error 1
make: *** [fs] Error 2
 > pwd
/usr/src/linux-2.6.18-rc4
 > cc -v
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: ../gcc/configure --prefix=/usr --libexecdir=/usr/lib
--enable-shared --enable-threads=posix --enable-__cxa_atexit
--enable-clocale=gnu --enable-languages=c,c++,treelang
Thread model: posix
gcc version 4.2.0 20060819 (experimental)
 > uname -a
Linux arch 2.6.18-rc4-git1 #3 PREEMPT Tue Aug 22 08:00:26 KST 2006 i686
Intel(R) Pentium(R) 4 CPU 2.40GHz GenuineIntel GNU/Linux
 >


-- 


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



[Bug middle-end/28815] gcc-4.2-20060819 failed to compile Linux kernel 2.6.18-rc4-git1

2006-08-23 Thread happyarch at gmail dot com


--- Comment #7 from happyarch at gmail dot com  2006-08-24 05:47 ---
revision 116368 works fine, the bug seems to be fixed.

 > cc -v
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: ../gcc/configure --prefix=/usr --libexecdir=/usr/lib
--enable-shared --enable-threads=posix --enable-__cxa_atexit
--enable-clocale=gnu --enable-languages=c,c++,treelang
Thread model: posix
gcc version 4.2.0 20060824 (experimental)
 > uname -a
Linux arch 2.6.18-rc4-git1 #4 PREEMPT Thu Aug 24 14:39:20 KST 2006 i686
Intel(R) Pentium(R) 4 CPU 2.40GHz GenuineIntel GNU/Linux
 >


-- 


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



[Bug c/30596] New: openssl-0.9.8d compile error

2007-01-26 Thread happyarch at gmail dot com
Hi,

...

`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
evp_pkey.c: In function 'EVP_PKEY2PKCS8_broken':
evp_pkey.c:382: warning: function called through a non-compatible type
evp_pkey.c:382: note: if this code is reached, the program will abort
evp_pkey.c: In function 'dsa_pkey2pkcs8':
evp_pkey.c:478: warning: function called through a non-compatible type
evp_pkey.c:478: note: if this code is reached, the program will abort
evp_pkey.c: In function 'EVP_PKEY2PKCS8_broken':
evp_pkey.c:416: internal compiler error: in maybe_add_or_update_back_dep_1, at
sched-deps.c:245
Please submit a full bug report,
with preprocessed source if appropriate.
See http://gcc.gnu.org/bugs.html> for instructions.
make[2]: *** [evp_pkey.o] Error 1
make[2]: Leaving directory
`/home/keti/date/2007/1/11/gnome/openssl-0.9.8d/crypto/evp'
make[1]: *** [subdirs] Error 1
make[1]: Leaving directory
`/home/keti/date/2007/1/11/gnome/openssl-0.9.8d/crypto'
make: *** [build_crypto] Error 1
 > vi +416 crypto/evp/evp_pkey.c 


 > cc -v
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: ../gcc/configure --prefix=/usr --libexecdir=/usr/lib
--enable-shared --enable-threads=posix --enable-__cxa_atexit
--enable-clocale=gnu --enable-languages=c,c++,treelang
Thread model: posix
gcc version 4.2.0 20070124 (prerelease)
 >


-- 
   Summary: openssl-0.9.8d compile error
   Product: gcc
   Version: 4.2.0
Status: UNCONFIRMED
  Severity: normal
  Priority: P3
 Component: c
    AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: happyarch at gmail dot com


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



[Bug c/30596] openssl-0.9.8d compile error

2007-01-26 Thread happyarch at gmail dot com


--- Comment #1 from happyarch at gmail dot com  2007-01-26 09:54 ---
Created an attachment (id=12958)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12958&action=view)
preprocessed sources and output 


-- 


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



[Bug middle-end/37280] [4.4 Regression] weak symbol regression breaks linux kernel

2008-09-03 Thread happyarch at gmail dot com


--- Comment #5 from happyarch at gmail dot com  2008-09-03 22:58 ---
Hi,

i tried your patch, but it doesn't work for my lfs64(linux from scratch
pure-64bit)
http://gcc.gnu.org/ml/gcc-patches/2008-08/msg01407.html

...

  CC  init/version.o
  LD  init/built-in.o
  LD  .tmp_vmlinux1
kernel/built-in.o: In function `update_iter':
kallsyms.c:(.text+0x2fb86): undefined reference to `kallsyms_token_index'
kallsyms.c:(.text+0x2fbb5): undefined reference to `kallsyms_token_index'
kernel/built-in.o: In function `lookup_symbol_attrs':
(.text+0x2fdcc): undefined reference to `kallsyms_token_index'
kernel/built-in.o: In function `lookup_symbol_name':
(.text+0x2fea1): undefined reference to `kallsyms_token_index'
kernel/built-in.o: In function `kallsyms_lookup':
(.text+0x2ff92): undefined reference to `kallsyms_token_index'
kernel/built-in.o:(.text+0x30171): more undefined references to
`kallsyms_token_index' follow
make: *** [.tmp_vmlinux1] Error 1
bash-3.2$ cc -v
Using built-in specs.
Target: x86_64-unknown-linux-gnu
Configured with: ../gcc/configure --prefix=/usr --libexecdir=/usr/lib
--enable-shared --enable-threads=posix --enable-__cxa_atexit
--enable-clocale=gnu --enable-languages=c,c++ --enable-static
--disable-multilib
Thread model: posix
gcc version 4.4.0 20080903 (experimental) (GCC) 
bash-3.2$ pwd
/usr/src/linux-2.6.27-rc5


TIA


-- 


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



[Bug middle-end/37280] [4.4 Regression] weak symbol regression breaks linux kernel

2008-09-04 Thread happyarch at gmail dot com


--- Comment #7 from happyarch at gmail dot com  2008-09-04 23:07 ---
(In reply to comment #6)
> (In reply to comment #5)
> > Hi,
> > 
> > i tried your patch, but it doesn't work for my lfs64(linux from scratch
> > pure-64bit)
> > http://gcc.gnu.org/ml/gcc-patches/2008-08/msg01407.html
> 
> You're a few versions behind.  This is the current one.  See also PR in the
> "depended on" box, PR37170:
> <http://gcc.gnu.org/ml/gcc-patches/2008-09/msg00195.html>
> 

Thanks it works like charm!


-- 


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



[Bug c/39613] gcc 20090331 produces an error at mce64.c in kernel 2.6.29

2009-04-04 Thread happyarch at gmail dot com


--- Comment #7 from happyarch at gmail dot com  2009-04-04 17:25 ---
Hi, i have same problem.

TIA
=

  CC  arch/x86/kernel/cpu/mtrr/if.o
arch/x86/kernel/cpu/mtrr/if.c: In function :
arch/x86/kernel/cpu/mtrr/if.c:159: error: case label does not reduce to an
integer constant
arch/x86/kernel/cpu/mtrr/if.c:160: error: case label does not reduce to an
integer constant
arch/x86/kernel/cpu/mtrr/if.c:161: error: case label does not reduce to an
integer constant
arch/x86/kernel/cpu/mtrr/if.c:162: error: case label does not reduce to an
integer constant
arch/x86/kernel/cpu/mtrr/if.c:163: error: case label does not reduce to an
integer constant
arch/x86/kernel/cpu/mtrr/if.c:164: error: case label does not reduce to an
integer constant
arch/x86/kernel/cpu/mtrr/if.c:165: error: case label does not reduce to an
integer constant
arch/x86/kernel/cpu/mtrr/if.c:166: error: case label does not reduce to an
integer constant
arch/x86/kernel/cpu/mtrr/if.c:170: error: case label does not reduce to an
integer constant
arch/x86/kernel/cpu/mtrr/if.c:171: error: case label does not reduce to an
integer constant
arch/x86/kernel/cpu/mtrr/if.c:180: error: case label does not reduce to an
integer constant
arch/x86/kernel/cpu/mtrr/if.c:187: error: case label does not reduce to an
integer constant
arch/x86/kernel/cpu/mtrr/if.c:192: error: case label does not reduce to an
integer constant
arch/x86/kernel/cpu/mtrr/if.c:197: error: case label does not reduce to an
integer constant
arch/x86/kernel/cpu/mtrr/if.c:202: error: case label does not reduce to an
integer constant
arch/x86/kernel/cpu/mtrr/if.c:218: error: case label does not reduce to an
integer constant
arch/x86/kernel/cpu/mtrr/if.c:225: error: case label does not reduce to an
integer constant
arch/x86/kernel/cpu/mtrr/if.c:231: error: case label does not reduce to an
integer constant
arch/x86/kernel/cpu/mtrr/if.c:236: error: case label does not reduce to an
integer constant
arch/x86/kernel/cpu/mtrr/if.c:241: error: case label does not reduce to an
integer constant
arch/x86/kernel/cpu/mtrr/if.c:259: error: case label does not reduce to an
integer constant
arch/x86/kernel/cpu/mtrr/if.c:260: error: case label does not reduce to an
integer constant
make[3]: *** [arch/x86/kernel/cpu/mtrr/if.o] Error 1
make[2]: *** [arch/x86/kernel/cpu/mtrr] Error 2
make[1]: *** [arch/x86/kernel/cpu] Error 2
make: *** [arch/x86/kernel] Error 2
bash-4.0$ cc -v
Using built-in specs.
Target: x86_64-unknown-linux-gnu
Configured with: ../gcc/configure --prefix=/usr --libexecdir=/usr/lib
--enable-shared --enable-threads=posix --enable-__cxa_atexit
--enable-clocale=gnu --enable-languages=c,c++ --disable-bootstrap
--disable-multilib
Thread model: posix
gcc version 4.5.0 20090404 (experimental) (GCC) 
bash-4.0$ 


-- 


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



[Bug c/39648] New: internal compiler error: in fold_convert, at fold-const.c:2506

2009-04-05 Thread happyarch at gmail dot com
Hi, i have problem when compiling vim-7.2 in LFS64

TIA
==

bash-4.0$ cc -v
Using built-in specs.
Target: x86_64-unknown-linux-gnu
Configured with: ../gcc/configure --prefix=/usr --libexecdir=/usr/lib
--enable-shared --enable-threads=posix --enable-__cxa_atexit
--enable-clocale=gnu --enable-languages=c,c++ --disable-bootstrap
--disable-multilib
Thread model: posix
gcc version 4.5.0 20090404 (experimental) (GCC)
bash-4.0$ pwd
/home/user/d/vim7.2
bash-4.0$ make
Starting make in the src directory.
If there are problems, cd to the src directory and run make there
cd src && make first
make[1]: Entering directory `/home/user/d/vim7.2/src'
gcc -c -I. -Iproto -DHAVE_CONFIG_H -g -O2 -D_FORTIFY_SOURCE=1 -o
objects/buffer.o buffer.c
buffer.c: In function :
buffer.c:3347: internal compiler error: in fold_convert, at fold-const.c:2506
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
make[1]: *** [objects/buffer.o] Error 1
make[1]: Leaving directory `/home/user/d/vim7.2/src'
make: *** [first] Error 2
bash-4.0$ vi fold-const.c +2506

 gcc_assert (TREE_CODE (orig) == VECTOR_TYPE
  && tree_int_cst_equal (TYPE_SIZE (type), TYPE_SIZE (orig)));


-- 
   Summary: internal compiler error: in fold_convert, at fold-
const.c:2506
   Product: gcc
   Version: 4.5.0
Status: UNCONFIRMED
  Severity: major
  Priority: P3
 Component: c
AssignedTo: unassigned at gcc dot gnu dot org
    ReportedBy: happyarch at gmail dot com
 GCC build triplet: x86_64
  GCC host triplet: x86_64
GCC target triplet: x86_64


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



[Bug c/39673] New: internal compiler error: in fold_binary, at fold-const.c:9642

2009-04-07 Thread happyarch at gmail dot com
Hi, i have problem when compiling vim-7.2 in LFS64

TIA
==
bash-4.0$ cc -v
Using built-in specs.
Target: x86_64-unknown-linux-gnu
Configured with: ../gcc/configure --prefix=/usr --libexecdir=/usr/lib
--enable-shared --enable-threads=posix --enable-__cxa_atexit
--enable-clocale=gnu --enable-languages=c,c++ --disable-bootstrap
--disable-multilib
Thread model: posix
gcc version 4.5.0 20090407 (experimental) (GCC) 
bash-4.0$ pwd
/home/user/d/vim7.2
bash-4.0$ make
Starting make in the src directory.
If there are problems, cd to the src directory and run make there
cd src && make first
make[1]: Entering directory `/home/user/d/vim7.2/src'
gcc -c -I. -Iproto -DHAVE_CONFIG_H -g -O2 -D_FORTIFY_SOURCE=1 -o
objects/spell.o spell.c
spell.c: In function :
spell.c:5720: warning: offset  outside bounds of constant string
spell.c:5733: warning: offset  outside bounds of constant string
spell.c:5733: warning: offset  outside bounds of constant string
spell.c:5772: warning: offset  outside bounds of constant string
spell.c:5783: warning: offset  outside bounds of constant string
spell.c:5785: warning: offset  outside bounds of constant string
spell.c:5806: warning: offset  outside bounds of constant string
spell.c:6046: warning: offset  outside bounds of constant string
spell.c: In function :
spell.c:6557: warning: offset  outside bounds of constant string
spell.c: In function :
spell.c:7059: internal compiler error: in fold_binary, at fold-const.c:9642
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
make[1]: *** [objects/spell.o] Error 1
make[1]: Leaving directory `/home/user/d/vim7.2/src'
make: *** [first] Error 2
bash-4.0$  vi fold-const.c +9642

gcc_assert (IS_EXPR_CODE_CLASS (kind)
  && TREE_CODE_LENGTH (code) == 2
  && op0 != NULL_TREE
  && op1 != NULL_TREE);


-- 
   Summary: internal compiler error: in fold_binary, at fold-
const.c:9642
   Product: gcc
   Version: 4.5.0
Status: UNCONFIRMED
  Severity: major
  Priority: P3
 Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: happyarch at gmail dot com
 GCC build triplet: x86_64
  GCC host triplet: x86_64
GCC target triplet: x86_64


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



[Bug c/39673] internal compiler error: in fold_binary, at fold-const.c:9642

2009-04-07 Thread happyarch at gmail dot com


--- Comment #2 from happyarch at gmail dot com  2009-04-07 14:57 ---
Created an attachment (id=17602)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17602&action=view)
preprocessed output


-- 


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



[Bug c/39712] New: type mismatch in address expression

2009-04-09 Thread happyarch at gmail dot com
Hi, i have problem when compiling mplayer-svn.

TIA
==
bash-4.0$ cc -v
Using built-in specs.
Target: x86_64-unknown-linux-gnu
Configured with: ../gcc/configure --prefix=/usr --libexecdir=/usr/lib
--enable-shared --enable-threads=posix --enable-__cxa_atexit
--enable-clocale=gnu --enable-languages=c,c++ --disable-bootstrap
--disable-multilib
Thread model: posix
gcc version 4.5.0 20090409 (experimental) (GCC) 
bash-4.0$ pwd
/home/user/d/mplayer/libavcodec
bash-4.0$ cc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I..
-I.. -Wundef -Wdisabled-optimization -Wno-pointer-sign
-Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith
-Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math
-fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-D_LARGEFILE64_SOURCE -I.   -Ilibdvdread4 -I/0/include/freetype2 -I/0/include  
  -c -o mpegaudiodec.o mpegaudiodec.c
mpegaudiodec.c: In function :
mpegaudiodec.c:1647: error: type mismatch in address expression
int32_t[16] *

int32_t[2][16] *

is_tab = &is_table;

mpegaudiodec.c:1647: internal compiler error: verify_gimple failed
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.


-- 
   Summary: type mismatch in address expression
   Product: gcc
   Version: 4.5.0
Status: UNCONFIRMED
  Severity: normal
  Priority: P3
 Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: happyarch at gmail dot com
 GCC build triplet: x86_64
  GCC host triplet: x86_64
GCC target triplet: x86_64


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



[Bug c/39712] type mismatch in address expression

2009-04-09 Thread happyarch at gmail dot com


--- Comment #1 from happyarch at gmail dot com  2009-04-10 06:50 ---
Created an attachment (id=17612)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17612&action=view)
preprocessed output


-- 


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