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
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
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
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
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
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
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
7 matches
Mail list logo