Bug#390776: g77: can't install

2006-10-02 Thread LI Daobing
Package: g77 Version: 4:3.4.6-13 Severity: normal $ sudo apt-get install g77 Reading package lists... Done Building dependency tree... Done g77 is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 873 not upgraded. 1 not fully installed or removed. Need to get 0B of archiv

Bug#328939: g++-4.0: do not optimize for a 'const double'

2005-09-18 Thread LI Daobing
Package: g++-4.0 Version: 4.0.1-7 Severity: normal Hello, g++ did not optimize const double as a const, it put it in BSS. ---> $ cat const.cpp //const.cpp extern const double minute; const double second = 1.0; const double minute = 60.0 * second; $ g++-3.4 -c co

Bug#328939: g++-4.0: this bug still exist in gcc-snapshot

2005-09-19 Thread LI Daobing
Package: g++-4.0 Version: 4.0.1-7 Followup-For: Bug #328939 This bug can reproduce under gcc-snapshot. should I clone it to gcc-snapshot? gcc-snapshot is somehow better, it remove the unused symbol. $ cat const.cpp //const.cpp extern const double minute; const double second = 1.0; const double

Bug#328939: g++-4.0: this bug still exist in gcc-snapshot

2005-09-20 Thread LI Daobing
package g++-4.0 retitle 328939 [PR 23975]g++-4.0: do not optimize for a 'const double' thanks I have forwarded this bug to http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23975 -- Li Daobing signature.asc Description: OpenPGP digital signature

Bug#328939: g++-4.0: this bug still exist in gcc-snapshot

2005-09-20 Thread LI Daobing
package g++-4.0 retitle 328939 [PR 21089]g++-4.0: do not optimize for a 'const double' thanks http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21089 -- LI Daobing

Bug#328939: g++-4.0: this bug still exist in gcc-snapshot

2005-11-08 Thread LI Daobing
On 9/20/05, LI Daobing <[EMAIL PROTECTED]> wrote: > package g++-4.0 > retitle 328939 [PR 21089]g++-4.0: do not optimize for a 'const double' > thanks > > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21089 > This bug disappear in version 4.0.2-3. I think now yo

Bug#339495: cpp-4.0-doc: cpp support "-O" option but not documented

2005-11-16 Thread LI Daobing
Package: cpp-4.0-doc Version: 4.0.2-3 Severity: minor Hello, you can see[1] that cpp support -O, -O[1-9], -Os options, and these options are meanful. but this is not documented in man page[2] and info[3]. man page belongs to cpp-4.0, need I clone this bug? [1] $ cpp -dM /dev/null | grep OPT $ c