[Bug c++/44717] New: [4.5 Regression] extern "C" static void test(); produces error

2010-06-29 Thread bero at arklinux dot org
ity: normal Priority: P3 Component: c++ 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: x86_64-pc-linux-gnu GCC target triplet: x86_64-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44717

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

2011-06-18 Thread bero at arklinux dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48648 --- Comment #8 from bero at arklinux dot org 2011-06-18 09:55:58 UTC --- ppl 0.11.2

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

2011-06-18 Thread bero at arklinux dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49040 --- Comment #2 from bero at arklinux dot org 2011-06-18 09:57:10 UTC --- Probably the same as 48648 (which has a reduced test case)

[Bug inline-asm/33864] New: gcc 4.3 svn fails to compile glibc 2.7's crti.o

2007-10-22 Thread bero at arklinux dot org
sion: 4.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: inline-asm 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 tr

[Bug inline-asm/33864] gcc 4.3 svn fails to compile glibc 2.7's crti.o

2007-10-22 Thread bero at arklinux dot org
--- Comment #1 from bero at arklinux dot org 2007-10-22 21:04 --- Created an attachment (id=14393) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14393&action=view) Preprocessor output -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33864

[Bug other/33864] gcc 4.3 svn fails to compile glibc 2.7's crti.o

2007-10-22 Thread bero at arklinux dot org
--- Comment #3 from bero at arklinux dot org 2007-10-22 21:59 --- The problem goes away by not using the -fasynchronous-unwind-tables compiler flag. That seems to point at a gcc bug because the code and/or ld shouldn't care, but I might be wrong - I haven't had enough time

[Bug c++/33871] New: typeinfo name referenced in ... defined in discarded section

2007-10-23 Thread bero at arklinux dot org
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=33871

[Bug c++/33871] typeinfo name referenced in ... defined in discarded section

2007-10-23 Thread bero at arklinux dot org
--- Comment #2 from bero at arklinux dot org 2007-10-23 17:18 --- A workaround in id3lib code is to remove the anonymous namespace declaration namespace { ... } around the class definitions in src/tag.cpp I've tried with binutils 2.17, 2.17.50.0.17, 2.17.50.0.18, 2.1

[Bug c++/33871] typeinfo name referenced in ... defined in discarded section

2007-10-23 Thread bero at arklinux dot org
--- Comment #3 from bero at arklinux dot org 2007-10-23 17:25 --- Created an attachment (id=14400) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14400&action=view) Workaround inside id3lib This patch against id3lib works around the bug by simply replacing the anonymous na

[Bug c++/33871] typeinfo name referenced in ... defined in discarded section

2007-10-23 Thread bero at arklinux dot org
--- Comment #4 from bero at arklinux dot org 2007-10-23 17:52 --- Same problem occurs in OpenOffice.org 2.3's stoc/source/uriproc/VndSunStarPkgUrlReferenceFactory.o and stoc/source/uriproc/UriSchemeParser_vndDOTsunDOTstarDOTscript.o -- bero at arklinux dot org ch

[Bug rtl-optimization/33886] New: [4.3 regression] internal compiler error: canonical types differ for identical types

2007-10-24 Thread bero at arklinux dot org
ersion: 4.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: rtl-optimization 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-g

[Bug rtl-optimization/33886] [4.3 regression] internal compiler error: canonical types differ for identical types

2007-10-24 Thread bero at arklinux dot org
--- Comment #1 from bero at arklinux dot org 2007-10-24 23:25 --- Created an attachment (id=14409) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14409&action=view) bzip2-ed preprocessed source -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33886

[Bug rtl-optimization/33953] [4.3 regression] internal compiler error: vector VEC(tree,base) index domain error, in vectorizable_operation at tree-vect-transform.c:4017

2007-10-30 Thread bero at arklinux dot org
--- Comment #1 from bero at arklinux dot org 2007-10-31 00:42 --- Created an attachment (id=1) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=1&action=view) bzip2-ed preprocessed source -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33953

