This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

c/3259: ({ }) and -Wall



>Number:         3259
>Category:       c
>Synopsis:       ({ }) and -Wall
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          ice-on-legal-code
>Submitter-Id:   net
>Arrival-Date:   Tue Jun 19 06:56:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     
>Release:        3.0
>Organization:
IRISA, Campus de Beaulieu, 35042 Rennes Cedex, FRANCE
>Environment:
System: SunOS mowgli 5.7 Generic_106541-14 sun4u sparc SUNW,Ultra-5_10
Architecture: sun4

	
host: sparc-sun-solaris2.7
build: sparc-sun-solaris2.7
target: i586-pc-gnu
configured with: ./configure --prefix=/udd/ddecotig/temp_dd/xgcc/host-sparc-solaris7/stow/gcc-3.0 --enable-languages=c++ --host=sparc-sun-solaris2.7 --disable-shared --with-as=/udd/ddecotig/xgcc/host-sparc-solaris7/stow/binutils-2.11/bin//i586-gnu-as --with-gnu-as --with-ld=/udd/ddecotig/xgcc/host-sparc-solaris7/stow/binutils-2.11/bin//i586-gnu-ld --with-gnu-ld -v i586-gnu
>Description:
	

While compiling a file containing :
  ({ });
I get :
  mowgli ~ >~/xgcc/host-sparc-solaris7/bin/i586-gnu-gcc -c -Wall a.c 
  a.c: In function `f':
  a.c:3: Internal error: Erreur de segmentation
  Please submit a full bug report,
  with preprocessed source if appropriate.
  See URL:http://www.gnu.org/software/gcc/bugs.html for instructions.

>How-To-Repeat:
	

The *complete* input file :
void f ()
{
  ({ });
}
Perhaps a cross-compiler from Solaris2.7 to i586-gnu is needed.

>Fix:
	
>Release-Note:
>Audit-Trail:
>Unformatted:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]