[Bug rtl-optimization/33685] [4.3 regression] invalid rtl sharing found in the insn

2007-10-07 Thread bero at arklinux dot org
--- Comment #1 from bero at arklinux dot org 2007-10-07 21:28 --- Created an attachment (id=14317) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14317&action=view) Preprocessed source, bzip2-ed -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33685

[Bug java/33764] New: [4.3 regression] gij is built as 32-bit binary when building multilib gcc

2007-10-13 Thread bero at arklinux dot org
building multilib gcc Product: gcc Version: 4.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: bero at arklinux dot org GCC build triplet:

[Bug java/33765] New: [4.3 regression] gcj internal compiler error when reading an empty file

2007-10-13 Thread bero at arklinux dot org
ty: P3 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: bero at arklinux dot org GCC build triplet: i586-pc-linux-gnu GCC host triplet: i586-pc-linux-gnu GCC target triplet: i586-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33765

[Bug inline-asm/20202] New: asm("movq %0, %mm0" : : "X"(*a)) generates invalid asm code

2005-02-24 Thread bero at arklinux dot org
Status: UNCONFIRMED Severity: normal Priority: P2 Component: inline-asm AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: bero at arklinux dot org CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: i686-ark-linux

[Bug inline-asm/20202] asm("movq %0, %mm0" : : "X"(*a)) generates invalid asm code

2005-02-24 Thread bero at arklinux dot org
--- Additional Comments From bero at arklinux dot org 2005-02-25 00:30 --- [tested with CVS snapshot as of 2005/02/25 00:05:00 GMT] -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20202

[Bug c/20205] New: internal compiler error: Segmentation fault while compiling glibc 2.3.4

2005-02-24 Thread bero at arklinux dot org
ersion: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: bero at arklinux dot org CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: i686-ark-linux GCC

[Bug c/20205] internal compiler error: Segmentation fault while compiling glibc 2.3.4

2005-02-24 Thread bero at arklinux dot org
--- Additional Comments From bero at arklinux dot org 2005-02-25 01:00 --- Created an attachment (id=8280) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8280&action=view) Preprocessed source -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20205

[Bug c/20205] internal compiler error: Segmentation fault while compiling glibc 2.3.4

2005-02-24 Thread bero at arklinux dot org
--- Additional Comments From bero at arklinux dot org 2005-02-25 01:02 --- Triggered by -finline-functions -O2: works -O3: broken -O2 -finline-functions: broken -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20205

[Bug c/20329] New: regression: current 3.4.4 miscompiles Linux kernel with athlon optimisations

2005-03-04 Thread bero at arklinux dot org
nux kernel with athlon optimisations Product: gcc Version: 3.4.4 Status: UNCONFIRMED Severity: normal Priority: P2 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: bero at arklinux dot org

[Bug middle-end/34725] [4.3 regression] gcc 4.3-rev 131213 miscompiles libgcrypt 1.4.0 at -O2 -mtune=i686 -fomit-frame-pointer

2008-01-20 Thread bero at arklinux dot org
--- Comment #3 from bero at arklinux dot org 2008-01-20 11:10 --- The padlock code itself doesn't crash (if you add anything else near it, the crash goes away). I suspect something gets messed up in the calling conventions, and so far haven't been able to reproduce this in

[Bug c/34982] New: [4.3 regression] calling a function with undefined parameters causes segmentation fault at -O1 or higher

2008-01-26 Thread bero at arklinux dot org
Product: gcc Version: 4.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: bero at arklinux dot org GCC build triplet: i586-pc-linux-gnu GCC host triplet: i

[Bug target/34982] [4.3 regression] calling a function with undefined parameters causes segmentation fault at -O1 or higher

2008-01-27 Thread bero at arklinux dot org
--- Comment #10 from bero at arklinux dot org 2008-01-27 19:36 --- > this should make lot of difference on K&R code (I wonder if > any is still around in usual distro) Some parts of xorg still follow K&R conventions, few parts of teTeX have K&R code in them, cdrtoo

[Bug libstdc++/39107] New: Building an i686-pc-linux-gnu -> i686-pc-mingw32 crosscompiler fails on libstdc++ configure

