[Bug c/29739] -Wconversion produces invalid warnings.

2006-11-06 Thread pepster at users dot sourceforge dot net


--- Comment #4 from pepster at users dot sourceforge dot net  2006-11-06 
17:45 ---
 Quick response? you must be joking. I reported this in Opened: 2002-05-09
14:46 against 2.95.3.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29739



[Bug c/29739] -Wconversion produces invalid warnings.

2006-11-06 Thread pepster at users dot sourceforge dot net


--- Comment #6 from pepster at users dot sourceforge dot net  2006-11-06 
18:49 ---
4 years to agree there is an issue here. maybe we will have a fix in 2010.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29739



[Bug c/29739] -Wconversion produces invalid warnings.

2006-11-06 Thread pepster at users dot sourceforge dot net


--- Comment #8 from pepster at users dot sourceforge dot net  2006-11-06 
20:34 ---
I spent a considerable amount of my personal time on open source projects, so I
am not particularily ashamed of not fixing this bug myself  (I tried, but gave
up after I realized the learnign curve is too steep).  

I consider gcc to be one of the most important open source projects there is,
as it is a prerequiste for most other projects, and greatly appreciate everyone
contributing to this monumental project. However, unless the situation has
dramatically changed, given the state of gcc code only the most determined
non-maintainer would be able to fix bugs/problems. This probably explains my
personal dismay regarding the fate of my bug reports. 


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29739



[Bug preprocessor/20348] [4.0/4.1 Regression] File not included when file with same name is included before

2005-07-09 Thread pepster at users dot sourceforge dot net

--- Additional Comments From pepster at users dot sourceforge dot net  
2005-07-09 21:54 ---
Thats just great. A critical bug reported for 4.0.0, target set to 4.0.2 still
unfixed in 4.1.0.

And I can't upgrade and try out the new vectors stuff 

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20348


[Bug c++/20346] New: valid code fails: include of #define inside extern C

2005-03-06 Thread pepster at users dot sourceforge dot net
~/gcc4build/bin/g++ -v  -c t1.cc
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: ../gcc-4.0-20050220/configure --prefix=/home/joseph/gcc4build
--enable-languages=c,c++
Thread model: posix
gcc version 4.0.0 20050220 (experimental)
 /home/joseph/gcc4build/libexec/gcc/i686-pc-linux-gnu/4.0.0/cc1plus -quiet -v
-D_GNU_SOURCE t1.cc -quiet -dumpbase t1.cc -mtune=pentiumpro -auxbase t1
-version -o /tmp/ccRZG0ew.s
ignoring nonexistent directory
/home/joseph/gcc4build/lib/gcc/i686-pc-linux-gnu/4.0.0/../../../../i686-pc-linux-gnu/include
#include ... search starts here:
#include ... search starts here:
 
/home/joseph/gcc4build/lib/gcc/i686-pc-linux-gnu/4.0.0/../../../../include/c++/4.0.0
 
/home/joseph/gcc4build/lib/gcc/i686-pc-linux-gnu/4.0.0/../../../../include/c++/4.0.0/i686-pc-linux-gnu
 
/home/joseph/gcc4build/lib/gcc/i686-pc-linux-gnu/4.0.0/../../../../include/c++/4.0.0/backward
 /usr/local/include
 /home/joseph/gcc4build/include
 /home/joseph/gcc4build/lib/gcc/i686-pc-linux-gnu/4.0.0/include
 /usr/include
End of search list.
GNU C++ version 4.0.0 20050220 (experimental) (i686-pc-linux-gnu)
compiled by GNU C version 3.4.3.
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
t1.cc:5: error: expected initializer before ‘const’

Compilation exited abnormally with code 1 at Mon Mar  7 01:12:06

-- 
   Summary: valid code fails: include of #define inside extern C
   Product: gcc
   Version: 4.0.0
Status: UNCONFIRMED
  Severity: normal
  Priority: P2
 Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: pepster at users dot sourceforge dot net
CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet:  4.0.0 20050220 (experimental)
GCC target triplet: i686-pc-linux-gnu


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20346


[Bug c++/20346] valid code fails: include of #define inside extern C

2005-03-06 Thread pepster at users dot sourceforge dot net

--- Additional Comments From pepster at users dot sourceforge dot net  
2005-03-06 12:18 ---
Created an attachment (id=8342)
 -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8342action=view)
source for bug


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20346


[Bug c++/20346] valid code fails: include of #define inside extern C

2005-03-06 Thread pepster at users dot sourceforge dot net

--- Additional Comments From pepster at users dot sourceforge dot net  
2005-03-06 12:18 ---
Created an attachment (id=8343)
 -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8343action=view)
source for bug


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20346


[Bug c++/20346] valid code fails: include of #define inside extern C

2005-03-06 Thread pepster at users dot sourceforge dot net

--- Additional Comments From pepster at users dot sourceforge dot net  
2005-03-06 13:05 ---
Sorry. Ignore. Reporting real bug soon ...

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20346


[Bug preprocessor/20348] New: File not included when file with same name is included before

2005-03-06 Thread pepster at users dot sourceforge dot net
Source submitted as attachment

~/gcc4build/bin/gcc -v -I. -Iinc1   -E t1.cc
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: ../gcc-4.0-20050220/configure --prefix=/home/joseph/gcc4build
--enable-languages=c,c++
Thread model: posix
gcc version 4.0.0 20050220 (experimental)
 /home/joseph/gcc4build/libexec/gcc/i686-pc-linux-gnu/4.0.0/cc1plus -E -quiet -v
-I. -Iinc1 -D_GNU_SOURCE t1.cc -mtune=pentiumpro
ignoring nonexistent directory
/home/joseph/gcc4build/lib/gcc/i686-pc-linux-gnu/4.0.0/../../../../i686-pc-linux-gnu/include
#include ... search starts here:
#include ... search starts here:
 .
 inc1
 
/home/joseph/gcc4build/lib/gcc/i686-pc-linux-gnu/4.0.0/../../../../include/c++/4.0.0
 
/home/joseph/gcc4build/lib/gcc/i686-pc-linux-gnu/4.0.0/../../../../include/c++/4.0.0/i686-pc-linux-gnu
 
/home/joseph/gcc4build/lib/gcc/i686-pc-linux-gnu/4.0.0/../../../../include/c++/4.0.0/backward
 /usr/local/include
 /home/joseph/gcc4build/include
 /home/joseph/gcc4build/lib/gcc/i686-pc-linux-gnu/4.0.0/include
 /usr/include
End of search list.
# 1 t1.cc
# 1 built-in
# 1 command line
# 1 t1.cc
# 1 inc1/h2.h 1
# 1 inc1/h1.h 1
# 1 inc1/h2.h 2
# 2 t1.cc 2


# 1 inc1/h1.h 1
# 5 t1.cc 2

Compilation finished at Mon Mar  7 02:06:36

-- 
   Summary: File not included when file with same name is included
before
   Product: gcc
   Version: 4.0.0
Status: UNCONFIRMED
  Severity: normal
  Priority: P2
 Component: preprocessor
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: pepster at users dot sourceforge dot net
CC: gcc-bugs at gcc dot gnu dot org
GCC target triplet: i686-pc-linux-gnu


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20348


[Bug preprocessor/20348] File not included when file with same name is included before

2005-03-06 Thread pepster at users dot sourceforge dot net

--- Additional Comments From pepster at users dot sourceforge dot net  
2005-03-06 13:09 ---
Created an attachment (id=8344)
 -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8344action=view)
setup for recreating bug


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20348