Bug#1053826: gcc-12: internal compiler error with template specialization on floating point non-type-param in C++20 mode

2023-10-12 Thread Andre Naujoks
Please submit a full bug report, with preprocessed source (by using -freport- bug). Please include the complete backtrace with any bug report. See for instructions. Thanks in advance! Andre -- System Information: Debian Release: trixie/sid APT prefers unstable-debug APT policy: (500

Bug#968224: multilib compiler doesn't find its libraries

2020-08-11 Thread Andre Heider
Source: gcc-10 Version: 10.2.0-5 This used to work with earlier gcc versions: gcc -m32 /dev/null /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/10/libgcc.a when searching for -lgcc /usr/bin/ld: cannot find -lgcc /usr/bin/ld: skipping incompatible

Bug#883853: Please provide binaries/symlinks without version suffix

2017-12-08 Thread Andre Heider
out version suffix would fix this, like: CROSS_COMPILE=/usr/bin/aarch64-linux-gnu-5/aarch64-linux-gnu- Please consider providing it! Thanks, Andre

Bug#367951: devel/gcc missing in testing / amd64

2006-05-24 Thread Andre Brioso
I've encountered the same problem. The devel/gcc package is missing for amd64 in testing (etch) branch (http://packages.debian.org/testing/devel/gcc). The Stable and Unstable are fine. Looking forward to see this bug corrected. Thank you, Best Regards, Andre Brioso -- To UNSUBSCRIBE

Bling Bling watches

2005-05-19 Thread Andre
Get the Finest Rolex Watch Replica ! We only sell premium watches. There's no battery in these replicas just like the real ones since they charge themselves as you move. The second hand moves JUST like the real ones, too. These original watches sell in stores for thousands of dollars. We

Bug#284973: g++-4.0: name lookup is broken

2004-12-09 Thread Andre Woebbeking
Package: g++-4.0 Version: 4.0-0pre2 Severity: important Tags: experimental Hi, the following code doesn't compile: struct A {}; namespace Boo { struct B { friend struct A; B(const A) {}; }; } int main() { A a; Boo::B b(a); return 0; } It compiles with g++ 4.0.

Bug#270854: ICE: in make_decl_rtl, at varasm.c:752

2004-09-09 Thread Andre Woebbeking
Package: g++-3.4 Version: 3.4.2-2 Severity: important Hi, the following code doesn't compile. It's related to my BR #233548 André struct Dummy { void foo(); }; const bool g_bAlways = false; int main() { bool test; if (g_bAlways) { if (Dummy* dummy = 0) {

Bug#261051: g++-3.4: ICE bulding kdesupport/taglib

2004-07-23 Thread Andre Woebbeking
Package: g++-3.4 Version: 3.4.1-3 Severity: important Hi, when I compile taglib from KDE's CVS I get g++ -DHAVE_CONFIG_H -I../../taglib/ogg -I/src/kde/kdesupport/taglib/ogg -I../.. -I/src/kde/kdesupport/taglib -I/src/kde/kdesupport/taglib/toolkit -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi

curbside

2004-05-11 Thread Andre Greenberg
Wyatt Shepard,# The [EMAIL PROTECTED] will all0w you to receive all the [EMAIL PROTECTED] that you 0rder with your remote contr0l,\ payperviews,XXX-movies,sp0rt events,special-events%,RND_SYB http://www.8009hosting.com/cable/ nw ,brunch ,ticklish ,touchdown .

Bug#233934: gcc-snapshot: Broken symbol lookup in templates

2004-02-20 Thread Andre Woebbeking
Package: gcc-snapshot Version: 20040215-1 Severity: important Tags: sid Hi, the following code doesn't compile: void bla(const char) {}; void bla(const int) {}; templatetypename T void foo() { void (*g)(const T) = bla; } void bla(const double) {}; int main() { foodouble();

Bug#233548: ICE: in make_decl_rtl, at varasm.c:752

2004-02-18 Thread Andre Woebbeking
Package: gcc-snapshot Version: 20040215-1 Severity: important Tags: sid Hi, I get ICE when I compile with g++ -Wall ice.cp ice.ii from g++ -save-temps: 1 ice.cpp # 1 built-in # 1 command line # 1 ice.cpp # 11 ice.cpp namespace Data { class Dummy; } namespace { const bool g_bAlways =

Bug#225663: g++-3.3: conflicting types for enums in different scopes

2003-12-31 Thread Andre Woebbeking
Package: g++-3.3 Version: 1:3.3.3-0pre1 Severity: important Tags: sid Hi, the following example enum Enum1 { None }; namespace Test { enum Enum2 { None }; } int main() { } compiles with test.cpp:11: error: conflicting types for `None' test.cpp:4: error: previous

Bug#168235: gcc doesn't link with profiled libc when -pg is used

2002-11-07 Thread Andre Lehovich
Package: gcc-2.95 Version: 2.95.4-7 The x86 version of GCC-2.95 doesn't link with profiled versions of the system libraries when the -pg option is invoked. Here's a sample C program to illustrate the problem: #include stdio.h #include math.h int main(int argc, char *argv[]) { double x =