2009-02-05 Thread bero at arklinux dot org
ned at gcc dot gnu dot org ReportedBy: bero at arklinux dot org GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet: i686-pc-mingw32 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39107

[Bug libstdc++/39107] Building an i686-pc-linux-gnu -> i686-pc-mingw32 crosscompiler fails on libstdc++ configure

2009-02-05 Thread bero at arklinux dot org
--- Comment #1 from bero at arklinux dot org 2009-02-05 13:50 --- Since the purpose of the AC_TRY_LINK statement in libstdc++/acinclude.m4, line 260, is just to check if the linker barfs when given an argument, probably just moving the GLIBCXX_CHECK_LINKER_FEATURES call to come before

[Bug libstdc++/39107] Building an i686-pc-linux-gnu -> i686-pc-mingw32 crosscompiler fails on libstdc++ configure

2009-02-05 Thread bero at arklinux dot org
--- Comment #2 from bero at arklinux dot org 2009-02-05 13:52 --- A bit below the check for --gc-sections, GLIBCXX_CHECK_LINKER_FEATURES actually checks for another linker feature in a way that doesn't break crosscompiling: cxx_z_relo=`$LD -v --help 2>/dev/null | grep

[Bug libstdc++/39107] Building an i686-pc-linux-gnu -> i686-pc-mingw32 crosscompiler fails on libstdc++ configure

2009-02-05 Thread bero at arklinux dot org
--- Comment #3 from bero at arklinux dot org 2009-02-05 13:58 --- Created an attachment (id=17247) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17247&action=view) Proposed patch -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39107

[Bug libstdc++/39107] Building an i686-pc-linux-gnu -> i686-pc-mingw32 crosscompiler fails on libstdc++ configure

2009-02-05 Thread bero at arklinux dot org
--- Comment #5 from bero at arklinux dot org 2009-02-05 15:56 --- It does get called when building that i686-pc-linux-gnu -> i686-pc-mingw32 crosscompiler -- but maybe the fact that it does indicates a bug elsewhere in the build system -- http://gcc.gnu.org/bugzilla/show_bug.cgi

[Bug libstdc++/39107] Building an i686-pc-linux-gnu -> i686-pc-mingw32 crosscompiler fails on libstdc++ configure

2009-02-05 Thread bero at arklinux dot org
--- Comment #8 from bero at arklinux dot org 2009-02-05 20:14 --- mkdir build cd build ../configure --prefix=/usr --enable-static --enable-shared --enable-fast-install --enable-c99 --enable-wchar_t --disable-gconf-peer --target=i686-pc-mingw32 --enable-threads --enable-tls --with-tls

[Bug other/47062] New: -mfpmath=sse,387 causes pow() to produce incorrect results

2010-12-24 Thread bero at arklinux dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47062 Summary: -mfpmath=sse,387 causes pow() to produce incorrect results Product: gcc Version: 4.5.2 Status: UNCONFIRMED Severity: normal Priority: P3 Componen

[Bug go/47176] New: libgo doesn't compile if libunicode is installed

2011-01-05 Thread bero at arklinux dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47176 Summary: libgo doesn't compile if libunicode is installed Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: go AssignedTo: i...

[Bug c++/47705] New: internal compiler error: in convert_nontype_argument, at cp/pt.c:5006

2011-02-11 Thread bero at arklinux dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47705 Summary: internal compiler error: in convert_nontype_argument, at cp/pt.c:5006 Product: gcc Version: 4.5.2 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug middle-end/50266] New: internal compiler error: in decode_addr_const, at varasm.c:2638

2011-09-01 Thread bero at arklinux dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50266 Bug #: 50266 Summary: internal compiler error: in decode_addr_const, at varasm.c:2638 Classification: Unclassified Product: gcc Version: 4.6.1 Status: UNCONFIRMED

[Bug middle-end/50266] internal compiler error: in decode_addr_const, at varasm.c:2638

2011-09-01 Thread bero at arklinux dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50266 bero at arklinux dot org changed: What|Removed |Added Attachment #25164|0 |1 is obsolete

[Bug target/50116] [4.6 Regression] internal compiler error: in decode_addr_const, at varasm.c:2632

2011-09-01 Thread bero at arklinux dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50116 bero at arklinux dot org changed: What|Removed |Added CC||bero at arklinux dot org

