public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/22085] New: [4.1 Regression] error with
@ 2005-06-15 23:08 pinskia at gcc dot gnu dot org
  2005-06-15 23:08 ` [Bug target/22085] [4.1 Regression] error with -fpreprocessed pinskia at gcc dot gnu dot org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-06-15 23:08 UTC (permalink / raw)
  To: gcc-bugs

Try the following code with -maltivec -fpreprocessed:
int foo(__attribute__((altivec(vector__))) float x, __attribute__((altivec(vector__))) float y) {

        if (__builtin_vec_vcmpeq_p (2, (x), (y))) return 3245;
        else return 12;
}

-- 
           Summary: [4.1 Regression] error with
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Keywords: rejects-valid
          Severity: normal
          Priority: P2
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pinskia at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org


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


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug target/22085] [4.1 Regression] error with -fpreprocessed
  2005-06-15 23:08 [Bug target/22085] New: [4.1 Regression] error with pinskia at gcc dot gnu dot org
@ 2005-06-15 23:08 ` pinskia at gcc dot gnu dot org
  2005-06-15 23:09 ` pinskia at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-06-15 23:08 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bonzini at gcc dot gnu dot
                   |                            |org
            Summary|[4.1 Regression] error with |[4.1 Regression] error with
                   |                            |-fpreprocessed
   Target Milestone|---                         |4.1.0


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


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug target/22085] [4.1 Regression] error with -fpreprocessed
  2005-06-15 23:08 [Bug target/22085] New: [4.1 Regression] error with pinskia at gcc dot gnu dot org
  2005-06-15 23:08 ` [Bug target/22085] [4.1 Regression] error with -fpreprocessed pinskia at gcc dot gnu dot org
@ 2005-06-15 23:09 ` pinskia at gcc dot gnu dot org
  2005-06-17 22:12 ` bonzini at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-06-15 23:09 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-15 23:09 -------
I get the following error:
t.i: In function 'foo':
t.i:3: error: unresolved overload for Altivec builtin '__builtin_vec_vcmpeq_p'

-- 


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


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug target/22085] [4.1 Regression] error with -fpreprocessed
  2005-06-15 23:08 [Bug target/22085] New: [4.1 Regression] error with pinskia at gcc dot gnu dot org
  2005-06-15 23:08 ` [Bug target/22085] [4.1 Regression] error with -fpreprocessed pinskia at gcc dot gnu dot org
  2005-06-15 23:09 ` pinskia at gcc dot gnu dot org
@ 2005-06-17 22:12 ` bonzini at gcc dot gnu dot org
  2005-06-17 23:48 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: bonzini at gcc dot gnu dot org @ 2005-06-17 22:12 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |bonzini at gcc dot gnu dot
                   |dot org                     |org
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-06-17 22:12:27
               date|                            |


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


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug target/22085] [4.1 Regression] error with -fpreprocessed
  2005-06-15 23:08 [Bug target/22085] New: [4.1 Regression] error with pinskia at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2005-06-17 22:12 ` bonzini at gcc dot gnu dot org
@ 2005-06-17 23:48 ` pinskia at gcc dot gnu dot org
  2005-07-07 11:32 ` bonzini at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-06-17 23:48 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-17 23:48 -------
The reason why I marked this as a regression is because it causes -save-temps not to work.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|                            |4.1.0
      Known to work|                            |4.0.0


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


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug target/22085] [4.1 Regression] error with -fpreprocessed
  2005-06-15 23:08 [Bug target/22085] New: [4.1 Regression] error with pinskia at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2005-06-17 23:48 ` pinskia at gcc dot gnu dot org
@ 2005-07-07 11:32 ` bonzini at gcc dot gnu dot org
  2005-07-08 15:20 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: bonzini at gcc dot gnu dot org @ 2005-07-07 11:32 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bonzini at gcc dot gnu dot org  2005-07-07 11:32 -------
Patch under testing.