[Bug rtl-optimization/33953] New: [4.3 regression] internal compiler error: vector VEC(tree,base) index domain error, in vectorizable_operation at tree-vect-transform.c:4017

2007-10-30 Thread bero at arklinux dot org
domain error, in vectorizable_operation at tree-vect-transform.c:4017 Product: gcc Version: 4.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: rtl-optimization AssignedTo: unassigned at gcc dot gnu dot org ReportedBy:

[Bug rtl-optimization/33961] New: [4.3 regression] gcc 4.3 causes crash valid code to crash

2007-10-31 Thread bero at arklinux dot org
: rtl-optimization 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=33961

[Bug rtl-optimization/33961] [4.3 regression] gcc 4.3 causes crash valid code to crash

2007-10-31 Thread bero at arklinux dot org
--- Comment #1 from bero at arklinux dot org 2007-10-31 16:44 --- Created an attachment (id=14450) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14450&action=view) Test case -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33961

[Bug tree-optimization/33961] [4.3 regression] gcc 4.3 causes crash valid code to crash

2007-10-31 Thread bero at arklinux dot org
--- Comment #3 from bero at arklinux dot org 2007-10-31 17:00 --- That conversion warning is only in the simplified test case, the original code it's extracted from (khtml) doesn't pass a string constant (it passes html code retrieved from a web server) and crashes the same w

[Bug tree-optimization/33961] [4.3 regression] gcc 4.3 causes crash valid code to crash

2007-10-31 Thread bero at arklinux dot org
--- Comment #7 from bero at arklinux dot org 2007-10-31 17:54 --- To clarify, the problem in this usage scenario occurs because the test case crashes even though the code path that writes to the read-only memory is never actually run (there is no \0 in the string). if(d[i] == 0

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

2007-10-31 Thread bero at arklinux dot org
--- Comment #4 from bero at arklinux dot org 2007-10-31 18:36 --- Unfortunately I don't remember what I was trying to compile, but I was trying to compile some open source code I had downloaded. It was running javac on a huge list of files, one of which was empty (probably

[Bug c++/33977] New: [4.3 Regression] internal compiler error: canonical types differ for identical types const char [5] and const sal_Char [5]

2007-11-01 Thread bero at arklinux dot org
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: i586-pc-linux-gnu GCC target triplet: i586

[Bug c++/33977] [4.3 Regression] internal compiler error: canonical types differ for identical types const char [5] and const sal_Char [5]

2007-11-01 Thread bero at arklinux dot org
--- Comment #1 from bero at arklinux dot org 2007-11-01 22:43 --- Created an attachment (id=14461) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14461&action=view) bzip2-ed preprocessed source -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33977

[Bug c++/33977] [4.3 Regression] internal compiler error: canonical types differ for identical types const char [5] and const sal_Char [5]

2007-11-01 Thread bero at arklinux dot org
--- Comment #2 from bero at arklinux dot org 2007-11-01 22:45 --- Difference from bug 33886: bug 33977 occurs even at -O0, 33866 needs -O2 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33977

[Bug c++/33977] [4.3 Regression] internal compiler error: canonical types differ for identical types const char [5] and const sal_Char [5]

2007-11-01 Thread bero at arklinux dot org
--- Comment #3 from bero at arklinux dot org 2007-11-01 22:56 --- Created an attachment (id=14462) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14462&action=view) Reduced test case typedef char sal_Char; const sal_Char sHTML[] = "HTML"; extern const char sHTM

[Bug tree-optimization/33987] [4.3 regression] internal compiler error: in get_initial_def_for_reduction, at tree-vect-transform.c:2110 with -O3 -msse2

2007-11-02 Thread bero at arklinux dot org
--- Comment #1 from bero at arklinux dot org 2007-11-03 01:59 --- Created an attachment (id=14477) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14477&action=view) bzip2-ed preprocessed source -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33987

[Bug tree-optimization/33987] New: [4.3 regression] internal compiler error: in get_initial_def_for_reduction, at tree-vect-transform.c:2110 with -O3 -msse2

2007-11-02 Thread bero at arklinux dot org
Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optimization 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

[Bug c++/34238] New: "static data member used, but not defined" error on member definition