[Bug target/52294] New: [4.7 Regression] [ARM Thumb] generated asm code produces "branch out of range" error in gas with -Os -mcpu=cortex-a9

2012-02-17 Thread bero at arklinux dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52294 Bug #: 52294 Summary: [4.7 Regression] [ARM Thumb] generated asm code produces "branch out of range" error in gas with -Os -mcpu=cortex-a9 Classification: Unclassified P

[Bug other/19563] Makefiles don't handle configure --program-suffix

2011-11-13 Thread bero at arklinux dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19563 --- Comment #4 from bero at arklinux dot org 2011-11-13 18:17:20 UTC --- It has worked for me for the last couple of years as well, so whatever caused it is fixed

[Bug middle-end/31753] New: ICE while compiling qemu 0.9.0 with -O1 or higher

2007-04-29 Thread bero at arklinux dot org
0 with -O1 or higher Product: gcc Version: 4.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: middle-end AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: bero at arklinux dot org GCC build triplet: i586-pc-

[Bug middle-end/31753] ICE while compiling qemu 0.9.0 with -O1 or higher

2007-04-29 Thread bero at arklinux dot org
--- Comment #1 from bero at arklinux dot org 2007-04-29 12:40 --- Created an attachment (id=13462) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13462&action=view) Preprocessed source Attaching preprocessed source -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31753

[Bug libgcj/24403] --enable-java-awt=qt fails to build

2007-05-24 Thread bero at arklinux dot org
--- Comment #11 from bero at arklinux dot org 2007-05-24 11:53 --- ping... > This is known and will not be fixed until 4.2. Now that 4.2 is released and it still doesn't work, can we get this working in 4.3? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24403

[Bug libgcj/24403] --enable-java-awt=qt fails to build

2007-05-25 Thread bero at arklinux dot org
--- Comment #13 from bero at arklinux dot org 2007-05-25 12:24 --- yes, assignment is in place, and yes, the peers are somewhat buggy. But I think that's in part because nobody (at least in the gcj community) is testing/fixing them because they don't build without trickery.

[Bug tree-optimization/32544] gcc 4.2.1 miscompiles Mesa's r300 DRI driver with -ftree-vrp

2007-06-29 Thread bero at arklinux dot org
--- Comment #1 from bero at arklinux dot org 2007-06-29 08:16 --- Created an attachment (id=13804) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13804&action=view) Preprocessed source, bzip2-ed Attaching preprocessed source of r300_state.c -- http://gcc.gnu.org/b

[Bug tree-optimization/32544] New: gcc 4.2.1 miscompiles Mesa's r300 DRI driver with -ftree-vrp

2007-06-29 Thread bero at arklinux dot org
river with - ftree-vrp Product: gcc Version: 4.2.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optimization AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: bero at arklinux dot org

[Bug tree-optimization/32544] gcc 4.2.1 miscompiles Mesa's r300 DRI driver with -ftree-vrp

2007-06-29 Thread bero at arklinux dot org
--- Comment #3 from bero at arklinux dot org 2007-06-29 14:17 --- r300SetupPixelShader() -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32544

[Bug c/32588] New: Bogus "error: initializer element is not constant"

2007-07-02 Thread bero at arklinux dot org
Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: bero at arklinux dot org GCC build triplet: i586-pc-linux-gnu GCC host triplet: i586-pc-linux-gnu GCC target triplet: i586-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32588

[Bug libgcj/24289] New: libjava fails to build if GNU make 3.81 betas are used (caused by feature addition, not bug, in 3.81beta --> will still happen with 3.81 final)

2005-10-09 Thread bero at arklinux dot org
Version: 4.0.2 Status: UNCONFIRMED Severity: normal Priority: P2 Component: libgcj AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: bero at arklinux dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24289

[Bug debug/22313] [4.1 Regression] gcc HEAD as of 2005/07/05 fails to profiledbootstrap

2005-10-10 Thread bero at arklinux dot org
--- Comment #10 from bero at arklinux dot org 2005-10-10 21:48 --- This is still reproducable here [with unpatched sources], using binutils 2.16.1 and gcc 3.4.4 to compile the stage1 compiler -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22313

