[Bug 310196] New: gcc42 fails on libxml2
https://bugzilla.novell.com/show_bug.cgi?id=310196 Summary: gcc42 fails on libxml2 Product: openSUSE 10.3 Version: Beta 3 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Development AssignedTo: matz@novell.com ReportedBy: dmueller@novell.com QAContact: qa@suse.de CC: rguenther@novell.com Found By: --- with -O2/-Os. -O1 works -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=310196#c1 --- Comment #1 from Dirk Mueller <dmueller@novell.com> 2007-09-13 04:18:11 MST --- Created an attachment (id=163815) --> (https://bugzilla.novell.com/attachment.cgi?id=163815) testcase -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=310196#c2 --- Comment #2 from Michael Matz <matz@novell.com> 2007-09-13 04:28:02 MST --- $ cat /etc/SuSE-release openSUSE 10.3 (i586) Beta3 VERSION = 10.3 $ gcc -c -O2 bug-310196_369.c $ I.e. more details needed. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=310196#c3 Pavol Rusnak <prusnak@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |prusnak@novell.com --- Comment #3 from Pavol Rusnak <prusnak@novell.com> 2007-09-14 02:16:17 MST --- Works without problem on x86_64 too. Seems like only s390/s390x are affected. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=310196#c4 --- Comment #4 from Richard Guenther <rguenther@novell.com> 2007-09-17 02:09:50 MST --- There is no failed log for libxml2 for s390 or s390x. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=310196#c5 --- Comment #5 from Pavol Rusnak <prusnak@novell.com> 2007-09-18 02:21:46 MST --- Dirk already added workaround to fix s390[x] build: http://lists.opensuse.org/archive/opensuse-commit/2007-09/msg00504.html +# workaround for 310196 +%ifarch s390 s390x +export RPM_OPT_FLAGS=${RPM_OPT_FLAGS/-O2/-O1} +%endif -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=310196#c6 Michael Matz <matz@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |LATER --- Comment #6 from Michael Matz <matz@novell.com> 2007-10-01 02:45:57 MST --- I _think_ that Dirk meant this problem: # gcc -c -O2 x.c /tmp/cc7zbMbn.s: Assembler messages: /tmp/cc7zbMbn.s:56: Error: operand out of range (160 is not between 0 and 15) /tmp/cc7zbMbn.s:56: Error: junk at end of line: `(%r15)' If that's the case, then it will be fixed with this patch from 4.2: 2007-08-02 Andreas Krebbel <krebbel1@de.ibm.com> * config/s390/s390.md ("*xordi3_cconly"): Change xr to xg. I.e. an update of 4.2 would fix it. But as we're going to get 4.3 in STABLE relatively soon, it doesn't make sense to update, so I'll close this as LATER. Someone should make sure to remove the work around in libxml2 then. Or better, right now, to not forget it. It will fail for some time then, but that shouldn't matter, as it's clear what happens. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=310196 User sbrabec@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=310196#c7 Stanislav Brabec <sbrabec@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sbrabec@novell.com --- Comment #7 from Stanislav Brabec <sbrabec@novell.com> 2008-01-11 09:36:47 MST --- Builds again. Removing work-arounds. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=310196 User dmueller@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=310196#c8 Dirk Mueller <dmueller@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|LATER |FIXED --- Comment #8 from Dirk Mueller <dmueller@novell.com> 2008-09-01 03:19:50 MDT --- so it is fixed, I guess. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com