http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42445
--- Comment #8 from hjl at gcc dot gnu.org 2011-01-07
20:35:08 UTC ---
Author: hjl
Date: Fri Jan 7 20:35:05 2011
New Revision: 168583
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=168583
Log:
Keep -m[arch|tune]=native in COLLECT_GCC_OPT
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42445
H.J. Lu changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46367
--- Comment #7 from Jan Hubicka 2011-01-07
20:52:24 UTC ---
Patch posted http://gcc.gnu.org/ml/gcc-patches/2011-01/msg00401.html
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47152
aesok at gcc dot gnu.org changed:
What|Removed |Added
Target|cris-axis-elf |cris-axis-elf
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46823
--- Comment #11 from Jan Hubicka 2011-01-07
21:01:53 UTC ---
It does not reproduce for me, perhaps it was fixed by the recursive inliner
fix?
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47218
Dave Korn changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46367
Jan Hubicka changed:
What|Removed |Added
CC||zsojka at seznam dot cz
--- Comment #8 from
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47009
Jan Hubicka changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46469
Jan Hubicka changed:
What|Removed |Added
Status|NEW |ASSIGNED
AssignedTo|unassigned at g
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47215
--- Comment #5 from Kai Tietz 2011-01-07 21:11:52
UTC ---
Author: ktietz
Date: Fri Jan 7 21:11:48 2011
New Revision: 168585
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=168585
Log:
2011-01-07 Kai Tietz
PR bootstrap/47215
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47215
Kai Tietz changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46469
--- Comment #4 from Jan Hubicka 2011-01-07
21:18:16 UTC ---
I think we also should drop needed flags on extern symbols once cgraph is fully
built.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47216
--- Comment #1 from Zdenek Sojka 2011-01-07 21:50:30
UTC ---
At the assembly level:
func_1:
movrax, QWORD PTR g...@gotpcrel[rip]
movrdx, QWORD PTR l_5_...@gotpcrel[rip]
movecx, DWORD PTR [rdx] # ecx = 4
leaedx, 7[
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47219
Summary: ICE mems_in_disjoint_alias_sets_p, at alias.c:401
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: go
AssignedTo: i..
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47030
--- Comment #2 from Tobias Burnus 2011-01-07
22:22:15 UTC ---
Created attachment 22930
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22930
Draft patch
Draft patch attached (untested).
TODO: Warn if the same COMMON block has different ext_a
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46367
--- Comment #9 from Jan Hubicka 2011-01-07
22:52:57 UTC ---
Author: hubicka
Date: Fri Jan 7 22:52:54 2011
New Revision: 168587
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=168587
Log:
PR tree-optimization/46367
* g++.dg/tortur
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47216
H.J. Lu changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47220
Summary: [C++0x] invalid code using template with variable
argument list is accepted
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47209
--- Comment #1 from Zdenek Sojka 2011-01-07 23:42:49
UTC ---
I don't know if the code is valid or invalid (I have no clue what is the
meaning of "base::foo;"). Comeau online and icc 11.1 accept it though.
If it is not valid, changing "base::foo;"
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46823
--- Comment #12 from Marc Glisse 2011-01-07
23:47:35 UTC ---
(In reply to comment #11)
> It does not reproduce for me, perhaps it was fixed by the recursive inliner
> fix?
Did you try with a.cc? ouin.cc hasn't reproduced for a while. I just chec
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47221
Summary: Bugus warnings issued during lto bootstrap
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: lto
AssignedTo: unassig..
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46823
--- Comment #13 from Jan Hubicka 2011-01-08
00:23:28 UTC ---
I tested only the reduced testcase, but it still seems to work for me
j...@gcc10:~/trunk/build/gcc$ ./xgcc -B ./ -O2 a.cc -S -frounding-math
a.cc:68:19: warning: inline function 'bool
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46823
--- Comment #14 from Jan Hubicka 2011-01-08
00:24:34 UTC ---
huh, -O2 instead of -O3. It reproduces for me now. Sorry for noise.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46823
--- Comment #15 from Jan Hubicka 2011-01-08
00:35:03 UTC ---
OK, both decl and e->callee->former_clone_of points to decls that are not
clones.
(gdb) p debug_tree (decl->decl_with_vis.assembler_name)
local bindings <(nil)>>
$14 = void
(gdb) p de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46807
--- Comment #10 from H.J. Lu 2011-01-08 02:21:39
UTC ---
Created attachment 22931
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22931
A reduced testcase
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47209
H.J. Lu changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47222
Summary: [4.6 Regression] Revision 168593 failed many tests
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: lto
AssignedTo: u
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47222
--- Comment #1 from H.J. Lu 2011-01-08 04:59:40
UTC ---
It failed with the Linux binutils 2.21.51.0.5 and hjl/lto-mixed branch at
http://git.kernel.org/?p=devel/binutils/hjl/x86.git;a=summary
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45313
Sebastian Pop changed:
What|Removed |Added
Status|NEW |ASSIGNED
--- Comment #1 from Sebastian Po
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47223
Summary: Fail to build gcc 4.6.0 (r168594) on mingw32
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: plugins
AssignedTo: una
101 - 130 of 130 matches
Mail list logo