[Bug libgcj/24403] New: --enable-java-awt=qt fails to build

2005-10-16 Thread bero at arklinux dot org
IRMED Severity: normal Priority: P2 Component: libgcj AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: bero at arklinux dot org GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet: i686-pc-linux-gnu http://gcc.gn

[Bug java/24652] New: [4.1 Regression] Segmentation fault while bytecompiling ecj

2005-11-03 Thread bero at arklinux dot org
Priority: P3 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: bero at arklinux dot org GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet: i686-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24652

[Bug java/24652] [4.1 Regression] Segmentation fault while bytecompiling ecj

2005-11-03 Thread bero at arklinux dot org
--- Comment #1 from bero at arklinux dot org 2005-11-03 09:23 --- Created an attachment (id=10119) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10119&action=view) relatively large test case -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24652

[Bug libgcj/24403] --enable-java-awt=qt fails to build

2005-11-03 Thread bero at arklinux dot org
--- Comment #2 from bero at arklinux dot org 2005-11-03 09:29 --- After hacking the makefiles to get it to build anyway, trying to run an AWT application aborts on startup because gcj renames libqtpeer.so to lib-gnu-java-awt-peer-qt.so, while gnu/java/awt/peer/qt/QtToolkit.java still

[Bug libstdc++/19664] libstdc++ headers should have pop/push of the visibility around the declarations

2005-11-03 Thread bero at arklinux dot org
--- Comment #86 from bero at arklinux dot org 2005-11-03 09:38 --- Created an attachment (id=10120) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10120&action=view) Updated version of the patch to apply on current SVN -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19664

[Bug libgcj/24403] --enable-java-awt=qt fails to build

2005-11-03 Thread bero at arklinux dot org
--- Comment #3 from bero at arklinux dot org 2005-11-03 18:24 --- Created an attachment (id=10129) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10129&action=view) Patch Attaching a fix for both issues in 24403, as well as another compile time problem with the Qt peers

[Bug middle-end/42998] New: [4.5 Regression] ICE: error: verify_stmts failed

2010-02-08 Thread bero at arklinux dot org
AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: bero at arklinux dot org GCC build triplet: i686-ark-linux-gnu GCC host triplet: i686-ark-linux-gnu GCC target triplet: i686-ark-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42998

[Bug middle-end/42998] [4.5 Regression] ICE: error: verify_stmts failed

2010-02-08 Thread bero at arklinux dot org
--- Comment #1 from bero at arklinux dot org 2010-02-08 12:29 --- Created an attachment (id=19820) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19820&action=view) Preprocessed source -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42998

[Bug middle-end/42998] [4.5 Regression] ICE: error: verify_stmts failed

2010-02-08 Thread bero at arklinux dot org
--- Comment #2 from bero at arklinux dot org 2010-02-08 13:00 --- Only happens at -O2 and higher -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42998

[Bug c/43347] New: [4.5 Regression] Bogus warning about symbols generated by gcc being used uninitialized

2010-03-12 Thread bero at arklinux dot org
by gcc being used uninitialized Product: gcc Version: 4.5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: bero at arklinux dot org GCC build

[Bug c/43347] [4.5 Regression] Bogus warning about symbols generated by gcc being used uninitialized

2010-03-12 Thread bero at arklinux dot org
--- Comment #1 from bero at arklinux dot org 2010-03-12 12:52 --- Created an attachment (id=20094) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20094&action=view) Preprocessed source showing the problem -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43347

[Bug bootstrap/43400] New: [4.5 Regression] internal compiler error: in adjust_mems, at var-tracking.c:789

2010-03-17 Thread bero at arklinux dot org
Version: 4.5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: bero at arklinux dot org GCC build triplet: x86_64-unknown-linux-gnu GCC host triplet: x

[Bug java/22183] New: gcj -C fails to compile ant 1.6.5

2005-06-25 Thread bero at arklinux dot org
Version: 4.0.1 Status: UNCONFIRMED Severity: normal Priority: P2 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: bero at arklinux dot org CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gn

[Bug bootstrap/22313] New: gcc HEAD as of 2005/07/05 fails to profiledbootstrap

2005-07-05 Thread bero at arklinux dot org
Priority: P2 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: bero at arklinux dot org CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: i686-ark-linux-gnu GCC host triplet: i686-ark-linux-gnu GCC target triplet: i686-ark

