This is the mail archive of the gcc-regression@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]
Other format: [Raw text]

new FAILs on HEAD


If you directly receive this mail, your name is tagged to one of the ChangeLog
entries. A copy is also mailed to gcc-regressions.

The build system:
debian GNU/Linux i686 unstable
i686-pc-linux-gnu
configure flags: --enable-threads=posix --prefix=/opt/gcc-HEAD --enable-__cxa_atexit --with-system-zlib --enable-languages=c,c++,f95,java,objc

These new FAILs appeared since the last run:

FAIL: gcc.c-torture/execute/20030626-2.c compilation,  -O1 
FAIL: gcc.c-torture/execute/20030626-2.c compilation,  -O2 
FAIL: gcc.c-torture/execute/20030626-2.c compilation,  -O3 -fomit-frame-pointer 
FAIL: gcc.c-torture/execute/20030626-2.c compilation,  -O3 -g 
FAIL: gcc.c-torture/execute/20030626-2.c compilation,  -Os 

The complete testsuite logs can be found at
http://www.mailsys.de/~gcc/logs-HEAD-i686-1095941068.tar.bz2

These are the new ChangeLog entries since the last run:

2004-09-23  Robert Dewar  <dewar@gnat.com>

	PR ada/17540

	* sem_prag.adb (Process_Import_Or_Interface): Don't set Is_Public here,
	instead do this at freeze time (we won't do it if there is an address
	clause).
	Change "pragma inline" to "pragma Inline" in information and error
	messages.
	Minor reformatting.

	* freeze.adb (Check_Address_Clause): Remove previous change, not the
	right way of doing things after all.
	(Freeze_Entity): For object, set Is_Public for imported entities
	unless there is an address clause present.

2004-09-23  Kazu Hirata  <kazu@cs.umass.edu>

	* cfgexpand.c, config/s390/tpf-eh.c: Fix comment typos.

2004-09-22  Eric Christopher  <echristo@redhat.com>

	* builtins.c (simplify_builtin_va_start): Remove.
	(simplify_builtin): Ditto.
	(fold_builtin_strchr): Ditto.
	(simplify_builtin_*): Rename remainders to fold_builtin_*.
	(expand_builtin): Fix up for above changes.
	(fold_builtin_1): Add new folders. Change for above.
	(expand_builtin_va_start): Call fold_builtin_next_arg.
	* gimplify.c (gimplify_call_expr): Fix calls to simplify_builtin.
	* tree.h: Remove prototype for simplify_builtin.

	* config/darwin.c (darwin_make_decl_one_only):
2004-09-23  Kazu Hirata  <kazu@cs.umass.edu>

	* parser.c: Fix a comment typo.

2004-09-23  Nathan Sidwell  <nathan@codesourcery.com>

	PR c++/17620
	* decl.c (xref_basetypes): Look through typedefs before checking
	for duplicate base.

2004-09-23  Nathan Sidwell  <nathan@codesourcery.com>

	PR c++/17620
	* g++.dg/inherit/base2.C: New.

2004-09-22  Eric Botcazou  <ebotcazou@libertysurf.fr>

	* gcc.dg/20001012-1.c: Add prototypes for builtin functions.
	* gcc.dg/20001012-2.c: Likewise.
	* gcc.dg/20001013-1.c: Likewise.
	* gcc.dg/20001101-1.c: Likewise.
	* gcc.dg/20001102-1.c: Likewise.
	* gcc.dg/bf-spl1.c: Likewise.
	* gcc.dg/titype-1.c: Remove special-casing for SPARC.
	* gcc.dg/20040813-1.c: Add missing "." to the regexp.

2004-09-23  Paolo Carlini  <pcarlini@suse.de>
	    Magnus Fromreide  <magfr@lysator.liu.se>
	    
	* include/bits/boost_concept_check.h (struct _SequenceConcept):
	Remove wrong requirement, i.e., not present in Table 67.

2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>

	* Makefile.in (config.h.in): Correct dependencies.
	(stamp-h1): Likewise.
	(config.intl): Likewise.


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