2007-11-26 Thread bero at arklinux dot org
fined" are actually the places where the members are defined. -- Summary: "static data member used, but not defined" error on member definition Product: gcc Version: 4.3.0 Status: UNCONFIRMED Severity: normal

[Bug c++/34238] "static data member used, but not defined" error on member definition

2007-11-26 Thread bero at arklinux dot org
--- Comment #1 from bero at arklinux dot org 2007-11-26 17:19 --- Created an attachment (id=14642) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14642&action=view) bzip2-ed preprocessed source -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34238

[Bug c++/34238] [4.3 regression] "static data member used, but not defined" error on member definition

2007-11-26 Thread bero at arklinux dot org
--- Comment #3 from bero at arklinux dot org 2007-11-26 20:26 --- Works in 4.2.x -- marking as regression -- bero at arklinux dot org changed: What|Removed |Added

[Bug fortran/34430] New: Current trunk (130772) fails to build

2007-12-11 Thread bero at arklinux dot org
s to build Product: gcc Version: 4.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: bero at arklinux dot org http://gcc.gnu.or

[Bug fortran/34430] Current trunk (130772) fails to build

2007-12-11 Thread bero at arklinux dot org
--- Comment #1 from bero at arklinux dot org 2007-12-11 10:10 --- Created an attachment (id=14727) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14727&action=view) fix -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34430

[Bug middle-end/34570] New: [4.3 regression] recent gcc 4.3 snapshots miscompile KDE 4

2007-12-23 Thread bero at arklinux dot org
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 triplet: i686-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34570

[Bug middle-end/34570] [4.3 regression] recent gcc 4.3 snapshots miscompile KDE 4

2007-12-26 Thread bero at arklinux dot org
--- Comment #1 from bero at arklinux dot org 2007-12-26 23:12 --- I've run checks on some more gcc revisions. Down to a few revisions. Last known working svn rev: 130324 First known broken svn rev: 130330 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34570

[Bug middle-end/34570] [4.3 regression] recent gcc 4.3 snapshots miscompile KDE 4

2007-12-26 Thread bero at arklinux dot org
--- Comment #2 from bero at arklinux dot org 2007-12-26 23:32 --- A Qt strict-aliasing bug potentially affecting this has shown up; it's possible that the problem isn't with gcc after all, but only shows up with the current versions. Running more tests with a fixed Qt vers

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

2008-01-09 Thread bero at arklinux dot org
rity: 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: i586-pc-linux-gnu GCC target triplet: i586-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34725

[Bug java/36065] New: gcj 4.3.1 fails to compile if system libtool is version 2.x

2008-04-27 Thread bero at arklinux dot org
system libtool is version 2.x Product: gcc Version: 4.3.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: bero at arklinux d

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

2008-04-28 Thread bero at arklinux dot org
--- Comment #16 from bero at arklinux dot org 2008-04-28 10:59 --- ping... This missed 4.3 again, it should probably get in now before 4.4 enters freeze mode... Re the moc -> moc-qt4 change suggested in comment #14: This should be detected by the configure script, moc-qt4 i

[Bug c++/36888] New: Error message when forgetting a semicolon after a class definition should be better

2008-07-21 Thread bero at arklinux dot org
ONFIRMED 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=36888

[Bug middle-end/20297] #pragma GCC visibility isn't properly handled for builtin functions

2006-01-27 Thread bero at arklinux dot org
--- Comment #13 from bero at arklinux dot org 2006-01-27 12:24 --- Still seeing this problem w/ current 4.1 branch -- bero at arklinux dot org changed: What|Removed |Added

[Bug libgcj/26593] New: libgcjawt should be built even if the gtk peers aren't

2006-03-07 Thread bero at arklinux dot org
aren't Product: gcc Version: 4.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libgcj AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: bero at arklinux dot org http://gcc.gnu.org/bug

[Bug libgcj/26593] libgcjawt should be built even if the gtk peers aren't

