http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56266
janus at gcc dot gnu.org changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Keywords
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56271
--- Comment #1 from Evgeny Grin 2013-02-10
11:55:19 UTC ---
Created attachment 29409
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29409
Patch for ada build
Correctly filter out flags using sed:
COMMON_FLAGS_TO_PASS = $(shell e
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56017
--- Comment #14 from Andreas Schwab 2013-02-10 11:55:48
UTC ---
testsuite/libgo.{log,sum} contains only a single test run (the last one).
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56273
Richard Biener changed:
What|Removed |Added
Status|NEW |ASSIGNED
AssignedTo|una
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56268
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |4.7.3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56267
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |4.7.3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56264
Richard Biener changed:
What|Removed |Added
Status|NEW |ASSIGNED
AssignedTo|una
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56262
Richard Biener changed:
What|Removed |Added
CC||hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56263
--- Comment #1 from demiurg_spb at freemail dot ru 2013-02-10 12:24:49 UTC ---
I think the next test case should also be considered.
const char __flash* const __flash names[] =
{
"flash_str1",
"flash_str2"
};
const char __fla
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56259
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56258
Richard Biener changed:
What|Removed |Added
CC||jsm28 at gcc dot gnu.org
--- C
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54279
Evgeny Grin changed:
What|Removed |Added
CC||karlson2k at gmail dot com
--- Co
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56268
--- Comment #2 from Markus Trippelsdorf
2013-02-10 12:42:24 UTC ---
Created attachment 29410
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29410
Somewhat reduced testcase
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56274
Bug #: 56274
Summary: [4.8 Regression] libada bootstrap failure on kfreebsd
("pthread_rwlock_t" not declared in "OS_Interface")
Classification: Unclassified
Product: gcc
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56275
Bug #: 56275
Summary: ICE in simplify_subreg, at simplify-rtx.c:5261 with
vector code.
Classification: Unclassified
Product: gcc
Version: 4.6.3
Status: UNCO
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56184
Steven Bosscher changed:
What|Removed |Added
Keywords||ice-checking
Statu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56275
Uros Bizjak changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35688
--- Comment #14 from André Wöbbeking 2013-02-10
15:50:14 UTC ---
Could anyone reply to my last question? Thanks in advance.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56251
Daniel Krügler changed:
What|Removed |Added
CC||daniel.kruegler at
|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56275
--- Comment #2 from Uros Bizjak 2013-02-10 16:15:13
UTC ---
More reduced testcase
--cut here--
typedef long long v2tw __attribute__ ((vector_size (2 * sizeof (long long;
void tiger_block_v2 (long long in1, v2tw *res)
{
v2tw i1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56275
Uros Bizjak changed:
What|Removed |Added
Status|NEW |ASSIGNED
AssignedTo|unassi
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56276
Bug #: 56276
Summary: libgcc_*.dll is installed to wrong directory during
build
Classification: Unclassified
Product: gcc
Version: 4.7.2
Status: UNCONFIRMED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56262
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Co
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56008
--- Comment #10 from stefan.mauerberger at gmail dot com 2013-02-10 18:34:51
UTC ---
Hi There!
Its me again. Unfortunately, I have to report that there is still something
wired. The following slightly modified code causes a memory leak:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56265
Paul Pluzhnikov changed:
What|Removed |Added
CC||ppluzhnikov at google dot
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56262
Paul Pluzhnikov changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56277
Bug #: 56277
Summary: libgcc.a and libgcc_eh.a should be compiled with
function-level linking
Classification: Unclassified
Product: gcc
Version: 4.7.2
Statu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56277
--- Comment #1 from Andrew Pinski 2013-02-10
19:39:41 UTC ---
This is not needed for most of libgcc.a as each function is in its own object
file inside the archive. This is much better than -ffunction-sections to begin
with.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51976
--- Comment #8 from Dominique d'Humieres 2013-02-10
19:59:37 UTC ---
With the patch in comment #7 most of the duplicates compile and run, but:
pr49050 which gives
pr49050.f90:13.10:
item = item_type('key')
1
Error: No
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56278
Bug #: 56278
Summary: [4.8 Regression] unordered containers fail static
assertion
Classification: Unclassified
Product: gcc
Version: 4.8.0
Status: UNCONFIRMED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56267
Jonathan Wakely changed:
What|Removed |Added
AssignedTo|unassigned at gcc dot |redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56279
Bug #: 56279
Summary: Unwanted directory is added to include search path
when building for MingGW with
--native-system-header-dir
Classification: Unclassified
P
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56267
--- Comment #2 from Paolo Carlini 2013-02-10
23:00:34 UTC ---
Thanks Jon for fully handling this. I understand that in principle we could
have checked is_nothrow_default_constructible, but it's of course much better
if we can just use oper
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56279
--- Comment #1 from Evgeny Grin 2013-02-10
23:04:16 UTC ---
This unwanted dir is added by blindly overriding directory in
gcc/config/i386/mingw32.h:
#undef NATIVE_SYSTEM_HEADER_DIR
#define NATIVE_SYSTEM_HEADER_DIR "/mingw/include"
as
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52947
Evgeny Grin changed:
What|Removed |Added
CC||karlson2k at gmail dot com
--- Co
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56277
--- Comment #2 from Andrew Pinski 2013-02-10
23:19:01 UTC ---
Do you think you have an example where adding -ffunction-sections can help for
the compiled libgcc.a ?
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56280
Bug #: 56280
Summary: GCC builded for MinGW32(-w64) contains malformed
directory in include search path
Classification: Unclassified
Product: gcc
Version: 4.7.2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56279
Evgeny Grin changed:
What|Removed |Added
Target|i686-w64-mingw32, |i686-pc-mingw32,
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56278
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56278
--- Comment #1 from Jonathan Wakely 2013-02-11
00:19:25 UTC ---
Author: redi
Date: Mon Feb 11 00:19:14 2013
New Revision: 195935
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=195935
Log:
PR libstdc++/56278
* include/b
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56267
--- Comment #3 from Jonathan Wakely 2013-02-11
00:19:42 UTC ---
Author: redi
Date: Mon Feb 11 00:19:29 2013
New Revision: 195936
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=195936
Log:
PR libstdc++/56267
* include/b
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56278
Jonathan Wakely changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56267
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56280
--- Comment #1 from Karlson2k 2013-02-11 00:29:26 UTC ---
With simple patch:
--- ./gcc/cppdefault.c.orig 2013-02-11 01:50:57 +0400
+++ ./gcc/cppdefault.c 2013-02-11 03:54:00 +0400
@@ -63,7 +63,7 @@ const struct default_include cpp_inc
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56280
--- Comment #2 from Karlson2k 2013-02-11 00:32:16 UTC ---
I didn't test it on other hosts, may be solution is a little more complex, like
suggested in bug 56279 comment #1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56277
--- Comment #3 from msharov at users dot sourceforge.net 2013-02-11 00:33:03
UTC ---
(In reply to comment #2)
> Do you think you have an example where adding -ffunction-sections can help for
> the compiled libgcc.a ?
No, sorry. Checking
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56281
Bug #: 56281
Summary: missed VRP optimization from undefined left shift in
ISO C99
Classification: Unclassified
Product: gcc
Version: 4.8.0
Status: UNCONFIR
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54280
iavaelooeyt+bugzilla at gmail dot com changed:
What|Removed |Added
CC||iavaelooeyt
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55477
--- Comment #6 from Matt Hargett 2013-02-11 01:55:51 UTC
---
I just tested with latest trunk (4.8.0 20130210). inline-devirt-2.C does indeed
pass when adding an outer loop, but only at -O3. That is probably fine, but I
could have sworn it
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55478
--- Comment #9 from Matt Hargett 2013-02-11 02:02:46 UTC
---
Just tested with latest trunk and it passes at -O3. With Maxim's previous
devirt patches, it passed at -O2. That being said, I'm happy and this can be
marked as RESOLVED.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55498
--- Comment #3 from Matt Hargett 2013-02-11 02:11:36 UTC
---
Just tested with latest trunk and things have regressed/changed a bit. This is
another test case where I *have* to use both -O3 and -funroll-loops to get the
desired effect. This
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56282
Bug #: 56282
Summary: [4.8 regression] std::basic_ios broken with
-std=c++11 (undefined reference)
Classification: Unclassified
Product: gcc
Version: unknown
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56283
Bug #: 56283
Summary: std::result_of does not gracefully SFINAE (not define
::type)
Classification: Unclassified
Product: gcc
Version: 4.7.2
Status: UNCONFI
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56283
--- Comment #1 from David Krauss 2013-02-11 04:57:46
UTC ---
Note, defining the trait with the expression
declval()(declval()...) does work. Clang 3.1/libc++ behaves the
same way.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56281
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Co
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56282
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |4.8.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56281
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31178
Richard Biener changed:
What|Removed |Added
CC||vincent-gcc at vinc17 dot
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56277
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56274
Richard Biener changed:
What|Removed |Added
Keywords||build
Target|
60 matches
Mail list logo