-- 


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


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug target/22085] [4.1 Regression] error with -fpreprocessed
  2005-06-15 23:08 [Bug target/22085] New: [4.1 Regression] error with pinskia at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2005-07-07 11:32 ` bonzini at gcc dot gnu dot org
@ 2005-07-08 15:20 ` pinskia at gcc dot gnu dot org
  2005-07-21  7:38 ` cvs-commit at gcc dot gnu dot org
  2005-07-21  8:42 ` pinskia at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-08 15:20 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-08 15:20 -------
Patch posted here: <http://gcc.gnu.org/ml/gcc-patches/2005-07/msg00550.html>.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|                            |http://gcc.gnu.org/ml/gcc-
                   |                            |patches/2005-
                   |                            |07/msg00550.html
           Keywords|                            |patch


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


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug target/22085] [4.1 Regression] error with -fpreprocessed
  2005-06-15 23:08 [Bug target/22085] New: [4.1 Regression] error with pinskia at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2005-07-08 15:20 ` pinskia at gcc dot gnu dot org
@ 2005-07-21  7:38 ` cvs-commit at gcc dot gnu dot org
  2005-07-21  8:42 ` pinskia at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-07-21  7:38 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-07-21 07:30 -------
Subject: Bug 22085

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	bonzini@gcc.gnu.org	2005-07-21 07:30:03

Modified files:
	gcc            : ChangeLog 
	gcc/testsuite  : ChangeLog 
	gcc/config/rs6000: darwin.h rs6000-c.c rs6000-protos.h rs6000.h 
Added files:
	gcc/testsuite/gcc.dg: altivec-pr22085.c 

Log message:
	gcc:
	2005-07-21  Paolo Bonzini  <bonzini@gnu.org>
	
	PR target/22085
	* config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Do not
	initialize targetm.resolve_overloaded_builtin here.
	(altivec_expand_overloaded_builtin): Make it non-static.
	* config/rs6000/rs6000-protos.h
	(altivec_expand_overloaded_builtin): New prototype.
	* config/rs6000/rs6000.h (REGISTER_TARGET_PRAGMAS): Initialize
	targetm.resolve_overloaded_builtin here.
	* config/rs6000/darwin.h (REGISTER_TARGET_PRAGMAS): Likewise.
	
	testsuite:
	2005-07-21  Paolo Bonzini  <bonzini@gnu.org>
	
	PR target/22085
	* gcc.dg/altivec-pr22085.c: New.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.9497&r2=2.9498
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.5792&r2=1.5793
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/altivec-pr22085.c.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/rs6000/darwin.h.diff?cvsroot=gcc&r1=1.90&r2=1.91
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/rs6000/rs6000-c.c.diff?cvsroot=gcc&r1=1.22&r2=1.23
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/rs6000/rs6000-protos.h.diff?cvsroot=gcc&r1=1.104&r2=1.105
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/rs6000/rs6000.h.diff?cvsroot=gcc&r1=1.378&r2=1.379



-- 


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


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug target/22085] [4.1 Regression] error with -fpreprocessed
  2005-06-15 23:08 [Bug target/22085] New: [4.1 Regression] error with pinskia at gcc dot gnu dot org
                   ` (6 preceding siblings ...)
  2005-07-21  7:38 ` cvs-commit at gcc dot gnu dot org
@ 2005-07-21  8:42 ` pinskia at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-21  8:42 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-21 08:40 -------
Fixed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


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


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2005-07-21  8:40 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-06-15 23:08 [Bug target/22085] New: [4.1 Regression] error with pinskia at gcc dot gnu dot org
2005-06-15 23:08 ` [Bug target/22085] [4.1 Regression] error with -fpreprocessed pinskia at gcc dot gnu dot org
2005-06-15 23:09 ` pinskia at gcc dot gnu dot org
2005-06-17 22:12 ` bonzini at gcc dot gnu dot org
2005-06-17 23:48 ` pinskia at gcc dot gnu dot org
2005-07-07 11:32 ` bonzini at gcc dot gnu dot org
2005-07-08 15:20 ` pinskia at gcc dot gnu dot org
2005-07-21  7:38 ` cvs-commit at gcc dot gnu dot org
2005-07-21  8:42 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).