http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53285
--- Comment #2 from Matthias Klose 2012-05-28
06:42:37 UTC ---
the patch is incomplete.
the patch from glibc is found at
http://sourceware.org/git/?p=glibc.git;a=patch;h=7dc6bd90c569c49807462b0740b18e32fab4d8b7
using anonymous unions which cann
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53504
Bug #: 53504
Summary: configure script of platform TLS support.
Classification: Unclassified
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: normal
Priority
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53285
--- Comment #1 from Matthias Klose 2012-05-28
04:38:50 UTC ---
Created attachment 27511
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27511
patch taken from glibc
the md5.c copy in glibc was fixed with the attached patch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53503
Bug #: 53503
Summary: [4.7 Regression] [C++0x] unexpected AST of kind
ltgt_expr
Classification: Unclassified
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53502
--- Comment #2 from Andrew Pinski 2012-05-27
23:42:17 UTC ---
The warning is correct, the typedef is unused. The enum is not but the typedef
to the enum is unused.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53502
Thomas Koenig changed:
What|Removed |Added
Keywords||rejects-valid
Known to work|
g25@linux-fd1f:~/Krempel/Boot> gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/home/ig25/lib/gcc/x86_64-unknown-linux-gnu/4.8.0/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: ../trunk/configure --prefix=/home/ig25
--enable-languages=c,fortran
Thread model: posix
gcc
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38474
Steven Bosscher changed:
What|Removed |Added
Keywords||patch
URL|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51389
--- Comment #6 from Steven Bosscher 2012-05-27
23:14:03 UTC ---
If this is fixed for GCC 4.7, why leave the bug report open? Do you plan to
back-port a similar fix to older release branches?
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18687
Steven Bosscher changed:
What|Removed |Added
CC||steven at gcc dot gnu.org
--- Comment #
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53343
Thomas Koenig changed:
What|Removed |Added
CC||tkoenig at gcc dot gnu.org
--- Comment #5
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53501
Bug #: 53501
Summary: incorrect loop optimization with -O2
Classification: Unclassified
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53343
--- Comment #4 from Mikael Pettersson 2012-05-27
21:05:27 UTC ---
(In reply to comment #3)
> >--disable-build-poststage1-with-cxx
>
> Is there a reason why you are using this option?
Yes,
1. It's a valid option, and it doesn't disable any func
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53500
--- Comment #6 from Paul Pogonyshev 2012-05-27
20:03:40 UTC ---
Created attachment 27508
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27508
much reduced testcase not using any libraries other than libstdc++
gcc-4.7 -std=c++11 -save-temps
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53500
--- Comment #5 from Andrew Pinski 2012-05-27
19:57:45 UTC ---
Though with -ftime-report I get an internal error:
/usr/include/c++/4.7/bits/alloc_traits.h:48:11: internal compiler error: in
timevar_start, at timevar.c:344
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53500
--- Comment #4 from Andrew Pinski 2012-05-27
19:56:43 UTC ---
It compiles on the trunk. Though takes a long time.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53500
--- Comment #3 from Paolo Carlini 2012-05-27
19:49:56 UTC ---
Please do your best to reduce the testcase, normally less than ~100 lines are
enough:
http://gcc.gnu.org/wiki/A_guide_to_testcase_reduction
In any case a preprocessed .ii must be
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53500
--- Comment #2 from Paul Pogonyshev 2012-05-27
19:33:35 UTC ---
(In reply to comment #1)
> I don't see it being attached.
Apparently it got eaten as too large. Please see http://rghost.net/38322304
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53500
Paolo Carlini changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53500
--- Comment #1 from Andrew Pinski 2012-05-27
19:11:41 UTC ---
> I attached the /tmp/... file.
I don't see it being attached.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53500
Andrew Pinski changed:
What|Removed |Added
Severity|major |normal
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53500
Bug #: 53500
Summary: internal compiler error in joust()
Classification: Unclassified
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: major
Priority: P3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53467
--- Comment #6 from Jonathan Wakely 2012-05-27
16:45:29 UTC ---
The core file was not generated by gcc, as gdb says it came from cc1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53498
--- Comment #3 from Daniel Krügler
2012-05-27 16:09:04 UTC ---
(In reply to comment #2)
> As you mention it, you don't accidently know, how a correct version would
> look?
This request would be off-topic here, but I responded off-list to you.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53467
--- Comment #5 from martin 2012-05-27
16:06:59 UTC ---
Comment on attachment 27506
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27506
core - debug for gdb
gdb $(which gcc) ./core
GNU gdb 6.3-debian
Copyright 2004 Free Software Foundation,
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53467
--- Comment #4 from martin 2012-05-27
16:03:35 UTC ---
Created attachment 27507
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27507
df-core.o debug for gdb
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53467
--- Comment #3 from martin 2012-05-27
16:01:23 UTC ---
Created attachment 27506
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27506
debug for gdb
created with ulimit -c unlimited & make --debug CFLAGS='-g -O0'
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53498
--- Comment #2 from o.mangold at googlemail dot com 2012-05-27 15:33:16 UTC ---
(In reply to comment #1)
> While the test code is somewhat broken,
Yes, I'm not surprised, this template stuff is a complete nightmare to me. As
you mention it, you d
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53498
Daniel Krügler changed:
What|Removed |Added
CC||daniel.kruegler at
|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53499
--- Comment #1 from Johannes Schaub
2012-05-27 14:00:20 UTC ---
Sorry, GCC picks the same function (non-member) disregarding of the C++
Standards mode. The comments were a left-over from a clang bug report.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53499
Bug #: 53499
Summary: Incorrect partial ordering result with member vs
non-member
Classification: Unclassified
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53498
Bug #: 53498
Summary: Compiler crashes during C++11 template magic
compilation
Classification: Unclassified
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53439
--- Comment #3 from Christophe Prud'homme 2012-05-27 11:59:46 UTC ---
the preprocessed sources files are here (about 3MB)
http://feelpp.googlecode.com/files/feel-gcc-ifiles.tar.gz
see initial email
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53497
Bug #: 53497
Summary: Partial ordering of function templates does not order
lvalue/rvalue references correctly
Classification: Unclassified
Product: gcc
Version: 4.7.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50934
Eric Botcazou changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
URL|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50934
--- Comment #4 from simon at pushface dot org 2012-05-27 10:22:42 UTC ---
This problem has been fixed in the released 4.7.0.
36 matches
Mail list logo