Package: gcc-4.1
Version: 4.1.1-21
--- begin bug.c ---
typedef long long v2di __attribute__ ((vector_size(16)));
extern long long x(void);
extern long long y(void);
v2di test(void)
{
return (v2di){x(),y()};
}
--- end bug.c ---
When the above is compiled with `gcc -O -msse2 -S bug.c', the follo
close 406289
thanks
Joseph Nahmias writes:
> reopen 406289
> thanks
>
> On Wed, Jan 10, 2007 at 09:30:48PM +0100, Matthias Klose wrote:
> > tags 406289 + wontfix
> > close 406289
> > thanks
> >
> > then let's move gcc to non-free.
>
> I don't see why. "GPL2 or later" is DFSG-free last time I c
Processing commands for [EMAIL PROTECTED]:
> close 406289
Bug#406289: missing manpage for /usr/bin/gcc
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug closed, send any further explanations to "Joe Nahmias" <[EMAIL PROTECTED]>
> thanks
Stopping processing here.
Please
Processing commands for [EMAIL PROTECTED]:
> reopen 406289
Bug#406289: missing manpage for /usr/bin/gcc
Bug reopened, originator not changed.
> thanks
Stopping processing here.
Please contact me if you need assistance.
Debian bug tracking system administrator
(administrator, Debian Bugs databas
reopen 406289
thanks
On Wed, Jan 10, 2007 at 09:30:48PM +0100, Matthias Klose wrote:
> tags 406289 + wontfix
> close 406289
> thanks
>
> then let's move gcc to non-free.
I don't see why. "GPL2 or later" is DFSG-free last time I checked.
Nor do I understand why you closed the bug. Policy is qu
Matthias Klose <[EMAIL PROTECTED]> writes:
>> * there is no branch for those patches that are intended for etch;
>
> yes, create one, maybe based on the gcc-4.1-4.1.1ds2-20 tag.
OK, I'll branch "etch" off of that and start integrating the patch.
>> * and last month you said you didn't want me to
tags 406289 + wontfix
close 406289
thanks
then let's move gcc to non-free.
Joseph Nahmias writes:
> reopen 406289
> thanks
>
> On Wed, Jan 10, 2007 at 08:35:34AM +0100, Matthias Klose wrote:
> > Joe Nahmias writes:
> > > Package: gcc
> > > Version: 4:4.1.1-15
> > >
> > > The program '/usr/bin/g
Processing commands for [EMAIL PROTECTED]:
> tags 406289 + wontfix
Bug#406289: missing manpage for /usr/bin/gcc
There were no tags set.
Tags added: wontfix
> close 406289
Bug#406289: missing manpage for /usr/bin/gcc
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug clos
reopen 406289
thanks
On Wed, Jan 10, 2007 at 08:35:34AM +0100, Matthias Klose wrote:
> Joe Nahmias writes:
> > Package: gcc
> > Version: 4:4.1.1-15
> >
> > The program '/usr/bin/gcc' is missing a manpage as required by Debian
> > Policy,
> > section 12.1.
>
> no, in the gcc-doc package (non-fre
Ludovic Brenta writes:
> Matthias Klose writes:
> > the archive is not yet frozen; you can get in single patches, just
> > upload to unstable, and then ask the release team.
> * I am unable to find any revision that corresponds to -21. Ideally,
> such a revision should also appear as a tag under
Processing commands for [EMAIL PROTECTED]:
> reopen 406289
Bug#406289: missing manpage for /usr/bin/gcc
Bug reopened, originator not changed.
> thanks
Stopping processing here.
Please contact me if you need assistance.
Debian bug tracking system administrator
(administrator, Debian Bugs databas
Matthias Klose writes:
> the archive is not yet frozen; you can get in single patches, just
> upload to unstable, and then ask the release team.
I'd like to do that but your use of Subversion is too confusing.
* The sid branch does not currently build on sid due to missing build
dependencies;
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|--- |4.2.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29341
--- You
Processing commands for [EMAIL PROTECTED]:
> forwarded 406324 http://gcc.gnu.org/PR30425
Bug#406324: g++-4.1: ICE in type_dependent_expression_p with this 10 lines long
code
Noted your statement that Bug has been forwarded to http://gcc.gnu.org/PR30425.
> tags 406324 + upstream
Bug#406324: g++-4
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Known to work||3.4.0 4.2.0 4.3.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30425
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Summary|[3.4/4.0/4.1 Regression] ICE|[4.0/4.1 Regression] ICE in
|in
--
fang at csl dot cornell dot edu changed:
What|Removed |Added
CC||fang at csl dot cornell dot
|
forwarded 406324 http://gcc.gnu.org/PR30425
tags 406324 + upstream
thanks
* Alexei Sheplyakov <[EMAIL PROTECTED]> [2007-01-10 15:47]:
> $ g++ -O0 -c iceme2.cpp
> iceme2.cpp: In function ‘A::f B::g(const T&)’:
> iceme2.cpp:8: internal compiler error: in type_dependent_expression_p, at
> cp/pt.c:12
--
tbm at cyrius dot com changed:
What|Removed |Added
CC||debian-gcc at lists dot
||debian
Package: g++-4.1
Version: 4.1.1-19
Severity: normal
Hello!
$ cat iceme2.cpp
namespace A {
class ex;
struct f { f(const ex& x); };
}
namespace B {
template inline A::f g(const T& p) {
return f(A::ex(p)); }
}
$ g++ -O0 -c iceme2.cpp
iceme2.cpp: In function
20 matches
Mail list logo