http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42769
--- Comment #38 from Mikael Morin 2013-01-08
20:02:00 UTC ---
Author: mikael
Date: Tue Jan 8 20:01:49 2013
New Revision: 195032
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=195032
Log:
PR fortran/42769
PR fortran/45
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55823
--- Comment #8 from Jan Hubicka 2013-01-08
20:23:12 UTC ---
Author: hubicka
Date: Tue Jan 8 20:23:05 2013
New Revision: 195033
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=195033
Log:
PR tree-optimization/55823
*
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55879
--- Comment #3 from Daniel Krügler
2013-01-08 20:26:33 UTC ---
(In reply to comment #2)
> If I understand you right, then you mean that the s_Memmap is not an
> "constexpr" array. As far as I understand this is not an issue that schould
> preven
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55790
Joel Sherrill changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55908
--- Comment #3 from Jonathan Wakely 2013-01-08
21:01:23 UTC ---
Author: redi
Date: Tue Jan 8 21:01:14 2013
New Revision: 195035
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=195035
Log:
PR libstdc++/55908
* include/s
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55908
Jonathan Wakely changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54286
Paul Thomas changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55882
--- Comment #9 from Jan Smets 2013-01-08
21:45:23 UTC ---
Patch verified.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55889
David Edelsohn changed:
What|Removed |Added
Target|powerpc*-*-*|powerpc-ibm-aix*
--- Comment #
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55760
Marc Glisse changed:
What|Removed |Added
CC||glisse at gcc dot gnu.org
--- Com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55792
--- Comment #17 from H.J. Lu 2013-01-09 00:22:18
UTC ---
gimple_location is duplicated by:
#1 0x00751f32 in gimple_copy (stmt=0x7fffe8d75a00)
at /export/gnu/import/git/gcc/gcc/gimple.c:2205
#2 0x009c960d in gimple_
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55909
Andrew Pinski changed:
What|Removed |Added
Target||sparc64-redhat-linux
--- Commen
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55909
Andrew Pinski changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53218
Andrew Pinski changed:
What|Removed |Added
CC||philip.copeland at oracle
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55909
philip.copeland at oracle dot com changed:
What|Removed |Added
Status|RESOLVED|WAITING
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55909
Paolo Carlini changed:
What|Removed |Added
CC||ebotcazou at gcc dot
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55909
--- Comment #9 from philip.copeland at oracle dot com 2013-01-09 02:32:26 UTC
---
Ooo.
GCC C++ testsuite,... umm well a quick summary is this,.. it's horrible.
=== g++ Summary ===
# of expected passes
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55889
--- Comment #4 from David Edelsohn 2013-01-09 02:52:51
UTC ---
Selective scheduling is failing for one of the new AIX TLS instructions when
encountered for that testcase. The necessary options are:
-O -fschedule-insns -fselective-schedul
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55911
Bug #: 55911
Summary: Segfault in unordered_map with max_load_factor > 1
Classification: Unclassified
Product: gcc
Version: 4.7.2
Status: UNCONFIRMED
Severity: major
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55893
--- Comment #6 from Frank Heckenbach 2013-01-09
04:15:35 UTC ---
(In reply to comment #5)
> Caused by http://gcc.gnu.org/PR49673 I believe. Perhaps instead of testing
> whether TYPE_NEEDS_CONSTRUCTING we need to check if the type has non-
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55884
--- Comment #8 from dave.anglin at bell dot net 2013-01-09 04:16:22 UTC ---
On 8-Jan-13, at 10:29 AM, dave.anglin at bell dot net wrote:
>> Can you attach libgomp.log ?
> Have to do another build...
This time I ran the full libgomp te
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55884
--- Comment #9 from dave.anglin at bell dot net 2013-01-09 04:46:36 UTC ---
On 8-Jan-13, at 11:15 PM, John David Anglin wrote:
> I'm thinking the -fintrinsic-modules-path option needs and '=' and
> that the tls_runtime check fails when I j
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51680
--- Comment #18 from miles at gnu dot org 2013-01-09 05:35:35 UTC ---
Is this considered fixed yet? Given the following example, the latest Debian
trunk snapshot ("4.8.0 20121120 (experimental) [trunk revision 193662]", using
flags "-O2") s
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55436
--- Comment #8 from Conrad 2013-01-09
06:03:07 UTC ---
Can we change this bug status to _confirmed_, and the target milestone to 4.8.0
?
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55909
--- Comment #10 from philip.copeland at oracle dot com 2013-01-09 06:09:54 UTC
---
Created attachment 29116
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29116
the gcc 4.7.2-8 srpm mangles the environment a bit but these are the tests
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55909
--- Comment #11 from Andrew Pinski 2013-01-09
06:25:41 UTC ---
(In reply to comment #0)
> I suspect this may be an endian/alignment bug as the same g++ program will run
> correctly on an x86_64 system, however my c++ foo is somewhat weak w
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55909
--- Comment #12 from philip.copeland at oracle dot com 2013-01-09 06:27:32 UTC
---
Created attachment 29117
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29117
g++.log.tar.bz2 (part1)
=== g++ Summary for unix/ ===
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55909
--- Comment #13 from philip.copeland at oracle dot com 2013-01-09 06:28:26 UTC
---
Created attachment 29118
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29118
g++.log (part 2)
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55912
Bug #: 55912
Summary: missing optimization of x/x and x/std::abs(x)
Classification: Unclassified
Product: gcc
Version: 4.8.0
Status: UNCONFIRMED
Severity: normal
101 - 129 of 129 matches
Mail list logo