[Bug middle-end/31490] Compile error section type conflict

2010-11-17 Thread sje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31490 --- Comment #19 from Steve Ellcey sje at gcc dot gnu.org 2010-11-17 22:54:07 UTC --- Author: sje Date: Wed Nov 17 22:54:05 2010 New Revision: 166887 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=166887 Log: 2010-11-17 Dinar Temirbulatov

[Bug middle-end/31490] Compile error section type conflict

2010-11-17 Thread sje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31490 --- Comment #20 from Steve Ellcey sje at gcc dot gnu.org 2010-11-17 22:55:05 UTC --- Author: sje Date: Wed Nov 17 22:55:01 2010 New Revision: 166888 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=166888 Log: 2010-11-17 Steve Ellcey

[Bug middle-end/31490] Compile error section type conflict

2010-11-09 Thread nicolas.veyssiere at thalesgroup dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31490 Nicolas VEYSSIERE nicolas.veyssiere at thalesgroup dot com changed: What|Removed |Added CC|

[Bug middle-end/31490] Compile error section type conflict

2010-04-16 Thread sje at cup dot hp dot com
--- Comment #17 from sje at cup dot hp dot com 2010-04-16 22:29 --- Is there any reason none of the patches created for this bug have been checked in? I still get a 'section type conflict' on IA64 with the test case from Comment #2. -- sje at cup dot hp dot com changed:

[Bug middle-end/31490] Compile error section type conflict

2007-11-27 Thread etiennes at cse dot unsw dot edu dot au
--- Comment #16 from etiennes at cse dot unsw dot edu dot au 2007-11-28 05:11 --- I just tried compiling 2.6.23.9 ia64 and the compile failed citing drivers/char/ipmi/ipmi_si_intf.c:1095: error: __param_hotmod causes a section type conflict gcc (GCC) 4.2.3 20071123 (prerelease)

[Bug middle-end/31490] Compile error section type conflict

2007-08-31 Thread drow at gcc dot gnu dot org
--- Comment #15 from drow at gcc dot gnu dot org 2007-08-31 17:42 --- Has Segher's patch been sent to gcc-patches? I've just encountered the ppc64 bootstrap failure too. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31490

[Bug middle-end/31490] Compile error section type conflict

2007-08-28 Thread dtemirbulatov at gmail dot com
--- Comment #13 from dtemirbulatov at gmail dot com 2007-08-28 16:25 --- reviewed patch posted here http://gcc.gnu.org/ml/gcc-patches/2007-05/msg01280.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31490

[Bug middle-end/31490] Compile error section type conflict

2007-08-28 Thread janis at gcc dot gnu dot org
--- Comment #14 from janis at gcc dot gnu dot org 2007-08-28 18:15 --- The patch that I tried is the one attached for comment #10, not the one in comment #9. With that patch a bootstrap of all languages but Ada succeeded. The test results look reasonable, although I don't have results

[Bug middle-end/31490] Compile error section type conflict

2007-08-27 Thread janis at gcc dot gnu dot org
--- Comment #12 from janis at gcc dot gnu dot org 2007-08-27 21:54 --- Trunk currently fails on powerpc64-linux building libstdc++-v3/src/system_error.cc. Hacking libtool a bit allows seeing the message std::system_category causes a section type conflict. The file is compiled with -O2

[Bug middle-end/31490] Compile error section type conflict

2007-06-20 Thread schwab at suse dot de
--- Comment #11 from schwab at suse dot de 2007-06-20 11:32 --- Also broken on ia64. -- schwab at suse dot de changed: What|Removed |Added GCC target

[Bug middle-end/31490] Compile error section type conflict

2007-05-18 Thread segher at kernel dot crashing dot org
--- Comment #10 from segher at kernel dot crashing dot org 2007-05-18 14:57 --- Created an attachment (id=13578) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13578action=view) proposed patch still need to run the testsuite on it --

[Bug middle-end/31490] Compile error section type conflict

2007-05-16 Thread dtemirbulatov at gmail dot com
--- Comment #9 from dtemirbulatov at gmail dot com 2007-05-16 22:47 --- This patch fixes both testcases --- gcc/varasm.c.orig 2007-05-16 21:32:11.0 +0400 +++ gcc/varasm.c2007-05-16 21:36:14.0 +0400 @@ -5762,12 +5762,14 @@ categorize_decl_for_section (tree

[Bug middle-end/31490] Compile error section type conflict

2007-05-15 Thread segher at kernel dot crashing dot org
--- Comment #8 from segher at kernel dot crashing dot org 2007-05-15 13:07 --- Bisecting shows that the original bug (powerpc64 Linux build errors out) is caused by r122781. I didn't actually test on 4.2 but the same patch is applied there (as r122782). If the reduced testcase in

[Bug middle-end/31490] Compile error section type conflict

2007-05-02 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2007-05-02 16:41 --- I can reproduce this bug any architecture with -fpic option Oh and this is why it fails without -fpic on powerpc64-linux-gnu as really it is always PIC with the toc based ABI. workaround for the bug: Actually