[Bug bootstrap/22313] gcc HEAD as of 2005/07/05 fails to profiledbootstrap

2005-07-05 Thread bero at arklinux dot org
--- Additional Comments From bero at arklinux dot org 2005-07-05 18:37 --- Created an attachment (id=9208) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9208&action=view) preprocessed source -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22313

[Bug bootstrap/22313] gcc HEAD as of 2005/07/05 fails to profiledbootstrap

2005-07-05 Thread bero at arklinux dot org
--- Additional Comments From bero at arklinux dot org 2005-07-05 18:39 --- Created an attachment (id=9209) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9209&action=view) Generated asm code -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22313

[Bug bootstrap/42343] New: gcc 3.2.x fails to build with current gcc versions

2009-12-09 Thread bero at arklinux dot org
ty: normal Priority: P3 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: bero at arklinux dot org GCC build triplet: x86_64-unknown-linux-gnu GCC host triplet: x86_64-unknown-linux-gnu GCC target triplet: arm920t-unknown-linux-gnu http://g

[Bug bootstrap/42343] gcc 3.2.x fails to build with current gcc versions

2009-12-09 Thread bero at arklinux dot org
--- Comment #1 from bero at arklinux dot org 2009-12-09 13:55 --- Created an attachment (id=19265) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19265&action=view) Fix for obstack.h -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42343

[Bug bootstrap/42343] gcc 3.2.x fails to build with current gcc versions

2009-12-09 Thread bero at arklinux dot org
--- Comment #2 from bero at arklinux dot org 2009-12-09 13:56 --- Created an attachment (id=19266) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19266&action=view) Fix for decl.c -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42343

[Bug middle-end/42749] [4.5 Regression] -O2 and verify_stmts failed again

2010-01-21 Thread bero at arklinux dot org
--- Comment #13 from bero at arklinux dot org 2010-01-21 11:56 --- FWIW a very similar error occurs when building mysql 5.5.1-m2, almost certainly the same bug opt_range.cc: In member function 'int SEL_ARG::store_min_key(KEY_PART*, uchar**, uint*, uint)': opt_range.cc:11812

[Bug lto/42826] New: lto1: ICE in ipcp_iterate_stage, at ipa-cp.c:759

2010-01-21 Thread bero at arklinux dot org
Status: UNCONFIRMED Severity: normal Priority: P3 Component: lto AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: bero at arklinux dot org GCC build triplet: x86_64-unknown-linux-gnu GCC host triplet: x86_64-unknown-linux-gnu GCC

[Bug lto/48042] New: lto segfaults while building Qt 4.7.2 with -g -flto -fwhole-program

2011-03-09 Thread bero at arklinux dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48042 Summary: lto segfaults while building Qt 4.7.2 with -g -flto -fwhole-program Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug lto/48042] lto segfaults while building Qt 4.7.2 with -g -flto -fwhole-program

2011-03-09 Thread bero at arklinux dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48042 --- Comment #2 from bero at arklinux dot org 2011-03-09 12:58:58 UTC --- Somewhat reduced, still too large: $ g++ -m64 -O2 -g -flto -o ../../../bin/uic3 .obj/release-static-emb-x86_64/widgetinfo.o -L/usr/src/ark/BUILD/qt/lib -lQt3Support lto1

[Bug lto/48042] lto segfaults while building Qt 4.7.2 with -g -flto -fwhole-program

2011-03-09 Thread bero at arklinux dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48042 --- Comment #3 from bero at arklinux dot org 2011-03-09 13:19:53 UTC --- If I reduce widgetinfo.cpp to just say #include it still breaks and produces a different, potentially more useful error: In file included from tools/q3glist.h:164:0

[Bug lto/48042] lto segfaults while building Qt 4.7.2 with -g -flto -fwhole-program

2011-03-09 Thread bero at arklinux dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48042 --- Comment #4 from bero at arklinux dot org 2011-03-09 13:27:24 UTC --- Created attachment 23598 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23598 Preprocessed source of remaining widgetinfo.cpp Preprocessed source of remain

[Bug lto/48042] lto segfaults while building Qt 4.7.2 with -g -flto -fwhole-program

