http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44436
--- Comment #30 from Jonathan Wakely 2011-11-06
00:29:39 UTC ---
Author: redi
Date: Sun Nov 6 00:29:36 2011
New Revision: 181022
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181022
Log:
PR libstdc++/44436
* doc/xml/manual/statu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45114
--- Comment #12 from dodji at seketeli dot org
2011-11-05 23:47:57 UTC ---
"vincenzo.innocente at cern dot ch" a écrit:
> --- Comment #10 from vincenzo Innocente
> 2011-10-31 16:06:41 UTC ---
> using the patch of comment 8 in the example belo
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40927
Paolo Carlini changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|gcc-bugs at g
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43503
Paolo Carlini changed:
What|Removed |Added
CC|gcc-bugs at gcc dot gnu.org |rguenth at gcc dot gnu.org
--- Comment #3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47749
Paolo Carlini changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|2011-02-15 10:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50431
Paolo Carlini changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44436
Nathan Ridge changed:
What|Removed |Added
CC||zeratul976 at hotmail dot
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50448
Georg-Johann Lay changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50991
--- Comment #8 from John David Anglin 2011-11-05
20:27:32 UTC ---
(In reply to comment #2)
> I've only once seens this in a -j32 sparc-sun-solaris2.11 build, but only
> during
> stage 2 for the sparcv9 multilib. It never occured during any othe
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50693
--- Comment #26 from Alex Gaynor 2011-11-05
20:08:08 UTC ---
Thank you very much for fixing this!
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50693
--- Comment #25 from Jakub Jelinek 2011-11-05
19:58:41 UTC ---
Author: jakub
Date: Sat Nov 5 19:58:37 2011
New Revision: 181014
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181014
Log:
PR tree-optimization/50693
* tree-cfg.c (g
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50996
--- Comment #1 from Alessandro Rubini 2011-11-05
17:20:41 UTC ---
I removed more stuff. What follows is the minimal file that triggers
the error. Swapping the && operands won't make it segfault
void
envz_entry(char *envz)
{
char *buf_ptr =
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50996
Bug #: 50996
Summary: segfault cross-compiling for lm32
Classification: Unclassified
Product: gcc
Version: 4.6.2
Status: UNCONFIRMED
Severity: normal
Priority: P3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50984
Steven Fuerst changed:
What|Removed |Added
CC||svfuerst at gmail dot com
--- Comment #3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50982
--- Comment #39 from David Edelsohn 2011-11-05
16:58:29 UTC ---
I am not aware of any AIX-specific rules.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50982
--- Comment #38 from Jonathan Wakely 2011-11-05
16:31:36 UTC ---
Well that's *really* strange. The declaration is a C++ function in C++ code,
the extern "C" doesn't alter that, and void f() is identical to void f(void) in
C++ (except that the la
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50982
--- Comment #37 from David Edelsohn 2011-11-05
16:18:24 UTC ---
Yes, the patch in comment 36 appears to fix the second errorr. Thanks! I
really appreciate the help.
I guess I need to work on fixincludes for the AIX header.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50982
--- Comment #36 from Jonathan Wakely 2011-11-05
16:09:42 UTC ---
(In reply to comment #31)
> Adding the braces removes the first error, but
>
> In file included from /farm/dje/src/src/libstdc++-v3/src/atomic.cc:28:0:
> /tmp/2004/powerpc-ibm
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29693
Mikael Pettersson changed:
What|Removed |Added
CC||mikpe at it dot uu.se
--- Comment #8
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50982
--- Comment #35 from David Edelsohn 2011-11-05
15:54:45 UTC ---
And the single set of braces appears to be an AIX header bug. But it is not
fixed in any later AIX releases through AIX 7.1. I suspect this will require
fixincludes magic.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50982
--- Comment #34 from David Edelsohn 2011-11-05
15:51:54 UTC ---
I am trying to bootstrap with --disable-multilib to at least be able to build
GCC while we try to fix this.
Adding the braces removes the first error, but
In file included from /f
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50982
Jonathan Wakely changed:
What|Removed |Added
CC||jason at gcc dot gnu.org
--- Comment #3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50982
--- Comment #32 from Jonathan Wakely 2011-11-05
14:29:11 UTC ---
(In reply to comment #29)
> On AIX pthread_once_t is a struct containing an array:
>
> typedef struct
> {
> #ifdef __64BIT__
> long__on_word[9];
> #else
> int
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50982
David Edelsohn changed:
What|Removed |Added
Component|bootstrap |libstdc++
AssignedTo|ro at gcc d
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50982
David Edelsohn changed:
What|Removed |Added
Attachment #25715|0 |1
is obsolete|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50982
--- Comment #29 from David Edelsohn 2011-11-05
14:11:35 UTC ---
The patch in comment 24 solves some of the problem. Thanks!
The error now is:
In file included from /farm/dje/src/src/libstdc++-v3/src/atomic.cc:28:0:
/tmp/2004/powerpc-ibm-ai
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50725
Mikael Pettersson changed:
What|Removed |Added
CC||mikpe at it dot uu.se
--- Comment #13
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50982
--- Comment #28 from Jonathan Wakely 2011-11-05
13:56:43 UTC ---
Just to be clear, as this bug report is quite misleading: once the initial
problem was fixed the change is that _GLIBCXX_HAS_GTHREADS is being set now
when it wasn't previously (for
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50990
Mathieu Malaterre changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50982
--- Comment #27 from Jonathan Wakely 2011-11-05
13:33:38 UTC ---
Author: redi
Date: Sat Nov 5 13:33:29 2011
New Revision: 181013
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181013
Log:
PR libstdc++/49894
PR bootstrap/50982
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49894
--- Comment #12 from Jonathan Wakely 2011-11-05
13:33:38 UTC ---
Author: redi
Date: Sat Nov 5 13:33:29 2011
New Revision: 181013
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181013
Log:
PR libstdc++/49894
PR bootstrap/50982
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50448
--- Comment #6 from Georg-Johann Lay 2011-11-05
13:08:57 UTC ---
Author: gjl
Date: Sat Nov 5 13:08:54 2011
New Revision: 181011
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181011
Log:
PR rtl-optimization/50448
* cprop.c (try_r
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50982
--- Comment #26 from Jonathan Wakely 2011-11-05
12:52:51 UTC ---
(In reply to comment #7)
> /tmp/2003/powerpc-ibm-aix5.3.0.0/pthread/libstdc++-v3/include/mutex: In
> func
> tion 'void std::call_once(std::once_flag&, _Callable&&, _Args&& ...)'
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39976
Richard Guenther changed:
What|Removed |Added
Status|NEW |WAITING
--- Comment #35 from Richard G
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37060
Richard Guenther changed:
What|Removed |Added
Known to work||4.7.0
Summary|[4.4/4.5/4.6/
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50982
Jonathan Wakely changed:
What|Removed |Added
CC||redi at gcc dot gnu.org
--- Comment #25
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50982
--- Comment #24 from Jonathan Wakely 2011-11-05
12:23:45 UTC ---
(In reply to comment #23)
> I suspect that libstdc++ is having problems because pthread_once_t is a struct
> in AIX. libstdc++ should not be written to assume it is a scalar.
Ah,
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50981
Richard Guenther changed:
What|Removed |Added
Priority|P3 |P4
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50925
Richard Guenther changed:
What|Removed |Added
Priority|P3 |P4
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50923
Richard Guenther changed:
What|Removed |Added
Priority|P3 |P4
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50923
Richard Guenther changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50911
Richard Guenther changed:
What|Removed |Added
Priority|P3 |P1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50907
Richard Guenther changed:
What|Removed |Added
Priority|P3 |P1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50896
Richard Guenther changed:
What|Removed |Added
Priority|P3 |P1
Summary|FAIL: [4.7 Regre
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50983
Richard Guenther changed:
What|Removed |Added
Target Milestone|--- |4.7.0
--- Comment #1 from Richard Guen
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50904
Richard Guenther changed:
What|Removed |Added
Priority|P3 |P2
Target Milestone|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50995
Richard Guenther changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50823
Richard Guenther changed:
What|Removed |Added
CC||jojelino at gmail dot com
--- Comment
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50038
Eric Botcazou changed:
What|Removed |Added
Keywords||missed-optimization
Status|UN
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18649
bucreev_1 at mail dot ru changed:
What|Removed |Added
CC||bucreev_1 at mail dot ru
--- Co
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50995
Richard Guenther changed:
What|Removed |Added
CC||hubicka at gcc dot gnu.org
Target Mi
51 matches
Mail list logo