2006-03-07 Thread bero at arklinux dot org
--- Comment #1 from bero at arklinux dot org 2006-03-07 13:06 --- Created an attachment (id=10980) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10980&action=view) Build libgcjawt when using Qt peers Attaching patch, currently tested only in a "It compiles, therefor

[Bug middle-end/20329] regression: current 3.4.4 miscompiles Linux kernel with athlon optimisations

2005-05-21 Thread bero at arklinux dot org
--- Additional Comments From bero at arklinux dot org 2005-05-21 14:30 --- I haven't been able to find a short piece of code triggering this problem, but using a fairly stupid script ("while true; do check out older version; compile; see if problem persists; done"),

[Bug bootstrap/21751] New: [csl-arm-branch] fails to bootstrap with EABI

2005-05-25 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 GCC host triplet: i686-ark-linux GCC target triplet: armv5

[Bug bootstrap/21751] [csl-arm-branch] fails to bootstrap with EABI

2005-05-25 Thread bero at arklinux dot org
--- Additional Comments From bero at arklinux dot org 2005-05-25 14:28 --- Created an attachment (id=8966) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8966&action=view) possible fix Attaching a patch that makes it compile and (at least to me) looks like it'll genera

[Bug bootstrap/21751] [csl-arm-branch and HEAD] fails to bootstrap with EABI

2005-05-26 Thread bero at arklinux dot org
--- Additional Comments From bero at arklinux dot org 2005-05-26 19:49 --- This is reproducable on HEAD branch as well; it's not limited to csl-arm-branch. The patch I've attached is not sufficient to fix it; the resulting compiler sort of works, but produces something

[Bug bootstrap/21751] [csl-arm-branch and HEAD] fails to bootstrap with EABI

2005-05-27 Thread bero at arklinux dot org
--- Additional Comments From bero at arklinux dot org 2005-05-27 20:57 --- Yes, configuration was ../confiugre --prefix=/usr --target=armv5tel-ark-linux --with-abi=iwmmxt --with-arch=iwmmxt --with-cpu=iwmmxt Trying with -gnueabi now -- but shouldn't --with-abi=iwmmxt

[Bug c/19057] New: gcc-3_4-branch as of 2004/12/10 fails to compile linux 2.6.10-rc3-mm1 on x86

2004-12-17 Thread bero at arklinux dot org
: 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 host triplet: i686-ark-linux GCC target triplet: i686-a

[Bug c/19057] gcc-3_4-branch as of 2004/12/10 fails to compile linux 2.6.10-rc3-mm1 on x86

2004-12-17 Thread bero at arklinux dot org
--- Additional Comments From bero at arklinux dot org 2004-12-17 15:31 --- Created an attachment (id=7769) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7769&action=view) Preprocessed source -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19057

[Bug c/19102] New: -march=pentium3 breaks linux kernel compiles w/ gcc-3_4-branch as of 2004/12/20

2004-12-21 Thread bero at arklinux dot org
compiles w/ gcc-3_4- branch as of 2004/12/20 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 or

[Bug c/19102] -march=pentium3 breaks linux kernel compiles w/ gcc-3_4-branch as of 2004/12/20

2004-12-21 Thread bero at arklinux dot org
--- Additional Comments From bero at arklinux dot org 2004-12-21 10:18 --- Created an attachment (id=7789) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7789&action=view) Preprocessed source -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19102

[Bug c/19102] -march=pentium3 breaks linux kernel compiles w/ gcc-3_4-branch as of 2004/12/20

2004-12-21 Thread bero at arklinux dot org
-- What|Removed |Added Known to fail||3.4.4 Known to work||3.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19102

[Bug bootstrap/19103] New: Current CVS (2004/12/21) doesn't compile

2004-12-21 Thread bero at arklinux dot org
mponent: 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: i586-ark-linux GCC host triplet: i586-ark-linux GCC target triplet: i586-ark-linux http://gcc.gnu.org/bugzil

[Bug bootstrap/19103] Current CVS (2004/12/21) doesn't compile

2004-12-21 Thread bero at arklinux dot org
--- Additional Comments From bero at arklinux dot org 2004-12-21 11:23 --- Created an attachment (id=7790) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7790&action=view) preprocessed source I compiled gcc 4.0.0-20041221 with gcc 3.4.4-20041220, in case this is an error