2011-03-09 Thread bero at arklinux dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48042 --- Comment #6 from bero at arklinux dot org 2011-03-09 15:02:55 UTC --- Created attachment 23601 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23601 stripped down libQt3Support.a Here's a stripped down version of libQt3Support.a --

[Bug lto/48042] lto segfaults while building Qt 4.7.2 with -g -flto -fwhole-program

2011-03-09 Thread bero at arklinux dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48042 bero at arklinux dot org changed: What|Removed |Added Attachment #23598|0 |1 is obsolete

[Bug lto/48042] lto segfaults while building Qt 4.7.2 with -g -flto -fwhole-program

2011-03-09 Thread bero at arklinux dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48042 bero at arklinux dot org changed: What|Removed |Added Attachment #23605|0 |1 is obsolete

[Bug lto/48056] New: lto throws out needed symbols when linking QtScript

2011-03-10 Thread bero at arklinux dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48056 Summary: lto throws out needed symbols when linking QtScript Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: lto AssignedTo:

[Bug lto/48056] lto throws out needed symbols when linking QtScript

2011-03-10 Thread bero at arklinux dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48056 --- Comment #3 from bero at arklinux dot org 2011-03-10 11:48:47 UTC --- Thanks, works. Re-filed as WebKit bug https://bugs.webkit.org/show_bug.cgi?id=56088

[Bug tree-optimization/48648] New: internal compiler error: in translate_clast, at graphite-clast-to-gimple.c:1123

2011-04-17 Thread bero at arklinux dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48648 Summary: internal compiler error: in translate_clast, at graphite-clast-to-gimple.c:1123 Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority:

[Bug tree-optimization/48648] internal compiler error: in translate_clast, at graphite-clast-to-gimple.c:1123

2011-04-17 Thread bero at arklinux dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48648 --- Comment #1 from bero at arklinux dot org 2011-04-17 09:48:04 UTC --- Created attachment 24015 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24015 Full preprocessed source

[Bug tree-optimization/48648] internal compiler error: in translate_clast, at graphite-clast-to-gimple.c:1123

2011-04-17 Thread bero at arklinux dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48648 bero at arklinux dot org changed: What|Removed |Added Attachment #24015|0 |1 is obsolete

[Bug tree-optimization/48648] internal compiler error: in translate_clast, at graphite-clast-to-gimple.c:1123

2011-04-17 Thread bero at arklinux dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48648 bero at arklinux dot org changed: What|Removed |Added Attachment #24016|0 |1 is obsolete

[Bug tree-optimization/48648] internal compiler error: in translate_clast, at graphite-clast-to-gimple.c:1123

2011-04-17 Thread bero at arklinux dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48648 --- Comment #4 from bero at arklinux dot org 2011-04-17 10:34:52 UTC --- void *foo(const void *a); void bug48648() { unsigned char a[2]; long b; int i; for(i = 0; i < 2; i++) { if (b &

[Bug tree-optimization/48648] internal compiler error: in translate_clast, at graphite-clast-to-gimple.c:1123

2011-04-18 Thread bero at arklinux dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48648 --- Comment #6 from bero at arklinux dot org 2011-04-18 12:19:12 UTC --- cloog 0.16.2 with isl 0.06 (I read somewhere ppl should be replaced with isl?)

[Bug tree-optimization/48805] New: ICE in rename_uses, at sese.c:533 while compiling qutecom 2.2 with -fgraphite-identity

2011-04-28 Thread bero at arklinux dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48805 Summary: ICE in rename_uses, at sese.c:533 while compiling qutecom 2.2 with -fgraphite-identity Product: gcc Version: 4.6.1 Status: UNCONFIRMED Severity: normal Pr

[Bug tree-optimization/48805] ICE in rename_uses, at sese.c:533 while compiling qutecom 2.2 with -fgraphite-identity

2011-04-28 Thread bero at arklinux dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48805 bero at arklinux dot org changed: What|Removed |Added Attachment #24127|0 |1 is obsolete

[Bug tree-optimization/48805] ICE in rename_uses, at sese.c:533 while compiling qutecom 2.2 with -fgraphite-identity

