Bug#212248: Shipping Clerk - flexible time work-at-home opening

2007-09-29 Thread Rebecca
Our company is looking for energetic and accountable individuals to occupy Shipping Clerk positions throughout the USA. These vacancies are entirely home-based and do not require any travel or relocation. They are also suitable for students and senior citizens who are able to dedicate up

The best way to Sa,ve big money - by ordering soft from chea p-cd! doctor

2004-06-27 Thread Rebecca
>God could not be everywhere and therefore he made mothers >A bad custom is like a good cake, better broken than kept. Hi boy's, Adobe PhotoShop CS 8.0 for $40 - nice deal right ? ;) retail price is $650 - great savings, huh? Microsoft Windows 2003 Enterprise Server ... Only $50, You s'ave $

Bug#949024: g++: internal compiler error on beignet + llvm10

2020-01-16 Thread Rebecca N. Palmer
29a7 100644 --- a/debian/patches/Debian-compliant-compiler-flags-handling.patch +++ b/debian/patches/Debian-compliant-compiler-flags-handling.patch @@ -28,6 +28,15 @@ Author: Simon Richter ,Rebecca Palmer elseif (COMPILER STREQUAL "ICC") set (CMAKE_C_CXX_FLAGS "${CMAKE_C_CX

Bug#949024: g++: internal compiler error on beignet

2020-01-16 Thread Rebecca N. Palmer
Control: retitle -1 g++: ICE at cp/pt.c:15779 on beignet in -std=gnu++14 or higher This also happens with LLVM 9 (which makes sense given that the error message points to code in beignet itself): LLVM 9LLVM 10 -std=c++0x successstd::index_sequence fail -std

Bug#949024: g++: internal compiler error on beignet

2020-01-17 Thread Rebecca N. Palmer
creduce output (and yes, this isn't a valid program, but it still shouldn't ICE): template struct a { enum { b }; }; class c; template class __attribute__((aligned((a::b d {}; class : d<0> {

Bug#949767: causes autopkgtest regression in libgpuarray

2020-01-24 Thread Rebecca N. Palmer
Source: libffi Version: 3.3-3 Severity: serious (This is a "block migration while I investigate" bug: it may well be downgraded or reassigned when I know more.) https://ci.debian.net/packages/libg/libgpuarray/unstable/amd64/ libffi is one of the few that changed: https://ci.debian.net/data/packa

Re: gcc5 libstdc++ abi transition breaks clang building against libstdc++, the default in debian

2015-09-06 Thread Rebecca N. Palmer
clang doesn't support the abi_tag attribute, see: https://llvm.org/bugs/show_bug.cgi?id=23529 And yet I couldn't find a single bug report in debians llvm packages mentioning this problem; https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=797917

Bug#818996: Please enable -Wabi-tag warning for C++ programs

2016-03-22 Thread Rebecca N. Palmer
The user then compiled with Clang and caught a link error. clang can't handle abi tags (i.e. can't link to new-ABI code even if you aren't trying to mix it with old-ABI code): https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=797917 https://llvm.org/bugs/show_bug.cgi?id=23529