http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46565
Jason Merrill changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33763
Pat Haugen changed:
What|Removed |Added
CC||pthaugen at gcc dot gnu.org
--- Comment #21
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47144
Jason Merrill changed:
What|Removed |Added
Status|NEW |ASSIGNED
CC|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47144
--- Comment #7 from Jason Merrill 2011-03-11
22:48:02 UTC ---
Author: jason
Date: Fri Mar 11 22:47:59 2011
New Revision: 170888
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170888
Log:
PR c++/47144
* parser.c (cp_parser_template
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47144
Jason Merrill changed:
What|Removed |Added
Target Milestone|4.5.3 |4.6.0
Summary|[4.5/4.6 Regress
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47144
Jason Merrill changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47446
--- Comment #5 from hjl at gcc dot gnu.org 2011-03-11
23:13:38 UTC ---
Author: hjl
Date: Fri Mar 11 23:13:35 2011
New Revision: 170889
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170889
Log:
Always allow the offsetted memory references
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47128
Sebastian Pop changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48082
Summary: Problem compiling function that returns va_list on 64
bit system.
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48082
--- Comment #1 from VA 2011-03-12 00:33:10 UTC ---
Created attachment 23634
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23634
preprocessor file
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48047
--- Comment #10 from Jerry DeLisle 2011-03-12
00:49:55 UTC ---
Author: jvdelisle
Date: Sat Mar 12 00:49:51 2011
New Revision: 170895
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170895
Log:
2011-03-11 Jerry DeLisle
PR libgfortra
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48082
Andrew Pinski changed:
What|Removed |Added
Target||x86_64-linux-gnu
Component|c
Component: c
AssignedTo: unassig...@gcc.gnu.org
ReportedBy: c...@google.com
gcc version 4.6.0 20110311 (experimental) (GCC), but I reproduced this all the
way back to 4.2.x.
$ : > null.c
# Hey, we have an empty file!
$ DEPENDENCIES_OUTPUT=/dev/stdout ./gcc -c null.c
nul
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48082
--- Comment #3 from VA 2011-03-12 01:35:36 UTC ---
Ok, for the sake of my curiosity, could you explain why it is only an "issue"
when compiling with the 64 bit libraries?
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48084
Summary: [x32] internal compiler error: in copy_to_mode_reg, at
explow.c:630
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
length = 2]
ret# 20return_internal[length = 1]
.cfi_endproc
.LFE0:
.sizefoo, .-foo
.ident"GCC: (GNU) 4.6.0 20110311 (experimental)"
.section.note.GNU-stack,"",@progbits
[hjl@gnu-6 ilp32-31]$
We don't need to zero-extend 32bit pointer in EDI to RDI.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48084
--- Comment #1 from H.J. Lu 2011-03-12 02:11:23
UTC ---
Another similar one:
[hjl@gnu-6 ilp32-31]$ cat z.i
typedef int __m64 __attribute__ ((__vector_size__ (8), __may_alias__));
typedef char __v8qi __attribute__ ((__vector_size__ (8)));
void
_m
-DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -mdynamic-no-pic -flto=jobserver
-frandom-seed=1 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual
-Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat
-fno-common -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc-4.6-20110311/gcc
-I../../gcc-4.6
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48086
--- Comment #1 from Jack Howarth 2011-03-12
02:16:22 UTC ---
$ ../gcc-4.6-20110311/configure --prefix=/sw --prefix=/sw/lib/gcc4.6
--mandir=/sw/share/man --infodir=/sw/lib/gcc4.6/info
--with-build-config=bootstrap-lto --enable-stage1-languages
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47874
Ibaidul Sahib changed:
What|Removed |Added
Status|RESOLVED|CLOSED
--- Comment #7 from Ibaidul Sahib
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48082
--- Comment #4 from Andrew Pinski 2011-03-12
02:20:31 UTC ---
(In reply to comment #3)
> Ok, for the sake of my curiosity, could you explain why it is only an "issue"
> when compiling with the 64 bit libraries?
Because va_list is target specific
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48084
--- Comment #2 from H.J. Lu 2011-03-12 02:23:35
UTC ---
Another one:
[hjl@gnu-6 ilp32-31]$ cat m.i
void
_mm_monitor (void const * __P, unsigned int __E, unsigned int __H)
{
__builtin_ia32_monitor (__P, __E, __H);
}
[hjl@gnu-6 ilp32-31]$ /expo
/gcc4.6/libexec/gcc/x86_64-apple-darwin10.7.0/4.6.0/lto-wrapper
Target: x86_64-apple-darwin10.7.0
Configured with: ../gcc-4.6-20110311/configure --prefix=/sw
--prefix=/sw/lib/gcc4.6 --mandir=/sw/share/man --infodir=/sw/lib/gcc4.6/info
--enable-languages=c,c++,fortran,lto,objc,obj-c++,java --with-gmp
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48084
--- Comment #3 from H.J. Lu 2011-03-12 04:04:49
UTC ---
Another one:
[hjl@gnu-6 ilp32-31]$ cat f.i
void
_mm_clflush (void const *__A)
{
__builtin_ia32_clflush (__A);
}
[hjl@gnu-6 ilp32-31]$ /export/build/gnu/gcc-x32/build-x86_64-linux/gcc/xgcc
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47997
--- Comment #8 from Anatol 2011-03-12
04:50:22 UTC ---
What are the plans? Are you going to submit the fix to 4.6?
How can I help you with testing?
:
/tmp/x.cc:22:1: error: control reaches end of non-void function
$
-> 4 errors. Huh?
GCC pre-4.6 (svn trunk as of yesterday):
$ inst/bin/gcc --version | head -1
gcc (GCC) 4.6.0 20110311 (experimental)
$
$ inst/bin/gcc -c /tmp/x.cc -Wall
/tmp/x.cc: In function 'bool DeltaTwo(bool)
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47125
--- Comment #3 from Jason Merrill 2011-03-12
06:49:01 UTC ---
Author: jason
Date: Sat Mar 12 06:48:57 2011
New Revision: 170896
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170896
Log:
PR c++/47125
* pt.c (tsubst) [TYPENAME_TYPE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48088
Summary: -Werror=frame-larger-than=100 does not work as
expected
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46824
--- Comment #13 from Dodji Seketeli 2011-03-12
07:28:26 UTC ---
Author: dodji
Date: Sat Mar 12 07:28:20 2011
New Revision: 170897
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170897
Log:
PR c++/46824
gcc/cp/
* call.c (add_builtin_
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46824
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
101 - 130 of 130 matches
Mail list logo