https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91724
--- Comment #9 from Matthias Klose ---
that works again with the gcc-8 branch from 20200218. LTO link times however
are about three hours.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91724
Matthias Klose changed:
What|Removed |Added
CC||doko at ubuntu dot com
--- Comment #5
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93658
--- Comment #4 from Matthias Klose ---
the file from icu 65.1 is built using
g++ -v -Wdate-time -g -O3 -fstack-protector-strong -Wformat
-Werror=format-security -W -Wall -pedantic -Wpointer-arith -Wwrite-strings
-Wno-long-long -std=c++11 -c -o g
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93658
Matthias Klose changed:
What|Removed |Added
Keywords||ra
Target|
Severity: normal
Priority: P3
Component: rtl-optimization
Assignee: unassigned at gcc dot gnu.org
Reporter: doko at ubuntu dot com
Target Milestone: ---
Created attachment 47813
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47813&acti
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93583
--- Comment #1 from Matthias Klose ---
a build without lto seems to succeed.
Priority: P3
Component: rtl-optimization
Assignee: unassigned at gcc dot gnu.org
Reporter: doko at ubuntu dot com
Target Milestone: ---
seen with trunk 20200204 5124c34fcc62f0f880ae947542678e28aa2ce703 on
powerpc64le-linux-gnu.
during RTL pass: expand
../../src/gcc
Priority: P3
Component: modula2
Assignee: unassigned at gcc dot gnu.org
Reporter: doko at ubuntu dot com
Target Milestone: ---
the modula2 frontend fails to build with a profiled bootstrap, seen with trunk
20200204.
/<>/build/./prev-gcc/xgcc -B/<>/buil
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93409
--- Comment #6 from Matthias Klose ---
no, it fails earlier in libgcc. using llvm-9 as the linker/assembler
Severity: normal
Priority: P3
Component: bootstrap
Assignee: unassigned at gcc dot gnu.org
Reporter: doko at ubuntu dot com
Target Milestone: ---
seen with 20200124 on s390x-linux-gnu. It tells it cannot be reproduced, but I
see it repeatedly.
gcc configured
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93409
--- Comment #3 from Matthias Klose ---
this is needed for the bootstrap, you have to build the plugin for all
multilibs, although it's discarded on install.
Priority: P3
Component: other
Assignee: unassigned at gcc dot gnu.org
Reporter: doko at ubuntu dot com
Target Milestone: ---
an x86_64-linux-gnu build configured with
--with-multilib-list=m32,m64,mx32
--enable-offload-targets=nvptx-none,amdgcn-amdhsa,hsa
fails to build
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93303
--- Comment #1 from Matthias Klose ---
Created attachment 47667
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47667&action=edit
preprocessed source
Priority: P3
Component: rtl-optimization
Assignee: unassigned at gcc dot gnu.org
Reporter: doko at ubuntu dot com
Target Milestone: ---
Created attachment 47666
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47666&action=edit
test case
seen wit
Severity: normal
Priority: P3
Component: tree-optimization
Assignee: unassigned at gcc dot gnu.org
Reporter: doko at ubuntu dot com
Target Milestone: ---
seen with 20200116 on powerpc64-linux-gnu
$ cat editor_profiler.ii
class a {
public:
static int c(float p1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93159
Matthias Klose changed:
What|Removed |Added
CC||doko at ubuntu dot com
--- Comment #2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92866
Matthias Klose changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
: normal
Priority: P3
Component: go
Assignee: ian at airs dot com
Reporter: doko at ubuntu dot com
CC: cmang at google dot com
Target Milestone: ---
seen with 20191208 trunk.
./../../src/libgo/go/text/template/parse/node.go: In function
: go
Assignee: ian at airs dot com
Reporter: doko at ubuntu dot com
CC: cmang at google dot com
Target Milestone: ---
trunk 20191205 ftbfs on the Hurd, i686-gnu:
./../../src/libgo/go/runtime/os_hurd.go:42:7: error: reference to undefined
field or method
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92820
Matthias Klose changed:
What|Removed |Added
CC||doko at ubuntu dot com
--- Comment #8
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87036
--- Comment #3 from Matthias Klose ---
On 21.08.2018 09:53, pinskia at gcc dot gnu.org wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87036
>
> --- Comment #1 from Andrew Pinski ---
> For powerpc at least this is due to fma. Use -ffp-con
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78698
--- Comment #3 from Matthias Klose ---
On 07.12.2016 17:06, egall at gwmail dot gwu.edu wrote:
> Note that some package managers automatically delete .la files as part of the
> installation process. I suppose it'd just fall through to the compile
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65464
--- Comment #5 from Matthias Klose ---
> Well, on x86_64 if you build gcc with --disable-multilib you still
> can compile with -m32 (even without a 32-bit user runtime).
> Why should this be different on ppc64le?
$ gcc -m32 -c foo.c
foo.c:1:0: e
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61176
--- Comment #6 from Matthias Klose ---
Am 14.05.2014 14:21, schrieb amacleod at redhat dot com:
> btw, the long term plan is that #include "gimple.h" will get all the basic
> prerequisites you need to manipulate gimple. And then you just #include
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61126
--- Comment #9 from Matthias Klose ---
Am 09.05.2014 18:02, schrieb manu at gcc dot gnu.org:
> I don't understand how it was working before. What is exactly the
> command-line passed to that testcase?
the test passes just -Wextra, adding either a
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49821
Summary: [4.6 regression] ICE in dwarf2out_cfi_begin_epilogue,
at dwarf2out.c:3015
Product: gcc
Version: 4.6.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49049
--- Comment #5 from Matthias Klose 2011-07-21 08:31:56
UTC ---
Created attachment 24801
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24801
preprocessed volume.i source
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49049
Matthias Klose changed:
What|Removed |Added
CC||doko at ubuntu dot com
--- Comment #4
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49140
--- Comment #7 from Matthias Klose 2011-07-18 10:19:28
UTC ---
the pari tests still fail
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49756
Summary: g++ ICE
Product: gcc
Version: 4.6.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: tree-optimization
AssignedTo: unassig...@gcc.gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49690
Summary: [4.6 regression] ICE in gfc_typenode_for_spec, at
fortran/trans-types.c:1019
Product: gcc
Version: 4.6.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49621
Summary: [4.5/4.6/4.7 regression] ICE in trunc_int_for_mode, at
explow.c:57
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49419
Summary: [4.6/4.7 regression] gcc -O2 miscompiles gp2c
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: target
AssignedTo: una
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49144
Summary: [4.6/4.7 regression] miscompiled reverse_iterator?
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: other
AssignedTo:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49140
Summary: [4.6 regression] wrong code with -O2 and -O3, not with
-O3 -no-inline
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: major
Priority: P3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48988
Matthias Klose changed:
What|Removed |Added
CC||doko at ubuntu dot com
--- Comment #2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48159
Matthias Klose changed:
What|Removed |Added
CC||doko at ubuntu dot com
--- Comment #2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48159
--- Comment #3 from Matthias Klose 2011-05-02 17:06:02
UTC ---
Created attachment 24168
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24168
preprocessed source
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48687
Summary: for errors from -pedantic, -Werror reports
"[-Werror=edantic]"
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
C
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48685
Summary: [4.5/4.6/4.7 regression] ICE in gimplify_expr, at
gimplify.c:7034
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48368
--- Comment #2 from Matthias Klose 2011-03-30 16:21:28
UTC ---
the enhancement request is to add zero cost exception support.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48368
Summary: gnat on arm-linux-gnueabi only has sjlj exception
support, not zcx
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: enhancement
Priority: P3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48173
--- Comment #3 from Matthias Klose 2011-03-22 13:13:57
UTC ---
had to reproduce it with a local build ...
the ice is triggered with any warning, -Warray-bounds as in the example, or
faster with -Wlong-long, e.g.:
-g -O2 -Warray-bounds -Wlong-
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47145
--- Comment #27 from Matthias Klose 2011-03-22
09:09:26 UTC ---
yes, thanks! already done.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48173
Summary: [4.6 regression] bootstrap error on arm-linux-gnueabi
(defaulting to armv4t)
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47145
--- Comment #25 from Matthias Klose 2011-03-17
22:00:16 UTC ---
builds on a non-networked machine succeed
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47487
--- Comment #4 from Matthias Klose 2011-02-22 03:03:28
UTC ---
libgo has configury bits for powerpc*-linux. that was my reason to assume that
Go is supported on powerpc.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47487
Matthias Klose changed:
What|Removed |Added
Target|powerpc-linux-gnu |powerpc-linux-gnu
|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46723
Matthias Klose changed:
What|Removed |Added
CC||doko at ubuntu dot com
--- Comment #13
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47487
Summary: ICE in rs6000_output_function_epilogue, at
config/rs6000/rs6000.c:21782 building 64bit libgo
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38292
--- Comment #15 from Matthias Klose 2011-01-25
05:21:24 UTC ---
hmm, can't set the status back to NEW, just to RESOLVED. ...
a normal build of 3.2rc1 succeeds with trunk r169142 and the proposed fix for
PR47271.
the profiled build still fails w
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38292
--- Comment #14 from Matthias Klose 2011-01-19
11:53:54 UTC ---
no, normal python build fails too, this is reported as bug #47271.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38292
--- Comment #13 from Matthias Klose 2011-01-19
11:43:30 UTC ---
trying to build python 3.2~rc1, I run into:
I get (with the just built python (built with -fprofile-generate):
build-static$ ./python
XXX lineno: 1101, opcode: 0
Fatal Python error
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47299
--- Comment #5 from Matthias Klose 2011-01-17 23:05:35
UTC ---
a biarch build for yesterday's trunk on i686 with the proposed patch applied
succeeds and doesn't show any regressions.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47299
Matthias Klose changed:
What|Removed |Added
CC||doko at ubuntu dot com
--- Comment #2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46710
Matthias Klose changed:
What|Removed |Added
CC||doko at ubuntu dot com
--- Comment #4
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47283
--- Comment #1 from Matthias Klose 2011-01-13 22:11:25
UTC ---
Created attachment 22962
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22962
preprocessed source
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47283
Summary: [4.6 regression] ICE in refs_may_alias_p_1, at
tree-ssa-alias.c
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46704
--- Comment #10 from Matthias Klose 2011-01-11
00:54:10 UTC ---
works for me.
Joel, either use a build before 2010-11-13, or a fixed build. I put a recent
gcc-snapshot build for armel on
http://people.canonical.com/~doko/tmp/gcc-snapshot_201101
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38292
--- Comment #12 from Matthias Klose 2011-01-10
17:24:03 UTC ---
I ran into bug #47248 trying to build a recent snapshot.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47248
--- Comment #1 from Matthias Klose 2011-01-10 17:22:26
UTC ---
ld.gold from binutils 2.21 was used.
object files at
https://bugs.launchpad.net/gcc/+bug/701110/+attachment/1790281/+files/tst.tar.xz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47248
Summary: libffi build failure with ld.gold (works with trunk
20110106, fails with 20110110)
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priori
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46704
--- Comment #7 from Matthias Klose 2011-01-07 08:33:03
UTC ---
I still see this with r168558.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47173
Summary: both objc_lookUpClass and objc_lookup_class are
exported symbols
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Co
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47145
Matthias Klose changed:
What|Removed |Added
CC||doko at ubuntu dot com
--- Comment #16
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46958
--- Comment #1 from Matthias Klose 2010-12-18 17:00:55
UTC ---
same build failure on ia64-linux
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46840
Summary: libgo should link against libm
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: other
AssignedTo: unassig...@gcc.gnu.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46789
Summary: go configuration with --prefix=/usr pollutes the
/usr/lib namespace
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46704
Summary: ada bootstrap failure on arm-linux-gnueabi
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: ada
AssignedTo: unassig..
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46040
--- Comment #8 from Matthias Klose 2010-11-26 10:32:43
UTC ---
Looking at Debian/Ubuntu build logs:
- the last sucessful build was 20100918-0ubuntu1.
- 20101004-0ubuntu1 shows an ICE building stage2 libgcc
- 20101004-0ubuntu1 shows an ICE buil
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46040
Matthias Klose changed:
What|Removed |Added
CC||doko at ubuntu dot com
--- Comment #5
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41617
Matthias Klose changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41617
--- Comment #9 from Matthias Klose 2010-11-22 17:56:29
UTC ---
no, can't see this even with 4.4 now, on a system with binutils 2.21
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46486
Summary: bootstrap comparision error (libcpp/symtab.o) on
powerpc-linux-gnu
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
--- Comment #3 from doko at ubuntu dot com 2010-09-21 14:59 ---
https://buildd.debian.org/pkg.cgi?pkg=gcc-snapshot
yes, 20100918 still fails to build:
--
doko at ubuntu dot com changed:
What|Removed |Added
--- Comment #7 from doko at ubuntu dot com 2010-09-20 18:01 ---
trunk 20100918 fails with:
gcc -g -O0 -c foo.c
foo.c: In function 'main':
foo.c:4:5: error: void value not ignored as it ought to be
foo.c:4:5: error: void value not ignored as it ought to be
foo.c:4:7: interna
E in objc_add_method, at objc/objc-act.c:6941
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: objc
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: doko at ubuntu dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45735
--- Comment #4 from doko at ubuntu dot com 2010-09-06 15:56 ---
I can confirm this with 20100902 from the 4.5 branch. the profiled bootstrap
did work with the 4.5.1 release.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43085
--- Comment #1 from doko at ubuntu dot com 2010-08-24 10:29 ---
seen as well with 20100824
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45394
t gnu dot org
ReportedBy: doko at ubuntu dot com
GCC target triplet: s390-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45394
sion: 4.5.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: doko at ubuntu dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45079
P3
Component: plugins
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: doko at ubuntu dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45078
Version: 4.5.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: libstdc++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: doko at ubuntu dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44680
fstack-protector (built with 4.4, run with 4.5)
Product: gcc
Version: 4.4.5
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: libstdc++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: doko
--- Comment #3 from doko at ubuntu dot com 2010-06-22 22:05 ---
yes, the ICE is fixed with this patch
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44626
ReportedBy: doko at ubuntu dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44636
--- Comment #1 from doko at ubuntu dot com 2010-06-22 14:42 ---
Created an attachment (id=20981)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20981&action=view)
preprocessed source
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44634
ssigned at gcc dot gnu dot org
ReportedBy: doko at ubuntu dot com
GCC target triplet: sparc-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44634
Product: gcc
Version: 4.4.4
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: target
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: doko at ubuntu dot com
GCC target triplet: hppa-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44632
--- Comment #2 from doko at ubuntu dot com 2010-06-22 13:53 ---
yes, gcc -mcpu=v9 and gcc -m64 work both with -O1 and -O1 -ffast-math.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44631
Component: target
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: doko at ubuntu dot com
GCC target triplet: sparc-linux-gnu sparc64-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44631
_min which
causes portability problems
Product: gcc
Version: 4.4.4
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: libstdc++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: doko
--- Comment #1 from doko at ubuntu dot com 2010-06-22 09:57 ---
Created an attachment (id=20976)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20976&action=view)
preprocessed source
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44629
Summary: ICE in unify, at cp/pt.c:15155
Product: gcc
Version: 4.4.4
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: doko at ubuntu dot
rsion: 4.4.4
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: doko at ubuntu dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44628
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: doko at ubuntu dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44627
--- Comment #1 from doko at ubuntu dot com 2010-06-22 08:57 ---
Created an attachment (id=20975)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20975&action=view)
preprocessed source
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44626
expression as operand
Product: gcc
Version: 4.4.4
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: target
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: doko at ubuntu dot com
GCC target triplet:
--- Comment #1 from doko at ubuntu dot com 2010-06-22 08:36 ---
Created an attachment (id=20974)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20974&action=view)
preprocessed source
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44625
o: unassigned at gcc dot gnu dot org
ReportedBy: doko at ubuntu dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44625
1 - 100 of 328 matches
Mail list logo