http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51646
Bug #: 51646
Summary: Make libgfortran compile on Android - without S_IREAD
Classification: Unclassified
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Keywords: build
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51644
Tobias Burnus changed:
What|Removed |Added
CC||burnus at gcc dot gnu.org
Target Milest
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42839
Richard Guenther changed:
What|Removed |Added
Target Milestone|4.5.4 |4.7.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41159
--- Comment #23 from Richard Guenther 2011-12-21
09:23:03 UTC ---
Author: rguenth
Date: Wed Dec 21 09:22:58 2011
New Revision: 182570
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=182570
Log:
2011-12-21 Richard Guenther
PR lto/41
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41159
Richard Guenther changed:
What|Removed |Added
Known to work||4.7.0
--- Comment #24 from Richard Gue
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51635
--- Comment #9 from Richard Guenther 2011-12-21
09:29:05 UTC ---
(In reply to comment #8)
> (In reply to comment #7)
> > On Tue, 20 Dec 2011, Richard Guenther wrote:
> > > > This one is extremely slow. lto1 has already used 12min of CPU time when
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51635
--- Comment #10 from Markus Trippelsdorf
2011-12-21 09:37:38 UTC ---
(In reply to comment #9)
> (In reply to comment #8)
> > (In reply to comment #7)
> > > On Tue, 20 Dec 2011, Richard Guenther wrote:
> That's weird. Did the build eventually fin
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51644
Richard Guenther changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51644
--- Comment #2 from Jakub Jelinek 2011-12-21
09:51:45 UTC ---
Caused by r181172 aka TREE_CLOBBER_P. The problem is that we have before
*.cfg:
__builtin_va_start (&args, 0);
b (s, &args);
__builtin_va_end (&args);
finally_tmp.0 = 1;
:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51644
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |ASSIGNED
CC|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51643
Richard Guenther changed:
What|Removed |Added
Target||arm-eabi
--- Comment #7 from Richard G
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51642
Richard Guenther changed:
What|Removed |Added
Keywords||lto
--- Comment #1 from Richard Guenth
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51646
Janne Blomqvist changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51600
Martin Jambor changed:
What|Removed |Added
URL||http://gcc.gnu.org/ml/gcc-p
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51646
--- Comment #2 from Janne Blomqvist 2011-12-21 10:21:32
UTC ---
(In reply to comment #1)
> Good catch! I suppose it's possible that all targets we support have the POSIX
> flags, but since we're in stage 3 I think it's fine to play it safe and do
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51647
Bug #: 51647
Summary: [4.7 Regression] Bogus "control reaches end of
non-void function [-Wreturn-type]"
Classification: Unclassified
Product: gcc
Version: 4.7.0
Statu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51648
Bug #: 51648
Summary: [4.7 Regression]
Classification: Unclassified
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51648
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|--- |4.7.0
Summary|[4.7 Regression]
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51622
--- Comment #10 from Domingo Alvarez 2011-12-21
10:36:45 UTC ---
Now looking on the net I found that libbid history and could see that the
actual one monolithic bid_decimalbinary file is a recent creation before it was
splited over several files,
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51647
Tobias Burnus changed:
What|Removed |Added
Target Milestone|--- |4.7.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51635
--- Comment #11 from Richard Guenther 2011-12-21
10:56:01 UTC ---
One issue we still hit is that we for example merge in
stl_iterator_base_types.h
template
struct iterator_traits
{
typedef typename _Iterator::ite
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51635
--- Comment #12 from Richard Guenther 2011-12-21
11:03:46 UTC ---
Created attachment 26158
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26158
patch candidate to speed up uniquify nodes
I was also experimenting with the attached patch - it
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50478
--- Comment #2 from Paolo Carlini 2011-12-21
11:17:10 UTC ---
Insane, this doesn't happen for an initializer list of 1, 2, 4, or 5 elements.
Happens with std::vector too, however. Should be rather easy to construct a
reduced testcase including on
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51644
--- Comment #3 from Jakub Jelinek 2011-12-21
11:38:39 UTC ---
Created attachment 26159
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26159
gcc47-pr51644.patch
Fix I'm going to bootstrap/regtest.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51648
--- Comment #2 from Richard Guenther 2011-12-21
11:41:04 UTC ---
Why -fexceptions? Don't we explicitely _disable_ exceptions?
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51647
--- Comment #1 from Richard Guenther 2011-12-21
11:42:16 UTC ---
Dup of PR51644 I think.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51649
Bug #: 51649
Summary: pretty printers don't handle std::__7:: namespace
Classification: Unclassified
Product: gcc
Version: 4.6.3
Status: UNCONFIRMED
Severity: normal
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51648
--- Comment #3 from Jakub Jelinek 2011-12-21
11:52:55 UTC ---
-O2 -g -fexceptions -fstack-protector --param=ssp-buffer-size=4 -mtune=generic
are our standard distro flags. The intent is that e.g. C code that uses
pthread_cleanup_{push,pop} will
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50038
--- Comment #8 from Kirill Yukhin 2011-12-21
11:52:32 UTC ---
Author: kyukhin
Date: Wed Dec 21 11:52:27 2011
New Revision: 182574
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=182574
Log:
gcc/
2011-12-21 Enkovich Ilya
PR tar
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51649
--- Comment #1 from Pawel Sikora 2011-12-21 11:53:23
UTC ---
adding '(__7::)?' to regex patterns should be ok.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50478
Paolo Carlini changed:
What|Removed |Added
CC||paolo.carlini at oracle dot
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41159
--- Comment #25 from uros at gcc dot gnu.org 2011-12-21 12:26:17 UTC ---
Author: uros
Date: Wed Dec 21 12:26:04 2011
New Revision: 182580
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=182580
Log:
Backport from mainline
2011-12-21
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50478
--- Comment #4 from Paolo Carlini 2011-12-21
12:43:38 UTC ---
This is a more correct testcase, which also preserves the property of OT that
-pedantic works around the issue. Note: removing the string constructor taking
an initializer_list also wo
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51635
--- Comment #13 from Markus Trippelsdorf
2011-12-21 12:55:21 UTC ---
(In reply to comment #11)
> One issue we still hit is that we for example merge in
> stl_iterator_base_types.h
>
> template
> struct iterator_traits
>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51635
Richard Guenther changed:
What|Removed |Added
Status|NEW |ASSIGNED
AssignedTo|unassigned
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51635
Richard Guenther changed:
What|Removed |Added
Attachment #26158|0 |1
is obsolete|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51635
--- Comment #16 from Richard Guenther 2011-12-21
13:00:37 UTC ---
Created attachment 26162
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26162
patch for this bug
And finally the patch for this particular bug, to be applied ontop of the
pre
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51635
--- Comment #17 from Markus Trippelsdorf
2011-12-21 13:47:16 UTC ---
It's a little bit faster now. But it still takes 9 CPU-minutes
to output all ltrans files. And then the following happens:
At top level:
lto1: internal compiler error: in dwarf
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51291
--- Comment #4 from Aldy Hernandez 2011-12-21
14:00:36 UTC ---
fixed
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51273
Aldy Hernandez changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51291
Aldy Hernandez changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51635
--- Comment #18 from rguenther at suse dot de
2011-12-21 14:05:42 UTC ---
On Wed, 21 Dec 2011, markus at trippelsdorf dot de wrote:
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51635
>
> --- Comment #17 from Markus Trippelsdorf
> 2011-12-21
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51174
Aldy Hernandez changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51472
--- Comment #4 from Aldy Hernandez 2011-12-21
14:30:20 UTC ---
Author: aldyh
Date: Wed Dec 21 14:30:07 2011
New Revision: 182588
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=182588
Log:
PR middle-end/51472
* trans-mem.c
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51472
Aldy Hernandez changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51647
--- Comment #2 from Jakub Jelinek 2011-12-21
14:51:34 UTC ---
Author: jakub
Date: Wed Dec 21 14:51:19 2011
New Revision: 182589
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=182589
Log:
PR middle-end/51644
PR middle-end/51647
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51644
--- Comment #4 from Jakub Jelinek 2011-12-21
14:51:38 UTC ---
Author: jakub
Date: Wed Dec 21 14:51:19 2011
New Revision: 182589
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=182589
Log:
PR middle-end/51644
PR middle-end/51647
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51635
--- Comment #19 from Richard Guenther 2011-12-21
15:00:21 UTC ---
Btw, one issue with merging based on DECL_SOURCE_LOCATION is that reducing
LTO testcases is going to be disrupted by source line changes. So for it
to be effective one would need
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51635
--- Comment #20 from Richard Guenther 2011-12-21
15:06:35 UTC ---
(In reply to comment #19)
> Btw, one issue with merging based on DECL_SOURCE_LOCATION is that reducing
> LTO testcases is going to be disrupted by source line changes. So for it
>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51645
--- Comment #1 from Uros Bizjak 2011-12-21 15:10:48
UTC ---
(In reply to comment #0)
> FAIL: g++.dg/cpp0x/alias-decl-debug-0.C (test for excess errors)
>
> Needs:
>
> /* { dg-skip-if "No stabs" { mmix-*-* *-*-aix* alpha*-*-* hppa*64*-*-*
> ia
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51648
--- Comment #4 from Jakub Jelinek 2011-12-21
15:18:57 UTC ---
Created attachment 26163
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26163
gcc.i
/some/path/gcc/cc1 -fpreprocessed -quiet -quiet -dumpbase gcc.c -mtune=generic
-march=x86-64 -
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51648
--- Comment #5 from Jakub Jelinek 2011-12-21
15:20:05 UTC ---
Created attachment 26164
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26164
gcc.gcda
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51648
--- Comment #6 from Jakub Jelinek 2011-12-21
15:23:57 UTC ---
BTW, it can be also reproduced without that -j8 make option, i.e. it is not any
kind of race condition or similar.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51644
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51644
--- Comment #6 from Jakub Jelinek 2011-12-21
15:32:11 UTC ---
*** Bug 51647 has been marked as a duplicate of this bug. ***
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51647
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51635
--- Comment #21 from Markus Trippelsdorf
2011-12-21 15:47:01 UTC ---
(In reply to comment #20)
> (In reply to comment #19)
> > Btw, one issue with merging based on DECL_SOURCE_LOCATION is that reducing
> > LTO testcases is going to be disrupted b
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51635
--- Comment #22 from rguenther at suse dot de
2011-12-21 15:51:16 UTC ---
On Wed, 21 Dec 2011, markus at trippelsdorf dot de wrote:
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51635
>
> --- Comment #21 from Markus Trippelsdorf
> 2011-12-21
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51635
--- Comment #23 from Richard Guenther 2011-12-21
16:01:30 UTC ---
Another fun (well ...) patch that is worth trying is
Index: gcc/gimple.c
===
--- gcc/gimple.c(revision 1825
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51630
Jonathan Wakely changed:
What|Removed |Added
Status|CLOSED |RESOLVED
Resolution|WONTFIX
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51630
--- Comment #9 from Jonathan Wakely 2011-12-21
16:14:39 UTC ---
Feel free to open an enhancement request in bugzilla for -fsyntax-only to
instantiate templates, or for a new option that does so
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51649
--- Comment #2 from Jonathan Wakely 2011-12-21
16:20:15 UTC ---
It might be better to provide a separate python/libstdcxx/v7/printers.py file
and install that when configured with versioned namespaces.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50686
--- Comment #27 from ro at CeBiTec dot Uni-Bielefeld.DE 2011-12-21 16:20:12 UTC ---
With the exception of the unrelated Ada bootstrap failure (PR
ada/51624), your patch allowed a mips-sgi-irix6.5 bootstrap to succeed
(for the first time in almost
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51212
Aldy Hernandez changed:
What|Removed |Added
AssignedTo|unassigned at gcc dot |aldyh at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51305
Paolo Carlini changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51305
--- Comment #3 from paolo at gcc dot gnu.org
2011-12-21 16:28:19 UTC ---
Author: paolo
Date: Wed Dec 21 16:28:08 2011
New Revision: 182594
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=182594
Log:
/cp
2011-12-21 Paolo Carlini
PR
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48660
rsand...@gcc.gnu.org changed:
What|Removed |Added
Known to work||4.7.0
Known to fail|4.7.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48660
--- Comment #6 from rsandifo at gcc dot gnu.org
2011-12-21 16:34:49 UTC ---
Author: rsandifo
Date: Wed Dec 21 16:34:41 2011
New Revision: 182595
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=182595
Log:
Add reference to PR middle-end/486
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51635
Michael Matz changed:
What|Removed |Added
CC||matz at gcc dot gnu.org
--- Comment #24 fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43052
Fabio changed:
What|Removed |Added
CC||fabio.ped at libero dot it
--- Comment #19 from F
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51212
--- Comment #3 from Richard Henderson 2011-12-21
17:18:11 UTC ---
As far as the compiler goes that all sounds plausible.
The main problem is that we would have to make libitm exception safe.
I'm 100% sure that won't work at the moment. I'm also
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41159
--- Comment #26 from uros at gcc dot gnu.org 2011-12-21 17:23:44 UTC ---
Author: uros
Date: Wed Dec 21 17:23:33 2011
New Revision: 182597
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=182597
Log:
Backport from mainline
2011-12-21
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51649
Jonathan Wakely changed:
What|Removed |Added
CC||tromey at gcc dot gnu.org
--- Comment #
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51552
Richard Henderson changed:
What|Removed |Added
CC||rth at gcc dot gnu.org
--- Comment #3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51552
Richard Henderson changed:
What|Removed |Added
Status|NEW |ASSIGNED
AssignedTo|unassigne
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51648
--- Comment #7 from Jakub Jelinek 2011-12-21
18:15:23 UTC ---
Ok, so when the -fprofile-generate compiled xgcc is linked, it is enough
to (assuming gcc.i from the attachment here is in /tmp/):
$ rm gcc.gcda; ./xgcc -qversion
$ cp -a gcc.gcda /tmp
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41159
Uros Bizjak changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
URL|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51216
Paolo Carlini changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51649
--- Comment #4 from Tom Tromey 2011-12-21 18:34:47
UTC ---
(In reply to comment #3)
> Tom, I assume the plan for the libstdc++ python printers is to have a
> python/libstdcxx/v7/printers.py for the libstdc++.so.7 library, right?
>
> As we have t
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51626
--- Comment #5 from Jonathan Wakely 2011-12-21
18:35:48 UTC ---
Author: redi
Date: Wed Dec 21 18:35:40 2011
New Revision: 182600
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=182600
Log:
PR libstdc++/51626
* include/bits/stl_unin
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51626
Jonathan Wakely changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51648
--- Comment #8 from Jakub Jelinek 2011-12-21
19:01:22 UTC ---
So, shorter/faster reproducer, using a snapshot from ~ today (tried with
r182599)
on x86_64-linux:
../configure --enable-languages=c --disable-bootstrap \
--disable-libitm
make -j8
c
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51611
--- Comment #1 from Jason Merrill 2011-12-21
19:19:52 UTC ---
Author: jason
Date: Wed Dec 21 19:19:47 2011
New Revision: 182602
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=182602
Log:
PR c++/51611
* cp-tree.h (CONVERT_EXPR_VBAS
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51611
Jason Merrill changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51552
--- Comment #5 from Richard Henderson 2011-12-21
20:21:14 UTC ---
Author: rth
Date: Wed Dec 21 20:21:00 2011
New Revision: 182604
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=182604
Log:
PR target/51552
* dwarf2cfi.c (dwarf2out_
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51650
Bug #: 51650
Summary: [4.7 regression] ICE in dwarf2out_finish, at
dwarf2out.c:22501 while building libxul
Classification: Unclassified
Product: gcc
Version: 4.7.0
St
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51650
Andrew Pinski changed:
What|Removed |Added
Keywords||ice-on-valid-code, lto
Component
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51552
Richard Henderson changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
-fpu=vfp
--with-float=softfp --with-abi=aapcs-linux --enable-lto
--enable-languages=c,c++ --disable-threads --enable-ppl --enable-cloog
--enable-gmp --enable-mpfr --enable-lto
-with-headers=/opt/arm/gnuarm-4.7.0/arm-eabi/include
Thread model: single
gcc version 4.7.0 20111221 (experimental) (GCC)
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40711
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40676
Andrew Pinski changed:
What|Removed |Added
CC||dcb314 at hotmail dot com
--- Comment #12
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39852
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40782
Andrew Pinski changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50063
Georg-Johann Lay changed:
What|Removed |Added
CC||denisc at gcc dot gnu.org
--- Comment
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51651
Bug #: 51651
Summary: istream::ignore returns eof too early
Classification: Unclassified
Product: gcc
Version: 4.5.2
Status: UNCONFIRMED
Severity: major
Priority: P3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20102
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42857
Paolo Carlini changed:
What|Removed |Added
CC||claytongdavis at gmail dot
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51651
Paolo Carlini changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24539
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51085
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
1 - 100 of 118 matches
Mail list logo