Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(4) |
Dec
(47) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(49) |
Feb
(45) |
Mar
(35) |
Apr
(75) |
May
(30) |
Jun
(67) |
Jul
(53) |
Aug
(70) |
Sep
(33) |
Oct
(30) |
Nov
(21) |
Dec
(29) |
2002 |
Jan
(43) |
Feb
(28) |
Mar
(43) |
Apr
(23) |
May
(86) |
Jun
(67) |
Jul
(55) |
Aug
(116) |
Sep
(87) |
Oct
(27) |
Nov
(48) |
Dec
(93) |
2003 |
Jan
(122) |
Feb
(139) |
Mar
(170) |
Apr
(46) |
May
(84) |
Jun
(60) |
Jul
(60) |
Aug
(86) |
Sep
(106) |
Oct
(42) |
Nov
(24) |
Dec
(43) |
2004 |
Jan
(63) |
Feb
(134) |
Mar
(95) |
Apr
(98) |
May
(85) |
Jun
(44) |
Jul
(142) |
Aug
(71) |
Sep
(45) |
Oct
(88) |
Nov
(46) |
Dec
(50) |
2005 |
Jan
(100) |
Feb
(72) |
Mar
(71) |
Apr
(55) |
May
(76) |
Jun
(86) |
Jul
(158) |
Aug
(142) |
Sep
(51) |
Oct
(37) |
Nov
(59) |
Dec
(79) |
2006 |
Jan
(61) |
Feb
(34) |
Mar
(95) |
Apr
(170) |
May
(66) |
Jun
(37) |
Jul
(29) |
Aug
(28) |
Sep
(59) |
Oct
(48) |
Nov
(72) |
Dec
(50) |
2007 |
Jan
(68) |
Feb
(49) |
Mar
(38) |
Apr
(79) |
May
(63) |
Jun
(29) |
Jul
(64) |
Aug
(47) |
Sep
(67) |
Oct
(101) |
Nov
(42) |
Dec
(29) |
2008 |
Jan
(37) |
Feb
(44) |
Mar
(64) |
Apr
(87) |
May
(132) |
Jun
(92) |
Jul
(135) |
Aug
(70) |
Sep
(72) |
Oct
(30) |
Nov
(21) |
Dec
(32) |
2009 |
Jan
(101) |
Feb
(65) |
Mar
(82) |
Apr
(38) |
May
(29) |
Jun
(75) |
Jul
(70) |
Aug
(69) |
Sep
(82) |
Oct
(28) |
Nov
(51) |
Dec
(19) |
2010 |
Jan
(46) |
Feb
(67) |
Mar
(66) |
Apr
(54) |
May
(55) |
Jun
(50) |
Jul
(84) |
Aug
(86) |
Sep
(43) |
Oct
(63) |
Nov
(33) |
Dec
(27) |
2011 |
Jan
(70) |
Feb
(29) |
Mar
(54) |
Apr
(50) |
May
(105) |
Jun
(45) |
Jul
(30) |
Aug
(83) |
Sep
(38) |
Oct
(71) |
Nov
(124) |
Dec
(61) |
2012 |
Jan
(33) |
Feb
(37) |
Mar
(60) |
Apr
(60) |
May
(51) |
Jun
(137) |
Jul
(80) |
Aug
(156) |
Sep
(32) |
Oct
(168) |
Nov
(56) |
Dec
(50) |
2013 |
Jan
(54) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
|
|
|
1
(1) |
2
(5) |
3
|
4
(1) |
5
(4) |
6
(2) |
7
(4) |
8
(5) |
9
(1) |
10
|
11
(7) |
12
|
13
(3) |
14
(1) |
15
|
16
(6) |
17
(3) |
18
|
19
|
20
|
21
(1) |
22
|
23
|
24
|
25
|
26
|
27
|
28
(2) |
29
(11) |
30
(2) |
From: SourceForge.net <noreply@so...> - 2006-09-01 22:43:28
|
Bugs item #1539256, was opened at 2006-08-13 05:14 Message generated for change (Comment added) made by dannysmith You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=102435&aid=1539256&group_id=2435 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Edd (nunswithguns) Assigned to: Nobody/Anonymous (nobody) Summary: g++ internal compiler error Initial Comment: Windows XP, SP2 gcc-v: Reading specs from C:/development/MinGW/bin/../lib/gcc/mingw32/3.4.5/specs Configured with: ../gcc-3.4.5/configure --with-gcc --with-gnu-ld --with-gnu-as --host=mingw32 --target=mingw32 --prefix=/mingw --enable-threads --disable-nls --enable-languages=c,c++,f77,ada,objc,java --disable-win32-registry --disable-shared --enable-sjlj-exceptions --enable-libgcj --disable-java-awt --without-x --enable-java-gc=boehm --disable-libgcj-debug --enable-interpreter --enable-hash-synchronization --enable-libstdcxx-debug Thread model: win32 gcc version 3.4.5 (mingw special) Installer: MinGW-5.0.3.exe Building from inside cmd.exe Test case: //---- namespace N { struct s { }; template<typename T> struct tplt { void mf(const T &) {} }; tplt<s> &f(); } template<typename T> bool g() { N::s *p = 0; N::f().mf(s(p)); return true; } //---- C:\Documents and Settings\Developer\My Documents\projects\software\domino\trunk\src\test>g++ test.cpp -o test -W -Wall -ansi -pedantic test.cpp: In function `bool g()': test.cpp:13: internal compiler error: in type_dependent_expression_p, at cp/pt.c:12048 Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://www.mingw.org/bugs.shtml> for instructions. ---------------------------------------------------------------------- >Comment By: Danny Smith (dannysmith) Date: 2006-09-02 10:43 Message: Logged In: YES user_id=11494 Closing as it is fixed on mainline. I doubt if it will be backported to 3.4.x series; that is closed. Danny ---------------------------------------------------------------------- Comment By: Danny Smith (dannysmith) Date: 2006-08-13 20:58 Message: Logged In: YES user_id=11494 Forgot to put in link: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28705 Danny ---------------------------------------------------------------------- Comment By: Danny Smith (dannysmith) Date: 2006-08-13 20:58 Message: Logged In: YES user_id=11494 Forgot to put in link: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28705 Danny ---------------------------------------------------------------------- Comment By: Danny Smith (dannysmith) Date: 2006-08-13 20:56 Message: Logged In: YES user_id=11494 I have forwarded this to GCC's bugzilla. Thanks for reporting. Danny ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=102435&aid=1539256&group_id=2435 |