[Bug c/65231] Dead link in man page to the status of C99 features

2015-02-26 Thread humbug at deeptown dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65231 Roman Proskuryakov changed: What|Removed |Added Keywords||documentation Severity|no

[Bug c/65231] New: Dead link in man page to the status of C99 features

2015-02-26 Thread humbug at deeptown dot org
Component: c Assignee: unassigned at gcc dot gnu.org Reporter: humbug at deeptown dot org In man page c99-gcc.1.gz there is a dead link to http://gcc.gnu.org/gcc-4.8/c99status.html $ zgrep c99status /usr/share/man/man1/c99-gcc.1.gz .I http://gcc.gnu.org/gcc-4.8/c99status.html $ curl

[Bug c++/64926] Variable declared in if-statement-header is in wrong scope

2015-02-03 Thread humbug at deeptown dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64926 --- Comment #1 from Roman Proskuryakov --- $ gcc -v Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.

[Bug c++/64926] Variable declared in if-statement-header is in wrong scope

2015-02-03 Thread humbug at deeptown dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64926 Roman Proskuryakov changed: What|Removed |Added Keywords||accepts-invalid, diagnostic

[Bug c++/64926] New: Variable declared in if-statement-header is in wrong scope

2015-02-03 Thread humbug at deeptown dot org
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: humbug at deeptown dot org A friend of mine (Dmitry Kashitsyn) found a bug: #include int main() { if (int* x=NULL) // <<< declare 'x' {} else if(true) {

[Bug c++/62126] New: -Wshadow for typedef and template parm

2014-08-13 Thread humbug at deeptown dot org
++ Assignee: unassigned at gcc dot gnu.org Reporter: humbug at deeptown dot org $ g++ -v -Wall -Wextra -Wshadow -Wpedantic gcc_shadow.cpp Using built-in specs. COLLECT_GCC=g++ COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.8/lto-wrapper Target: i686-linux-gnu Configured with: ../src