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
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
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)
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
--- 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
--- 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
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
--- 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
--- 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
--- 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
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
--- 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
--- 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
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:
: 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
--- 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
--- 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
--- 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
--- 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
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
--- 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
--- 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
--- 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
--- 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
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
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
--- 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
--- 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
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
--- 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
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
--- 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
--- 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
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
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
--- 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
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
--- 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
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
--- 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
--- 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"),
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
--- 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
--- 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
--- 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
: 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
--- 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
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
--- 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
--
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
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
--- 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
--- 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
--- 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
--- 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
--- 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
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
--- 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
--- 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
--- 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
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
--- 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
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
--- 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
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
--- 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
--- 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
--- 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
--- 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.
`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
--- 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
--- 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
--- 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
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
--- 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
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
201 - 276 of 276 matches
Mail list logo