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

2008-09-21 Thread hp at gcc dot gnu dot org
--- Comment #13 from hp at gcc dot gnu dot org 2008-09-22 02:12 --- (In reply to comment #10) > (In reply to comment #9) > > ".weak symbol" can be emitted, but with two same lines. Thanks! > So that would bring you into the same situation as PR31537 is in (FE emits > duplicate asm dir

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

2008-09-21 Thread hp at gcc dot gnu dot org
--- Comment #12 from hp at gcc dot gnu dot org 2008-09-22 01:56 --- Subject: Bug 37280 Author: hp Date: Mon Sep 22 01:54:41 2008 New Revision: 140540 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=140540 Log: PR middle-end/37170 PR middle-end/37280 * gcc.

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

2008-09-21 Thread hp at gcc dot gnu dot org
--- Comment #11 from hp at gcc dot gnu dot org 2008-09-22 01:55 --- Subject: Bug 37280 Author: hp Date: Mon Sep 22 01:54:03 2008 New Revision: 140539 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=140539 Log: PR middle-end/37170 PR middle-end/37280 * fina

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

2008-09-16 Thread aldot at gcc dot gnu dot org
--- Comment #10 from aldot at gcc dot gnu dot org 2008-09-16 19:15 --- (In reply to comment #9) > Hi, > > I tried the following patch. > http://gcc.gnu.org/ml/gcc-patches/2008-09/msg00195.html > > ".weak symbol" can be emitted, but with two same lines. Thanks! So that would bring

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

2008-09-16 Thread chaoyingfu at gcc dot gnu dot org
--- Comment #9 from chaoyingfu at gcc dot gnu dot org 2008-09-16 18:54 --- Hi, I tried the following patch. http://gcc.gnu.org/ml/gcc-patches/2008-09/msg00195.html ".weak symbol" can be emitted, but with two same lines. Thanks! Ex: .file 1 "152.c" .section .mde

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

2008-09-09 Thread jsm28 at gcc dot gnu dot org
-- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 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 >

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

2008-09-03 Thread hp at gcc dot gnu dot org
--- Comment #6 from hp at gcc dot gnu dot org 2008-09-03 23:24 --- (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 t

[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_vml

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

2008-08-30 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added BugsThisDependsOn||37170 Component|other |middle-end