2011-04-28 Thread bero at arklinux dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48805 --- Comment #2 from bero at arklinux dot org 2011-04-28 13:56:59 UTC --- gcc 4.6.1 svn rev. 173053 cloog 0.16.2 isl 0.06 ppl 0.11

[Bug preprocessor/48865] New: It would be useful to have a way to check the value of a #define at preprocessing time

2011-05-04 Thread bero at arklinux dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48865 Summary: It would be useful to have a way to check the value of a #define at preprocessing time Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: enhancement

[Bug preprocessor/48865] It would be useful to have a way to check the value of a #define at preprocessing time

2011-05-04 Thread bero at arklinux dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48865 --- Comment #2 from bero at arklinux dot org 2011-05-04 11:16:01 UTC --- It does - if you know how to read it. It's easy to tell a student who has never used a compiler outside of an IDE how to add a #warning -- teaching him how to rea

[Bug middle-end/48914] New: #pragma GCC diagnostic ignored "-Wc++0x-compat" doesn't work

2011-05-06 Thread bero at arklinux dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48914 Summary: #pragma GCC diagnostic ignored "-Wc++0x-compat" doesn't work Product: gcc Version: 4.6.1 Status: UNCONFIRMED Severity: normal Priority: P3 Compon

[Bug tree-optimization/49040] New: ICE in translate_clast, at graphite-clast-to-gimple.c:1123

2011-05-18 Thread bero at arklinux dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49040 Summary: ICE in translate_clast, at graphite-clast-to-gimple.c:1123 Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Componen

[Bug middle-end/45306] New: ICE (Segmentation fault) while building PyQt with -fgraphite-identity

2010-08-17 Thread bero at arklinux dot org
Priority: P3 Component: middle-end AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: bero at arklinux dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45306

[Bug middle-end/45306] ICE (Segmentation fault) while building PyQt with -fgraphite-identity

2010-08-17 Thread bero at arklinux dot org
--- Comment #1 from bero at arklinux dot org 2010-08-17 11:13 --- Created an attachment (id=21502) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21502&action=view) Preprocessed source -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45306

[Bug middle-end/45306] ICE (Segmentation fault) while building PyQt with -fgraphite-identity

2010-08-17 Thread bero at arklinux dot org
--- Comment #2 from bero at arklinux dot org 2010-08-17 11:14 --- Seems to work on 32-bit x86 -- bero at arklinux dot org changed: What|Removed |Added GCC build triplet

[Bug middle-end/45306] ICE (Segmentation fault) while building PyQt with -fgraphite-identity

2010-08-17 Thread bero at arklinux dot org
--- Comment #3 from bero at arklinux dot org 2010-08-17 14:15 --- Ignore the previous comment -- it working on x86 (32bit) was caused by not having -fgraphite-identity in the CFLAGS there. It crashes everywhere. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45306

[Bug middle-end/45314] New: ICE: error: in remove_unreachable_handlers, at tree-sh.c:3294 with -O2 -floop-interchange

2010-08-17 Thread bero at arklinux dot org
c Version: 4.5.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: middle-end AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: bero at arklinux dot org GCC build triplet: i586-pc-linux-gnu GCC host triplet: i

[Bug middle-end/45314] ICE: error: in remove_unreachable_handlers, at tree-sh.c:3294 with -O2 -floop-interchange

2010-08-17 Thread bero at arklinux dot org
--- Comment #1 from bero at arklinux dot org 2010-08-17 22:27 --- Created an attachment (id=21508) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21508&action=view) Preprocessed source -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45314

[Bug middle-end/45364] New: Apparent infinite loop while compiling wine's directx.c with -O1 -g

2010-08-20 Thread bero at arklinux dot org
ion: 4.5.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: middle-end AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: bero at arklinux dot org GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triple

[Bug middle-end/45364] Apparent infinite loop while compiling wine's directx.c with -O1 -g

2010-08-20 Thread bero at arklinux dot org
--- Comment #1 from bero at arklinux dot org 2010-08-21 01:00 --- Created an attachment (id=21534) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21534&action=view) test case -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45364

[Bug middle-end/45364] Compiling wine's directx.c with -O1 -g takes a very long time