[Bug target/19102] [3.4 Regression] -march=pentium3 breaks linux kernel compiles w/ gcc-3_4-branch as of 2004/12/20

2004-12-21 Thread bero at arklinux dot org
--- Additional Comments From bero at arklinux dot org 2004-12-21 17:55 --- Worked in 2004-12-17 too, broken in 2004-12-20 and 2004-12-21 (I don't have -18 and -19) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19102

[Bug target/19102] [3.4 Regression] -march=pentium3 breaks linux kernel compiles w/ gcc-3_4-branch as of 2004/12/20

2004-12-21 Thread bero at arklinux dot org
--- Additional Comments From bero at arklinux dot org 2004-12-21 18:00 --- Must be a cc1 issue - 2004-12-21 with 2004-12-17's /usr/libexec/gcc/*/3.4.4/cc1 works -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19102

[Bug rtl-optimization/19103] [4.0 Regression] Current CVS (2004/12/21) doesn't compile

2004-12-21 Thread bero at arklinux dot org
--- Additional Comments From bero at arklinux dot org 2004-12-21 19:21 --- I did: configure --prefix=/usr --libdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-static --enable-shared --enable-fast-install --enable-libstdcxx-pch --enable-__cxa_atexit

[Bug rtl-optimization/19103] [4.0 Regression] Current CVS (2004/12/21) doesn't compile

2004-12-21 Thread bero at arklinux dot org
--- Additional Comments From bero at arklinux dot org 2004-12-21 22:15 --- Verified to happen only with profiledbootstrap, bootstrap w/o profile barfs later w/ an unrelated error ../../xgcc -B../../ -c -g -O2 -fPIC -W -Wall -gnatpg s-fileio.adb -o s-fileio.o s-fileio.adb: In

[Bug c++/19153] New: Can't compile Qt 3.3.3

2004-12-25 Thread bero at arklinux dot org
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: i586-ark-linux GCC host triplet: i5

[Bug ada/17701] Can't crosscompile ada to armv5tel

2004-12-27 Thread bero at arklinux dot org
--- Additional Comments From bero at arklinux dot org 2004-12-27 15:13 --- This was started with 3.4.3 IIRC -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17701

[Bug rtl-optimization/19103] [4.0 Regression] Current CVS (2004/12/21) doesn't compile with profiledbootstrap

2004-12-27 Thread bero at arklinux dot org
--- Additional Comments From bero at arklinux dot org 2004-12-27 17:04 --- Happens after stage1, and only with profiledbootstrap. stage1/xgcc -Bstage1/ -B/usr/i586-ark-linux/bin/ -g -O2 -fprofile-generate -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes

[Bug rtl-optimization/19103] [4.0 Regression] Current CVS (2004/12/21) doesn't compile with profiledbootstrap

2004-12-27 Thread bero at arklinux dot org
--- Additional Comments From bero at arklinux dot org 2004-12-27 17:05 --- Still happening with today's CVS btw -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19103

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

2005-01-21 Thread bero at arklinux dot org
Summary: Makefiles don't handle configure --program-suffix Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: other AssignedTo: unassigned at gcc dot gnu dot org Reported

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

2005-01-21 Thread bero at arklinux dot org
--- Additional Comments From bero at arklinux dot org 2005-01-21 16:19 --- It's not just ada, it's everything including gcc and g++ Looks like it reappeared somewhere. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19563

[Bug middle-end/29658] New: ICE while compiling Firefox 2.0

2006-10-30 Thread bero at arklinux dot org
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: i586-pc-linux-gnu GCC target triplet: i586-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29658

[Bug middle-end/29658] ICE while compiling Firefox 2.0

2006-10-30 Thread bero at arklinux dot org
--- Comment #2 from bero at arklinux dot org 2006-10-30 19:43 --- Created an attachment (id=12514) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12514&action=view) Preprocessed source Attaching preprocessed source. This happened with svn rev. 118139; bug 29016 was reporte

[Bug c/29750] New: [4.2 regression] Segmentation fault while compiling OpenSSL 0.9.8d

2006-11-07 Thread bero at arklinux dot org
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=29750

[Bug c/29750] [4.2 regression] Segmentation fault while compiling OpenSSL 0.9.8d

2006-11-07 Thread bero at arklinux dot org
--- Comment #1 from bero at arklinux dot org 2006-11-07 12:58 --- Created an attachment (id=12561) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12561&action=view) Preprocessed source -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29750

[Bug c/29750] [4.2 regression] Segmentation fault while compiling OpenSSL 0.9.8d

2006-11-07 Thread bero at arklinux dot org
--- Comment #2 from bero at arklinux dot org 2006-11-07 12:59 --- With -fPIC removed from the compiler flags, the segfault is replaced with an ICE: # gcc -O3 -fomit-frame-pointer -o evp_pkey.o -c evp_pkey.i evp_pkey.c: In function 'EVP_PKEY2PKCS8_broken': evp_pkey.c:38

[Bug c/29750] [4.2 regression] Segmentation fault while compiling OpenSSL 0.9.8d

2006-11-07 Thread bero at arklinux dot org
--- Comment #3 from bero at arklinux dot org 2006-11-07 13:02 --- gcc -fPIC -O3 -fomit-frame-pointer -fno-schedule-insns -fno-schedule-insns2 -o evp_pkey.o -c evp_pkey.i works -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29750

[Bug c/29750] [4.2 regression] Segmentation fault while compiling OpenSSL 0.9.8d

2006-11-07 Thread bero at arklinux dot org
--- Comment #4 from bero at arklinux dot org 2006-11-07 13:12 --- Created an attachment (id=12562) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12562&action=view) Another test case Another test case for what appears to be the same bug - also from openssl: gcc -I.. -I.

[Bug inline-asm/29808] New: [4.2 Regression] Error: suffix or operands invalid for `mov' when optimization is enabled

2006-11-12 Thread bero at arklinux dot org
`mov' when optimization is enabled Product: gcc Version: 4.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: inline-asm AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: bero at arklinux dot o

[Bug inline-asm/29808] [4.2 Regression] Error: suffix or operands invalid for `mov' when optimization is enabled

2006-11-12 Thread bero at arklinux dot org
--- Comment #3 from bero at arklinux dot org 2006-11-12 13:40 --- If the code is invalid, the fact that it compiles with -O0 is probably a bug... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29808

[Bug tree-optimization/28544] [4.2/4.3 regression] ICE in add_virtual_operand, at tree-ssa-operands.c:1309

2006-11-27 Thread bero at arklinux dot org
--- Comment #14 from bero at arklinux dot org 2006-11-27 12:58 --- Created an attachment (id=12700) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12700&action=view) Different code triggering the same error Different code extracted from dirac, triggering the same error (go

[Bug tree-optimization/29718] [4.2/4.3 Regression] ice in add_virtual_operand with some C++ code

2006-11-27 Thread bero at arklinux dot org
--- Comment #4 from bero at arklinux dot org 2006-11-27 12:59 --- Might be a dup of bug 28544 -- bero at arklinux dot org changed: What|Removed |Added CC

[Bug c++/30060] New: Error/warning on invalid code (duplicate identifier for enum/class) should be more specific

2006-12-03 Thread bero at arklinux dot org
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=30060

[Bug c++/30060] Error/warning on invalid code (duplicate identifier for enum/class) should be more specific

2006-12-03 Thread bero at arklinux dot org
--- Comment #2 from bero at arklinux dot org 2006-12-03 19:05 --- True, but the warning bit (test.cpp:2: warning: declaration of enum value 'foo' shadows class 'foo') should be doable (and would make the rest much easier to spot). -- http://gcc.gnu.org/bugz

[Bug middle-end/30063] New: It would be useful for __attribute__((deprecated)) to take an optional parameter

2006-12-04 Thread bero at arklinux dot org
Status: UNCONFIRMED Severity: enhancement 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=30063

<    1   2   3