[Bug middle-end/40252] New: Internal compiler error on samba4 (verify_gimple failed)

2009-05-26 Thread bradh at frogmouth dot net
 ../lib/socket_wrapper  
 ./include  
 .  
 ./lib  
 ./../lib/replace   
 ./../lib/talloc
 ./..   
 /opt/gccsvn/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.5.0/include  
 /opt/gccsvn/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.5.0/include-fixed
 /usr/local/include 
 /opt/gccsvn/bin/../lib/gcc/../../include   
 /usr/include   
End of search list. 
COLLECT_GCC_OPTIONS='-v' '-save-temps' '-g' '-DDEBUG_PASSWORD' '-DDEVELOPER'
'-Wall' '-Wshadow' '-Werror-implicit-function-declaration'
'-Wstrict-prototypes' '-Wpointer-arith' '-Wcast-qual' '-Wcast-align'
'-Wwrite-strings' '-Wmissing-format-attribute' '-Wformat=2'
'-Wdeclaration-after-statement' '-Wunused-macros' '-Wno-format-y2k'
'-Wno-unused-parameter' '-Iheimdal/../heimdal_build' '-Iheimdal/lib/hcrypto'
'-Iheimdal/lib' '-Iheimdal_build' '-Iheimdal/lib/roken' '-Iheimdal/lib/asn1'
'-Iheimdal/../heimdal_build' '-Iheimdal/lib/hcrypto/imath'
'-Iheimdal/../heimdal_build' '-Iheimdal/lib/asn1' '-Iheimdal/../heimdal_build'
'-Iheimdal/lib/com_err' '-Iheimdal/../heimdal_build' '-Iheimdal/lib/roken'
'-I../lib/socket_wrapper' '-fPIC' '-I./include' '-I.' '-I./lib'
'-I./../lib/replace' '-I./../lib/talloc' '-I./..' '-D_SAMBA_BUILD_=4'
'-DHAVE_CONFIG_H' '-c' '-o' 'heimdal/lib/hcrypto/des.o' '-mtune=generic'
 /opt/gccsvn/bin/../libexec/gcc/x86_64-unknown-linux-gnu/4.5.0/cc1
-fpreprocessed des.i -quiet -dumpbase des.c -mtune=generic -auxbase-strip
heimdal/lib/hcrypto/des.o -g -Wall -Wshadow
-Werror-implicit-function-declaration -Wstrict-prototypes -Wpointer-arith
-Wcast-qual -Wcast-align -Wwrite-strings -Wmissing-format-attribute -Wformat=2
-Wdeclaration-after-statement -Wunused-macros -Wno-format-y2k
-Wno-unused-parameter -version -fPIC -o des.s
GNU C (GCC) version 4.5.0 20090525 (experimental) (x86_64-unknown-linux-gnu)
compiled by GNU C version 4.5.0 20090525 (experimental), GMP version
4.2.2, MPFR version 2.3.1
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
GNU C (GCC) version 4.5.0 20090525 (experimental) (x86_64-unknown-linux-gnu)
compiled by GNU C version 4.5.0 20090525 (experimental), GMP version
4.2.2, MPFR version 2.3.1
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
Compiler executable checksum: 5b3a9021a60040f8dfe43a8bcad898cd
heimdal/lib/hcrypto/des.c: In function #8216;IP#8217;:
heimdal/lib/hcrypto/des.c:1065: error: type mismatch in shift expression
int
uint32_t
int
D.5855 = D.5854 r 31;

heimdal/lib/hcrypto/des.c:1065: error: type mismatch in shift expression
int
uint32_t
int
D.5868 = D.5867 r 31;

heimdal/lib/hcrypto/des.c:1065: internal compiler error: verify_gimple failed
Please submit a full bug report,
with preprocessed source if appropriate.
See http://gcc.gnu.org/bugs.html for instructions.