2010-08-20 Thread bero at arklinux dot org
--- Comment #2 from bero at arklinux dot org 2010-08-21 01:10 --- Assumed it was an infinite loop a bit too early -- it did finish after giving it some more time. There is a speed problem though. Updating summary and severity. -- bero at arklinux dot org changed: What

[Bug tree-optimization/45314] [4.5/4.6 Regression] ICE: error: in remove_unreachable_handlers, at tree-sh.c:3294 with -O2 -floop-interchange

2010-08-31 Thread bero at arklinux dot org
--- Comment #3 from bero at arklinux dot org 2010-08-31 18:48 --- Created an attachment (id=21611) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21611&action=view) (fairly stupid) Workaround Attaching workaround for people coming across this bug report when googling th

[Bug libgcj/46082] New: libgcj fails to build in current 4.5 branch

2010-10-19 Thread bero at arklinux dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46082 Summary: libgcj fails to build in current 4.5 branch Product: gcc Version: 4.5.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libgcj AssignedTo: unass

[Bug tree-optimization/45314] [4.5/4.6 Regression] ICE: error: in remove_unreachable_handlers, at tree-sh.c:3294 with -O2 -floop-interchange

2010-11-05 Thread bero at arklinux dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45314 --- Comment #5 from bero at arklinux dot org 2010-11-05 15:30:20 UTC --- Still happens on current 4.5 branch

[Bug c++/43933] New: Suboptimal error message when supplying a bad default value in initialization

2010-04-29 Thread bero at arklinux dot org
cc Version: 4.5.0 Status: UNCONFIRMED Severity: enhancement Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: bero at arklinux dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43933

[Bug lto/44378] New: lto1: internal compiler error: in cgraph_mark_functions_to_output, at cgraphunit.c:1168

2010-06-02 Thread bero at arklinux dot org
ersion: 4.5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: lto AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: bero at arklinux dot org GCC build triplet: x86_64-pc-linux-gnu GCC host triplet: armv6j-blankpage

[Bug lto/44385] New: ld: ../../lto-plugin/lto-plugin.c:325: write_resolution: Assertion `syms' failed.

2010-06-02 Thread bero at arklinux dot org
nedTo: unassigned at gcc dot gnu dot org ReportedBy: bero at arklinux dot org GCC build triplet: x86_64-unknown-linux-gnu GCC host triplet: x86_64-unknown-linux-gnu GCC target triplet: x86_64-unknown-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44385

[Bug lto/44390] New: LTO strips out symbols that are actually needed

2010-06-02 Thread bero at arklinux dot org
on the command line -- the symbol appears to be "optimized away" wrongfully. -- Summary: LTO strips out symbols that are actually needed Product: gcc Version: 4.5.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug lto/44390] LTO strips out symbols that are actually needed

2010-06-02 Thread bero at arklinux dot org
--- Comment #1 from bero at arklinux dot org 2010-06-02 16:20 --- uic3.tar.gz, containing the object files that should be linked and the source they're generated from, is too large to attach, so I've uploaded it to http://arklinux.org/~bero/uic3.tar.gz -- http://g

[Bug lto/44390] LTO strips out symbols that are actually needed

2010-06-02 Thread bero at arklinux dot org
--- Comment #6 from bero at arklinux dot org 2010-06-02 16:53 --- Omitting -fwhole-program doesn't change anything. Compiling 4.5 branch and trunk now. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44390

[Bug lto/44398] New: lto1: internal compiler error: Segmentation fault

2010-06-03 Thread bero at arklinux dot org
ot org ReportedBy: bero at arklinux dot org GCC build triplet: x86_64-unknown-linux-gnu GCC host triplet: x86_64-unknown-linux-gnu GCC target triplet: x86_64-unknown-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44398

[Bug lto/44398] lto1: internal compiler error: Segmentation fault

2010-06-03 Thread bero at arklinux dot org
--- Comment #1 from bero at arklinux dot org 2010-06-03 10:44 --- Created an attachment (id=20816) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20816&action=view) ltrace output -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44398

[Bug lto/44390] LTO strips out symbols that are actually needed

2010-06-03 Thread bero at arklinux dot org
--- Comment #7 from bero at arklinux dot org 2010-06-03 11:38 --- Exact same error with 4.5.1 branch rev. 160157, compiling trunk -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44390

<    1   2   3   >