http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56262
Bug #: 56262
Summary: [4.8 regression] ICE in
ipa_make_edge_direct_to_target, at ipa-prop.c:2111
Classification: Unclassified
Product: gcc
Version: unknown
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33797
Evgeny Grin changed:
What|Removed |Added
CC||karlson2k at gmail dot com
--- Co
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56257
--- Comment #2 from Jonathan Wakely 2013-02-09
02:01:21 UTC ---
To be specific, of course using a name like _M_impl doesn't lead to portable
code ... that's kinda the point of reserved names. We use them for our own
purposes, any purposes
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56257
--- Comment #1 from Jonathan Wakely 2013-02-09
01:57:32 UTC ---
How about "don't do that."
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56145
--- Comment #4 from Vincent 2013-02-09 00:36:41 UTC
---
Hi Richard,
The same also with native win-64bits build.
host=x86_64-w64-mingw32
build=x86_64-slackware-linux
target=x86_64-w64-mingw32
gcc version 4.8.0 20130208
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56261
--- Comment #1 from Andrew Benson 2013-02-08
23:19:11 UTC ---
Reduced test case:
module t
type, public :: nc
integer :: n
end type nc
contains
subroutine ff(self)
implicit none
class(nc), intent(in), dimens
Using built-in specs.
COLLECT_GCC=gfortran
COLLECT_LTO_WRAPPER=/home/abenson/libexec/gcc/x86_64-unknown-linux-
gnu/4.8.0/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: ../gcc-trunk/configure --prefix=/home/abenson --enable-
languages=c,c++,fortran --disable-multilib --wit
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56260
Bug #: 56260
Summary: GCC hangs/crashes on potentially invalid source
Classification: Unclassified
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54117
--- Comment #18 from Jeffrey A. Law 2013-02-08 23:03:07
UTC ---
Yes, I am in favor of deprecating everything but dwarf for 4.9; however, that's
a significant enough change that we probably need to discuss it on the lists.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56259
Bug #: 56259
Summary: GCC's configure script has a hard-coded setting of
'with_gmp' for FreeBSD
Classification: Unclassified
Product: gcc
Version: unknown
S
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55907
--- Comment #5 from janus at gcc dot gnu.org 2013-02-08 22:57:15 UTC ---
(In reply to comment #4)
> The following, which is a partial revert of r183180, fixes the ICE:
However, it fails on init_flag_9.f90, which the following version does
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54117
--- Comment #17 from Steven Bosscher 2013-02-08
22:51:26 UTC ---
(In reply to comment #16)
> I find myself in agreement with Richi in c#12.
Does that also apply to the "Thus, let's deprecate anything but dwarf
in 4.8" part? Otherwise, w
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56251
--- Comment #6 from Paolo Carlini 2013-02-08
22:50:35 UTC ---
See, eg, c++/30745 and many duplicates elsewhere.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56217
Paolo Carlini changed:
What|Removed |Added
Severity|blocker |normal
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56251
--- Comment #5 from Andrew Pinski 2013-02-08
22:09:58 UTC ---
(In reply to comment #4)
> Note, this is a const static member, the initialization is the definition,
> if I don't initialize it, I would get an "Undefined symbol" linking error
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55907
--- Comment #4 from janus at gcc dot gnu.org 2013-02-08 22:02:09 UTC ---
The following, which is a partial revert of r183180, fixes the ICE:
Index: gcc/fortran/resolve.c
===
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56251
--- Comment #4 from chihin ko 2013-02-08 22:01:36
UTC ---
Note, this is a const static member, the initialization is the definition,
if I don't initialize it, I would get an "Undefined symbol" linking error.
This code is valid.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56246
--- Comment #3 from Vladimir Makarov 2013-02-08
21:59:16 UTC ---
Author: vmakarov
Date: Fri Feb 8 21:59:11 2013
New Revision: 195902
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=195902
Log:
2013-02-08 Vladimir Makarov
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56251
--- Comment #3 from Andrew Pinski 2013-02-08
21:28:25 UTC ---
You only declare the variable. There is no definition of the variable in the
program.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56251
--- Comment #2 from chihin ko 2013-02-08 21:24:55
UTC ---
How is it invalid ? it was compilable and runnable:
benjamin2 906> /pkg/gnu/bin/g++ -v
Using built-in specs.
COLLECT_GCC=/pkg/gnu/bin/g++-4.7.1-5.10
COLLECT_LTO_WRAPPER=/pkg/gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56258
Bug #: 56258
Summary: Please upgrade doc/*.texi to the latest texinfo
package(s)
Classification: Unclassified
Product: gcc
Version: 4.8.0
Status: UNCONFIRME
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56257
Bug #: 56257
Summary: std::vector allows access to the elements of
_Vector_base
Classification: Unclassified
Product: gcc
Version: 4.6.3
Status: UNCONFIRMED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56254
Georg-Johann Lay changed:
What|Removed |Added
Keywords||patch
Status|ASSI
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56254
--- Comment #1 from Georg-Johann Lay 2013-02-08
20:52:41 UTC ---
Created attachment 29400
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29400
var-delay.diff
|FIXED |
--- Comment #4 from Andreas Schwab 2013-02-08 20:41:18
UTC ---
Like this:
ERROR: (DejaGnu) proc "timeout_value" does not exist.
The error code is NONE
The info on the error is:
no files matched glob pattern
"/daten/aranym/gcc/gcc-20130208/
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54117
Jeffrey A. Law changed:
What|Removed |Added
CC||law at redhat dot com
--- Comm
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53948
Jeffrey A. Law changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56247
Jason Merrill changed:
What|Removed |Added
Status|NEW |ASSIGNED
AssignedTo|unas
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56245
--- Comment #9 from Jakub Jelinek 2013-02-08
20:05:19 UTC ---
(In reply to comment #8)
> Ah, so this *is* caused by the asan merge, although it's not an asan bug.
> The new asan allocator often returns pointers that are >4Gb apart from
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53948
--- Comment #13 from Jeffrey A. Law 2013-02-08 20:04:52
UTC ---
Patch installed on trunk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53948
--- Comment #12 from Jeffrey A. Law 2013-02-08
20:04:04 UTC ---
Author: law
Date: Fri Feb 8 20:03:52 2013
New Revision: 195900
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=195900
Log:
PR debug/53948
* emit-rt
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56043
Michael Meissner changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56043
--- Comment #3 from Michael Meissner 2013-02-08
19:47:07 UTC ---
Author: meissner
Date: Fri Feb 8 19:46:52 2013
New Revision: 195899
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=195899
Log:
[gcc]
2013-02-08 Michael Meissne
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56043
--- Comment #2 from Michael Meissner 2013-02-08
19:36:12 UTC ---
Author: meissner
Date: Fri Feb 8 19:36:04 2013
New Revision: 195898
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=195898
Log:
[gcc]
2013-02-07 Michael Meissne
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56145
--- Comment #3 from Vincent 2013-02-08 18:29:28 UTC
---
(In reply to comment #2)
> Is this with a cross-compiler or a native compiler?
Cross compiler.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56245
--- Comment #8 from Kostya Serebryany 2013-02-08
18:28:43 UTC ---
Ah, so this *is* caused by the asan merge, although it's not an asan bug.
The new asan allocator often returns pointers that are >4Gb apart from
each other so that int is
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55693
--- Comment #49 from Jack Howarth 2013-02-08
18:17:50 UTC ---
The patch in comment 47 produces no regressions in gcc for...
make -k check RUNTESTFLAGS="tm.exp --target_board=unix'{-m32,-m64}'"
and none in libitm for...
make -k check
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45749
Earnie changed:
What|Removed |Added
CC||earnie at users dot
|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56245
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |ASSIGNED
Component|sani
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56245
H.J. Lu changed:
What|Removed |Added
Status|ASSIGNED|NEW
Component|other
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56245
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |ASSIGNED
AssignedTo|unas
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48133
Marek Polacek changed:
What|Removed |Added
CC||mpolacek at gcc dot gnu.org
---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56245
Jakub Jelinek changed:
What|Removed |Added
Component|sanitizer |other
--- Comment #4 from Jakub
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52122
--- Comment #13 from Evgeny Grin 2013-02-08
17:28:03 UTC ---
Created attachment 29398
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29398
Patch for all needed files for cp -pR
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56246
--- Comment #2 from Vladimir Makarov 2013-02-08
16:39:37 UTC ---
(In reply to comment #1)
> -m32 -march=i686 -mtune=generic -O2 -fno-omit-frame-pointer -fpic
> needed for me.
> Regressed with LRA merge.
I'll be working on it.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56245
H.J. Lu changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56256
--- Comment #1 from Jakub Jelinek 2013-02-08
16:16:09 UTC ---
Created attachment 29397
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29397
gcc48-pr56256.patch
Untested fix.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56256
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56256
Bug #: 56256
Summary: [4.8 Regression] inline asm with {|} alternatives in
it no longer accepted
Classification: Unclassified
Product: gcc
Version: 4.8.0
St
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56255
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Component|for
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56255
Bug #: 56255
Summary: permissions on http://gcc.gnu.org/gcc-4.8/
Classification: Unclassified
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: trivial
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56204
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |4.8.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56145
Richard Biener changed:
What|Removed |Added
Target||x86_64-w64-mingw32
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54107
--- Comment #37 from Dominique d'Humieres
2013-02-08 15:46:48 UTC ---
> This is now done.
Thanks.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54730
Mikael Morin changed:
What|Removed |Added
Status|NEW |ASSIGNED
AssignedTo|unass
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56111
Richard Biener changed:
What|Removed |Added
Keywords||rejects-valid
Priorit
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56012
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
Target Milestone|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55941
Richard Biener changed:
What|Removed |Added
Priority|P3 |P1
Target Milestone|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55907
Richard Biener changed:
What|Removed |Added
Priority|P3 |P4
Target Milestone|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54107
Mikael Morin changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55163
Richard Biener changed:
What|Removed |Added
Target||cygwin
Host|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52576
Richard Biener changed:
What|Removed |Added
Known to work||4.6.3, 4.8.0
Target Milestone
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52278
Richard Biener changed:
What|Removed |Added
Priority|P3 |P4
Target Milestone|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56246
Richard Biener changed:
What|Removed |Added
Keywords||ra
Target|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56243
Richard Biener changed:
What|Removed |Added
Priority|P3 |P1
Version|unknown
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56151
--- Comment #10 from Jakub Jelinek 2013-02-08
15:29:12 UTC ---
(In reply to comment #4)
> Patch to help explain the problem:
>
> Index: optabs.c
> ===
> --- optabs.c(r
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56242
Richard Biener changed:
What|Removed |Added
Priority|P3 |P1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56238
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
Version|unknown
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56224
Richard Biener changed:
What|Removed |Added
Priority|P3 |P1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56184
Richard Biener changed:
What|Removed |Added
Priority|P3 |P1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56195
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56250
--- Comment #7 from Jakub Jelinek 2013-02-08
15:23:43 UTC ---
Fixed on the trunk so far.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56151
Richard Biener changed:
What|Removed |Added
Priority|P3 |P1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56148
Richard Biener changed:
What|Removed |Added
Keywords||rejects-valid
Priorit
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56195
--- Comment #8 from Jakub Jelinek 2013-02-08
15:19:05 UTC ---
Author: jakub
Date: Fri Feb 8 15:19:02 2013
New Revision: 195891
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=195891
Log:
PR rtl-optimization/56195
* lra
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56128
Richard Biener changed:
What|Removed |Added
Keywords||build
Priority|P3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56077
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54107
--- Comment #35 from Mikael Morin 2013-02-08
15:13:45 UTC ---
Author: mikael
Date: Fri Feb 8 15:13:32 2013
New Revision: 195890
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=195890
Log:
fortran/
PR fortran/54107
* t
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56049
Richard Biener changed:
What|Removed |Added
Priority|P3 |P1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55943
Richard Biener changed:
What|Removed |Added
Priority|P3 |P4
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56250
--- Comment #6 from Jakub Jelinek 2013-02-08
15:06:37 UTC ---
Author: jakub
Date: Fri Feb 8 15:06:26 2013
New Revision: 195888
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=195888
Log:
PR tree-optimization/56250
* fo
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55877
Richard Biener changed:
What|Removed |Added
Keywords||rejects-valid
Priorit
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56253
--- Comment #6 from Uros Bizjak 2013-02-08 14:58:42
UTC ---
(In reply to comment #5)
> Hmm, I wonder how the vectorizer then accesses add/sub patterns without
> SSE math. It just queries optabs ...
>
> We cannot handle the FMA case wit
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55493
Richard Biener changed:
What|Removed |Added
Status|REOPENED|WAITING
--- Comment #9 from Ri
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56247
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55693
--- Comment #48 from Jack Howarth 2013-02-08
14:40:20 UTC ---
(In reply to comment #47)
> Created attachment 29396 [details]
> revised patch to revert r184293 while fixing PR55693
>
> Bootstrap regtesting underway on ppc darwin9, x86_64
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55693
--- Comment #47 from Jack Howarth 2013-02-08
14:39:11 UTC ---
Created attachment 29396
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29396
revised patch to revert r184293 while fixing PR55693
Bootstrap regtesting underway on ppc d
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56245
--- Comment #2 from Jakub Jelinek 2013-02-08
14:32:13 UTC ---
I don't see how a libasan change could cause a "miscompilation" of gengtype.
Anyway, I've rebuild build/gengtype* with
rm -f build/gengtype*
make CXX='./xg++ -B ./ -fsanitize=a
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56216
Paolo Carlini changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56216
--- Comment #3 from emsr at gcc dot gnu.org 2013-02-08 14:11:01 UTC ---
Author: emsr
Date: Fri Feb 8 14:10:48 2013
New Revision: 195886
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=195886
Log:
PR libstdc++/56216
Added:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53948
--- Comment #11 from Jakub Jelinek 2013-02-08
13:46:05 UTC ---
Yeah, I agree with Jeff here, IMHO a helper function somewhere where both rtl.h
and tree.h is included is best solution for now.
As long as REG/MEM have REG_EXPR/MEM_EXPR, ther
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56253
--- Comment #5 from Richard Biener 2013-02-08
13:42:23 UTC ---
(In reply to comment #3)
> (In reply to comment #1)
>
> > not sure why we use builtins for these basic operations...
>
> Because they have to be emitted also for non-SSE m
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56253
--- Comment #4 from Richard Biener 2013-02-08
13:30:14 UTC ---
(In reply to comment #3)
> (In reply to comment #1)
>
> > not sure why we use builtins for these basic operations...
>
> Because they have to be emitted also for non-SSE m
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56064
--- Comment #3 from Georg-Johann Lay 2013-02-08
13:23:46 UTC ---
Author: gjl
Date: Fri Feb 8 13:23:34 2013
New Revision: 195885
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=195885
Log:
gcc/
PR tree-optimization/56064
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53948
--- Comment #10 from Jeffrey A. Law 2013-02-08 13:19:46
UTC ---
Right, REG_EXPR gets the underlying decl, but without access to tree.h we can't
do anything useful with the decl. The whole point of Steven's patch which
caused this regressi
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56226
janus at gcc dot gnu.org changed:
What|Removed |Added
CC||janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56253
--- Comment #3 from Uros Bizjak 2013-02-08 12:58:49
UTC ---
(In reply to comment #1)
> not sure why we use builtins for these basic operations...
Because they have to be emitted also for non-SSE math.
>From config/i386/sse.md:
;;
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56231
Richard Biener changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56231
--- Comment #9 from Richard Biener 2013-02-08
12:55:19 UTC ---
Author: rguenth
Date: Fri Feb 8 12:55:13 2013
New Revision: 195884
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=195884
Log:
2013-02-08 Richard Biener
P
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52448
Richard Biener changed:
What|Removed |Added
Known to work||4.8.0
--- Comment #10 from Ric
1 - 100 of 131 matches
Mail list logo