-- 
   Summary: Internal compiler error on samba4 (verify_gimple failed)
   Product: gcc
   Version: 4.5.0
Status: UNCONFIRMED
  Severity: normal
  Priority: P3
 Component: middle-end
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: bradh at frogmouth dot net
GCC target triplet: x86_64-unknown-linux-gnu


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



[Bug middle-end/40252] Internal compiler error on samba4 (verify_gimple failed)

2009-05-26 Thread bradh at frogmouth dot net


--- Comment #1 from bradh at frogmouth dot net  2009-05-26 06:48 ---
Created an attachment (id=17916)
 -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17916action=view)
.i for bug40252


-- 


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



[Bug other/40004] gcc does not install appropriate plugin headers

2009-05-08 Thread bradh at frogmouth dot net


--- Comment #3 from bradh at frogmouth dot net  2009-05-08 07:58 ---
Looks like the install is now dealing with this.


-- 

bradh at frogmouth dot net changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED


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



[Bug other/40004] New: gcc does not install appropriate plugin headers

2009-05-02 Thread bradh at frogmouth dot net
Writing a plugin requires use of a range of headers (such as gcc-plugin.h)
which are not installed. Here is an example:

$ /opt/gccsvn/bin/gcc -v --save-temps  -Dmy_gcc_plugin_EXPORTS -fPIC -o
dumb_plugin-orig.c.o   -c dumb_plugin-orig.c
Using built-in specs.
Target: x86_64-unknown-linux-gnu
Configured with: /home/bradh/devel/gcc-svn/configure --prefix=/opt/gccsvn
--enable-plugins : (reconfigured) /home/bradh/devel/gcc-svn/configure
--prefix=/opt/gccsvn --enable-plugins : (reconfigured)
/home/bradh/devel/gcc-svn/configure --prefix=/opt/gccsvn --enable-plugins :
(reconfigured) /home/bradh/devel/gcc-svn/configure --prefix=/opt/gccsvn
--enable-plugins
Thread model: posix
gcc version 4.5.0 20090502 (experimental) (GCC)
COLLECT_GCC_OPTIONS='-v' '-save-temps' '-Dmy_gcc_plugin_EXPORTS' '-fPIC' '-o'
'dumb_plugin-orig.c.o' '-c' '-mtune=generic'
 /opt/gccsvn/libexec/gcc/x86_64-unknown-linux-gnu/4.5.0/cc1 -E -quiet -v
-Dmy_gcc_plugin_EXPORTS dumb_plugin-orig.c -mtune=generic -fPIC
-fpch-preprocess -o dumb_plugin-orig.i
ignoring nonexistent directory
/opt/gccsvn/lib/gcc/x86_64-unknown-linux-gnu/4.5.0/../../../../x86_64-unknown-linux-gnu/include
#include ... search starts here:
#include ... search starts here:
 /usr/local/include
 /opt/gccsvn/include
 /opt/gccsvn/lib/gcc/x86_64-unknown-linux-gnu/4.5.0/include
 /opt/gccsvn/lib/gcc/x86_64-unknown-linux-gnu/4.5.0/include-fixed
 /usr/include
End of search list.
dumb_plugin-orig.c:1: fatal error: gcc-plugin.h: No such file or directory
compilation terminated.


-- 
   Summary: gcc does not install appropriate plugin headers
   Product: gcc
   Version: 4.5.0
Status: UNCONFIRMED
  Severity: normal
  Priority: P3
 Component: other
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: bradh at frogmouth dot net
GCC target triplet: x86_64-unknown-linux-gnu


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



[Bug other/40004] gcc does not install appropriate plugin headers

2009-05-02 Thread bradh at frogmouth dot net


--- Comment #1 from bradh at frogmouth dot net  2009-05-02 07:23 ---
Created an attachment (id=17791)
 -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17791action=view)
.i of trivial example

Source was only one line:
#include gcc-plugin.h


-- 


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